:root{--background:#f7f9fb;--surface:#f7f9fb;--surface-container:#eaeff2;--surface-container-low:#f0f4f7;--surface-container-high:#e3e9ed;--surface-container-lowest:#ffffff;--on-surface:#2c3437;--on-surface-variant:#596064;--primary:#005bc4;--primary-container:#4388fd;--primary-soft:rgba(0,91,196,0.1);--secondary-container:#dde1f9;--secondary-ink:#4c5164;--tertiary:#006d4a;--tertiary-soft:rgba(0,109,74,0.12);--error:#a83836;--error-soft:rgba(168,56,54,0.12);--outline-ghost:rgba(172,179,183,0.2);--shadow-ambient:0 12px 32px -4px rgba(44,52,55,0.06);--shadow-soft:0 18px 48px -20px rgba(44,52,55,0.22);--radius-card:24px;--radius-pill:14px;--radius-control:12px}@keyframes app-pos-spin{to{transform:rotate(1turn)}}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;color:var(--on-surface);background:radial-gradient(circle at top left,rgba(67,136,253,.13),transparent 34%),radial-gradient(circle at top right,rgba(0,109,74,.07),transparent 24%),linear-gradient(180deg,#f8fbff,#eef3f8 52%,#f7f9fb)}a{color:inherit}.container{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:40px 0 56px}.grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--surface-container-lowest);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-ambient)}.label{color:var(--on-surface-variant);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.value{margin-top:10px;font-size:clamp(2rem,4vw,2.9rem);letter-spacing:-.04em;line-height:1}.section-title,.value{font-weight:800;color:var(--on-surface)}.section-title{margin:40px 0 16px;font-size:1.5rem;letter-spacing:-.02em}.nav-link{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;border-radius:var(--radius-pill);text-decoration:none;color:#f9f8ff;font-size:.95rem;font-weight:700;background:linear-gradient(135deg,#004b99,#0e5ea6);box-shadow:0 10px 24px -14px rgba(0,91,196,.6);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.nav-link:hover{transform:translateY(-1px);filter:saturate(1.03);box-shadow:0 16px 30px -18px rgba(0,91,196,.72)}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:16px 12px;font-size:.92rem}th{color:var(--on-surface-variant);font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}tbody tr{transition:background-color .16s ease}tbody tr:hover{background:rgba(240,244,247,.72)}tbody tr+tr td{border-top:1px solid rgba(172,179,183,.16)}.dashboard-page{display:grid;grid-gap:30px;gap:30px}.dashboard-hero{display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);align-items:stretch}.dashboard-hero-copy{padding:28px 30px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),linear-gradient(135deg,rgba(67,136,253,.1),rgba(105,246,184,.08));box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.78);outline:1px solid var(--outline-ghost);color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.dashboard-badge:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-container))}.dashboard-title{margin:18px 0 0;font-size:clamp(2.35rem,4vw,4rem);line-height:.96;letter-spacing:-.045em}.dashboard-subtitle{max-width:65ch;margin:14px 0 0;color:var(--on-surface-variant);font-size:1.04rem;line-height:1.7}.dashboard-meta-card{display:grid;grid-gap:18px;gap:18px;align-content:space-between;padding:28px;border-radius:30px;color:#f9f8ff;background:linear-gradient(160deg,rgba(0,69,146,.96),rgba(23,96,176,.92)),linear-gradient(135deg,var(--primary),var(--primary-container));box-shadow:0 24px 48px -28px rgba(0,91,196,.72)}.dashboard-meta-card .eyebrow{color:rgba(249,248,255,.72)}.dashboard-meta-value{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.04em}.dashboard-meta-list{display:grid;grid-gap:12px;gap:12px}.dashboard-meta-row{display:flex;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}.dashboard-meta-label{color:rgba(249,248,255,.72);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.dashboard-meta-text{font-size:.96rem;font-weight:700;text-align:right}.dashboard-metrics{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;inset:auto -18% -58% auto;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(67,136,253,.16),transparent 68%);pointer-events:none}.metric-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.metric-accent{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;font-weight:800;font-size:1rem}.metric-accent.primary{color:var(--primary);background:var(--primary-soft)}.metric-accent.tertiary{color:var(--tertiary);background:var(--tertiary-soft)}.metric-accent.secondary{color:var(--secondary-ink);background:rgba(221,225,249,.72)}.metric-accent.error{color:var(--error);background:var(--error-soft)}.metric-note{margin-top:12px;color:var(--on-surface-variant);font-size:.88rem;line-height:1.5}.dashboard-actions{display:grid;grid-gap:16px;gap:16px}.dashboard-actions-card{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.dashboard-actions-copy{color:var(--on-surface-variant);font-size:.94rem;line-height:1.6}.dashboard-table-card{overflow:hidden}.dashboard-table-wrap{overflow-x:auto}.activity-empty{padding:26px 12px 6px;font-size:.96rem}.activity-empty,.activity-row-detail{color:var(--on-surface-variant)}.activity-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(0,91,196,.08);color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.activity-chip:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.72}.eyebrow{color:var(--on-surface-variant);font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.app-icon{display:inline-block;width:1.2em;height:1.2em;flex-shrink:0}.web-dashboard-shell{min-height:100vh;background:var(--background);color:var(--on-surface);overflow-x:hidden}.web-dashboard-sidebar{position:fixed;top:0;left:0;display:flex;flex-direction:column;width:16rem;height:100vh;padding:24px 16px;background:#f8fafc;z-index:220}.web-dashboard-sidebar-brand{position:relative;margin-bottom:40px;padding:0 16px 0 52px}.web-dashboard-sidebar-brand:before{content:"";position:absolute;top:2px;left:0;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-container));box-shadow:0 12px 28px -16px rgba(0,91,196,.8)}.web-dashboard-brand-title{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.web-dashboard-brand-subtitle{margin:4px 0 0;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.web-dashboard-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:8px}.web-dashboard-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:#64748b;text-decoration:none;transition:background-color .16s ease,color .16s ease}.web-dashboard-nav-button{width:100%;border:0;background:transparent;cursor:pointer;font:inherit;text-align:left}.web-dashboard-nav-item:hover{background:rgba(226,232,240,.6)}.web-dashboard-nav-item.active{background:rgba(59,130,246,.1);border-left:4px solid #2563eb;border-radius:0 12px 12px 0;color:#1d4ed8;padding-left:12px}.web-dashboard-logout span:last-child,.web-dashboard-nav-item span:last-child{font-size:.82rem;font-weight:500}.web-dashboard-sidebar-footer{margin-top:auto;padding-top:24px;border-top:1px solid #e2e8f0}.web-dashboard-logout{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;border:0;background:transparent;border-radius:12px;color:var(--error);cursor:pointer;font:inherit;text-decoration:none}.web-auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:#dde6f0}.web-auth-card{width:min(100%,1060px);display:grid;grid-template-columns:1fr 1fr;border-radius:24px;overflow:hidden;box-shadow:0 28px 72px rgba(15,23,42,.2)}.web-auth-left{background:linear-gradient(148deg,#2563eb,#1a3ab4);padding:44px 40px;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.web-auth-left:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(99,162,255,.28),transparent 55%),radial-gradient(ellipse at bottom left,rgba(16,36,130,.45),transparent 55%);pointer-events:none}.web-auth-logo{display:flex;align-items:center;gap:12px;position:relative}.web-auth-logo-icon{width:44px;height:44px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.web-auth-logo-name{color:#fff;font-size:.95rem;font-weight:800;letter-spacing:.06em}.web-auth-logo-sub{color:rgba(255,255,255,.6);font-size:.72rem;margin-top:2px}.web-auth-brand{position:relative}.web-auth-brand h1{color:#fff;font-size:2.2rem;font-weight:800;line-height:1.18;margin:0 0 14px}.web-auth-brand-accent{display:block;width:36px;height:4px;background:rgba(255,255,255,.45);border-radius:2px;margin-bottom:14px}.web-auth-brand p{color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.65;max-width:290px;margin:0}.web-auth-monitor{position:relative;border-radius:10px;overflow:hidden}.web-auth-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;position:relative;margin-top:auto}.web-auth-feature{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.web-auth-feature-icon{width:50px;height:50px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.web-auth-feature span{color:rgba(255,255,255,.75);font-size:.71rem;font-weight:600;line-height:1.45}.web-auth-right{background:#fff;padding:52px;display:flex;flex-direction:column;justify-content:center;gap:22px}.web-auth-form-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.web-auth-shield{width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.web-auth-form-header h2{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0}.web-auth-form-header p{color:#64748b;font-size:.86rem;margin:0}.web-auth-form{gap:16px}.web-auth-field,.web-auth-form{display:flex;flex-direction:column}.web-auth-field{gap:6px}.web-auth-field label{font-size:.83rem;font-weight:600;color:#374151}.web-auth-input-wrap{position:relative;display:flex;align-items:center}.web-auth-input-icon{position:absolute;left:14px;color:#94a3b8;display:flex;align-items:center;pointer-events:none}.web-auth-input-wrap input{width:100%;height:50px;border:1.5px solid #e2e8f0;border-radius:12px;padding:0 44px;font:inherit;font-size:.9rem;color:#0f172a;background:#f8fafc;outline:none;transition:border-color .15s,box-shadow .15s}.web-auth-input-wrap input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.web-auth-input-wrap input::placeholder{color:#cbd5e1}.web-auth-eye-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:5px;border-radius:6px;transition:color .12s,background .12s}.web-auth-eye-btn:hover{color:#475569;background:#f1f5f9}.web-auth-extras{justify-content:space-between}.web-auth-extras,.web-auth-remember{display:flex;align-items:center;gap:8px}.web-auth-remember{font-size:.82rem;color:#64748b;opacity:.55;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.web-auth-remember input[type=checkbox]{width:15px;height:15px;cursor:not-allowed;accent-color:#2563eb}.web-auth-forgot{font-size:.82rem;color:#2563eb;font-weight:600;opacity:.45;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.web-auth-error{margin:0;padding:10px 14px;border-radius:10px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:.88rem}.web-auth-submit{height:52px;border:none;border-radius:12px;background:#2563eb;color:#fff;font:inherit;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 18px rgba(37,99,235,.32);transition:background .15s,box-shadow .15s}.web-auth-submit:hover:not(:disabled){background:#1d4ed8;box-shadow:0 6px 24px rgba(37,99,235,.42)}.web-auth-submit:disabled{opacity:.7;cursor:progress}.web-auth-footer{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}.web-auth-footer-divider{width:100%;height:1px;background:#e2e8f0;margin-bottom:6px}.web-auth-footer-label{font-size:.76rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin:0}.web-auth-footer p:last-of-type{font-size:.82rem;color:#64748b;margin:0}.web-auth-footer strong{color:#2563eb;font-weight:600}@media (max-width:740px){.web-auth-shell{padding:0;align-items:stretch}.web-auth-card{grid-template-columns:1fr;border-radius:0;box-shadow:none}.web-auth-left{display:none}.web-auth-right{min-height:100vh;padding:40px 28px;justify-content:center}}.web-dashboard-main-wrap{min-height:100vh;margin-left:16rem}.web-dashboard-topbar{position:fixed;top:0;right:0;z-index:160;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 16rem);height:64px;padding:0 32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.8);border-bottom:1px solid #f1f5f9;box-shadow:0 1px 2px rgba(15,23,42,.03)}.web-dashboard-topbar-title{color:#1f2937;font-size:1rem;font-weight:700}.web-dashboard-search-wrap{position:relative;width:100%;max-width:28rem}.web-dashboard-search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#94a3b8;font-size:1rem}.web-dashboard-search{width:100%;border:0;outline:0;padding:10px 16px 10px 40px;border-radius:14px;color:var(--on-surface);background:var(--surface-container-low);font-size:.875rem}.web-dashboard-search:focus{background:#fff;box-shadow:0 0 0 2px rgba(0,91,196,.12)}.web-dashboard-topbar-right{display:flex;align-items:center;gap:24px}.web-dashboard-notification{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#64748b;cursor:pointer}.web-dashboard-notification:hover{background:#f1f5f9}.web-dashboard-icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:#64748b;cursor:pointer}.web-dashboard-icon-button:hover{background:#f1f5f9}.web-dashboard-notification-dot{position:absolute;top:9px;right:9px;width:8px;height:8px;border:2px solid #fff;border-radius:999px;background:var(--error)}.web-dashboard-topbar-divider{width:1px;height:32px;background:#e2e8f0}.web-dashboard-user{display:flex;align-items:center;gap:12px;cursor:pointer}.web-dashboard-user-copy{text-align:right}.web-dashboard-user-copy.left{text-align:left}.web-dashboard-user-copy p{margin:0;color:var(--on-surface);font-size:.875rem;font-weight:700}.web-dashboard-user-copy span{color:var(--on-surface-variant);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.web-dashboard-user-avatar-wrap{position:relative}.web-dashboard-user-avatar{width:40px;height:40px;object-fit:cover;border:2px solid var(--primary-container);border-radius:999px}.web-dashboard-user-avatar.peach{background:#ffd7b4;border-color:#ffd7b4}.web-dashboard-user-status{position:absolute;right:0;bottom:0;width:10px;height:10px;border:2px solid #fff;border-radius:999px;background:var(--tertiary)}.nav-accordion{display:flex;flex-direction:column}.nav-accordion-trigger{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:flex-start;gap:12px}.nav-accordion-trigger .nav-accordion-arrow{margin-left:auto;transition:transform .24s ease;width:16px;height:16px}.nav-accordion.open .nav-accordion-arrow{transform:rotate(180deg)}.nav-accordion-sub{display:none;flex-direction:column;gap:2px;padding-left:12px;overflow:hidden}.nav-accordion.open .nav-accordion-sub{display:flex}.nav-sub-item{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:10px;color:#64748b;text-decoration:none;font-size:.82rem;font-weight:500;transition:background-color .16s ease,color .16s ease}.nav-sub-item:hover{background:rgba(226,232,240,.6)}.nav-sub-item.active{background:rgba(59,130,246,.12);color:#1d4ed8;font-weight:700;border-left:3px solid #2563eb;border-radius:0 10px 10px 0;padding-left:11px}.nav-sub-item .app-icon{width:15px;height:15px}.cust-dash-page{padding:80px 32px 48px;display:flex;flex-direction:column;gap:24px}.cust-dash-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}.cust-dash-header h2{margin:0 0 4px;font-size:1.75rem;font-weight:800;color:var(--on-surface);letter-spacing:-.02em}.cust-dash-header p{margin:0;color:var(--on-surface-variant);font-size:.88rem}.cust-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));grid-gap:16px;gap:16px}.cust-kpi-card{background:#fff;border-radius:16px;padding:18px 20px 16px;box-shadow:0 2px 8px rgba(15,23,42,.06);gap:14px;min-width:0;overflow:hidden}.cust-kpi-card,.cust-kpi-icon{display:flex;align-items:center}.cust-kpi-icon{width:48px;height:48px;border-radius:14px;justify-content:center;flex-shrink:0}.cust-kpi-icon.blue{background:#eff6ff;color:#2563eb}.cust-kpi-icon.green{background:#f0fdf4;color:#16a34a}.cust-kpi-icon.orange{background:#fff7ed;color:#ea580c}.cust-kpi-icon.red{background:#fff1f2;color:#dc2626}.cust-kpi-icon.purple{background:#f5f3ff;color:#7c3aed}.cust-kpi-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.cust-kpi-label{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.cust-kpi-value{font-size:clamp(.95rem,1.6vw,1.35rem);font-weight:800;letter-spacing:-.02em;color:#0f172a;word-break:break-all;overflow-wrap:anywhere;line-height:1.15}.cust-kpi-sub{font-size:.74rem;color:#64748b}.cust-bottom-grid,.cust-mid-grid,.cust-panels-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:stretch}@media (max-width:1100px){.cust-bottom-grid,.cust-mid-grid,.cust-panels-grid{grid-template-columns:1fr}}.cust-panel{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px rgba(15,23,42,.06);min-width:0;overflow:hidden}.cust-panel-title{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;font-weight:800;color:#1e293b;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.cust-panel-link{font-size:.78rem;color:#2563eb;text-decoration:none;font-weight:600}.cust-panel-link:hover{text-decoration:underline}.cust-aging-wrap{display:flex;gap:20px;align-items:flex-start}.cust-donut-vis{position:relative;flex-shrink:0;width:128px;height:128px}.cust-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.cust-donut-center strong{font-size:.8rem;font-weight:800;color:#0f172a;text-align:center;line-height:1.2}.cust-donut-center span{font-size:.65rem;color:#94a3b8}.cust-aging-table-head{display:grid;grid-template-columns:1fr auto auto;grid-gap:8px;gap:8px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f1f5f9}.cust-aging-row{display:grid;grid-template-columns:14px 1fr auto auto;align-items:center;grid-gap:8px;gap:8px;padding:5px 0;border-bottom:1px solid #f8fafc}.cust-aging-row.total-row{border-top:1px solid #e2e8f0;border-bottom:none;margin-top:4px;padding-top:8px}.cust-aging-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cust-aging-label{font-size:.8rem;color:#475569}.cust-aging-amount{font-size:.8rem;font-weight:600;color:#1e293b;text-align:right}.cust-aging-pct{font-size:.78rem;color:#64748b;text-align:right;min-width:40px}.cust-credit-rows{display:flex;flex-direction:column;gap:8px}.cust-credit-row{display:grid;grid-template-columns:28px 1fr auto 80px 36px;align-items:center;grid-gap:8px;gap:8px}.cust-credit-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cust-credit-icon .app-icon{width:16px;height:16px}.cust-credit-label{font-size:.8rem;color:#475569;font-weight:600}.cust-credit-value{font-size:.88rem;font-weight:800;color:#1e293b;text-align:right}.cust-credit-bar-wrap{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.cust-credit-bar{height:100%;border-radius:3px;transition:width .3s ease}.cust-credit-pct{font-size:.75rem;color:#94a3b8;text-align:right}.cust-table-wrap{overflow-x:auto}.cust-table{width:100%;border-collapse:collapse}.cust-table th{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:left}.cust-table td{font-size:.82rem;padding:10px;border-bottom:1px solid #f8fafc;color:#334155}.cust-table tbody tr:hover{background:#f8fafc}.cust-indicators{display:flex;flex-direction:column;gap:14px}.cust-indicator-row{display:grid;grid-template-columns:40px 1fr auto 80px;align-items:center;grid-gap:10px;gap:10px;padding:10px 0;border-bottom:1px solid #f8fafc}.cust-ind-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cust-ind-icon .app-icon{width:18px;height:18px}.cust-ind-label{font-size:.8rem;font-weight:700;color:#1e293b}.cust-ind-sub{font-size:.7rem;color:#94a3b8}.cust-ind-value{font-size:1.5rem;font-weight:800;color:#0f172a;text-align:center}.cust-note-bar{margin-top:16px;padding:10px 14px;background:#eff6ff;border-radius:10px;display:flex;align-items:flex-start;gap:8px;font-size:.75rem;color:#2563eb}.cust-note-bar .app-icon{flex-shrink:0;width:16px;height:16px;margin-top:1px}.cust-bar-mini{flex:1 1;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden;min-width:40px}.prod-dash-page{padding:80px 32px 48px;display:flex;flex-direction:column;gap:24px}.prod-dash-header{margin-bottom:4px}.prod-dash-header h2{margin:0 0 4px;font-size:1.75rem;font-weight:800;color:var(--on-surface);letter-spacing:-.02em}.prod-dash-header p{margin:0;color:var(--on-surface-variant);font-size:.88rem}.prod-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));grid-gap:16px;gap:16px}.prod-kpi-card{background:#fff;border-radius:16px;padding:18px 20px 16px;box-shadow:0 2px 8px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:4px}.prod-kpi-icon-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.prod-kpi-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.prod-kpi-icon.blue{background:#eff6ff;color:#2563eb}.prod-kpi-icon.green{background:#f0fdf4;color:#16a34a}.prod-kpi-icon.orange{background:#fff7ed;color:#ea580c}.prod-kpi-icon.red{background:#fff1f2;color:#dc2626}.prod-kpi-icon.purple{background:#f5f3ff;color:#7c3aed}.prod-kpi-title{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.prod-kpi-value{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;line-height:1}.prod-kpi-sub{font-size:.75rem;color:#64748b}.prod-kpi-delta{display:flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;margin-top:4px}.prod-kpi-delta.up{color:#16a34a}.prod-kpi-delta.down{color:#dc2626}.prod-mid-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:1200px){.prod-mid-grid{grid-template-columns:1fr 1fr}.prod-mid-grid>:last-child{grid-column:1/-1}}@media (max-width:700px){.prod-mid-grid{grid-template-columns:1fr}.prod-mid-grid>:last-child{grid-column:unset}}.prod-panel{background:#fff;border-radius:16px;padding:20px;min-width:0;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.06)}.prod-panel-title{margin:0 0 16px;font-size:.92rem;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:space-between}.prod-panel-link{font-size:.75rem;font-weight:600;color:#2563eb;text-decoration:none}.prod-donut-wrap{display:flex;flex-direction:column;gap:12px}.prod-donut-vis{display:flex;align-items:center;justify-content:center;position:relative;height:140px}.prod-donut-center-text{position:absolute;text-align:center}.prod-donut-center-text strong{display:block;font-size:1.4rem;font-weight:800;color:#0f172a}.prod-donut-center-text span{font-size:.68rem;color:#64748b}.prod-donut-legend{display:flex;flex-direction:column;gap:6px}.prod-legend-row{display:flex;align-items:center;justify-content:space-between;font-size:.78rem}.prod-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.prod-legend-name{flex:1 1;margin:0 8px;color:#475569}.prod-legend-count{font-weight:700;color:#1e293b}.prod-legend-pct{color:#64748b;margin-left:8px;min-width:36px;text-align:right}.prod-inv-bars{gap:14px}.prod-inv-bar-row,.prod-inv-bars{display:flex;flex-direction:column}.prod-inv-bar-row{gap:4px}.prod-inv-bar-label{display:flex;justify-content:space-between;font-size:.78rem}.prod-inv-bar-label span{color:#475569}.prod-inv-bar-label strong{color:#1e293b}.prod-inv-bar-track{height:10px;border-radius:999px;background:#f1f5f9;overflow:hidden}.prod-inv-bar-fill{height:100%;border-radius:999px}.prod-inv-bar-fill.optimal{background:#22c55e}.prod-inv-bar-fill.low{background:#f59e0b}.prod-inv-bar-fill.no_inventory{background:#ef4444}.prod-inv-bar-fill.over_stock{background:#3b82f6}.prod-movements{display:flex;flex-direction:column;gap:10px}.prod-movement-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f1f5f9}.prod-movement-row:last-child{border-bottom:none}.prod-movement-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-movement-icon.entrada{background:#f0fdf4;color:#16a34a}.prod-movement-icon.salida{background:#fff1f2;color:#dc2626}.prod-movement-info{flex:1 1;min-width:0}.prod-movement-name{font-size:.8rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prod-movement-meta{font-size:.7rem;color:#64748b}.prod-movement-qty{font-size:.85rem;font-weight:700}.prod-movement-qty.entrada{color:#16a34a}.prod-movement-qty.salida{color:#dc2626}.prod-tables-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:16px;gap:16px;align-items:start}.prod-tables-grid .prod-panel{min-width:0;overflow:hidden}@media (max-width:1100px){.prod-tables-grid{grid-template-columns:1fr}}.prod-table{width:100%;border-collapse:collapse}.prod-table th{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:left}.prod-table td{font-size:.8rem;padding:10px;border-bottom:1px solid #f8fafc;color:#334155;vertical-align:middle}.prod-table tbody tr:hover{background:#fafbfc}.prod-rank{color:#94a3b8;font-weight:700}.prod-sku-badge{display:inline-block;padding:2px 8px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.7rem;font-weight:700}.prod-bar-mini{width:64px;height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.prod-bar-mini-fill{height:100%;border-radius:999px;background:#2563eb}.prod-stock-num{font-weight:700}.prod-stock-num.critical{color:#dc2626}.prod-stock-num.warning{color:#ea580c}.prod-stock-num.ok{color:#16a34a}.prod-van-badge{font-size:.68rem;font-weight:700;background:#eff6ff;color:#2563eb;padding:2px 7px;border-radius:6px;white-space:nowrap}.prod-bottom-kpis{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.prod-bottom-card{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 2px 8px rgba(15,23,42,.06);display:flex;align-items:center;gap:14px}.prod-bottom-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-bottom-icon.blue{background:#eff6ff;color:#2563eb}.prod-bottom-icon.green{background:#f0fdf4;color:#16a34a}.prod-bottom-icon.orange{background:#fff7ed;color:#ea580c}.prod-bottom-icon.purple{background:#f5f3ff;color:#7c3aed}.prod-bottom-icon.teal{background:#f0fdfa;color:#0d9488}.prod-bottom-label{font-size:.72rem;color:#64748b;font-weight:600}.prod-bottom-value{font-size:1.1rem;font-weight:800;color:#0f172a;line-height:1.2}.prod-bottom-delta{font-size:.7rem;font-weight:700}.prod-bottom-delta.up{color:#16a34a}.prod-bottom-delta.down{color:#dc2626}.prod-subpage{padding:80px 32px 48px;display:flex;flex-direction:column;gap:20px}.prod-subpage-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.prod-subpage-header h2{margin:0 0 4px;font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.prod-subpage-header p{margin:0;color:#64748b;font-size:.85rem}.prod-subpage-actions{display:flex;gap:10px;flex-shrink:0}.prod-filter-bar{background:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 2px 8px rgba(15,23,42,.05);display:flex;gap:12px;align-items:center;flex-wrap:wrap}.prod-filter-bar input,.prod-filter-bar select{height:36px;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;font:inherit;font-size:.82rem;color:#334155;background:#f8fafc;outline:none}.prod-filter-bar input:focus,.prod-filter-bar select:focus{border-color:#2563eb;background:#fff}.prod-filter-bar input{min-width:220px}.prod-table-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(15,23,42,.06);overflow:hidden}.prod-table-wrap{overflow-x:auto}.prod-table-full{width:100%;border-collapse:collapse}.prod-table-full th{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:12px 16px;border-bottom:1px solid #f1f5f9;text-align:left;background:#fafbfc}.prod-table-full td{font-size:.83rem;padding:12px 16px;border-bottom:1px solid #f8fafc;color:#334155;vertical-align:middle}.prod-table-full tbody tr:last-child td{border-bottom:none}.prod-table-full tbody tr:hover{background:#fafbfc}.prod-table-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f1f5f9;font-size:.8rem;color:#64748b}.prod-page-links{display:flex;gap:4px}.prod-page-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;font-size:.82rem;color:#475569;text-decoration:none;transition:background .12s}.prod-page-link:hover{background:#f1f5f9}.prod-page-link.active{background:#2563eb;color:#fff;font-weight:700}.prod-page-link.disabled{color:#cbd5e1;pointer-events:none}.prod-primary-btn{display:inline-flex;align-items:center;gap:6px;padding:0 18px;height:38px;border-radius:10px;background:#2563eb;color:#fff;font:inherit;font-size:.83rem;font-weight:700;border:none;cursor:pointer;text-decoration:none}.prod-primary-btn:hover{background:#1d4ed8}.prod-secondary-btn{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:38px;border-radius:10px;background:#f1f5f9;color:#475569;font:inherit;font-size:.83rem;font-weight:600;border:1px solid #e2e8f0;cursor:pointer;text-decoration:none}.prod-secondary-btn:hover{background:#e2e8f0}.prod-status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:.7rem;font-weight:700}.prod-status-badge.active{background:#f0fdf4;color:#16a34a}.prod-status-badge.inactive{background:#f8fafc;color:#64748b}.prod-bool-yes{color:#16a34a;font-weight:700}.prod-bool-no{color:#94a3b8}.prod-promo-soon{flex-direction:column;min-height:60vh;gap:20px;text-align:center}.prod-promo-icon-wrap,.prod-promo-soon{display:flex;align-items:center;justify-content:center}.prod-promo-icon-wrap{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed}.prod-promo-soon h3{margin:0;font-size:1.5rem;font-weight:800}.prod-promo-soon p{margin:0;color:#64748b;max-width:40ch;line-height:1.6}.web-dashboard-canvas{max-width:100%;padding:96px 32px 48px}.web-dashboard-page-header{margin-bottom:32px}.web-dashboard-page-header h2{margin:0;color:var(--on-surface);font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.web-dashboard-page-header p{margin:4px 0 0;color:var(--on-surface-variant);font-size:.875rem;font-weight:500}.web-dashboard-kpi-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr .7fr;grid-gap:24px;gap:24px;margin-bottom:32px}.web-dashboard-activity-card,.web-dashboard-chart-card,.web-dashboard-kpi-card,.web-dashboard-pending-card,.web-dashboard-table-card-shell{background:var(--surface-container-lowest);border-radius:12px;outline:1px solid rgba(172,179,183,.2);box-shadow:0 12px 32px -4px rgba(44,52,55,.06)}.web-dashboard-kpi-card{display:flex;align-items:center;gap:16px;padding:24px;transition:transform .22s ease}.web-dashboard-kpi-card:hover{transform:translateY(-4px)}.web-dashboard-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;flex-shrink:0}.web-dashboard-kpi-icon .app-icon{width:1.9rem;height:1.9rem}.web-dashboard-kpi-icon.primary{color:var(--primary);background:rgba(0,91,196,.1)}.web-dashboard-kpi-icon.tertiary{color:var(--tertiary);background:rgba(0,109,74,.1)}.web-dashboard-kpi-icon.secondary{color:var(--secondary);background:rgba(89,94,114,.1)}.web-dashboard-kpi-icon.error{color:var(--error);background:rgba(168,56,54,.1)}.web-dashboard-kpi-label{margin:0 0 6px;color:var(--on-surface-variant);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.web-dashboard-kpi-card h3{margin:0;color:var(--on-surface);font-size:1.55rem;font-weight:800}.web-dashboard-content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);grid-gap:32px;gap:32px;margin-bottom:32px}.web-dashboard-chart-card{display:flex;flex-direction:column;min-height:500px;overflow:hidden}.web-dashboard-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px}.web-dashboard-card-header.border{border-bottom:1px solid #f8fafc}.web-dashboard-card-header h4{margin:0;color:var(--on-surface);font-size:1.25rem;font-weight:700}.web-dashboard-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:700}.web-dashboard-badge-primary{color:var(--primary);background:rgba(0,91,196,.1)}.web-dashboard-badge-primary:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--primary)}.web-dashboard-badge-error{color:var(--error);background:rgba(168,56,54,.1);font-size:.65rem;text-transform:uppercase}.web-dashboard-chart{position:relative;flex:1 1;overflow:hidden;background:var(--surface-container-lowest)}.web-dashboard-chart-grid{position:absolute;inset:24px 24px 56px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.web-dashboard-chart-grid span{border-top:1px solid #f1f5f9}.web-dashboard-bars{position:absolute;inset:24px 24px 24px;display:flex;align-items:flex-end;gap:16px}.web-dashboard-bar-column{position:relative;z-index:1;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;height:100%}.web-dashboard-bar{width:100%;border-radius:12px 12px 0 0;background:rgba(0,91,196,.2);transition:background-color .22s ease}.web-dashboard-bar.active,.web-dashboard-bar:hover{background:var(--primary)}.web-dashboard-bar-column span{color:var(--on-surface-variant);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.web-dashboard-bar-column span.active{color:var(--on-surface)}.web-dashboard-activity-card{display:flex;flex-direction:column;min-height:500px}.web-dashboard-activity-list{flex:1 1;overflow-y:auto;padding:8px}.web-dashboard-activity-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-radius:12px;transition:background-color .16s ease}.web-dashboard-activity-item:hover{background:var(--surface-container-low)}.web-dashboard-activity-avatar{width:40px;height:40px;object-fit:cover;border-radius:999px;flex-shrink:0}.web-dashboard-activity-avatar.fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container-high);color:var(--on-surface-variant);font-size:.75rem;font-weight:700}.web-dashboard-activity-copy{flex:1 1;min-width:0}.web-dashboard-activity-copy p{margin:0;color:var(--on-surface);font-size:.875rem;font-weight:700}.web-dashboard-activity-copy span{display:block;margin-top:2px;color:var(--on-surface-variant);font-size:.75rem}.web-dashboard-activity-item strong{color:var(--tertiary);font-size:.875rem;font-weight:700;white-space:nowrap}.web-dashboard-card-footer{padding:16px;border-top:1px solid #f8fafc;text-align:center}.web-dashboard-card-footer button{border:0;background:transparent;color:var(--primary);font-size:.875rem;font-weight:700;cursor:pointer}.web-dashboard-bottom-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);grid-gap:32px;gap:32px}.web-dashboard-pending-card,.web-dashboard-table-card-shell{display:flex;flex-direction:column;overflow:hidden}.web-dashboard-filter-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--on-surface-variant);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.web-dashboard-table-wrap{overflow-x:auto;flex:1 1}.web-dashboard-table{width:100%;border-collapse:collapse}.web-dashboard-table thead{background:var(--surface-container-low)}.web-dashboard-table td,.web-dashboard-table th{padding:16px 24px;text-align:left}.web-dashboard-table th{color:var(--on-surface-variant);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.web-dashboard-table tbody tr{border-top:1px solid #f8fafc}.web-dashboard-driver{display:flex;align-items:center;gap:12px}.web-dashboard-driver img{width:32px;height:32px;object-fit:cover;border-radius:999px}.web-dashboard-driver span{color:var(--on-surface);font-size:.875rem;font-weight:500}.web-dashboard-progress{width:128px;height:6px;overflow:hidden;border-radius:999px;background:var(--surface-container-highest)}.web-dashboard-progress span{display:block;height:100%;border-radius:999px;background:var(--primary)}.web-dashboard-pending-list{flex:1 1}.web-dashboard-pending-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-top:1px solid rgba(248,250,252,.5);transition:background-color .16s ease}.web-dashboard-pending-item:hover{background:#f8fafc}.web-dashboard-pending-left{display:flex;align-items:center;gap:12px;min-width:0}.web-dashboard-pending-left p{margin:0;color:var(--on-surface);font-size:.875rem;font-weight:500}.web-dashboard-pending-icon{width:32px;height:32px;flex-shrink:0;border-radius:999px;color:var(--on-surface-variant)}.web-dashboard-pending-icon,.web-dashboard-pending-item>span{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container-high)}.web-dashboard-pending-item>span{min-width:32px;padding:4px 8px;border-radius:8px;color:var(--on-surface);font-size:.75rem;font-weight:700}.web-dashboard-pending-footer{padding:16px}.web-dashboard-pending-footer button{width:100%;border:0;border-radius:10px;padding:12px 16px;background:var(--surface-container-high);color:var(--primary);font-size:.875rem;font-weight:700;cursor:pointer}.web-dashboard-fab{position:fixed;right:24px;bottom:24px;z-index:50;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:999px;color:#fff;cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary-container));box-shadow:0 25px 50px -12px rgba(0,91,196,.45);transition:transform .16s ease}.web-dashboard-fab:hover{transform:scale(1.08)}.web-dashboard-fab .app-icon{width:1.85rem;height:1.85rem}.settings-page{padding:92px 24px 32px}.settings-layout{display:grid;grid-template-columns:176px minmax(0,1fr);grid-gap:24px;gap:24px;min-height:calc(100vh - 124px)}.settings-menu{display:flex;flex-direction:column;gap:10px;padding-top:24px}.settings-menu-item{display:flex;align-items:center;gap:14px;width:100%;border:0;border-radius:14px;padding:14px 16px;background:transparent;color:#5b6674;font-size:.95rem;font-weight:500;cursor:pointer;text-align:left}.settings-menu-item.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-ambient)}.settings-menu-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px}.settings-menu-icon.profile{color:var(--primary);background:rgba(37,99,235,.12)}.settings-menu-icon.system{color:#667085;background:rgba(102,112,133,.12)}.settings-menu-icon.interface{color:#d38a17;background:rgba(245,158,11,.16)}.settings-menu-icon.security{color:#ef476f;background:rgba(239,71,111,.12)}.settings-menu-icon.integrations{color:#6b7280;background:rgba(107,114,128,.12)}.settings-content{display:grid;grid-gap:24px;gap:24px}.settings-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-ambient);padding:26px}.settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.settings-card-header h3{margin:0;color:#1f2937;font-size:1.15rem;font-weight:700}.settings-card-header p{margin:6px 0 0;color:#6b7280;font-size:.95rem}.settings-primary-button{border:0;border-radius:10px;padding:14px 20px;background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap}.settings-profile-grid{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:28px;gap:28px}.settings-profile-photo{display:flex;flex-direction:column;align-items:center;gap:12px}.settings-profile-photo img{width:112px;height:112px;object-fit:cover;border-radius:18px;background:#eadbc9}.settings-profile-photo button{border:0;background:transparent;color:var(--primary);font-size:.88rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.settings-profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 16px;gap:18px 16px}.settings-field{display:grid;grid-gap:8px;gap:8px}.settings-color-group label,.settings-field label{color:#6b7280;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-field-value{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-height:52px;border-radius:10px;padding:12px 14px;background:#eef3f8;color:#374151;font-size:.95rem}.settings-field-value span{display:block;line-height:1.45;white-space:normal;word-break:break-word}.settings-field-chevron{width:1rem;height:1rem;color:#6b7280}.settings-dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.settings-mini-title{display:flex;align-items:center;gap:12px;margin-bottom:26px}.settings-mini-title h4{margin:0;color:#1f2937;font-size:1rem;font-weight:700}.settings-interface-block,.settings-option-list{display:grid;grid-gap:24px;gap:24px}.settings-option-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.settings-option-label{display:flex;align-items:center;gap:12px;color:#374151;font-size:.95rem;font-weight:500}.settings-inline-select{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--primary);font-size:.9rem;font-weight:700;cursor:pointer}.settings-inline-select .app-icon{width:.95rem;height:.95rem;color:#6b7280}.settings-toggle{display:inline-flex;align-items:center;width:36px;height:20px;border:0;border-radius:999px;padding:2px;background:#dbe4ee;cursor:pointer}.settings-toggle span{width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 2px 4px rgba(15,23,42,.08)}.settings-toggle.on{justify-content:flex-end;background:var(--primary)}.settings-color-group{display:grid;grid-gap:16px;gap:16px;padding-top:18px}.settings-color-row{display:flex;align-items:center;gap:12px}.settings-color-dot{width:24px;height:24px;border:0;border-radius:999px;cursor:pointer}.settings-color-dot.active{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.settings-security-card{display:grid;grid-gap:22px;gap:22px}.settings-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.settings-security-item{display:flex;align-items:center;gap:14px;padding:18px;border:1px dashed #d8e1eb;border-radius:14px}.settings-security-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;flex-shrink:0}.settings-security-icon.neutral{color:#94a3b8;background:#f3f6fb}.settings-security-icon.success{color:#0f9d73;background:rgba(15,157,115,.12)}.settings-security-copy{flex:1 1;min-width:0}.settings-security-copy strong{display:block;color:#1f2937;font-size:.95rem}.settings-security-copy span{display:block;margin-top:4px;color:#6b7280;font-size:.84rem}.settings-security-item button{border:0;background:transparent;color:var(--primary);font-size:.88rem;font-weight:700;cursor:pointer}.settings-footer{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:10px 0 6px;color:#94a3b8;font-size:.78rem}.settings-footer strong{color:#6b7280;font-size:.72rem;letter-spacing:.12em}.settings-footer div{display:flex;gap:18px}.settings-footer a{color:inherit;text-decoration:none}.settings-system-header{margin-bottom:18px}.settings-system-header h3{margin:0;color:#0e2438;font-size:1.05rem;font-weight:800}.settings-system-header p{margin:10px 0 0;color:var(--on-surface-variant);font-size:.94rem;line-height:1.6}.settings-action-links{display:flex;flex-wrap:wrap;gap:12px}.settings-action-link{min-height:44px;border:0;cursor:pointer}.settings-action-link.active{filter:saturate(1.08);box-shadow:0 16px 30px -18px rgba(0,91,196,.82)}.settings-system-table-wrap{overflow-x:auto}.settings-system-table{width:100%;border-collapse:collapse}.settings-system-table td,.settings-system-table th{padding:16px 14px;text-align:left}.settings-system-table th{color:#0e2438;font-size:.92rem;font-weight:800;letter-spacing:0;text-transform:none;border-bottom:1px solid #dce4ee}.settings-system-table td{color:#23374a;font-size:.94rem;border-bottom:1px solid #dce4ee}.settings-placeholder-card p,.settings-system-empty{color:var(--on-surface-variant)}.settings-placeholder-card p{margin:0;font-size:.95rem;line-height:1.7}.settings-panel-link{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;min-height:44px;padding:0 18px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.92rem;font-weight:700;text-decoration:none}.aspel-sync-card{display:grid;grid-gap:20px;gap:20px}.aspel-sync-header{margin-bottom:0}.aspel-sync-actions{display:flex;gap:12px;align-items:center}.settings-secondary-button{border:1px solid #d9e4f0;border-radius:10px;padding:14px 18px;background:#fff;color:#1f4f8f;font-size:.92rem;font-weight:700;cursor:pointer}.settings-primary-button:disabled,.settings-secondary-button:disabled{opacity:.72;cursor:not-allowed}.aspel-sync-banner{border-radius:12px;padding:14px 16px;font-size:.93rem;font-weight:600}.aspel-sync-banner.success{color:#0f9d73;background:rgba(15,157,115,.08)}.aspel-sync-banner.error{color:#c2410c;background:rgba(251,146,60,.12)}.aspel-sync-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.aspel-sync-metric{border-radius:14px;padding:16px;background:#f7faff;outline:1px solid rgba(172,179,183,.16)}.aspel-sync-metric span{display:block;color:#6b7280;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aspel-sync-metric strong{display:block;margin-top:10px;color:#0e2438;font-size:1.35rem;font-weight:800}.aspel-sync-grid{display:grid;grid-gap:20px;gap:20px}.aspel-sync-section{display:grid;grid-gap:14px;gap:14px}.settings-system-header.compact{margin-bottom:0}.aspel-sync-status{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.aspel-sync-status.ok{color:#0f9d73;background:rgba(15,157,115,.12)}.aspel-sync-status.error{color:#b45309;background:rgba(245,158,11,.16)}.aspel-sync-online{color:#0f9d73}.aspel-sync-offline{color:#b45309}.aspel-sync-metric-sub{display:block;font-size:.76rem;color:#94a3b8;margin-top:2px}.aspel-sync-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84rem}.aspel-sync-footer{display:flex;flex-wrap:wrap;gap:16px;color:#6b7280;font-size:.82rem}.payment-methods-card{margin-top:24px;display:grid;grid-gap:20px;gap:20px}.payment-methods-header h3{margin:0;color:#0e2438;font-size:1.12rem;font-weight:800}.payment-methods-header p{margin:8px 0 0;color:#5f6b7a;font-size:.94rem;line-height:1.6}.payment-methods-table-wrap{overflow-x:auto}.payment-methods-table{width:100%;border-collapse:collapse}.payment-methods-table td,.payment-methods-table th{padding:16px 12px;text-align:left}.payment-methods-table th{color:#6b7280;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #dce4ee}.payment-methods-table td{color:#23374a;font-size:.94rem;border-bottom:1px solid #edf2f7}.payment-methods-note{display:inline-flex;align-items:center;gap:10px;color:#5f6b7a;font-size:.9rem}@media (max-width:1280px){.web-dashboard-sidebar{width:5rem;padding:24px 12px;transition:width .18s ease,padding .18s ease,box-shadow .18s ease;overflow:hidden}.web-dashboard-sidebar:hover{width:16rem;padding:24px 16px;box-shadow:4px 0 24px rgba(15,23,42,.12)}.web-dashboard-sidebar-brand{display:flex;justify-content:center;padding:0;transition:padding .18s ease,justify-content .18s ease}.web-dashboard-sidebar:hover .web-dashboard-sidebar-brand{display:block;padding:0 16px 0 52px}.web-dashboard-brand-subtitle,.web-dashboard-brand-title{display:none}.web-dashboard-sidebar:hover .web-dashboard-brand-subtitle,.web-dashboard-sidebar:hover .web-dashboard-brand-title{display:block}.web-dashboard-sidebar-brand:before{content:"AP";display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#fff;background:var(--primary);font-size:.95rem;font-weight:700;transition:all .18s ease}.web-dashboard-sidebar:hover .web-dashboard-sidebar-brand:before{content:"";width:34px;height:34px;background:linear-gradient(135deg,var(--primary),var(--primary-container));box-shadow:0 12px 28px -16px rgba(0,91,196,.8);position:absolute;top:2px;left:0}.web-dashboard-nav-item{justify-content:center;padding:12px;white-space:nowrap}.web-dashboard-sidebar:hover .web-dashboard-nav-item{justify-content:flex-start;padding:12px 16px}.web-dashboard-logout>span,.web-dashboard-nav-item>span,.web-dashboard-user-copy{display:none}.web-dashboard-sidebar:hover .web-dashboard-logout>span,.web-dashboard-sidebar:hover .web-dashboard-nav-item>span,.web-dashboard-sidebar:hover .web-dashboard-user-copy{display:inline}.web-dashboard-nav-item.active{padding-left:12px}.web-dashboard-sidebar:hover .web-dashboard-nav-item.active{padding-left:16px}.nav-accordion .nav-accordion-arrow{display:none}.web-dashboard-sidebar:hover .nav-accordion .nav-accordion-arrow{display:inline-block}.nav-sub-item{justify-content:center;padding:8px}.nav-sub-item>span{display:none}.web-dashboard-sidebar:hover .nav-sub-item{justify-content:flex-start;padding:7px 12px}.web-dashboard-sidebar:hover .nav-sub-item>span{display:inline}.web-dashboard-main-wrap{margin-left:5rem}.web-dashboard-topbar{width:calc(100% - 5rem);padding:0 16px}}@media (max-width:1080px){.dashboard-hero,.dashboard-metrics,.web-dashboard-kpi-grid{grid-template-columns:1fr 1fr}.settings-dual-grid,.settings-layout,.settings-profile-fields,.settings-security-grid,.web-dashboard-bottom-grid,.web-dashboard-content-grid{grid-template-columns:1fr}.settings-action-links{gap:10px}.aspel-sync-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.container{width:min(100% - 32px,100%);padding:28px 0 40px}.card{padding:20px;border-radius:20px}.dashboard-hero,.dashboard-metrics{grid-template-columns:1fr}.dashboard-hero-copy,.dashboard-meta-card{padding:22px;border-radius:24px}td,th{padding:14px 10px}.web-dashboard-sidebar{width:5rem;padding:24px 12px}.web-dashboard-sidebar-brand{display:flex;justify-content:center;padding:0}.web-dashboard-brand-subtitle,.web-dashboard-brand-title{display:none}.web-dashboard-sidebar-brand:before{content:"AP";display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#fff;background:var(--primary);font-size:.95rem;font-weight:700}.web-dashboard-nav-item{justify-content:center;padding:12px}.web-dashboard-logout span:last-child,.web-dashboard-nav-item span:last-child,.web-dashboard-topbar-divider,.web-dashboard-user-copy{display:none}.web-dashboard-nav-item.active{padding-left:12px}.web-dashboard-main-wrap{margin-left:5rem}.web-dashboard-topbar{width:calc(100% - 5rem);padding:0 16px}.web-dashboard-topbar-title{font-size:.92rem}.web-dashboard-canvas{padding:88px 16px 36px}.web-dashboard-page-header h2{font-size:2rem}.web-dashboard-card-header,.web-dashboard-kpi-card,.web-dashboard-table td,.web-dashboard-table th{padding-left:16px;padding-right:16px}.web-dashboard-search-wrap{max-width:100%}.web-dashboard-progress{width:80px}.settings-page{padding:84px 16px 28px}.settings-layout{gap:18px}.settings-menu{padding-top:0}.settings-profile-grid{grid-template-columns:1fr}.settings-card,.settings-card-header{padding:20px}.aspel-sync-actions{width:100%;flex-direction:column;align-items:stretch}.aspel-sync-metrics{grid-template-columns:1fr}}.products-page{padding:96px 28px 40px;display:grid;grid-gap:26px;gap:26px}.products-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.products-page-header h2{margin:0;color:#1f2937;font-size:2.35rem;font-weight:800;letter-spacing:-.04em}.products-page-header p{margin:10px 0 0;color:#5f6b7a;font-size:.98rem}.products-primary-button{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:16px;padding:16px 22px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 18px 32px rgba(37,99,235,.24)}.products-primary-button .app-icon{width:1.15rem;height:1.15rem}.products-filter-card,.products-summary-card,.products-table-card{background:#fff;border-radius:20px;box-shadow:var(--shadow-ambient)}.products-filter-card{padding:22px 24px}.products-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:end}.products-filter-field{display:grid;grid-gap:10px;gap:10px}.products-filter-field span{color:#637082;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.products-filter-field select{width:100%;height:36px;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;background:#f8fafc;color:#334155;font:inherit;font-size:.82rem;outline:none}.products-filter-actions{display:flex;justify-content:flex-end}.products-filter-clear{display:inline-flex;align-items:center;gap:8px;min-height:52px;border:0;border-radius:14px;padding:0 20px;background:#edf3fb;color:#1d4ed8;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.products-table-card{overflow:hidden}.products-table-wrap{overflow-x:auto}.products-table{width:100%;border-collapse:collapse}.products-table thead{background:#edf3f8}.products-table td,.products-table th{padding:18px 20px;text-align:left}.products-table th{color:#657081;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.products-table tbody tr+tr td{border-top:1px solid #eef3f7}.products-thumb{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,#f8fbff,#e6edf6)}.products-thumb-image{width:100%;height:100%;object-fit:cover}.products-thumb-fallback{color:#6b7280;font-size:.85rem;font-weight:800;letter-spacing:.06em}.products-name-block{display:grid;grid-gap:4px;gap:4px}.products-name-block strong{color:#1f2937;font-size:1.02rem}.products-name-block span{color:#7b8794;font-size:.86rem}.products-category-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#e7e9ff;color:#55607b;font-size:.82rem;font-weight:700}.products-stock-cell{display:flex;align-items:center;gap:10px}.products-stock-bar{width:108px;height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0}.products-stock-fill{display:block;height:100%;border-radius:999px}.products-stock-fill.ok{background:#0f7b53}.products-stock-fill.low{background:#f97316}.products-stock-fill.out{background:#d14343}.products-stock-cell strong{min-width:24px;color:#1f2937}.products-stock-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:8px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.products-stock-badge.low{color:#b45309;background:#ffedd5}.products-stock-badge.out{color:#b91c1c;background:#fee2e2}.products-price{color:#1f2937;font-weight:700}.products-actions{display:flex;align-items:center;gap:12px}.products-actions button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#5b6472;cursor:pointer}.products-actions button:hover{background:#f3f6fa}.products-empty{color:#6b7280;text-align:center}.products-table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 22px}.products-table-footer p{margin:0;color:#5f6b7a;font-size:.92rem}.products-pagination{display:flex;align-items:center;gap:8px}.products-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:12px;color:#475569;text-decoration:none;font-weight:700}.products-page-link.active{background:#2563eb;color:#fff}.products-page-link.disabled{pointer-events:none;opacity:.4}.products-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.products-summary-card{position:relative;padding:24px}.products-summary-card>span{display:block;color:#637082;font-size:.77rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.products-summary-card>strong{display:block;margin-top:20px;color:#1f2937;font-size:2rem;font-weight:800;letter-spacing:-.03em}.products-summary-card>p{margin:10px 0 0;color:#6b7280;font-size:.92rem;line-height:1.5}.products-summary-icon{position:absolute;top:22px;right:22px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px}.products-summary-icon.primary{color:#2563eb;background:#e8f0ff}.products-summary-icon.alert{color:#c2410c;background:#fff1eb}.products-summary-icon.success{color:#0f7b53;background:#e7f7ef}@media (max-width:1080px){.products-filter-grid,.products-summary-grid{grid-template-columns:1fr 1fr}.products-filter-actions{justify-content:stretch}}@media (max-width:760px){.products-page{padding:88px 16px 32px}.products-header-row,.products-table-footer{flex-direction:column;align-items:stretch}.products-filter-grid,.products-summary-grid{grid-template-columns:1fr}}.customers-page{padding:96px 28px 40px;display:grid;grid-gap:26px;gap:26px}.customers-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.customers-page-header h2{margin:0;color:#1f2937;font-size:2.35rem;font-weight:800;letter-spacing:-.04em}.customers-page-header p{margin:8px 0 0;color:#5f6b7a;font-size:.96rem}.customers-header-actions{display:flex;gap:12px;align-items:center}.customers-primary-button,.customers-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border-radius:14px;padding:0 18px;font:inherit;font-weight:700;cursor:pointer}.customers-primary-button{border:0;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 18px 32px rgba(37,99,235,.24)}.customers-secondary-button{border:1px solid #d9e4f0;color:#1f4f8f;background:#fff}.customers-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.customers-directory-card,.customers-history-card,.customers-invoice-card,.customers-kpi-card,.customers-overdue-card{background:#fff;border-radius:20px;box-shadow:var(--shadow-ambient)}.customers-kpi-card{position:relative;padding:22px}.customers-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px}.customers-kpi-icon.blue{color:#2563eb;background:#e8f0ff}.customers-kpi-icon.rose{color:#be123c;background:#fff1f2}.customers-kpi-icon.green{color:#0f7b53;background:#e7f7ef}.customers-kpi-icon.slate{color:#475569;background:#eef2f7}.customers-kpi-card>span,.customers-kpi-topline>span{display:block;margin-top:18px;color:#637082;font-size:.77rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customers-kpi-card strong{display:block;margin-top:12px;color:#1f2937;font-size:2rem;font-weight:800;letter-spacing:-.03em}.customers-kpi-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.customers-kpi-topline em{color:#c2410c;font-size:.75rem;font-style:normal;font-weight:700}.customers-content-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(300px,.95fr);grid-gap:20px;gap:20px}.customers-directory-card,.customers-history-card,.customers-overdue-card{padding:22px}.customers-side-column{display:grid;grid-gap:20px;gap:20px;align-content:start}.customers-section-header,.customers-side-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.customers-section-header h3,.customers-side-header h3{margin:0;color:#1f2937;font-size:1.1rem;font-weight:800}.customers-side-header a,.customers-side-header span{color:#2563eb;font-size:.82rem;font-weight:700;text-decoration:none}.customers-section-actions button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:10px;background:#f1f5f9;color:#556070;cursor:pointer}.customers-table-wrap{overflow-x:auto}.customers-table{width:100%;border-collapse:collapse}.customers-table td,.customers-table th{padding:16px 12px;text-align:left}.customers-table th{color:#657081;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customers-table tbody tr+tr td{border-top:1px solid #edf2f7}.customers-client-block{display:flex;align-items:center;gap:12px}.customers-client-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;font-size:.86rem;font-weight:800}.customers-client-avatar.blue{color:#2563eb;background:#e8f0ff}.customers-client-avatar.green{color:#0f7b53;background:#e7f7ef}.customers-client-avatar.slate{color:#475569;background:#eef2f7}.customers-client-block strong,.customers-contact-block strong,.customers-invoice-folio,.customers-overdue-item strong{display:block;color:#1f2937}.customers-client-block span,.customers-contact-block span,.customers-directory-footer p,.customers-invoice-card small,.customers-invoice-customer,.customers-overdue-item span,.customers-side-empty{display:block;color:#6b7280;font-size:.84rem}.customers-contact-block{display:grid;grid-gap:4px;gap:4px}.customers-balance-block{display:grid;grid-gap:8px;gap:8px}.customers-balance-block strong{color:#1f2937}.customers-balance-block strong.danger{color:#b91c1c}.customers-balance-bar{width:64px;height:4px;border-radius:999px;background:#e2e8f0;overflow:hidden}.customers-balance-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ef4444,#2563eb)}.customers-quick-actions{display:flex;gap:8px}.customers-quick-actions button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:#f1f5f9;color:#4b5563;cursor:pointer}.customers-empty{text-align:center;color:#6b7280}.customers-directory-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}.customers-pagination{display:flex;align-items:center;gap:8px}.customers-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:10px;color:#475569;text-decoration:none;font-weight:700}.customers-page-link.active{background:#2563eb;color:#fff}.customers-page-link.disabled{pointer-events:none;opacity:.4}.customers-overdue-list{display:grid;grid-gap:12px;gap:12px}.customers-overdue-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-radius:14px;background:#f8fbff}.customers-overdue-item b{color:#1f2937;white-space:nowrap}.customers-history-bars{display:flex;align-items:flex-end;gap:12px;min-height:150px;padding-top:8px}.customers-history-column{display:grid;justify-items:center;grid-gap:10px;gap:10px;flex:1 1}.customers-history-bar{display:block;width:20px;border-radius:999px 999px 0 0;background:#d9e3f0}.customers-history-bar.active{background:#2563eb}.customers-history-column small{color:#64748b;font-size:.72rem;font-weight:800}.customers-billing-section{display:grid;grid-gap:18px;gap:18px}.customers-invoice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.customers-invoice-card{padding:22px}.customers-invoice-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.customers-invoice-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;color:#2563eb;background:#e8f0ff}.customers-invoice-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase}.customers-invoice-badge.paid{color:#0f7b53;background:#e7f7ef}.customers-invoice-badge.pending{color:#1d4ed8;background:#e8f0ff}.customers-invoice-badge.overdue{color:#b91c1c;background:#fee2e2}.customers-invoice-customer{margin-top:6px}.customers-invoice-divider{height:1px;margin:16px 0 12px;background:#edf2f7}.customers-invoice-card b{display:block;margin-top:8px;color:#1f2937;font-size:1.55rem}@media (max-width:1180px){.customers-invoice-grid,.customers-kpi-grid{grid-template-columns:1fr 1fr}.customers-content-grid{grid-template-columns:1fr}}@media (max-width:760px){.customers-page{padding:88px 16px 32px}.customers-directory-footer,.customers-header-actions,.customers-header-row{flex-direction:column;align-items:stretch}.customers-invoice-grid,.customers-kpi-grid{grid-template-columns:1fr}}.customers-filter-card{background:#fff;border-radius:20px;box-shadow:var(--shadow-ambient);padding:22px}.customers-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:end}.customers-filter-field{display:grid;grid-gap:10px;gap:10px}.customers-filter-field span{color:#637082;font-size:.77rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customers-filter-field select{width:100%;height:50px;border:1px solid #dbe5f0;border-radius:12px;padding:0 14px;background:#f7fafc;color:#243447;font:inherit}.customers-filter-actions{display:flex;justify-content:flex-end}.customers-filter-clear{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:14px;padding:0 18px;background:#edf3fb;color:#1d4ed8;font:inherit;font-weight:700;text-decoration:none}@media (max-width:1180px){.customers-filter-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.customers-filter-grid{grid-template-columns:1fr}.customers-filter-actions{justify-content:stretch}}.vehicles-page{display:grid;grid-gap:24px;gap:24px;padding:112px 24px 32px}.vehicles-header-row,.vehicles-table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.vehicles-page-header h2{margin:0;color:#1f2937;font-size:clamp(2rem,4vw,3rem);line-height:1}.vehicles-page-header p{margin:10px 0 0;color:#637082;font-size:1rem}.vehicles-primary-button{display:inline-flex;align-items:center;gap:10px;min-height:56px;border:0;border-radius:18px;padding:0 22px;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 20px 35px rgba(37,99,235,.22);color:#fff;font:inherit;font-weight:700;cursor:pointer}.vehicles-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.vehicles-filter-card,.vehicles-kpi-card,.vehicles-table-card{background:#fff;border-radius:22px;box-shadow:var(--shadow-ambient)}.vehicles-kpi-card{display:grid;grid-gap:10px;gap:10px;padding:22px}.vehicles-kpi-card span{color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vehicles-kpi-card strong{color:#1f2937;font-size:2rem;line-height:1}.vehicles-filter-card{padding:22px}.vehicles-filter-grid{display:grid;grid-template-columns:minmax(0,240px) auto;grid-gap:16px;gap:16px;align-items:end}.vehicles-filter-field{display:grid;grid-gap:10px;gap:10px}.vehicles-filter-field span{color:#637082;font-size:.77rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vehicles-filter-field select{width:100%;height:50px;border:1px solid #dbe5f0;border-radius:12px;padding:0 14px;background:#f7fafc;color:#243447;font:inherit}.vehicles-filter-actions{display:flex;justify-content:flex-end}.vehicles-filter-clear{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:14px;padding:0 18px;background:#edf3fb;color:#1d4ed8;font:inherit;font-weight:700;text-decoration:none}.vehicles-table-card{padding:16px 16px 12px}.vehicles-table-wrap{overflow:auto}.vehicles-table{width:100%;border-collapse:collapse;min-width:960px;table-layout:fixed}.vehicles-table td:first-child,.vehicles-table th:first-child{width:13%}.vehicles-table td:nth-child(2),.vehicles-table th:nth-child(2){width:14%}.vehicles-table td:nth-child(3),.vehicles-table th:nth-child(3){width:8%}.vehicles-table td:nth-child(4),.vehicles-table th:nth-child(4){width:16%}.vehicles-table td:nth-child(5),.vehicles-table th:nth-child(5){width:10%}.vehicles-table td:nth-child(6),.vehicles-table th:nth-child(6){width:8%}.vehicles-table td:nth-child(7),.vehicles-table th:nth-child(7){width:9%}.vehicles-table td:nth-child(8),.vehicles-table th:nth-child(8){width:10%}.vehicles-table td:nth-child(9),.vehicles-table th:nth-child(9){width:12%}.vehicles-table td,.vehicles-table th{padding:10px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle;overflow:hidden}.vehicles-table th{color:#637082;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vehicles-table td{color:#1f2937;font-size:.88rem}.vehicles-id-block{display:flex;flex-direction:column;gap:2px;min-width:0}.vehicles-id-header{display:flex;align-items:center;gap:6px}.vehicles-id-block strong{color:#1f2937;font-size:.92rem;white-space:nowrap}.vehicles-meta-block{display:flex;flex-direction:column;gap:2px;min-width:0}.vehicles-meta-block strong{color:#1f2937;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vehicles-id-block small,.vehicles-id-block span,.vehicles-meta-block span{color:#64748b;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.vehicles-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#475569;text-decoration:none;font-size:13px;flex-shrink:0;transition:background .15s,color .15s}.vehicles-edit-btn:hover{background:#2563eb;color:#fff}.vehicles-warehouse-badge{justify-content:center;min-width:48px;min-height:34px;border-radius:12px;padding:0 12px;background:#e8f0ff;color:#1d4ed8}.vehicles-status-badge,.vehicles-warehouse-badge{display:inline-flex;align-items:center;font-weight:800}.vehicles-status-badge{min-height:28px;padding:0 10px;border-radius:999px;font-size:.74rem;text-transform:uppercase}.vehicles-status-badge.active{color:#0f7b53;background:#e7f7ef}.vehicles-status-badge.maintenance{color:#b45309;background:#fef3c7}.vehicles-status-badge.inactive{color:#b91c1c;background:#fee2e2}.vehicles-empty{color:#64748b;text-align:center}.vehicles-active-trip{display:flex;flex-direction:column;gap:2px}.vehicles-active-trip small{font-size:11px;color:#64748b}.vehicles-trip-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.vehicles-trip-badge.active{color:#0f7b53;background:#e7f7ef}.vehicles-start-trip-btn{font-size:12px;font-weight:700;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 12px;cursor:pointer;white-space:nowrap;transition:background .15s}.vehicles-start-trip-btn:hover:not(:disabled){background:#dbeafe}.vehicles-start-trip-btn:disabled{opacity:.6;cursor:not-allowed}.vehicles-trip-error{font-size:11px;color:#b91c1c;margin-bottom:4px;max-width:180px}.vehicles-table-footer{padding:16px 8px 4px}.vehicles-table-footer p{margin:0;color:#64748b;font-size:.9rem}.vehicles-pagination{display:flex;align-items:center;gap:8px}.vehicles-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:12px;background:transparent;color:#1f3b64;font-weight:700;text-decoration:none}.vehicles-page-link.active{background:#2563eb;color:#fff}.vehicles-page-link.disabled{pointer-events:none;opacity:.35}@media (max-width:1180px){.vehicles-kpi-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.vehicles-page{padding:88px 16px 32px}.vehicles-header-row,.vehicles-table-footer{flex-direction:column;align-items:stretch}.vehicles-filter-grid,.vehicles-kpi-grid{grid-template-columns:1fr}.vehicles-filter-actions{justify-content:stretch}}.inventory-page{display:grid;grid-gap:24px;gap:24px;padding:112px 24px 32px}.inventory-header-row,.inventory-table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.inventory-page-header h2{margin:0;color:#1f2937;font-size:clamp(2rem,4vw,3rem);line-height:1}.inventory-page-header p{margin:10px 0 0;color:#637082;font-size:1rem}.inventory-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.inventory-filter-card,.inventory-kpi-card,.inventory-table-card{background:#fff;border-radius:22px;box-shadow:var(--shadow-ambient)}.inventory-kpi-card{display:grid;grid-gap:10px;gap:10px;padding:22px}.inventory-kpi-card span{color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inventory-kpi-card strong{color:#1f2937;font-size:2rem;line-height:1}.inventory-filter-card{padding:22px}.inventory-filter-grid{display:grid;grid-template-columns:minmax(0,300px) minmax(0,220px) auto;grid-gap:16px;gap:16px;align-items:end}.inventory-filter-field{display:grid;grid-gap:10px;gap:10px}.inventory-filter-field span{color:#637082;font-size:.77rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inventory-filter-field select{width:100%;height:50px;border:1px solid #dbe5f0;border-radius:12px;padding:0 14px;background:#f7fafc;color:#243447;font:inherit}.inventory-filter-actions{display:flex;justify-content:flex-end}.inventory-filter-clear{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:14px;padding:0 18px;background:#edf3fb;color:#1d4ed8;font:inherit;font-weight:700;text-decoration:none}.inventory-table-card{padding:16px 16px 12px}.inventory-table-wrap{overflow:auto}.inventory-table{width:100%;min-width:960px;border-collapse:collapse;table-layout:fixed}.inventory-table td:first-child,.inventory-table th:first-child{width:24%}.inventory-table td:nth-child(2),.inventory-table th:nth-child(2){width:17%}.inventory-table td:nth-child(3),.inventory-table th:nth-child(3){width:9%}.inventory-table td:nth-child(4),.inventory-table td:nth-child(5),.inventory-table th:nth-child(4),.inventory-table th:nth-child(5){width:11%}.inventory-table td:nth-child(6),.inventory-table th:nth-child(6){width:8%}.inventory-table td:nth-child(7),.inventory-table th:nth-child(7){width:11%}.inventory-table td:nth-child(8),.inventory-table th:nth-child(8){width:9%}.inventory-table td,.inventory-table th{padding:12px 10px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle;overflow:hidden}.inventory-table th{color:#637082;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inventory-table td{color:#1f2937;font-size:.9rem}.inventory-product-block,.inventory-warehouse-block{display:flex;flex-direction:column;gap:2px;min-width:0}.inventory-product-block strong,.inventory-warehouse-block strong{color:#1f2937;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.inventory-product-block small,.inventory-product-block span,.inventory-warehouse-block small,.inventory-warehouse-block span{color:#64748b;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventory-stock-badge,.inventory-warehouse-type{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.74rem;font-weight:800}.inventory-warehouse-type.vehicle{background:#e8f0ff;color:#1d4ed8}.inventory-warehouse-type.central{background:#dcfce7;color:#166534}.inventory-warehouse-type.warehouse{background:#f1f5f9;color:#475569}.inventory-stock-block{display:grid;grid-gap:8px;gap:8px}.inventory-stock-badge.ok{color:#0f7b53;background:#e7f7ef}.inventory-stock-badge.low{color:#b45309;background:#fef3c7}.inventory-stock-badge.out{color:#b91c1c;background:#fee2e2}.inventory-empty{color:#64748b;text-align:center}.inventory-table-footer{padding:16px 8px 4px}.inventory-table-footer p{margin:0;color:#64748b;font-size:.9rem}.inventory-pagination{display:flex;align-items:center;gap:8px}.inventory-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:12px;background:transparent;color:#1f3b64;font-weight:700;text-decoration:none}.inventory-page-link.active{background:#2563eb;color:#fff}.inventory-page-link.disabled{pointer-events:none;opacity:.35}.inventory-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:32px;color:#94a3b8;font-size:.9rem}@media (max-width:1180px){.inventory-kpi-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.inventory-page{padding:88px 16px 32px}.inventory-header-row,.inventory-table-footer{flex-direction:column;align-items:stretch}.inventory-filter-grid,.inventory-kpi-grid{grid-template-columns:1fr}.inventory-filter-actions{justify-content:stretch}}.adj-page{padding:88px 32px 48px;display:flex;flex-direction:column;gap:20px;max-width:1200px}.adj-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.adj-page-header h2{margin:0 0 4px;font-size:1.9rem;font-weight:800;letter-spacing:-.025em;color:#0f172a}.adj-page-header p{margin:0;color:#64748b;font-size:.88rem}.adj-form-wrap{display:flex;flex-direction:column;gap:16px}.adj-config-card{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 2px 8px rgba(15,23,42,.06);outline:1px solid rgba(172,179,183,.18)}.adj-config-row{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}.adj-field-group{display:flex;flex-direction:column;gap:6px}.adj-field-label{font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.adj-select{height:40px;min-width:280px;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;font:inherit;font-size:.9rem;color:#0f172a;background:#f8fafc;outline:none;cursor:pointer}.adj-select:focus{border-color:#2563eb;background:#fff}.adj-type-toggle{display:flex;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.adj-type-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;border:0;background:#f8fafc;color:#64748b;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .14s,color .14s}.adj-type-btn+.adj-type-btn{border-left:1px solid #e2e8f0}.adj-type-sign{font-size:1.1rem;font-weight:800;line-height:1}.adj-type-btn.positive.active{background:#f0fdf4;color:#16a34a}.adj-type-btn.negative.active{background:#fff1f2;color:#dc2626}.adj-warehouse-badge{display:flex;align-items:center;gap:8px;margin-left:auto;padding:8px 14px;border-radius:10px;background:rgba(37,99,235,.07)}.adj-warehouse-badge-id{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;background:rgba(37,99,235,.12);padding:2px 8px;border-radius:999px}.adj-warehouse-badge-name{font-size:.9rem;font-weight:700;color:#0f172a}.adj-warehouse-badge-plates{font-size:.78rem;color:#64748b}.adj-search-card{background:#fff;border-radius:16px;padding:18px 24px;box-shadow:0 2px 8px rgba(15,23,42,.06);outline:1px solid rgba(172,179,183,.18);position:relative}.adj-search-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.adj-section-title{font-size:.9rem;font-weight:700;color:#0f172a}.adj-loading-badge{font-size:.75rem;font-weight:600;color:#2563eb;background:rgba(37,99,235,.08)}.adj-count-badge,.adj-loading-badge{padding:3px 10px;border-radius:999px}.adj-count-badge{font-size:.72rem;font-weight:700;color:#475569;background:#f1f5f9}.adj-search-wrap{position:relative;display:flex;align-items:center}.adj-search-icon{position:absolute;left:12px;width:18px;height:18px;color:#94a3b8;pointer-events:none}.adj-search-input{width:100%;height:42px;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px 0 38px;font:inherit;font-size:.9rem;color:#0f172a;background:#f8fafc;outline:none}.adj-search-input:focus{border-color:#2563eb;background:#fff}.adj-search-input:disabled{opacity:.5;cursor:not-allowed}.adj-results-list{margin-top:8px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;max-height:320px;overflow-y:auto}.adj-result-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;border:0;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer;transition:background .12s}.adj-result-item:last-child{border-bottom:none}.adj-result-item:hover{background:#f8fafc}.adj-result-info{display:flex;flex-direction:column;flex:1 1;min-width:0;gap:1px}.adj-result-sku{font-size:.7rem;font-weight:700;color:#94a3b8}.adj-result-name{font-size:.85rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-result-exist{font-size:.78rem;font-weight:600;color:#16a34a;white-space:nowrap}.adj-result-exist.zero{color:#dc2626}.adj-result-add{font-size:.72rem;font-weight:700;color:#2563eb;background:rgba(37,99,235,.08);padding:4px 10px;border-radius:999px;white-space:nowrap}.adj-no-results{margin:10px 0 0;font-size:.85rem;color:#94a3b8}.adj-csv-row{display:flex;align-items:center;gap:10px;margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0}.adj-csv-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:8px;border:1.5px solid #2563eb;background:#eff6ff;color:#2563eb;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.adj-csv-btn:hover:not(:disabled){background:#dbeafe}.adj-csv-btn:disabled{opacity:.45;cursor:not-allowed}.adj-csv-hint{font-size:.77rem;color:#94a3b8;flex:1 1}.adj-csv-errors{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding:10px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;font-size:.8rem;color:#9a3412}.adj-csv-error-list{flex:1 1;font-family:monospace;word-break:break-all;line-height:1.5}.adj-csv-errors-close{background:none;border:none;cursor:pointer;color:#9a3412;font-size:.85rem;padding:0 2px;flex-shrink:0;opacity:.7}.adj-csv-errors-close:hover{opacity:1}.adj-lines-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(15,23,42,.06);outline:1px solid rgba(172,179,183,.18);overflow:hidden}.adj-lines-header{display:flex;align-items:center;gap:10px;padding:16px 24px 12px;border-bottom:1px solid #f1f5f9}.adj-table-wrap{overflow-x:auto}.adj-table{width:100%;border-collapse:collapse}.adj-table th{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:10px 16px;text-align:left;background:#fafbfc;border-bottom:1px solid #f1f5f9}.adj-table td{padding:11px 16px;border-bottom:1px solid #f8fafc;vertical-align:middle;font-size:.85rem;color:#334155}.adj-table tbody tr:last-child td{border-bottom:none}.adj-table tbody tr:hover{background:#fafbfc}.adj-sku-tag{display:inline-block;font-size:.7rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px}.adj-product-name{font-weight:600;color:#0f172a}.adj-qty-before{font-weight:600;color:#475569}.adj-qty-cell{display:flex;align-items:center;gap:6px}.adj-sign-indicator{font-size:1.2rem;font-weight:800;line-height:1;width:20px;text-align:center}.adj-sign-indicator.pos{color:#16a34a}.adj-sign-indicator.neg{color:#dc2626}.adj-qty-input{width:72px;height:34px;border:1px solid #e2e8f0;border-radius:8px;padding:0 8px;font:inherit;font-size:.9rem;font-weight:600;color:#0f172a;background:#f8fafc;outline:none;text-align:center}.adj-qty-input:focus{border-color:#2563eb;background:#fff}.adj-qty-after{font-weight:700;color:#0f172a}.adj-qty-after.zero{color:#dc2626}.adj-remove-btn{border:0;background:transparent;color:#cbd5e1;font-size:.85rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .12s,color .12s}.adj-remove-btn:hover{background:#fee2e2;color:#dc2626}.adj-footer-card{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 2px 8px rgba(15,23,42,.06);outline:1px solid rgba(172,179,183,.18);gap:14px}.adj-footer-card,.adj-notes-wrap{display:flex;flex-direction:column}.adj-notes-wrap{gap:6px}.adj-notes-input{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;font:inherit;font-size:.9rem;color:#0f172a;background:#f8fafc;resize:vertical;outline:none}.adj-notes-input:focus{border-color:#2563eb;background:#fff}.adj-result-banner{padding:10px 16px;border-radius:10px;font-size:.88rem;font-weight:600}.adj-result-banner.ok{background:#f0fdf4;color:#16a34a}.adj-result-banner.err{background:#fff1f2;color:#dc2626}.adj-actions-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.adj-summary-text{font-size:.85rem;color:#64748b}.adj-btn-group{display:flex;align-items:center;gap:8px}.adj-cancel-btn{display:inline-flex;align-items:center;height:42px;padding:0 20px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .14s,border-color .14s}.adj-cancel-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#dc2626}.adj-cancel-btn:disabled{opacity:.4;cursor:not-allowed}.adj-submit-btn{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 24px;border:0;border-radius:10px;background:#2563eb;color:#fff;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .14s}.adj-submit-btn:hover:not(:disabled){background:#1d4ed8}.adj-submit-btn:disabled{opacity:.5;cursor:not-allowed}.adj-empty-state{flex-direction:column;padding:56px 24px;background:#fff;border-radius:16px;outline:1px solid rgba(172,179,183,.18);text-align:center;gap:8px}.adj-empty-icon,.adj-empty-state{display:flex;align-items:center;justify-content:center}.adj-empty-icon{width:64px;height:64px;border-radius:18px;background:rgba(37,99,235,.08);color:#2563eb;margin-bottom:8px}.adj-empty-icon svg{width:32px;height:32px}.adj-empty-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.adj-empty-copy{margin:0;max-width:38ch;color:#64748b;font-size:.88rem;line-height:1.6}