html,body,#root{cursor:default}input,textarea{cursor:auto;caret-color:#000}button,a,[role=button],select{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}.form-actions{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.checkbox-container{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-container input{display:none}.checkmark{border:1px solid var(--border-color);background:#fff;border-radius:.25rem;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .2s;display:flex}.checkbox-container input:checked~.checkmark{background:var(--primary-color);border-color:var(--primary-color)}.checkbox-container input:checked~.checkmark:after{content:"✓";color:#fff;font-size:.6rem;font-weight:700}.primarybtn{background:var(--primary-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.primarybtn:hover{background:var(--primary-hover)}.card-footer{margin-top:1.5rem;position:relative}.error{color:#dc2626;margin-top:5px;font-size:12px}:root{--bg-color:#f8fafc;--card-bg:#fff;--input-bg:#f9fafb;--primary-color:#111827;--primary-hover:#1f2937;--text-primary:#111827;--text-secondary:#6b7280;--link-color:#374151;--border-color:#e5e7eb;--success-color:#10b981;--error-color:#ef4444;--warning-color:#f59e0b;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #0000001f;--shadow-lg:0 16px 40px #0000002e;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--strength-weak:#ef4444;--strength-medium:#f59e0b;--strength-good:#3b82f6;--strength-strong:#10b981}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;align-items:center;min-height:100vh;display:flex;position:relative}#root{flex-direction:column;align-items:center;width:100%;display:flex}h2{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.portalname{color:#414141;font-size:1.9rem;line-height:1.5}a{text-decoration:none;transition:all .2s}.text-center{text-align:center}.text-link{color:inherit;font-size:.775rem;font-weight:500;text-decoration:none}.text-link:hover{cursor:pointer;text-decoration:underline}.notification-alert{border-radius:var(--radius-full);box-shadow:var(--shadow-md);z-index:50;border:1px solid var(--border-color);background:#fff;align-items:center;gap:1rem;padding:.75rem 1.25rem;animation:.3s ease-out forwards slideDown;display:flex;position:absolute;top:2rem;left:50%;transform:translate(-50%)}@keyframes slideDown{0%{opacity:0;top:0}to{opacity:1;top:2rem}}.alert-content{align-items:center;gap:.5rem;display:flex}.alert-icon{color:var(--success-color);font-size:1.125rem}.alert-text{font-size:.875rem;font-weight:500}.close-alert{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.close-alert:hover{color:var(--text-primary)}.view-container{flex-direction:column;align-items:center;width:100%;max-width:28rem;margin-top:6rem;animation:.4s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header{text-align:center;margin-bottom:2rem}.logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.logo-icon{background:var(--primary-color);color:#fff;border-radius:.375rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.125rem;display:flex}.logo-icon.sun-icon{color:var(--primary-color);background:0 0;font-size:1.5rem}.subtitle{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.card{background:var(--card-bg);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:2.5rem}.icon-circle{background:var(--primary-color);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1.5rem;font-size:1.25rem;display:flex}.formgroup{flex-direction:column;margin-bottom:1.25rem;display:flex}label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.65rem;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-secondary);font-size:.875rem;position:absolute;left:1rem}input[type=email],input[type=password],input[type=text]{background:var(--input-bg);border-radius:var(--radius-md);width:100%;color:var(--text-primary);border:1px solid #0000;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}input:-webkit-autofill{background-color:var(--input-bg)!important;-webkit-box-shadow:0 0 0 1000px var(--input-bg) inset!important;box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--text-primary)!important;color:var(--text-primary)!important;border:1px solid #0000!important;outline:none!important}input:-webkit-autofill:hover{background-color:var(--input-bg)!important;-webkit-box-shadow:0 0 0 1000px var(--input-bg) inset!important;box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--text-primary)!important;color:var(--text-primary)!important;border:1px solid #0000!important;outline:none!important}input:-webkit-autofill:focus{background-color:var(--input-bg)!important;-webkit-box-shadow:0 0 0 1000px var(--input-bg) inset!important;box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--text-primary)!important;color:var(--text-primary)!important;border:1px solid #0000!important;outline:none!important}input:-webkit-autofill:active{background-color:var(--input-bg)!important;-webkit-box-shadow:0 0 0 1000px var(--input-bg) inset!important;box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--text-primary)!important;color:var(--text-primary)!important;border:1px solid #0000!important;outline:none!important}.input-wrapper input{padding-left:2.5rem}.input-wrapper input[type=password]{padding-right:2.5rem}input:focus{border-color:var(--text-secondary);background:#fff;outline:none;box-shadow:0 0 0 2px #0f172a0d}.toggle-password{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.875rem;position:absolute;right:1rem}.toggle-password:hover{color:var(--text-primary)}.btn-primary{background:var(--primary-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:.875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.btn-primary:hover{background:var(--primary-hover)}.btn-back{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex;position:absolute;top:2rem;left:2rem}.btn-back:hover{color:var(--text-primary)}.card-footer{text-align:center}.main-footer{text-align:center;color:var(--text-secondary);flex-direction:column;gap:.5rem;margin-top:auto;padding:2rem;font-size:.75rem;display:flex}.footer-links{justify-content:center;gap:1rem;display:flex}.footer-links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.footer-links a:hover{color:var(--text-primary)}.error{color:#ef4444;width:100%;margin-top:6px;font-size:13px;display:block}.new-password-view .input-wrapper input{padding-left:1rem}.resend-timer{color:var(--text-secondary)}.password-strength{margin-top:.75rem}.strength-bar{background:var(--border-color);border-radius:2px;width:31%;height:4px;margin-right:2%;transition:background .3s;display:inline-block}.strength-bar:last-child{margin-right:0}.strength-text{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem;transition:color .3s;display:block}.password-requirements{margin-top:12px;font-size:14px}.password-requirements p{margin:6px 0;transition:color .2s}.valid{color:#22c55e}.invalid{color:#ef4444}.password-requirements p:last-child{padding-bottom:10px}.otp-container{justify-content:flex-start;gap:12px;margin-top:12px;margin-bottom:12px;display:flex}.otp-input{text-align:center;color:#172033;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:48px;height:48px;padding:0;font-size:20px;font-weight:600}.otp-input:focus{border-color:#172033;box-shadow:0 0 0 2px #17203314}.otp-actions{justify-content:space-between;align-items:center;font-size:12px;display:flex}.dashboard-content{width:100%}.dashboard-subtitle{color:#565656;font-size:14px;font-weight:600}.dashboard-title{margin-top:10px;margin-bottom:30px;font-size:30px;font-weight:700}.stats-container{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px;display:grid}.bottom-section{grid-template-columns:2fr 1fr;gap:20px;width:100%;display:grid}.activity-section,.calendar-section{background:#fff;border:1px solid #ececec;border-radius:12px;width:100%;padding:40px 30px}.activity-section h3,.calendar-section h3{margin:0;font-size:18px}.section-header{border-bottom:1.5px solid #e4e0e0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;display:flex}.section-header h3{margin:0;font-size:18px}.header-btn{cursor:pointer;color:#565656;background:0 0;border:none;align-items:center;display:flex}.view-all{font-size:14px;font-weight:500}.moreverticon{cursor:pointer;background:0 0;border:none}@media (width<=1200px){.stats-container{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.stats-container{grid-template-columns:repeat(2,1fr)}.bottom-section{grid-template-columns:1fr}}@media (width<=480px){.stats-container{grid-template-columns:1fr}}.bottom-section{gap:20px;display:flex}@media (width<=900px){.bottom-section{flex-direction:column}}.breadcrumb{align-items:center;gap:6px;margin-bottom:10px;font-size:14px;font-weight:500;display:flex}.breadcrumb-item{align-items:center;display:flex}.breadcrumb a{color:#6b7280;text-decoration:none;transition:all .3s}.breadcrumb a:hover{color:#111827}.active{color:#111827;font-weight:600}.separator{color:#9ca3af;margin:0 6px}.users-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.users-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.users-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.users-breadcrumb .active{color:#172033}.users-header h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:32px;font-weight:700;line-height:1.2}.users-header p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:400}.users-header-buttons{align-items:center;gap:10px;display:flex}.create-task-btn,.new-technician-btn{cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 17px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.create-task-btn{color:#334155;background:#fff;border:1px solid #dce1e6}.new-technician-btn{color:#fff;background:#050505}.create-task-btn:hover{background:#f1f3f5}.new-technician-btn:hover{background:#222}.users-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.user-stat-card{background:#fff;border:1px solid #e1e5e9;border-radius:6px;align-items:center;gap:14px;min-height:96px;padding:18px;display:flex}.user-stat-icon{border-radius:7px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.user-stat-icon svg{font-size:21px}.user-stat-icon.purple{color:#6941c6;background:#eee9ff}.user-stat-icon.green{color:#16a34a;background:#e5f8ee}.user-stat-icon.orange{color:#ea8b00;background:#fff1df}.user-stat-icon.red{color:#ef4444;background:#ffe8e8}.user-stat-card div:last-child{flex-direction:column;gap:3px;display:flex}.user-stat-card strong{color:#172033;font-size:22px;font-weight:700;line-height:1}.user-stat-card span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:500}.users-toolbar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.users-search{box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:6px;align-items:center;width:320px;height:40px;display:flex;overflow:hidden}.users-search svg{color:#64748b;flex-shrink:0;margin-left:12px}.users-search input{box-sizing:border-box;color:#333;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;height:100%;padding:0 12px;font-size:14px}.users-search input::placeholder{color:#8aa0c0}.users-filter-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #dce1e6;border-radius:5px;align-items:center;gap:6px;height:40px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.users-filter-btn:hover{background:#f3f4f6}.users-export{color:#64748b;align-items:center;gap:7px;margin-left:auto;font-size:11px;display:flex}.users-export button{color:#334155;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;font-weight:600}.users-export button:hover{color:#000}.users-table-card{background:#fff;border:1px solid #dfe3e8;border-radius:6px;overflow:hidden}.users-table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f5f7f9}.users-table th{text-align:left;white-space:nowrap;letter-spacing:.5px;color:#64748b;text-transform:uppercase;height:46px;padding:0 16px;font-size:11px;font-weight:600}.users-table td{vertical-align:middle;height:76px;padding:0 16px}.users-table tbody tr:hover{background:#fafbfc}.no-users{text-align:center;color:#64748b;font-size:14px;height:150px!important}.users-table-footer{border-top:1px solid #e8ebef;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex}.users-table-footer>span{color:#64748b;font-size:12px}.users-pagination{align-items:center;gap:5px;display:flex}.users-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500}.users-pagination button:disabled{color:#c1c7ce;cursor:not-allowed}.users-pagination button.active{color:#fff;background:#111;border-color:#111}.users-pagination span{color:#64748b;padding:0 4px;font-size:12px}@media (width<=1000px){.users-stats{grid-template-columns:repeat(2,1fr)}.users-header{flex-direction:column;align-items:flex-start;gap:20px}.users-toolbar{flex-wrap:wrap}.users-export{margin-left:0}}@media (width<=600px){.users-page{padding:20px}.users-header h1{font-size:28px}.users-header-buttons{width:100%}.create-task-btn,.new-technician-btn{flex:1}.users-stats{grid-template-columns:1fr}.users-search{width:100%}.users-toolbar{flex-direction:column;align-items:stretch}.users-filter-btn{width:100%}.users-export{margin-left:0}.users-table-footer{flex-direction:column;align-items:flex-start;gap:12px;height:auto;padding:15px}}.user-row{height:76px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.user-row td{color:#334155;vertical-align:middle;border-top:1px solid #e8ebef;padding:0 16px;font-size:14px}.user-name-container{align-items:center;gap:12px;display:flex}.user-avatar{color:#5865d8;background:#e8edff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.user-name-info{flex-direction:column;gap:3px;display:flex}.user-name-info strong{color:#172033;font-size:14px;font-weight:600}.user-name-info span{color:#94a3b8;font-size:10px}.user-role{color:#4265a9;text-transform:uppercase;background:#e9f0ff;border-radius:3px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-block}.user-role.admin{color:#6941c6;background:#f0eaff}.user-role.user{color:#64748b;background:#f1f3f5}.user-role.manager{color:#b86b00;background:#fff1df}.user-role.technician{color:#3767c7;background:#e7efff}.user-email{color:#475569;font-size:12px}.user-last-activity{flex-direction:column;display:flex}.user-last-activity span{color:#64748b;font-size:11px}.user-status{align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.user-status.inactive .status-dot{background:#94a3b8}.user-status.active{color:#16a34a}.user-status.inactive{color:#64748b}.user-actions{align-items:center;gap:6px;display:flex}.user-select-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e1e5e9;border-radius:5px;min-width:70px;height:32px;font-family:inherit;font-size:11px}.user-select-btn:hover{background:#eef1f4}.user-more-btn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.user-more-btn svg{font-size:19px}.user-more-btn:hover{color:#172033}.orders-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.orders-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.orders-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.orders-breadcrumb .active{color:#172033}.orders-header h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:32px;font-weight:700;line-height:1.2}.orders-header p{color:#64748b;margin:8px 0 0;font-size:14px}.orders-tabs{border-bottom:1px solid #dfe3e8;align-items:flex-end;gap:28px;height:48px;margin-bottom:18px;display:flex}.orders-tabs button{letter-spacing:.2px;color:#94a3b8;cursor:pointer;background:0 0;border:none;height:48px;padding:0 2px;font-family:inherit;font-size:13px;font-weight:600;position:relative}.orders-tabs button.active{color:#172033}.orders-tabs button.active:after{content:"";background:#111;height:2px;position:absolute;bottom:-1px;left:0;right:0}.orders-content{background:#fff;border:1px solid #dfe3e8;border-radius:6px;padding:16px}.orders-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.orders-search{box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:6px;align-items:center;width:320px;height:40px;display:flex;overflow:hidden}.orders-search svg{color:#64748b;flex-shrink:0;margin-left:12px}.orders-search input{box-sizing:border-box;color:#333;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;height:100%;padding:0 12px;font-size:14px}.orders-search input::placeholder{color:#8aa0c0}.orders-filter{border:1px solid #d5dbe1;border-radius:5px;align-items:center;width:150px;height:40px;display:flex;position:relative}.orders-filter select{appearance:none;color:#334155;cursor:pointer;background:#fff;border:none;outline:none;width:100%;height:100%;padding:0 30px 0 12px;font-family:inherit;font-size:14px}.orders-filter svg{pointer-events:none;color:#64748b;position:absolute;right:8px}.orders-table-wrapper{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table thead{background:#f5f7f9}.orders-table th{text-align:left;letter-spacing:.5px;color:#64748b;white-space:nowrap;height:46px;padding:0 16px;font-size:11px;font-weight:600}.orders-table td{vertical-align:middle;color:#334155;border-top:1px solid #e8ebef;height:76px;padding:0 16px;font-size:14px}.order-row{font-family:inherit}.order-row:hover{background:#fafbfc}.order-id{color:#334155;font-size:13px;font-weight:600}.order-customer strong,.order-product strong{color:#172033;text-transform:uppercase;margin-bottom:4px;font-size:14px;font-weight:600;display:block}.order-customer span,.order-product span{color:#94a3b8;text-transform:uppercase;font-size:11px;display:block}.order-status{text-transform:capitalize;letter-spacing:.1px;border-radius:12px;padding:5px 11px;font-size:11px;font-weight:600;display:inline-block}.order-status.pending{color:#454b52;background:#eee}.order-status.installed{color:#16834b;background:#e8f7ee}.order-status.shipped{color:#2563eb;background:#e8f0ff}.order-amount{color:#172033;white-space:nowrap;font-size:14px;font-weight:500}.order-actions{align-items:center;gap:14px;display:flex}.order-actions button{text-transform:uppercase;cursor:pointer;color:#475569;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:11px;font-weight:600;text-decoration:none;display:flex}.order-actions button:hover{color:#000}.orders-empty{text-align:center;padding:70px 20px}.orders-empty h3{color:#172033;margin:0 0 7px;font-size:18px}.orders-empty p{color:#64748b;margin:0;font-size:14px}.orders-table-footer{box-sizing:border-box;border-top:1px solid #e1e5e9;flex-flow:row;justify-content:space-between;align-items:center;gap:20px;width:100%;min-width:0;padding:14px 16px;display:flex}.orders-table-footer>span{white-space:nowrap;color:#52606d;flex-shrink:0;font-size:11px;display:block}.orders-pagination .page-active{color:#fff;background:#111;border-color:#111}.orders-pagination button:disabled{color:#9aa3ad;cursor:not-allowed;background:#f5f6f8}.orders-pagination span{color:#777;padding:0 2px;font-size:12px}.orders-pagination .active{color:#fff;background:#000;border-color:#000}.orders-pagination span{color:#666;padding:0 6px}.orders-pagination{align-items:center;gap:8px;display:flex}.orders-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500}.orders-pagination .active-page{color:#fff;background:#050505;border-color:#050505}.orders-pagination span{color:#60708a}.amc-orders-placeholder{text-align:center;background:#fff;border:1px solid #dfe3e8;border-radius:6px;padding:70px 30px}.amc-orders-placeholder h2{color:#172033;margin:0 0 8px;font-size:22px;font-weight:600}.amc-orders-placeholder p{color:#64748b;margin:0;font-size:14px}@media (width<=900px){.orders-page{padding:22px}.orders-header{flex-direction:column;align-items:flex-start;gap:20px}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search,.orders-filter{width:100%}}@media (width<=600px){.orders-page{padding:18px}.orders-header h1{font-size:28px}.orders-breadcrumb,.orders-header p{font-size:13px}.orders-tabs{gap:18px}.orders-tabs button{font-size:12px}.orders-content{padding:10px}.orders-footer{flex-direction:column;align-items:flex-start;gap:12px;height:auto;padding:15px 2px}}.customers-page{box-sizing:border-box;color:#222;background:#f8f9fb;min-height:100vh;padding:0;font-family:Arial,Helvetica,sans-serif}.customers-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.customers-title-row h1{color:#222;margin:6px 0;font-size:30px;font-weight:700;line-height:36px}.customers-title-row p{color:#777;margin:0;font-size:14px;line-height:20px}.add-customer-button{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.add-customer-button:hover{background:#222}.customers-error{background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:25px;padding:18px;font-size:14px}.customers-error strong{color:#d32f2f;font-size:15px}.customers-error p{color:#777;margin:6px 0 12px;font-size:13px}.customers-error button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:10px 16px;font-size:13px}.customers-error button:hover{background:#222}.customers-loading{text-align:center;color:#777;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:50px;font-size:14px}.customer-stat-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:45px;display:grid}.customer-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:18px;padding:18px;display:flex}.customer-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.customer-stat-icon svg{font-size:24px}.active-icon{color:#fff;background:#111}.inactive-icon{color:#fff;background:#d32f2f}.customer-stat-card span{color:#777;margin-bottom:5px;font-size:13px;display:block}.customer-stat-card strong{color:#222;font-size:28px;font-weight:700;line-height:32px;display:block}.customers-table-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}.customers-table-top{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:18px;display:flex}.customers-table-top h2{color:#222;margin:0 0 4px;font-size:18px;font-weight:700}.customers-table-top p{color:#777;margin:0;font-size:13px}.customer-toolbar{align-items:center;gap:8px;display:flex}.customer-search{box-sizing:border-box;background:#fff;border:1px solid #d8d8d8;border-radius:6px;align-items:center;gap:8px;width:230px;height:45px;padding:0 12px;display:flex}.customer-search svg{color:#666;font-size:18px}.customer-search input{color:#333;background:0 0;border:none;outline:none;width:100%;font-size:14px}.customer-search input::placeholder{color:#999;font-size:14px}.customer-tool-button{color:#555;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:6px;align-items:center;gap:8px;height:45px;padding:0 14px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.customer-tool-button:hover{background:#f3f3f3}.filter-wrapper{position:relative}.filter-menu{z-index:20;background:#fff;border:1px solid #e5e5e5;border-radius:6px;width:170px;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 8px 25px #0000001f}.filter-menu button{text-align:left;color:#555;cursor:pointer;background:#fff;border:none;width:100%;padding:11px 14px;font-size:13px;display:block}.filter-menu button:hover{background:#f5f5f5}.customers-table-container{width:100%;overflow-x:auto}.customers-table-container table{border-collapse:collapse;table-layout:fixed;width:100%}.customers-table-container thead{background:#fafafa}.customers-table-container th{text-align:left;color:#666;border-bottom:1px solid #e5e5e5;padding:18px;font-size:12px;font-weight:700}.customers-table-container td{color:#333;vertical-align:middle;border-bottom:1px solid #efefef;padding:18px;font-size:14px}.customers-table-container tbody tr{cursor:pointer;transition:background .15s}.customers-table-container tbody tr:hover{background:#fafafa}.no-customers{color:#777;text-align:center!important;padding:45px!important;font-size:13px!important}.customer-pagination{box-sizing:border-box;justify-content:space-between;align-items:center;min-height:68px;padding:18px;display:flex}.customer-pagination>span{color:#777;font-size:13px}.pagination-buttons{align-items:center;gap:5px;display:flex}.pagination-buttons button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;display:flex}.pagination-buttons button:disabled{color:#c1c7ce;cursor:not-allowed}.pagination-buttons .current-page{color:#fff;background:#000;border-color:#000}.customer-modal-overlay{box-sizing:border-box;z-index:9999;background:#00000073;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;inset:0}.customer-modal{background:#fff;border-radius:10px;flex-direction:column;width:700px;max-width:calc(100vw - 40px);height:84vh;max-height:730px;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000038}.customer-modal-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:flex-start;min-height:70px;padding:18px;display:flex}.customer-modal-header h2{color:#222;margin:0 0 5px;font-size:20px;font-weight:700;line-height:25px}.customer-modal-header p{color:#777;margin:0;font-size:13px;line-height:18px}.customer-modal-header>button{color:#555;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:22px;display:flex}.customer-modal-header>button:hover{color:#222;background:#f3f3f3}.customer-modal form{box-sizing:border-box;flex:1;min-height:0;padding:0 30px;overflow-y:auto}.customer-form-section{border-bottom:1px solid #e5e5e5;padding:22px 0}.customer-form-section:last-of-type{border-bottom:none}.customer-form-section h3{color:#222;margin:0 0 15px;font-size:16px;font-weight:700;line-height:21px}.customer-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;display:grid}.customer-form-grid .full-width{grid-column:1/-1}.customer-form-grid>div{min-width:0}.customer-form-grid label{color:#666;margin-bottom:8px;font-size:12px;font-weight:600;line-height:15px;display:block}.customer-form-grid input{box-sizing:border-box;color:#333;background:#fff;border:1px solid #d8d8d8;border-radius:6px;outline:none;width:100%;height:45px;padding:0 12px;font-family:Arial,Helvetica,sans-serif;font-size:14px;transition:all .2s}.customer-form-grid input:hover{border-color:#c5c5c5}.customer-form-grid input:focus{box-shadow:none;border-color:#222}.customer-form-grid input::placeholder{color:#999;font-size:14px}.customer-modal-actions{box-sizing:border-box;background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-height:70px;padding:12px 30px;display:flex}.cancel-customer-button{color:#555;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:6px;height:40px;padding:0 18px;font-size:13px;font-weight:500;transition:all .3s}.cancel-customer-button:hover{background:#f3f3f3}.save-customer-button{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:6px;height:40px;padding:0 20px;font-size:13px;font-weight:500;transition:all .3s}.save-customer-button:hover{background:#222}.save-customer-button:disabled{opacity:.6;cursor:not-allowed}.customer-modal form::-webkit-scrollbar{width:6px}.customer-modal form::-webkit-scrollbar-track{background:#fff}.customer-modal form::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:10px}.customer-modal form::-webkit-scrollbar-thumb:hover{background:#aaa}@media (width<=1100px){.customer-stat-grid{grid-template-columns:repeat(2,1fr)}.customers-table-top{flex-direction:column;align-items:flex-start;gap:15px}.customer-toolbar{flex-wrap:wrap;width:100%}.customer-search{width:230px}}@media (width<=900px){.customers-title-row{flex-direction:column;gap:20px}.customer-toolbar{flex-wrap:wrap;width:100%}.customers-table-container{overflow-x:auto}.customers-table-container table{min-width:950px}}@media (width<=700px){.customer-stat-grid{grid-template-columns:1fr}.customers-title-row h1{font-size:26px}.customer-toolbar,.customer-search{width:100%}.customer-tool-button{flex:1}.customer-pagination{flex-direction:column;align-items:flex-start;gap:12px}.customer-modal{width:96vw;max-width:96vw;height:94vh;max-height:94vh}.customer-modal form{padding:0 18px}.customer-form-grid{grid-template-columns:1fr}.customer-form-grid .full-width{grid-column:auto}.customer-modal-header{padding:16px 18px}.customer-modal-actions{padding:12px 18px}}.complaints-page{background:#f8f9fb;min-height:100vh}.complaints-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.complaints-header h1{color:#222;margin-bottom:6px;font-size:30px}.complaints-header p{color:#777;font-size:14px}.new-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.new-btn:hover{background:#222}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:45px;display:grid}.stat-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:18px;padding:18px;display:flex}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.stat-icon svg{font-size:24px}.black{color:#fff;background:#111}.red{color:#fff;background:#d32f2f}.blue{color:#2563eb;background:#dfe9ff}.light{color:#2563eb;background:#edf3ff}.stat-card span{color:#777;margin-bottom:5px;font-size:13px;display:block}.stat-card h2{color:#222;font-size:28px;font-weight:700}.filter-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;grid-template-columns:1fr 1fr 1.4fr auto;gap:15px;margin-bottom:35px;padding:18px;display:grid}.filter-item{flex-direction:column;display:flex}.filter-item label{color:#666;margin-bottom:8px;font-size:12px;font-weight:600}.filter-item select{background:#fff;border:1px solid #d8d8d8;border-radius:6px;outline:none;height:45px;padding:0 12px;font-size:14px}.date-box{background:#fff;border:1px solid #d8d8d8;border-radius:6px;align-items:center;gap:10px;height:45px;padding:0 14px;font-size:14px;display:flex}.export{justify-content:flex-end}.export-btn{cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:6px;align-items:center;gap:8px;height:45px;margin-top:20px;padding:0 18px;transition:all .3s;display:flex}.export-btn:hover{background:#f3f3f3}.table-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}th{color:#666;text-align:left;border-bottom:1px solid #e5e5e5;padding:18px;font-size:12px;font-weight:700}td{color:#333;vertical-align:middle;border-bottom:1px solid #efefef;padding:18px;font-size:14px}.complaint-id{font-weight:600}.complaint-title{margin-bottom:4px;font-weight:600}.complaint-description{color:#777;font-size:12px}.status{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.completed{color:#18864b;background:#dff7e5}.progress{color:#b7791f;background:#fff0c8}.pending{color:#d32f2f;background:#ffdede}.action-buttons{gap:12px;display:flex}.icon-btn{cursor:pointer;color:#555;background:0 0;border:none;transition:all .3s}.icon-btn:hover{color:#000}.delete-btn:hover{color:#d32f2f}.table-footer{justify-content:space-between;align-items:center;padding:18px;display:flex}.table-footer p{color:#777;font-size:13px}.pagination{align-items:center;gap:5px;display:flex}.pagination .active{color:#fff;background:#000;border-color:#000}.pagination span{color:#666;padding:0 6px}.pagination button:disabled{color:#c1c7ce;cursor:not-allowed}.pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500}.pagination .active-page{color:#fff;background:#050505;border-color:#050505}.pagination span{color:#60708a}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-card{grid-template-columns:1fr}.complaints-header{flex-direction:column;gap:20px}.table-card{overflow-x:auto}table{min-width:1000px}}@media (width<=700px){.stats-grid{grid-template-columns:1fr}}.date-picker-container{display:inline-block;position:relative}.date-box:hover{background:#f8fafc;border-color:#cbd5e1}.date-picker-dropdown{z-index:1000;background:#fff;border:1px solid #dfe3e8;border-radius:6px;width:280px;padding:16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 25px #0000001f}.date-picker-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.date-picker-field label{color:#64748b;letter-spacing:.5px;font-size:10px;font-weight:700}.date-picker-field input{box-sizing:border-box;color:#172033;cursor:pointer;background:#fff;border:1px solid #d5dbe1;border-radius:4px;width:100%;height:38px;padding:0 10px;font-family:inherit;font-size:13px}.date-picker-field input:focus{border-color:#172033;outline:none}.apply-date-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:4px;width:100%;height:38px;font-family:inherit;font-size:13px;font-weight:600}.apply-date-btn:hover{background:#242424}.visitors-container{color:#111827;box-sizing:border-box;width:100%;padding:4px 0 28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.visitors-breadcrumb-wrapper{margin-bottom:8px}.visitors-header-row{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.visitors-main-title{color:#111827;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:700}.visitors-header-actions{align-items:center;gap:12px;display:flex}.btn-export-outline{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:9px 18px;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.btn-export-outline:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-add-visitor-solid{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:8px;align-items:center;gap:8px;padding:9px 18px;font-size:14px;font-weight:600;transition:background-color .15s,opacity .15s;display:inline-flex}.btn-add-visitor-solid:hover{background:#1f2937}.visitors-stat-cards-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px;display:grid}.v-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:22px 22px 18px;display:flex;box-shadow:0 1px 2px #00000005}.v-stat-card-top{justify-content:space-between;align-items:center;min-height:38px;margin-bottom:16px;display:flex}.v-stat-icon-box{border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.icon-box-blue{background-color:#eff6ff}.icon-box-green{background-color:#ecfdf5}.icon-box-red{background-color:#fef2f2}.icon-box-gray{background-color:#f3f4f6}.v-stat-trend-badge{border-radius:999px;align-items:center;gap:2px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.badge-green{color:#16a34a;background-color:#ecfdf5}.v-stat-label{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:6px;font-size:11px;font-weight:600}.v-stat-value{color:#111827;letter-spacing:-.02em;margin-bottom:12px;font-size:30px;font-weight:700;line-height:1.1}.v-stat-subtext{color:#6b7280;margin-top:auto;font-size:12.5px;font-weight:400}.v-stat-subtext.text-warning-red{color:#dc2626;align-items:center;gap:4px;font-weight:500;display:flex}.v-stat-progress-track{background-color:#e5e7eb;border-radius:999px;width:100%;height:5px;margin-top:auto;overflow:hidden}.v-stat-progress-fill{background-color:#000;border-radius:999px;height:100%}.visitors-toolbar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:12px 16px;display:flex}.visitors-toolbar-left{align-items:center;gap:12px;display:flex}.v-search-box{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:10px;width:320px;height:42px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:flex}.v-search-box:focus-within{border-color:#111827}.v-search-box input{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:14px}.v-search-box input::placeholder{color:#9ca3af}.v-search-clear-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.v-search-clear-btn:hover{color:#4b5563}.v-date-picker-wrapper{position:relative}.v-date-selector-btn{cursor:pointer;color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-width:155px;height:42px;padding:0 14px;font-size:14px;font-weight:500;transition:border-color .15s;display:flex}.v-date-selector-btn:hover{border-color:#9ca3af}.v-date-label{text-align:left;flex-grow:1}.v-date-dropdown-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:4px;min-width:220px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.v-date-dropdown-menu button{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:13.5px;transition:background-color .15s}.v-date-dropdown-menu button:hover{color:#111827;background-color:#f3f4f6}.v-date-menu-divider{background:#e5e7eb;height:1px;margin:4px 0}.v-date-custom-inputs{flex-direction:column;gap:6px;padding:6px 8px;display:flex}.v-date-custom-inputs label{color:#6b7280;font-size:11.5px;font-weight:600}.v-date-custom-inputs input{border:1px solid #d1d5db;border-radius:6px;outline:none;padding:6px 8px;font-size:12.5px}.visitors-toolbar-right{align-items:center;gap:10px;display:flex}.v-btn-more-filters{color:#111827;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s;display:flex}.v-btn-more-filters:hover{background:#e5e7eb}.v-btn-more-filters.active{background:#e5e7eb;border-color:#d1d5db}.v-filter-dot{color:#2563eb;font-size:8px}.v-btn-sync{color:#111827;cursor:pointer;background:#fff;border:1.5px solid #111827;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .15s,opacity .15s;display:flex}.v-btn-sync:hover:not(:disabled){background-color:#f9fafb}.v-btn-sync:disabled{opacity:.6;cursor:not-allowed}.v-filters-expandable-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:14px;margin-bottom:18px;padding:16px 18px;display:flex}.v-filters-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.v-filter-item{flex-direction:column;gap:6px;display:flex}.v-filter-item label{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.v-filter-item select,.v-filter-item input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;padding:8px 12px;font-size:13.5px}.v-filter-item select:focus,.v-filter-item input:focus{border-color:#111827}.v-filters-actions-row{justify-content:flex-end;display:flex}.v-btn-clear-all{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.v-btn-clear-all:hover{background:#fef2f2;border-color:#f87171}.v-error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:12px 18px;display:flex}.v-error-text-box{align-items:center;gap:12px;display:flex}.v-error-text-box strong{font-size:14px}.v-error-text-box p{color:#b91c1c;margin:2px 0 0;font-size:13px}.v-error-banner button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600}.visitors-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #00000005}.v-table-responsive-wrapper{width:100%;overflow-x:auto}.v-data-table{border-collapse:collapse;text-align:left;width:100%;min-width:860px}.v-data-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.v-data-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:14px 20px;font-size:11px;font-weight:600;line-height:1.35}.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.th-sortable:hover{color:#111827}.th-flex-header{align-items:center;gap:4px;display:inline-flex}.v-data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s}.v-data-table tbody tr:last-child{border-bottom:none}.v-data-table tbody tr:hover{background-color:#fafafa}.v-data-table td{vertical-align:middle;color:#111827;padding:18px 20px;font-size:14px}.col-visit-date{color:#111827;white-space:nowrap;font-size:14px;font-weight:500}.visitor-info-cell{align-items:center;gap:14px;display:flex}.visitor-avatar-initials{letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.avatar-blue{color:#2563eb;background-color:#dce8fe}.avatar-gray{color:#374151;background-color:#e5e7eb}.visitor-avatar-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.visitor-name-block{flex-direction:column;display:flex}.visitor-full-name{color:#111827;font-size:14px;font-weight:600;line-height:1.25}.visitor-email-address{color:#6b7280;margin-top:3px;font-size:13px;font-weight:400;line-height:1.25}.col-mobile-number{color:#111827;white-space:nowrap;font-size:14px;font-weight:500}.col-address{color:#374151;max-width:180px;font-size:13.5px;line-height:1.35}.product-chips-container{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.product-chip-badge{color:#3b66a8;text-transform:uppercase;letter-spacing:.03em;background-color:#dce8fe;border-radius:4px;padding:3px 8px;font-size:10.5px;font-weight:700;line-height:1.3;display:inline-block}.no-products-dash{color:#9ca3af}.status-pill{text-transform:uppercase;letter-spacing:.04em;text-align:center;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:700;line-height:1.2;display:inline-block}.status-pill-none{color:#6b7280;background-color:#f3f4f6}.status-pill-active{color:#16a34a;background-color:#dcfce7}.status-pill-expired{color:#dc2626;background-color:#fee2e2}.status-pill-pending{color:#d97706;background-color:#fef3c7}.v-table-loading-container{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;font-size:14px;display:flex}.v-table-empty-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:52px 16px;display:flex}.v-table-empty-container h3{color:#111827;margin:10px 0 4px;font-size:16px;font-weight:600}.v-table-empty-container p{color:#6b7280;margin:0 0 16px;font-size:13.5px}.v-table-empty-container button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.visitors-pagination-footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.v-pagination-text{color:#6b7280;font-size:13.5px}.v-pagination-text strong{color:#111827;font-weight:600}.v-pagination-controls{align-items:center;gap:6px;display:flex}.v-pag-btn-square{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .15s;display:flex}.v-pag-btn-square:hover:not(:disabled){color:#111827;background-color:#f9fafb;border-color:#d1d5db}.v-pag-btn-square:disabled{opacity:.35;cursor:not-allowed}.v-pag-numbers-cluster{align-items:center;gap:4px;margin:0 4px;display:flex}.v-pag-num-btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.v-pag-num-btn:hover:not(.active){color:#111827;background-color:#f3f4f6}.v-pag-num-btn.active{color:#fff;cursor:default;background-color:#000;font-weight:700}.v-pag-ellipsis{color:#6b7280;justify-content:center;align-items:center;width:24px;font-size:13px;display:flex}@media (width<=1200px){.visitors-stat-cards-grid,.v-filters-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.visitors-header-row{flex-direction:column;align-items:flex-start;gap:16px}.visitors-stat-cards-grid{grid-template-columns:1fr}.visitors-toolbar-card{flex-direction:column;align-items:stretch;gap:12px}.visitors-toolbar-left{flex-direction:column;align-items:stretch}.v-search-box{width:100%}.visitors-toolbar-right{justify-content:space-between}.v-filters-grid{grid-template-columns:1fr}.visitors-pagination-footer{flex-direction:column;align-items:center;gap:14px}}.visitor-row-clickable{cursor:pointer;transition:background .12s}.visitor-row-clickable:hover{background:#f0f4ff!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.v-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;box-sizing:border-box;background:#11182799;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.2s ease-out vModalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes vModalFadeIn{0%{opacity:0}to{opacity:1}}.v-modal-card{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:860px;max-height:90vh;animation:.2s ease-out vModalScaleIn;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a}@keyframes vModalScaleIn{0%{transform:scale(.96)}to{transform:scale(1)}}.v-modal-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.v-modal-header-profile{align-items:center;gap:16px;display:flex}.v-modal-avatar{color:#2563eb;background:#dce8fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex}.v-modal-title-info{flex-direction:column;gap:4px;display:flex}.v-modal-name-row{align-items:center;gap:12px;display:flex}.v-modal-name-row h2{color:#111827;margin:0;font-size:20px;font-weight:700}.v-modal-meta-row{color:#6b7280;flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;display:flex}.v-modal-meta-row span{align-items:center;gap:4px;display:inline-flex}.v-modal-header-actions{align-items:center;gap:8px;display:flex}.v-modal-refresh-btn,.v-modal-close-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.v-modal-refresh-btn:hover,.v-modal-close-btn:hover{color:#111827;background:#f3f4f6}.v-modal-error-banner{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;justify-content:space-between;align-items:center;padding:10px 20px;font-size:13.5px;display:flex}.v-modal-error-banner button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.v-modal-tabs{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;padding:0 24px;display:flex;overflow-x:auto}.v-modal-tab-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:14px 12px;font-size:13.5px;font-weight:600;transition:color .15s;display:inline-flex;position:relative}.v-modal-tab-btn:hover{color:#111827}.v-modal-tab-btn.active{color:#0f62fe}.v-modal-tab-btn.active:after{content:"";background:#0f62fe;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.v-tab-counter{color:#2563eb;background:#eff6ff;border-radius:999px;padding:1px 7px;font-size:11px;font-weight:700}.v-modal-body{flex-grow:1;min-height:280px;max-height:60vh;padding:24px;overflow-y:auto}.v-modal-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;font-size:14px;display:flex}.v-modal-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 16px;display:flex}.v-modal-empty h4{color:#111827;margin:12px 0 4px;font-size:16px;font-weight:600}.v-modal-empty p{color:#6b7280;max-width:360px;margin:0;font-size:13.5px}.v-overview-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.v-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.v-detail-card.full-width{grid-column:1/-1}.v-detail-card-title{color:#111827;border-bottom:1px solid #f3f4f6;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;font-size:14px;font-weight:600;display:flex}.v-detail-rows{flex-direction:column;gap:10px;display:flex}.v-detail-row{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.v-detail-row .label{color:#6b7280;font-weight:500}.v-detail-row .value{color:#111827;text-align:right;font-weight:600}.font-mono{font-family:monospace}.v-snapshot-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.v-snapshot-item{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;padding:14px;display:flex}.v-snapshot-item .count{color:#111827;font-size:22px;font-weight:700}.v-snapshot-item .name{color:#6b7280;margin-top:4px;font-size:12px}.v-subtable-wrapper{border:1px solid #e5e7eb;border-radius:8px;width:100%;overflow-x:auto}.v-subtable{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.v-subtable thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.v-subtable th{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;padding:12px 16px;font-size:11.5px;font-weight:600}.v-subtable td{color:#111827;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:13.5px}.v-subtable tbody tr:last-child td{border-bottom:none}.v-subtable tbody tr:hover{background:#fafafa}.font-semibold{font-weight:600}.remarks-cell{color:#4b5563;max-width:240px;line-height:1.35}.v-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.v-modal-footer-hint{color:#9ca3af;font-size:12px}.v-modal-btn-close-bottom{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:6px;padding:8px 18px;font-size:13.5px;font-weight:600;transition:background .15s}.v-modal-btn-close-bottom:hover{background:#000}@media (width<=768px){.v-overview-grid,.v-snapshot-grid{grid-template-columns:1fr}}.customer-details-page{background:#f8fafc;min-height:100vh;font-family:Inter,Arial,sans-serif}.customer-top-section{grid-template-columns:285px 1fr;gap:20px;margin-bottom:24px;display:grid}.customer-profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px}.customer-avatar{color:#2563eb;background:#dbeafe;border-radius:8px;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto;font-size:30px;font-weight:700;display:flex}.customer-name{text-align:center;color:#111827;margin-top:16px;font-size:22px;font-weight:700}.customer-type{text-align:center;color:#64748b;margin-top:5px;font-size:13px}.customer-profile-card hr{border:none;border-top:1px solid #e5e7eb;margin:22px 0}.profile-info{flex-direction:column;gap:18px;display:flex}.info-box{align-items:center;gap:12px;display:flex}.info-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.info-box span{color:#94a3b8;letter-spacing:.8px;font-size:10px;font-weight:700;display:block}.info-box p{color:#1e293b;margin-top:3px;font-size:14px;font-weight:600}.summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:space-between;height:118px;padding:18px;display:flex}.summary-top{justify-content:space-between;align-items:center;display:flex}.summary-top span{color:#64748b;letter-spacing:.7px;font-size:11px;font-weight:700}.summary-top svg{color:#64748b;font-size:18px}.summary-card h2{color:#0f172a;margin:0;font-size:32px;font-weight:700}.summary-card p{color:#64748b;margin:0;font-size:13px}.green-text{font-weight:600;color:#16a34a!important}.status-active{color:#16a34a!important;font-size:22px!important}.table-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:24px;overflow:hidden}.table-header{border-bottom:1px solid #e5e7eb;align-items:center;height:58px;padding:0 22px;display:flex}.table-header h3{color:#111827;margin:0;font-size:16px;font-weight:700}table{border-collapse:collapse;width:100%}thead{background:#f8fafc}thead th{text-transform:uppercase;letter-spacing:.5px;color:#64748b;text-align:left;padding:14px 18px;font-size:11px;font-weight:700}tbody td{color:#334155;border-top:1px solid #f1f5f9;padding:16px 18px;font-size:14px}tbody tr:hover{background:#f8fafc}@media (width<=1100px){.customer-top-section{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.summary-grid{grid-template-columns:1fr}.customer-details-page{padding:16px}}.customer-header{justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:30px;display:flex}.customer-header-left{flex-direction:column;gap:15px;display:flex}.breadcrumb{align-items:center;gap:6px;font-size:14px;display:flex}.breadcrumb-link{color:#6b7280}.breadcrumb-icon{color:#9ca3af;font-size:16px!important}.breadcrumb-active{color:#111827;font-weight:600}.back-btn{cursor:pointer;color:#111827;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:16px;font-weight:500;display:flex}.back-btn:hover{color:#2563eb}.customer-header-right{align-items:center;gap:14px;display:flex}.edit-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;align-items:center;gap:8px;padding:12px 18px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.edit-btn:hover{background:#f8fafc}.download-btn{color:#fff;cursor:pointer;background:#000;border:none;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.download-btn:hover{background:#1f2937}.products-page{box-sizing:border-box;color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.products-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.products-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.products-breadcrumb strong{color:#172033;font-weight:600}.products-header h1{letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.products-header p{color:#64748b;margin:7px 0 0;font-size:14px}.add-product-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;height:40px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600}.add-product-btn:hover{background:#242424}.products-toolbar{background:#fff;border:1px solid #dfe3e8;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:14px 16px;display:flex}.search-wrapper{background:#fff;border:1px solid #d7dce2;border-radius:5px;align-items:center;width:350px;height:38px;display:flex}.search-icon{color:#64748b;padding-left:12px;font-size:20px}.search-wrapper input{color:#172033;border:none;outline:none;width:100%;height:100%;padding:0 10px;font-family:inherit;font-size:13px}.search-wrapper input::placeholder{color:#9aa3af}.product-count{color:#64748b;font-size:13px}.products-content{align-items:flex-start;gap:16px;width:100%;display:flex}.products-list-container{box-sizing:border-box;background:#fff;border:1px solid #dfe3e8;border-radius:6px;width:100%;min-width:0;overflow:visible}.product-selected .products-list-container{flex-shrink:0;width:58%}.product-selected .products-content{padding-right:42%}.products-table-header{color:#64748b;letter-spacing:.5px;box-sizing:border-box;background:#f5f6f8;border-bottom:1px solid #dfe3e8;grid-template-columns:1.7fr .9fr .9fr .7fr .7fr;align-items:center;min-height:45px;padding:0 18px;font-size:11px;font-weight:700;display:grid}.product-row{cursor:pointer;box-sizing:border-box;border-bottom:1px solid #edf0f2;grid-template-columns:1.7fr .9fr .9fr .7fr .7fr;align-items:center;min-height:82px;padding:14px 18px;transition:background .15s;display:grid}.product-row:last-child{border-bottom:none}.product-row:hover{background:#f8fafc}.product-row.selected{background:#f1f5f9}.product-main{align-items:center;gap:13px;min-width:0;display:flex}.product-thumbnail{background:#f5f6f8;border:1px solid #e1e5e9;border-radius:4px;flex-shrink:0;width:50px;height:50px;overflow:hidden}.product-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-main h3{color:#172033;white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:14px;font-weight:650;overflow:hidden}.product-main p{color:#7b8491;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.product-brand{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.product-code{color:#334155;font-size:13px}.product-price{color:#172033;font-size:13px;font-weight:600}.product-status{border-radius:20px;justify-content:center;align-items:center;width:fit-content;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.product-status.active{color:#15803d;background:#dcfce7}.product-status.out{color:#dc2626;background:#fee2e2}.no-products{text-align:center;padding:70px 20px}.no-products h3{margin:0 0 8px;font-size:17px}.products-pagination{box-sizing:border-box;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;min-height:64px;padding:0 18px;display:flex}.products-page-info{color:#64748b;white-space:nowrap;font-size:13px}.products-pagination-buttons{align-items:center;gap:8px;display:flex}.products-pagination-buttons button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;min-width:72px;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500}.products-pagination-buttons span{color:#374151;text-align:center;min-width:100px;padding:8px 12px;font-size:14px}.products-pagination-buttons button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.products-pagination-buttons button:disabled{color:#a0a8b3;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}.product-view-panel{box-sizing:border-box;z-index:100;background:#fff;border-left:1px solid #dfe3e8;flex-direction:column;width:42%;animation:.2s productPanelIn;display:flex;position:fixed;top:64px;bottom:0;right:0;overflow:hidden auto}.product-view-info{box-sizing:border-box;flex:none;min-height:auto;padding:20px;overflow:visible}.product-view-actions{flex-shrink:0;justify-content:center;align-items:center;gap:10px;margin-top:22px;margin-bottom:22px;display:flex}@keyframes productPanelIn{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}.product-details-loading,.product-details-error{text-align:center;box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px;display:flex}.product-details-loading h3,.product-details-error h3{color:#172033;margin:0 0 8px;font-size:16px;font-weight:600}.product-details-loading p,.product-details-error p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.product-view-header{box-sizing:border-box;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;min-height:70px;padding:0 18px;display:flex}.product-view-header span{letter-spacing:.7px;color:#64748b;font-size:10px;font-weight:700}.product-view-header h2{color:#172033;margin:4px 0 0;font-size:17px;font-weight:700}.close-product-btn{color:#475569;cursor:pointer;background:#f1f3f5;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:21px;display:flex}.close-product-btn:hover{background:#e2e8f0}.product-view-image{background:#f1f5f9;flex-shrink:0;width:100%;height:220px;min-height:220px;overflow:hidden}.product-view-image img{object-fit:cover;width:100%;height:100%;display:block}.view-category{color:#64748b;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px;font-size:11px;font-weight:600;display:inline-block}.product-view-info h2{color:#172033;margin:0;font-size:22px;font-weight:700}.view-brand{color:#64748b;margin:5px 0 10px;font-size:13px}.view-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.view-status.active{color:#15803d;background:#dcfce7}.view-status.out{color:#dc2626;background:#fee2e2}.details-grid{border-top:1px solid #edf0f2;border-left:1px solid #edf0f2;grid-template-columns:1fr 1fr;margin-top:20px;display:grid}.detail-item{border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;flex-direction:column;justify-content:center;min-height:65px;padding:12px;display:flex}.detail-item span{color:#7b8491;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600}.detail-item strong{color:#172033;font-size:13px;font-weight:600}.product-description{border-top:1px solid #edf0f2;margin-top:20px;padding-top:18px}.product-description h4{color:#172033;margin:0 0 7px;font-size:13px;font-weight:700}.product-description p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.edit-product-btn,.save-product-btn,.discard-product-btn{cursor:pointer;border-radius:5px;height:40px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600}.edit-product-btn,.save-product-btn{color:#fff;background:#111;border:none}.edit-product-btn:hover,.save-product-btn:hover{background:#222}.discard-product-btn{color:#334155;background:#fff;border:1px solid #d5dbe1}.discard-product-btn:hover{background:#f5f6f8}.edit-product-input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;margin-top:5px;padding:9px 10px;font-family:inherit;font-size:14px}.edit-product-input:focus{border-color:#172033}.product-name-input{margin-bottom:8px;font-size:22px;font-weight:600}.edit-product-textarea{box-sizing:border-box;resize:vertical;color:#172033;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;min-height:90px;padding:10px;font-family:inherit;font-size:14px}.edit-product-textarea:focus{border-color:#172033}@media (width<=1000px){.product-selected .products-list-container{width:50%}.product-selected .products-content{padding-right:50%}.product-view-panel{width:50%}}@media (width<=750px){.products-page{min-height:calc(100vh - 64px);padding:20px}.products-header{flex-direction:column;gap:15px}.products-toolbar{flex-direction:column;align-items:stretch;gap:10px}.search-wrapper{width:100%}.products-content{flex-direction:column;gap:16px;display:flex}.products-list-container,.product-selected .products-list-container{width:100%}.product-selected .products-content{padding-right:0}.product-view-panel{width:100%;height:auto;max-height:none;position:relative;top:auto;bottom:auto;right:auto}.products-pagination{flex-direction:column;align-items:flex-start;gap:12px}.products-pagination-controls{justify-content:flex-end;width:100%}}@media (width<=550px){.products-page{padding:15px}.products-table-header{display:none}.product-row{grid-template-columns:1fr;gap:8px;padding:15px}.product-brand,.product-code,.product-price{padding-left:63px}.product-status{margin-left:63px}.products-pagination{align-items:stretch}.products-pagination-controls{justify-content:space-between}}.no-products{text-align:center;color:#374151;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:30px;display:flex}.no-products h3{color:#1f2937;margin:0 0 8px;font-size:17px;font-weight:600}.no-products p{color:#6b7280;margin:0 0 18px;font-size:14px}.no-products button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 18px;font-size:14px;font-weight:500;transition:all .2s}.no-products button:hover{color:#111827;background:#f8fafc;border-color:#9ca3af}.delete-product-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d5dbe1;border-radius:5px;height:40px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.add-product-page{color:#20242b;box-sizing:border-box;background:#f6f8fc;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.add-product-page *,.add-product-page :before,.add-product-page :after{box-sizing:border-box}.add-header{background:#f6f8fc;justify-content:space-between;align-items:flex-start;width:100%;min-height:85px;display:flex}.add-header>div{width:100%}.breadcrumb{color:#7b8290;align-items:center;gap:5px;margin-bottom:9px;font-size:12px;line-height:1.3;display:flex}.breadcrumb span:last-child{color:#242831;font-weight:500}.back-button{color:#6e7580;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:0 0 7px;padding:0;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.back-button:hover{color:#111}.add-header h1{color:#171a1f;margin:0;font-size:24px;font-weight:650;line-height:1.25}.add-product-container{align-items:stretch;gap:20px;margin-top:14px;display:flex}.product-content{flex-direction:column;flex:1;min-width:0;display:flex}.product-card,.pricing-card,.product-media-card{background:#fff;border:1px solid #e1e5eb;border-radius:8px;width:100%;padding:26px 25px;box-shadow:0 1px 2px #10182805}.card-header{margin-bottom:25px}.card-header h2,.pricing-title h2{color:#171a1f;margin:0 0 7px;font-size:18px;font-weight:650;line-height:1.35}.card-header p{color:#777f8c;margin:0;font-size:12px;font-weight:400;line-height:1.5}.pricing-title{margin-bottom:25px}.pricing-title h2{font-size:18px}.form-group-productbasicinfo,.form-group-productspec,.form-group-productpricing,.form-group-productcategory,.form-group-productmedia{flex-direction:column;min-width:0;display:flex}.form-group-productbasicinfo label,.form-group-productspec label,.form-group-productpricing label,.form-group-productcategory label,.form-group-productmedia label{color:#535a65;margin:0 0 7px;font-size:13px;font-weight:500;line-height:1.35;display:block}.form-group-productbasicinfo input,.form-group-productbasicinfo select,.form-group-productbasicinfo textarea,.form-group-productspec input,.form-group-productspec select,.form-group-productspec textarea,.form-group-productpricing input,.form-group-productpricing select,.form-group-productpricing textarea,.form-group-productcategory input,.form-group-productcategory select,.form-group-productmedia input,.form-group-productmedia select,.form-group-productmedia textarea{color:#303641;background:#fff;border:1px solid #dce1e7;border-radius:5px;outline:none;width:100%;font-family:inherit;font-size:14px;font-weight:400;transition:border-color .15s,box-shadow .15s,background .15s}.form-group-productbasicinfo input,.form-group-productbasicinfo select,.form-group-productspec input,.form-group-productspec select,.form-group-productpricing input,.form-group-productpricing select,.form-group-productcategory input,.form-group-productcategory select{height:42px;padding:0 12px}.form-group-productbasicinfo textarea,.form-group-productspec textarea,.form-group-productpricing textarea,.form-group-productmedia textarea{resize:vertical;min-height:110px;padding:11px 12px;line-height:1.5}.form-group-productbasicinfo input::placeholder,.form-group-productbasicinfo textarea::placeholder,.form-group-productspec input::placeholder,.form-group-productspec textarea::placeholder,.form-group-productpricing input::placeholder,.form-group-productpricing textarea::placeholder,.form-group-productcategory input::placeholder{color:#9aa1ac}.form-group-productbasicinfo input:focus,.form-group-productbasicinfo select:focus,.form-group-productbasicinfo textarea:focus,.form-group-productspec input:focus,.form-group-productspec select:focus,.form-group-productspec textarea:focus,.form-group-productpricing input:focus,.form-group-productpricing select:focus,.form-group-productpricing textarea:focus,.form-group-productcategory input:focus,.form-group-productcategory select:focus,.form-group-productmedia input:focus,.form-group-productmedia select:focus,.form-group-productmedia textarea:focus{border-color:#9ca3af;box-shadow:0 0 0 2px #1118270a}.form-group-productbasicinfo select,.form-group-productspec select,.form-group-productpricing select,.form-group-productcategory select{cursor:pointer}.full-width,.full-widthhh{grid-column:1/-1}.button-area{border-top:1px solid #edf0f3;justify-content:flex-end;align-items:center;gap:40px;width:100%;margin-top:25px;padding-top:19px;display:flex}.next-btn,.pricing-next-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-width:100px;height:40px;padding:0 18px;font-size:13px;font-weight:500;transition:background .15s,transform .1s;display:inline-flex}.next-btn:hover,.pricing-next-btn:hover{background:#222}.next-btn:active,.pricing-next-btn:active{transform:translateY(1px)}.previous-btn{color:#444b55;cursor:pointer;background:#fff;border:1px solid #d8dde4;border-radius:5px;justify-content:center;align-items:center;height:40px;margin-right:9px;padding:0 18px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.previous-btn:hover{background:#f7f8fa;border-color:#c8ced6}.pricing-card{padding:26px 25px}.pricing-form{width:100%}.pricing-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.selling-price-group{margin-top:18px}.input-with-symbol{background:#fff;border:1px solid #dce1e7;border-radius:5px;align-items:center;width:100%;height:42px;display:flex;overflow:hidden}.input-with-symbol:focus-within{border-color:#9ca3af;box-shadow:0 0 0 2px #1118270a}.input-with-symbol span{color:#626975;border-right:1px solid #e8ebef;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:100%;font-size:13px;display:flex}.input-with-symbol input{border:none;outline:none;flex:1;width:auto;height:100%;padding:0 11px;font-size:14px}.tax-section{margin-top:20px}.tax-section p{color:#535a65;margin:0 0 9px;font-size:13px}.tax-options{align-items:center;gap:22px;display:flex}.radio-option{color:#414751;cursor:pointer;align-items:center;gap:7px;font-size:13px;display:inline-flex;position:relative}.radio-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.custom-radio{background:#fff;border:1px solid #bfc5cd;border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block;position:relative}.radio-option input:checked+.custom-radio{background:#111;border-color:#111}.radio-option input:checked+.custom-radio:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:3px;left:3px}.product-settings{border-bottom:1px solid #edf0f3;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 30px;margin-bottom:20px;padding-bottom:18px;display:grid}.setting-item{align-items:center;gap:8px;min-height:27px;display:flex}.setting-item input[type=checkbox]{accent-color:#111;cursor:pointer;width:15px;height:15px;margin:0}.setting-item label{color:#444b55;cursor:pointer;margin:0;font-size:13px;font-weight:400}.product-media-card{padding:26px 25px}.hidden-file-input{display:none!important}.product-image-upload-area,.upload-box{text-align:center;cursor:pointer;background:#fafbfc;border:1px dashed #c8ced6;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:190px;padding:22px;transition:border-color .15s,background .15s;display:flex}.product-image-upload-area:hover,.upload-box:hover{background:#f7f8fa;border-color:#8d96a3}.upload-icon-box,.upload-icon{color:#4b535e;background:#eef1f5;border-radius:7px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:11px;font-size:19px;display:flex}.upload-icon{border:none}.product-image-upload-area h4{color:#303640;margin:0 0 6px;font-size:14px;font-weight:600}.product-image-upload-area p{color:#818894;max-width:350px;margin:0;font-size:12px;line-height:1.5}.product-image-upload-area span{color:#5d6570;margin-top:9px;font-size:12px;font-weight:500}.upload-box span{color:#444b55;font-size:12px}.upload-box small{color:#9299a3;margin-top:5px;font-size:12px}.media-section-divider{background:#e7eaee;width:100%;height:1px;margin:22px 0}.media-gallery-section{width:100%}.media-gallery-title{color:#4d5560;margin:0 0 13px;font-size:13px;font-weight:600}.media-gallery-title span{color:#9aa1ab;margin-left:4px;font-weight:400}.media-gallery-grid,.media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;display:grid}.media-preview-card,.media-item{background:#fafbfc;border:1px solid #dfe3e8;border-radius:5px;min-width:0;position:relative;overflow:hidden}.media-preview-card{height:110px}.media-item{padding:7px}.media-preview-card img{object-fit:cover;width:100%;height:100%;display:block}.image-preview{background:#f6f7f9;justify-content:center;align-items:center;height:125px;display:flex;overflow:hidden}.image-preview img{object-fit:contain;width:100%;height:100%}.media-item.default-image{border-color:#111}.primary-image-label{color:#fff;background:#111111d1;border-radius:3px;padding:4px 7px;font-size:12px;font-weight:500;position:absolute;top:5px;left:5px}.media-remove-image{color:#fff;cursor:pointer;background:#14181ed1;border:none;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;display:flex;position:absolute;top:5px;right:5px}.media-add-image-card{color:#59616c;cursor:pointer;background:#fafbfc;border:1px dashed #c8ced6;border-radius:5px;justify-content:center;align-items:center;height:110px;display:flex}.media-add-image-card:hover{background:#f3f5f7}.image-info{color:#646c77;justify-content:space-between;gap:5px;margin-top:7px;font-size:12px;display:flex}.image-actions{flex-wrap:wrap;gap:4px;margin-top:7px;display:flex}.image-actions button{color:#4c545f;cursor:pointer;background:#fff;border:1px solid #d8dde3;border-radius:4px;padding:5px 8px;font-size:12px}.image-actions button:hover{border-color:#999}.media-item.default-image .image-actions button:first-child{color:#fff;background:#111;border-color:#111}.media-documents-section{width:100%}.media-documents-header{justify-content:space-between;align-items:center;gap:15px;display:flex}.media-documents-header h3{color:#303640;margin:0 0 4px;font-size:14px;font-weight:600}.media-documents-header p{color:#808792;margin:0;font-size:12px}.media-upload-document-btn{color:#424953;cursor:pointer;background:#fff;border:1px solid #d7dce2;border-radius:5px;flex-shrink:0;height:34px;padding:0 13px;font-size:12px}.media-upload-document-btn:hover{background:#f7f8fa}.media-document-list{flex-direction:column;gap:8px;margin-top:15px;display:flex}.media-document-item{background:#fafbfc;border:1px solid #e0e4e9;border-radius:5px;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:9px 11px;display:flex}.media-document-item span{text-overflow:ellipsis;white-space:nowrap;color:#4a525d;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.media-document-item button{color:#b44141;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12px}.finish-publish-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;min-width:130px;height:40px;padding:0 18px;font-size:13px;font-weight:500}.finish-publish-btn:hover{background:#222}.preview-container{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.preview-card{text-align:center;background:#fff;border:1px solid #e0e4e9;border-radius:5px;padding:8px}.preview-card img{object-fit:cover;border-radius:4px;width:100%;height:110px}.preview-card p{word-break:break-word;color:#555d67;margin:7px 0;font-size:12px}.remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;padding:6px 10px;font-size:12px}.remove-btn:hover{background:#dc2626}.document-list{flex-direction:column;gap:8px;margin-top:15px;display:flex}.document-item{background:#fafbfc;border:1px solid #e0e4e9;border-radius:5px;justify-content:space-between;align-items:center;padding:9px 11px;display:flex}.document-item span{font-size:12px;font-weight:500}@media (width<=1000px){.add-product-container{gap:15px;width:calc(100% - 40px)}.add-header{padding-left:20px;padding-right:20px}.form-grid{column-gap:15px}.media-gallery-grid,.media-grid,.preview-container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.add-header{min-height:auto;padding:18px 16px 0}.add-header h1{font-size:21px}.add-product-container{flex-direction:column;width:calc(100% - 32px);margin-top:18px}.product-content{width:100%}.form-grid,.pricing-row{grid-template-columns:1fr}.full-width,.full-widthhh{grid-column:auto}.product-card,.pricing-card,.product-media-card{padding:20px 18px}.product-settings{grid-template-columns:1fr}.media-gallery-grid,.media-grid,.preview-container{grid-template-columns:repeat(2,minmax(0,1fr))}.media-documents-header{flex-direction:column;align-items:flex-start}.button-area{gap:10px}}@media (width<=480px){.add-product-container{width:calc(100% - 20px)}.add-header{padding-left:10px;padding-right:10px}.button-area{flex-wrap:wrap}.previous-btn,.next-btn,.pricing-next-btn,.finish-publish-btn{min-width:100px}.button-area{flex-direction:column-reverse;align-items:stretch}.button-area .previous-btn,.button-area .finish-publish-btn{width:100%;margin-right:0}}.product-sidebar{background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-shrink:0;width:270px;height:fit-content;padding:25px}.product-sidebar h3{color:#222;margin:0 0 25px;font-size:18px;font-weight:700;line-height:1.3}.sidebar-step{border-left:3px solid #ececec;align-items:flex-start;gap:15px;padding:18px 0 18px 18px;display:flex;position:relative}.sidebar-step:last-child{padding-bottom:0}.step-icon{color:#555;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.step-text{min-width:0}.step-text h4{color:#333;margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.4}.step-text p{color:#888;margin:0;font-size:12px;font-weight:400;line-height:1.5}.sidebar-step.active{border-left:3px solid #000}.sidebar-step.active .step-icon{color:#fff;background:#000}.sidebar-step.active .step-text h4{color:#000}.sidebar-step svg{color:#16a34a}@media (width<=1000px){.product-sidebar{width:100%;margin-bottom:20px}}@media (width<=760px){.product-sidebar{padding:20px}.product-sidebar h3{font-size:17px}.step-text h4{font-size:14px}.step-text p{font-size:12px}}.add-category-page{background:#f6f8fb;min-height:100vh}.category-header{margin-bottom:30px}.breadcrumb{color:#777;align-items:center;gap:5px;font-size:14px;display:flex}.back-button{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:15px;display:flex}.category-header h1{color:#1f2937;margin-top:15px;font-size:28px}.category-card{background:#fff;border-radius:12px;width:800px;margin:50px auto;padding:60px;box-shadow:0 4px 15px #00000014}.form-group-add-category{flex-direction:column;margin-bottom:25px;display:flex}.form-group-add-category label{color:#333;margin-bottom:8px;font-weight:600}.form-group-add-category input,.form-group-add-category textarea{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:13px;font-size:15px}.form-group-add-category input:focus,.form-group-add-category textarea:focus{border-color:#1976d2}.save-category-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;margin:25px auto 0;padding:12px 35px;font-size:15px;display:block}.amc-page{color:#17253a;background:#f7f9fc;min-height:calc(100vh - 60px);font-family:Arial,sans-serif}.amc-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.amc-breadcrumb{color:#697586;align-items:center;gap:5px;margin-bottom:8px;font-size:14px;display:flex}.amc-breadcrumb .active{color:#1d2939}.amc-header h1{margin:0 0 5px;font-size:28px;font-weight:700}.amc-header p{color:#687588;margin:0;font-size:15px}.new-amc-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:3px;align-items:center;gap:7px;padding:12px 18px;font-size:14px;font-weight:600;display:flex}.new-amc-btn:hover{background:#222}.amc-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.amc-stat-card{background:#fff;border:1px solid #e0e4ea;border-radius:5px;align-items:center;gap:14px;min-height:85px;padding:18px;display:flex;box-shadow:0 1px 2px #00000008}.amc-stat-icon{color:#2672e8;background:#e5efff;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.amc-stat-icon.warning{color:#f59e0b;background:#fff0d9}.amc-stat-icon.revenue{color:#12a15a;background:#e6f6ed}.amc-stat-icon.users{color:#7655d6;background:#eee9ff}.amc-stat-card span{color:#596579;letter-spacing:.5px;margin-bottom:7px;font-size:11px;font-weight:600;display:block}.stat-number{color:#142238;align-items:center;gap:8px;font-size:24px;font-weight:700;display:flex}.stat-number small{color:#17a673;font-size:11px;font-weight:500}.amc-stat-card>div:last-child>small{color:#697586;font-size:11px}.amc-stat-card .attention{color:#e69b00}.amc-stat-card .target{color:#18a96b}.amc-table-card{background:#fff;border:1px solid #dfe4ea;border-radius:6px;overflow:hidden}.filter-bar{border-bottom:1px solid #e3e7ec;align-items:flex-end;gap:18px;padding:14px 15px;display:flex}.filter-group{align-items:center;gap:8px;display:flex}.filter-group label{color:#667085;white-space:nowrap;font-size:11px;font-weight:700}.select-wrapper{position:relative}.select-wrapper select{appearance:none;color:#344054;background:#fff;border:1px solid #d9dee6;border-radius:3px;outline:none;width:145px;height:34px;padding:0 30px 0 10px;font-size:13px}.select-wrapper svg{pointer-events:none;color:#667085;font-size:19px;position:absolute;top:8px;right:7px}.clear-filter-btn{color:#667085;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-left:auto;font-size:12px;display:flex}.clear-filter-btn:hover{color:#111827}.amc-search{border:1px solid #d9dee6;gap:7px;width:280px;height:34px;margin:14px 15px;padding:0 10px}.amc-search svg{font-size:19px}.amc-search{box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:6px;align-items:center;width:320px;height:40px;display:flex;overflow:hidden}.amc-search svg{color:#64748b;flex-shrink:0;margin-left:12px}.amc-search input{box-sizing:border-box;color:#333;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;height:100%;padding:0 12px;font-size:14px}.amc-search input::placeholder{color:#8aa0c0}.amc-table-wrapper{overflow-x:auto}.amc-table{border-collapse:collapse;width:100%}.amc-table thead{background:#f7f8fa}.amc-table th{letter-spacing:.5px;color:#667085;text-align:left;height:38px;padding:0 15px;font-size:11px;font-weight:700}.amc-table td{color:#344054;border-top:1px solid #e7e9ed;height:68px;padding:0 15px;font-size:13px}.amc-row{cursor:pointer;transition:background .15s}.amc-row:hover{background:#fafbfc}.amc-name-cell{align-items:center;gap:10px;display:flex}.amc-avatar{color:#344054;background:#edf2f7;border-radius:2px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.amc-name-cell strong{color:#152238;margin-bottom:3px;font-size:13px;display:block}.amc-name-cell span{color:#8a94a6;font-size:10px;display:block}.amc-status{border-radius:12px;align-items:center;padding:5px 10px;font-size:10px;font-weight:600;display:inline-flex}.amc-status.active{color:#15965b;background:#d9f8e8}.amc-status.expiring-soon{color:#d98200;background:#fff0d5}.amc-status.expired{color:#6b7280;background:#eee}.amc-action-btn{cursor:pointer;color:#667085;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.amc-action-btn:hover{color:#111827}.no-amc{text-align:center;color:#667085;padding:60px 20px}.no-amc h3{color:#344054;margin:10px 0 5px}.no-amc p{margin:0;font-size:14px}.amc-table-footer{box-sizing:border-box;border-top:1px solid #e1e5e9;flex-flow:row;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex}.amc-table-footer>span{color:#52606d;white-space:nowrap;font-size:12px}.pagination-buttons{flex-direction:row;align-items:center;gap:5px;display:flex}.pagination-buttons button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500}.pagination-buttons button:hover:not(:disabled){background:#f5f6f8}.pagination-buttons button.active-page{color:#fff;background:#111;border-color:#111}.pagination-buttons button:disabled{color:#b8c0c8;cursor:not-allowed;background:#f8fafc}.pagination-buttons span{color:#64748b;padding:0 2px;font-size:12px}@media (width<=1000px){.amc-stats{grid-template-columns:repeat(2,1fr)}.filter-bar{flex-wrap:wrap}.clear-filter-btn{margin-left:0}}@media (width<=650px){.amc-page{padding:15px}.amc-header{flex-direction:column;gap:15px}.amc-stats{grid-template-columns:1fr}.amc-pagination{flex-direction:column;gap:10px;height:auto;padding:12px}}.amc-details-page{color:#17253a;background:#f7f9fc;min-height:calc(100vh - 60px);font-family:Arial,sans-serif}.details-breadcrumb{color:#667085;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;display:flex}.details-breadcrumb span:first-child{cursor:pointer}.details-breadcrumb span:first-child:hover{color:#111827}.details-header{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.back-amc-btn{color:#596579;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:10px;padding:0;font-size:13px;display:flex}.back-amc-btn:hover{color:#111827}.contract-title{align-items:center;gap:10px;display:flex}.contract-title h1{color:#17253a;margin:0;font-size:25px;font-weight:700}.details-status{color:#d98200;background:#fff0d5;border-radius:12px;padding:5px 9px;font-size:10px;font-weight:700}.details-header p{color:#667085;margin:7px 0 0;font-size:13px}.details-actions{gap:10px;padding-top:27px;display:flex}.edit-contract-btn,.renew-contract-btn{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:12px;font-weight:600;display:flex}.edit-contract-btn{color:#344054;background:#fff;border:1px solid #98a2b3}.edit-contract-btn:hover{background:#f8f9fa}.renew-contract-btn{color:#fff;background:#050505;border:1px solid #050505}.renew-contract-btn:hover{background:#222}.contract-summary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.contract-summary-card{background:#fff;border:1px solid #dfe4ea;border-radius:4px;min-height:80px;padding:17px}.contract-summary-card>span{color:#667085;letter-spacing:.5px;margin-bottom:9px;font-size:10px;font-weight:700;display:block}.contract-summary-card h2{color:#17253a;margin:0 0 6px;font-size:19px}.contract-summary-card p{color:#667085;margin:0;font-size:11px}.contract-summary-card .positive{color:#16a36b}.details-content{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:16px;display:grid}.details-main{grid-template-columns:1fr 1fr;gap:16px;display:grid}.details-card{background:#fff;border:1px solid #dfe4ea;border-radius:4px;min-height:220px}.card-heading{border-bottom:1px solid #e8ebef;padding:17px 16px}.card-heading h3{color:#17253a;margin:0;font-size:14px;font-weight:700}.roadmap{padding:18px 20px}.roadmap-item{align-items:flex-start;gap:10px;display:flex;position:relative}.roadmap-item svg{flex-shrink:0;font-size:15px}.roadmap-item.completed svg{color:#16a36b}.roadmap-item.current svg{color:#111827}.roadmap-item.upcoming svg{color:#cbd2dc}.roadmap-item strong{color:#17253a;margin-bottom:3px;font-size:12px;display:block}.roadmap-item span{color:#8a94a6;font-size:10px;display:block}.roadmap-line{border-left:1px solid #dce2e8;height:22px;margin-left:7px}.documents-list{padding:15px}.document-item{border:1px solid #e5e8ed;border-radius:3px;align-items:center;gap:9px;margin-bottom:8px;padding:11px;display:flex}.document-item>svg{color:#e5484d;font-size:22px}.document-item strong{color:#344054;margin-bottom:3px;font-size:11px;display:block}.document-item span{color:#98a2b3;font-size:7px;display:block}.upload-document-btn{color:#344054;cursor:pointer;background:#fff;border:1px dashed #cdd4de;justify-content:center;align-items:center;gap:5px;width:100%;height:32px;font-size:11px;display:flex}.upload-document-btn:hover{background:#f8fafc}.asset-card{background:#fff;border:1px solid #dfe4ea;border-radius:4px;padding:15px}.asset-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.asset-header h3{margin:0;font-size:14px}.asset-header span{color:#fff;background:#111827;border-radius:2px;padding:3px 6px;font-size:9px}.asset-image{border-radius:2px;height:128px;margin-bottom:12px;position:relative;overflow:hidden}.asset-image img{object-fit:cover;width:100%;height:100%;display:block}.asset-image>div{color:#fff;position:absolute;bottom:8px;left:9px}.asset-image strong{font-size:10px;display:block}.asset-image span{font-size:9px}.asset-item{border-bottom:1px solid #e9edf2;align-items:center;gap:8px;padding:10px 0;display:flex}.asset-item>svg{color:#344054;flex-shrink:0;font-size:10px}.asset-item>div{flex:1;min-width:0}.asset-item strong{color:#17253a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:8px;display:block;overflow:hidden}.asset-item span{color:#8a94a6;white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.asset-item b{color:#12a86a;white-space:nowrap;font-size:6px}.asset-item b.service-due{color:#e69500}.manage-assets-btn{cursor:pointer;color:#344054;background:#f8fafc;border:1px solid #dfe4ea;width:100%;height:32px;margin-top:12px;font-size:11px;font-weight:600}.manage-assets-btn:hover{background:#eef1f5}@media (width<=1000px){.details-content{grid-template-columns:1fr}.details-main{grid-template-columns:1fr 1fr}}@media (width<=700px){.amc-details-page{padding:18px}.details-header{flex-direction:column}.details-actions{padding-top:15px}.contract-summary,.details-main{grid-template-columns:1fr}}.order-details-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.order-details-header{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.order-details-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.transaction-label{letter-spacing:1.5px;color:#94a3b8;margin:0 0 5px;font-size:11px;font-weight:500}.order-details-header h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:32px;font-weight:700;line-height:1.2}.order-number{color:#64748b;margin:7px 0 0;font-size:14px}.order-header-actions{align-items:center;gap:10px;display:flex}.contact-btn,.update-status-btn{letter-spacing:.3px;cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 20px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.contact-btn{color:#30363d;background:#e5e7eb}.update-status-btn{color:#fff;background:#050505}.contact-btn:hover{background:#d9dadd}.update-status-btn:hover{background:#222}.order-details-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.order-details-left,.order-details-right{flex-direction:column;gap:20px;display:flex}.details-card{background:#fff;border:1px solid #e2e4e7;border-radius:4px}.details-card-header{border-bottom:1px solid #eceef0;padding:22px 24px 16px}.details-card-header h3,.timeline-card h3{letter-spacing:.4px;color:#172033;margin:0;font-size:13px;font-weight:600}.order-info-grid{grid-template-columns:1fr 1fr;padding:4px 24px 24px;display:grid}.order-info-item{border-bottom:1px solid #eef0f2;padding:20px 15px 20px 0}.order-info-item:nth-child(odd){border-right:1px solid #eef0f2;padding-right:30px}.order-info-item:nth-child(2n){padding-left:30px}.order-info-item span{letter-spacing:.5px;color:#64748b;margin-bottom:8px;font-size:11px;font-weight:500;display:block}.order-info-item strong{color:#172033;font-size:14px;font-weight:500;display:block}.location-item{grid-column:1/3;border-right:none!important;padding:20px 0 4px!important}.location-content{align-items:center;gap:5px;display:flex}.location-content svg{color:#9299a1}.location-item small{color:#94a3b8;margin:6px 0 0 22px;font-size:11px;display:block}.payment-card{padding-bottom:4px}.payment-row{border-bottom:1px solid #eef0f2;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.payment-row span{color:#64748b;letter-spacing:.3px;font-size:12px;font-weight:500}.payment-row strong{color:#172033;font-size:14px;font-weight:500}.total-row{border-top:1px solid #ddd;border-bottom:none}.total-row strong{font-size:16px;font-weight:600}.timeline-card{background:#fff;border:1px solid #e2e4e7;border-radius:4px;padding:24px 20px}.timeline-card h3{margin-bottom:25px}.timeline{position:relative}.timeline:before{content:"";background:#dfe2e5;width:1px;position:absolute;top:7px;bottom:8px;left:7px}.timeline-item{gap:13px;min-height:78px;display:flex;position:relative}.timeline-icon{z-index:2;color:#7d858e;background:#fff;justify-content:center;align-items:center;width:15px;height:15px;display:flex}.timeline-item.completed .timeline-icon{color:#171b20}.timeline-item.current .timeline-icon{color:#111}.timeline-content{flex-direction:column;padding-bottom:20px;display:flex}.timeline-content span{letter-spacing:.4px;color:#94a3b8;margin-bottom:6px;font-size:11px;font-weight:500}.timeline-content strong{color:#334155;margin-bottom:5px;font-size:14px;font-weight:500}.timeline-content small{color:#94a3b8;letter-spacing:.3px;font-size:10px}.timeline-item.current .timeline-content strong{color:#172033;font-weight:600}.timeline-item.pending{opacity:.45}.required-action-card{color:#fff;background:#050505;padding:25px 20px}.required-label{letter-spacing:1px;color:#a1a1aa;font-size:10px;font-weight:500}.required-action-card h3{margin:15px 0 6px;font-size:14px;font-weight:500;line-height:1.5}.required-action-card p{color:#b9b9b9;margin:0 0 20px;font-size:12px;line-height:1.5}.required-action-card button{cursor:pointer;background:#fff;border:none;width:100%;height:36px;font-family:inherit;font-size:11px;font-weight:600}.required-action-card button:hover{background:#e8e8e8}.back-orders-btn{cursor:pointer;color:#172033;background:#fff;border:1px solid #dfe2e5;align-items:center;gap:7px;height:38px;margin-top:25px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.back-orders-btn:hover{background:#f0f1f2}@media (width<=900px){.order-details-header{flex-direction:column;align-items:flex-start;gap:20px}.order-details-layout{grid-template-columns:1fr}.order-details-right{grid-template-columns:1fr 1fr;display:grid}}@media (width<=600px){.order-details-page{padding:20px}.order-details-header h1{font-size:28px}.order-details-layout{display:block}.order-details-right{margin-top:20px;display:flex}.order-info-grid{grid-template-columns:1fr}.order-info-item:nth-child(odd),.order-info-item:nth-child(2n){border-right:none;padding-left:0;padding-right:0}.location-item{grid-column:auto}.order-header-actions{width:100%}.contact-btn,.update-status-btn{flex:1}}.user-details-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.user-details-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.user-details-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.breadcrumb-link{cursor:pointer}.breadcrumb-link:hover{color:#172033}.user-details-header h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:32px;font-weight:700;line-height:1.2}.user-details-header p{color:#64748b;margin:8px 0 0;font-size:14px}.user-details-actions{gap:10px;display:flex}.edit-profile-btn,.deactivate-btn{cursor:pointer;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 17px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.edit-profile-btn{color:#fff;background:#050505;border:1px solid #050505}.deactivate-btn{color:#ef4444;background:#fff;border:1px solid #ef4444}.edit-profile-btn:hover{background:#222}.deactivate-btn:hover{background:#fff5f5}.user-profile-layout{grid-template-columns:280px minmax(0,1fr);gap:20px;margin-bottom:20px;display:grid}.profile-card{text-align:center;background:#fff;border:1px solid #dfe3e8;border-radius:6px;padding:24px}.profile-image{width:86px;height:86px;margin:0 auto 14px;position:relative}.profile-initials{color:#4169b8;background:#dce8ff;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;font-size:24px;font-weight:700;display:flex}.online-dot{background:#22c55e;border:3px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;bottom:3px;right:3px}.profile-card h2{color:#172033;margin:0;font-size:18px;font-weight:600}.profile-role{color:#64748b;margin:5px 0 0;font-size:12px}.profile-id{color:#94a3b8;margin:5px 0 20px;font-size:10px}.profile-contact{text-align:left;border-top:1px solid #eef0f2;padding-top:15px}.profile-contact div{align-items:center;gap:9px;margin-bottom:13px;display:flex}.profile-contact svg{color:#64748b;font-size:16px}.profile-contact span{color:#475569;word-break:break-word;font-size:11px}.performance-section{flex-direction:column;gap:20px;display:flex}.performance-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.performance-card{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:95px;padding:18px}.performance-card-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.performance-card-top span{color:#64748b;font-size:11px;font-weight:500}.performance-card-top svg{color:#3b82f6;font-size:17px}.performance-card:nth-child(2) .performance-card-top svg{color:#f59e0b}.performance-card:nth-child(3) .performance-card-top svg{color:#64748b}.performance-card strong{color:#172033;margin-bottom:5px;font-size:22px;font-weight:700;display:block}.performance-card small{color:#22a06b;font-size:10px}.performance-card:nth-child(2) small{color:#64748b}.performance-card small.elite{color:#16a34a;font-weight:600}.service-area-card{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:100px;padding:20px}.service-area-card h3{color:#172033;margin:0 0 14px;font-size:13px;font-weight:600}.service-tags{flex-wrap:wrap;gap:8px;display:flex}.service-tags span{color:#365d9e;background:#e8f0ff;border-radius:5px;padding:7px 10px;font-size:11px;font-weight:500}.service-history-card{background:#fff;border:1px solid #dfe3e8;border-radius:6px;overflow:hidden}.service-history-header{border-bottom:1px solid #e8ebef;justify-content:space-between;align-items:center;height:58px;padding:0 20px;display:flex}.service-history-header h3{color:#172033;margin:0;font-size:13px;font-weight:600}.service-history-header button{color:#334155;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:10px;font-weight:600}.service-history-header button:hover{color:#000}.service-history-table-wrapper{overflow-x:auto}.service-history-table{border-collapse:collapse;width:100%}.service-history-table thead{background:#f5f7f9}.service-history-table th{text-align:left;letter-spacing:.5px;color:#64748b;text-transform:uppercase;height:42px;padding:0 16px;font-size:10px;font-weight:600}.service-history-table td{color:#475569;border-top:1px solid #e8ebef;height:58px;padding:0 16px;font-size:12px}.service-history-table td strong{color:#172033;font-size:12px;font-weight:600}.service-id{font-weight:600;color:#334155!important}.service-status{border-radius:10px;padding:5px 9px;font-size:10px;font-weight:600;display:inline-block}.service-status.resolved{color:#159447;background:#e4f7ec}.service-status.processing{color:#2563eb;background:#e8f0ff}.rating{color:#334155;align-items:center;gap:4px;font-weight:500;display:flex}.rating svg{color:#f59e0b;font-size:14px}.back-users-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dfe3e8;align-items:center;gap:7px;height:38px;margin-top:22px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.back-users-btn:hover{background:#f1f3f5}@media (width<=900px){.user-details-header{flex-direction:column;align-items:flex-start;gap:20px}.user-profile-layout{grid-template-columns:1fr}.performance-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.user-details-page{padding:20px}.user-details-header h1{font-size:28px}.user-details-actions{width:100%}.edit-profile-btn,.deactivate-btn{flex:1}.performance-cards{grid-template-columns:1fr}}.add-user-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-user-header{margin-bottom:26px}.add-user-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.add-user-breadcrumb-link{cursor:pointer}.add-user-breadcrumb-link:hover{color:#172033}.add-user-header h1{letter-spacing:-.5px;color:#172033;margin:0;font-size:32px;font-weight:700;line-height:1.2}.add-user-header p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:400}.add-user-form{max-width:1000px}.form-section{background:#fff;border:1px solid #dfe3e8;border-radius:6px;margin-bottom:20px;padding:24px}.form-section-header{border-bottom:1px solid #edf0f2;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:20px;display:flex}.form-section-icon{color:#5066c7;background:#eef2ff;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.form-section-icon svg{font-size:19px}.form-section-header h2{color:#172033;margin:0;font-size:16px;font-weight:600}.form-section-header p{color:#64748b;margin:4px 0 0;font-size:12px}.form-group-adduser{flex-direction:column;display:flex}.form-group-adduser.fullwidth{grid-column:1/-1}.form-group-adduser label{color:#334155;margin-bottom:7px;font-size:12px;font-weight:600}.form-group-adduser label span{color:#ef4444;margin-left:3px}.input-user{background:#fff;border:1px solid #dce1e6;border-radius:5px;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.input-user:focus-within{border-color:#64748b}.input-user svg{color:#94a3b8;flex-shrink:0;font-size:18px}.input-user input{color:#172033;background:0 0;border:none;outline:none;width:100%;height:100%;font-family:inherit;font-size:13px}.input-user input::placeholder{color:#a0a8b2}.normal-input,.form-group-adduser select{color:#172033;box-sizing:border-box;background:#fff;border:1px solid #dce1e6;border-radius:5px;outline:none;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:13px}.normal-input:focus,.form-group-adduser select:focus{border-color:#64748b}.normal-input::placeholder{color:#a0a8b2}.form-error{color:#ef4444;margin-top:5px;font-size:11px}.add-user-footer{justify-content:space-between;align-items:center;padding:20px 0 10px;display:flex}.cancel-user-btn,.save-user-btn{cursor:pointer;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 17px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.cancel-user-btn{color:#475569;background:#fff;border:1px solid #dce1e6}.cancel-user-btn:hover{background:#f1f3f5}.save-user-btn{color:#fff;background:#050505;border:1px solid #050505}.save-user-btn:hover{background:#222}@media (width<=700px){.add-user-page{padding:20px}.add-user-header h1{font-size:28px}.form-grid{grid-template-columns:1fr}.form-group-adduser.fullwidth{grid-column:auto}.form-section{padding:18px}.add-user-footer{gap:10px}.cancel-user-btn,.save-user-btn{flex:1}}.add-amc-page{color:#172033;background:#f8f9fb;min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-amc-top{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.add-amc-breadcrumb{color:#64748b;align-items:center;gap:7px;margin-bottom:10px;font-size:13px;display:flex}.add-amc-breadcrumb span:first-child{cursor:pointer}.add-amc-breadcrumb span:first-child:hover{color:#172033}.add-amc-breadcrumb strong{color:#172033;font-weight:600}.add-amc-top h1{letter-spacing:-.3px;margin:0;font-size:25px;font-weight:700;line-height:1.2}.add-amc-top p{color:#64748b;margin:6px 0 0;font-size:12px}.add-amc-actions{gap:8px;padding-top:12px;display:flex}.draft-btn,.publish-btn{cursor:pointer;border-radius:3px;height:34px;padding:0 15px;font-family:inherit;font-size:13px;font-weight:600}.draft-btn{color:#334155;background:#fff;border:1px solid #d7dce2}.draft-btn:hover{background:#f1f3f5}.publish-btn{color:#fff;background:#050505;border:1px solid #050505}.publish-btn:hover{background:#222}.amc-form-card{background:#fff;border:1px solid #d8dde3;border-radius:4px;width:100%;max-width:760px;margin:0 auto;overflow:hidden}.amc-form-header{background:#f5f6f8;border-bottom:1px solid #dfe3e8;padding:20px 24px}.amc-form-header h2{color:#172033;margin:0;font-size:16px;font-weight:700}.amc-form-header p{color:#64748b;margin:4px 0 0;font-size:12px}.amc-form-body{grid-template-columns:1fr 1fr;gap:18px 15px;padding:24px;display:grid}.amc-form-group{flex-direction:column;display:flex}.amc-form-group.full{grid-column:1/-1}.amc-form-group label{color:#334155;letter-spacing:.2px;margin-bottom:6px;font-size:11px;font-weight:700}.amc-form-group input,.amc-form-group select,.amc-form-group textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d8dde3;border-radius:2px;outline:none;width:100%;font-family:inherit;font-size:13px}.amc-form-group input,.amc-form-group select{height:35px;padding:0 10px}.amc-form-group textarea{resize:vertical;height:72px;padding:10px;line-height:1.5}.amc-form-group input:focus,.amc-form-group select:focus,.amc-form-group textarea:focus{border-color:#64748b}.amc-form-group input::placeholder,.amc-form-group textarea::placeholder{color:#a1a9b3}.field-help{color:#7b8491;margin-top:5px;font-size:11px}.input-with-symbol{align-items:center;display:flex;position:relative}.input-with-symbol input{padding-left:10px;padding-right:25px}.input-with-symbol span{color:#64748b;font-size:13px;position:absolute;right:10px}.input-with-symbol .currency{left:10px;right:auto}.input-with-symbol .currency+input{padding-left:25px}.upload-box{cursor:pointer;background:#fafbfc;border:1px dashed #cbd1d8;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;height:63px;display:flex}.upload-icon{color:#64748b;margin-bottom:2px;font-size:20px;line-height:18px}.upload-box span{color:#7b8491;margin-top:2px;font-size:8px}.amc-form-footer{background:#f5f6f8;border-top:1px solid #dfe3e8;justify-content:space-between;align-items:center;height:48px;padding:0 24px;display:flex}.cancel-amc-btn,.next-amc-btn{cursor:pointer;border:none;font-family:inherit;font-size:11px;font-weight:600}.cancel-amc-btn{color:#64748b;background:0 0}.cancel-amc-btn:hover{color:#172033}.next-amc-btn{color:#fff;background:#050505;border-radius:3px;height:30px;padding:0 14px}.next-amc-btn:hover{background:#222}@media (width<=800px){.add-amc-page{padding:20px}.add-amc-top{flex-direction:column;gap:15px}.add-amc-actions{padding-top:0}.amc-form-body{grid-template-columns:1fr}.amc-form-group.full{grid-column:auto}}@media (width<=500px){.amc-form-body,.amc-form-header{padding:18px}.amc-form-footer{padding:0 18px}.add-amc-top h1{font-size:22px}}.service-area-page{box-sizing:border-box;color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.service-area-header{justify-content:space-between;align-items:flex-start;margin-bottom:26px;display:flex}.service-area-heading h1{letter-spacing:-.4px;color:#0f172a;margin:0 0 5px;font-size:28px;font-weight:700;line-height:1.2}.service-area-heading p{color:#64748b;margin:0;font-size:15px;line-height:1.5}.new-service-area-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:3px;align-items:center;gap:5px;height:35px;padding:0 15px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.new-service-area-btn:hover{background:#242424}.service-area-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;margin-bottom:47px;display:grid}.service-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e1e6eb;border-radius:2px;height:129px;padding:18px 17px}.service-stat-top{justify-content:space-between;align-items:center;height:25px;margin-bottom:15px;display:flex}.service-stat-icon{color:#172033;background:#f7f8fa;justify-content:center;align-items:center;width:27px;height:27px;display:flex}.map-icon{background:#f5f6f7}.users-icon{background:#f3f4f6}.warning-icon{color:#ff3d3d;background:#fff7f7}.coverage-icon{color:#4d83ff;background:#f0f5ff}.stat-positive{color:#00a86b;font-size:11px}.stat-warning{color:#f44;font-size:11px}.coverage-bars{color:#367dff;letter-spacing:-2px;font-size:20px;font-weight:700}.service-stat-title{letter-spacing:.8px;color:#555b65;min-height:31px;font-size:11px;font-weight:500;line-height:1.4}.service-stat-value{color:#12233b;margin-top:2px;font-size:24px;font-weight:700;line-height:1}.danger-value{color:#ff3d3d}.percent{margin-left:1px;font-size:13px}.service-area-table-wrapper{background:#fff;border:1px solid #dfe4e9;border-radius:4px;width:100%;overflow:hidden}.service-area-toolbar{box-sizing:border-box;border-bottom:1px solid #e5e9ed;justify-content:space-between;align-items:center;height:51px;padding:10px 14px;display:flex}.filter-left{align-items:center;gap:8px;display:flex}.filter-btn{color:#172033;cursor:pointer;background:#fff;border:1px solid #e2e6eb;border-radius:3px;align-items:center;gap:5px;height:27px;padding:0 10px;font-family:inherit;font-size:13px;display:flex}.filter-btn:hover{background:#f7f8fa}.filter-chip{color:#475569;background:#fff;border:1px solid #e2e6eb;border-radius:3px;align-items:center;gap:5px;height:27px;padding:0 7px 0 10px;font-size:13px;display:flex}.filter-chip button{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;line-height:1}.clear-filter-btn{color:#367dff;cursor:pointer;background:0 0;border:none;padding:4px 5px;font-family:inherit;font-size:13px}.pagination-area{color:#64748b;align-items:center;gap:8px;font-size:13px;display:flex}.pagination-buttons{border:1px solid #e0e5e9;border-radius:3px;display:flex;overflow:hidden}.pagination-buttons button{color:#334155;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:27px;height:27px;padding:0;display:flex}.pagination-buttons button+button{border-left:1px solid #e0e5e9}.pagination-buttons button:hover{background:#f5f7f9}.service-area-table{width:100%;overflow-x:auto}.service-area-table table{border-collapse:collapse;table-layout:fixed;width:100%}.service-area-table thead{background:#f8f9fa}.service-area-table th{text-align:left;color:#59616d;letter-spacing:.7px;border-bottom:1px solid #e1e6eb;height:37px;padding:0 18px;font-size:13px;font-weight:700}.service-area-table th:first-child{width:28%}.service-area-table th:nth-child(2){width:22%}.service-area-table th:nth-child(3),.service-area-table th:nth-child(4){width:20%}.service-area-table th:nth-child(5){width:10%}.service-area-table tbody tr{border-bottom:1px solid #e7ebef;height:53px}.service-area-table tbody tr:last-child{border-bottom:none}.service-area-table tbody tr:hover{background:#fafbfc}.service-area-table td{vertical-align:middle;color:#1e293b;padding:7px 18px;font-size:15px}.area-name{color:#111827;margin-bottom:2px;font-size:14px;font-weight:650;line-height:1.25}.area-location{color:#7b8491;font-size:13px;line-height:1.2}.technician-cell{align-items:center;gap:7px;display:flex}.technician-count{color:#172033;min-width:18px;font-size:14px}.technician-avatars{align-items:center;display:flex}.technician-avatar,.technician-more{color:#334155;background:#e6ebf2;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:-3px;font-size:12px;font-weight:700;display:flex}.technician-avatar:first-child{margin-left:0}.technician-more{border-radius:10px;width:auto;min-width:21px;padding:0 4px;font-size:12px}.complaint-count{color:#475569;background:#f5f6f7;border-radius:10px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 6px;font-size:12px;display:inline-flex}.complaint-count.high{color:#ff3838;background:#fff0f0;font-weight:600}.area-status{align-items:center;gap:5px;font-size:14px;font-weight:500;display:inline-flex}.status-dot{background:#00b87a;border-radius:50%;width:5px;height:5px}.area-status.active{color:#00a86b}.area-status.inactive{color:#555b65}.area-status.inactive .status-dot{background:#4b4b4b}.area-action-btn{color:#3f444b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:25px;height:30px;padding:0;display:flex}.area-action-btn:hover{background:#f1f3f5;border-radius:4px}@media (width<=1000px){.service-area-page{padding:28px 24px}.service-area-stat-grid{grid-template-columns:repeat(2,1fr);margin-bottom:30px}}@media (width<=700px){.service-area-page{padding:20px 15px}.service-area-header{flex-direction:column;gap:15px}.service-area-stat-grid{grid-template-columns:1fr}.service-area-toolbar{flex-direction:column;align-items:flex-start;gap:10px;height:auto;min-height:51px;padding:10px}.filter-left{flex-wrap:wrap}.pagination-area{justify-content:flex-end;width:100%}.service-area-table{overflow-x:auto}.service-area-table table{min-width:750px}}.new-service-overlay{z-index:9998;background:#0f172a59;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.new-service-panel{box-sizing:border-box;background:#fff;flex-direction:column;width:390px;max-width:100%;height:100vh;display:flex;overflow:hidden;box-shadow:-8px 0 25px #00000014}.new-service-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:88px;min-height:88px;padding:0 24px;display:flex}.new-service-header-content{flex-direction:column;display:flex}.new-service-label{letter-spacing:.8px;color:#64748b;margin-bottom:5px;font-size:10px;font-weight:700}.new-service-header h2{color:#172033;margin:0;font-size:18px;font-weight:700;line-height:1.2}.new-service-close{color:#475569;cursor:pointer;background:#f1f3f5;border:none;border-radius:5px;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;line-height:1;transition:background .15s;display:flex}.new-service-close:hover{background:#e2e8f0}.new-service-form{box-sizing:border-box;flex:1;min-height:0;padding:26px 24px;overflow-y:auto}.new-service-field{margin-bottom:22px}.new-service-field label{letter-spacing:.6px;color:#475569;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.new-service-field input,.new-service-field select{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:38px;padding:0 11px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.new-service-field input::placeholder{color:#9aa3af}.new-service-field input:focus,.new-service-field select:focus{border-color:#172033;box-shadow:0 0 0 2px #1720330f}.new-service-field select{cursor:pointer}.new-service-actions{box-sizing:border-box;background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;gap:10px;min-height:86px;padding:20px 24px;display:flex}.cancel-service-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d5dbe1;border-radius:5px;height:38px;padding:0 17px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s}.cancel-service-btn:hover{background:#f5f6f8}.save-service-btn{color:#fff;cursor:pointer;background:#050505;border:1px solid #050505;border-radius:5px;height:38px;padding:0 18px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s}.save-service-btn:hover{background:#242424}.new-service-form::-webkit-scrollbar{width:6px}.new-service-form::-webkit-scrollbar-track{background:#fff}.new-service-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.new-service-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=600px){.new-service-panel{width:100%}}@media (width<=400px){.new-service-header{padding:0 18px}.new-service-form{padding:22px 18px}.new-service-actions{padding:18px}}.new-complaint-header{margin-bottom:24px}.complaint-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:1.4;display:flex}.complaint-breadcrumb span:first-child{color:#64748b}.breadcrumb-separator{color:#94a3b8;font-size:16px;line-height:1}.breadcrumb-current{color:#172033;font-weight:600}.complaint-back-button{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:14px;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;transition:color .15s;display:inline-flex}.complaint-back-button svg{width:17px;height:17px}.complaint-back-button:hover{color:#172033}.new-complaint-title-block h1{letter-spacing:-.5px;color:#172033;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.new-complaint-title-block p{color:#64748b;margin:7px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5}@media (width<=600px){.new-complaint-header{margin-bottom:20px}.complaint-breadcrumb,.complaint-back-button{font-size:12px}.new-complaint-title-block h1{font-size:26px}.new-complaint-title-block p{font-size:13px}}.new-complaint-title-block{flex-direction:column;display:flex}.new-complaint-title-block h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.new-complaint-title-block p{color:#65748b;margin:7px 0 0;font-size:13px;line-height:1.5}.new-complaint-form{flex-direction:column;gap:18px;width:100%;max-width:1085px;margin:0 auto;display:flex}.form-section{background:#fff;border:1px solid #dfe3e8;border-radius:9px;width:100%;padding:24px 26px;box-shadow:0 1px 2px #10182806}.section-heading{align-items:center;gap:12px;margin-bottom:22px;display:flex}.section-icon{border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.section-icon svg{width:18px;height:18px}.section-icon.black{color:#fff;background:#111}.section-icon.blue{color:#2563eb;background:#eaf1ff}.section-icon.green{color:#07845e;background:#e7f7ef}.section-icon.orange{color:#d97706;background:#fff4df}.section-heading h2{color:#172033;margin:0;font-size:15px;font-weight:700;line-height:1.35}.section-heading p{color:#718096;margin:3px 0 0;font-size:11px;line-height:1.4}.form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:17px 20px;width:100%;display:grid}.form-grid.three-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.full-width{grid-column:1/-1}.form-group{width:100%;min-width:0}.form-group>label{color:#43516a;letter-spacing:.35px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:600;line-height:1.2;display:block}.required{color:#dc2626}.form-group small{color:#98a2b3;margin-top:5px;font-size:10px;line-height:1.4;display:block}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d4dbe4;border-radius:6px;outline:none;width:100%;margin:0;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.form-group input,.form-group select{height:40px;padding:0 12px}.form-group textarea{resize:vertical;min-height:116px;padding:11px 12px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#9aa6b7}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#bfc8d4}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#7b8798;box-shadow:0 0 0 2px #47556912}.form-group input:disabled{color:#66758b;cursor:not-allowed;background:#f7f8fa}.input-with-icon{width:100%;position:relative}.input-with-icon svg{color:#8793a3;pointer-events:none;width:17px;height:17px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-with-icon input{padding-left:38px}.select-wrapper{width:100%;position:relative}.select-wrapper select{appearance:none;cursor:pointer;padding-right:38px}.select-wrapper svg{color:#69778b;pointer-events:none;width:17px;height:17px;position:absolute;top:50%;right:11px;transform:translateY(-50%)}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}input[type=date]::-webkit-calendar-picker-indicator{opacity:.8;cursor:pointer}.priority-options{flex-wrap:wrap;align-items:center;gap:7px;min-height:40px;display:flex}.priority-option{cursor:pointer;background:#fff;border:1px solid #d6dce4;border-radius:6px;justify-content:center;align-items:center;height:36px;transition:background .15s,border-color .15s,color .15s;position:relative;color:#526176!important;letter-spacing:0!important;text-transform:uppercase!important;margin:0!important;padding:0 13px!important;font-size:11px!important;font-weight:600!important;display:inline-flex!important}.priority-option input{opacity:0;pointer-events:none;position:absolute;width:1px!important;height:1px!important;padding:0!important}.priority-option:hover{border-color:#b8c2cf}.priority-option.low.selected{background:#ecfdf3;border-color:#86efac;color:#087443!important}.priority-option.medium.selected{background:#fff8e8;border-color:#f4c95d;color:#b45309!important}.priority-option.high.selected{background:#fff3eb;border-color:#fdba74;color:#c2410c!important}.priority-option.critical.selected{background:#fff1f2;border-color:#fca5a5;color:#b91c1c!important}.amount-input{width:100%;position:relative}.amount-input>span{color:#66758b;pointer-events:none;font-size:13px;font-weight:600;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.amount-input input{padding-left:30px}.character-count{color:#98a2b3;text-align:right;margin-top:5px;font-size:10px}.upload-box{cursor:pointer;background:#fafbfc;border:1px dashed #cbd5e1;border-radius:6px;align-items:center;gap:10px;width:100%;min-height:40px;transition:background .15s,border-color .15s;color:inherit!important;text-transform:none!important;margin:0!important;padding:7px 12px!important;display:flex!important}.upload-box:hover{background:#f8fafc;border-color:#aeb9c7}.upload-box>svg{color:#64748b;flex:none;width:18px;height:18px}.upload-box>div{flex-direction:column;gap:2px;min-width:0;display:flex}.upload-box strong{color:#344054;font-size:11px;font-weight:600}.upload-box span{color:#98a2b3;font-size:10px;font-weight:400}.upload-box input[type=file]{display:none}.complaint-modal-footer{justify-content:space-between;align-items:center;width:100%;padding:4px 0 2px;display:flex}.footer-note{color:#98a2b3;font-size:10px}.footer-actions{align-items:center;gap:9px;display:flex}.cancel-button,.save-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 17px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.cancel-button{color:#475467;background:#fff;border:1px solid #d5dbe3}.cancel-button:hover{color:#172033;background:#f8fafc;border-color:#c3ccd7}.save-button{color:#fff;background:#000;border:1px solid #000;min-width:150px}.save-button:hover{background:#202020;border-color:#202020}.save-button:active,.cancel-button:active{transform:translateY(1px)}.save-button svg{width:16px;height:16px}.new-complaint-page,.new-complaint-form,.form-section{overflow:visible}@media (width>=1400px){.new-complaint-page{padding-left:40px;padding-right:40px}.new-complaint-form{max-width:1085px}}@media (width<=1100px){.new-complaint-page{padding:30px 28px 45px}.new-complaint-form{max-width:100%}.form-grid.three-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.form-grid.three-columns .form-group:last-child{grid-column:1/-1}}@media (width<=800px){.new-complaint-page{padding:25px 20px 40px}.new-complaint-header{margin-bottom:25px}.new-complaint-title-row h1{font-size:26px}.form-section{padding:21px}.form-grid,.form-grid.three-columns{grid-template-columns:1fr}.form-grid .full-width,.form-grid.three-columns .form-group:last-child{grid-column:auto}}@media (width<=600px){.new-complaint-page{padding:20px 14px 35px}.complaint-breadcrumb{margin-bottom:10px}.new-complaint-title-row{gap:11px}.new-complaint-title-row h1{font-size:23px}.new-complaint-header p{font-size:12px}.complaint-back-button{width:35px;height:35px}.form-section{border-radius:8px;padding:18px 16px}.section-heading{margin-bottom:19px}.section-heading h2{font-size:14px}.form-grid{row-gap:15px}.priority-options{align-items:stretch}.priority-option{flex:auto}.complaint-modal-footer{flex-direction:column;align-items:stretch;gap:12px}.footer-note{order:2}.footer-actions{width:100%}.cancel-button,.save-button{flex:1}}.complaint-form-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:24px;display:flex}.save-complaint-btn,.discard-complaint-btn{cursor:pointer;border-radius:5px;height:42px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:600}.save-complaint-btn{color:#fff;background:#111827;border:1px solid #111827}.save-complaint-btn:hover{background:#242424}.discard-complaint-btn{color:#374151;background:#fff;border:1px solid #d1d5db}.discard-complaint-btn:hover{background:#f5f6f8}@media (width<=400px){.new-complaint-page{padding-left:10px;padding-right:10px}.new-complaint-title-row h1{font-size:21px}.form-section{padding:16px 13px}.priority-option{padding-left:9px!important;padding-right:9px!important}}.banner-page{box-sizing:border-box;color:#10233f;background:#f7f8fa;min-height:100vh}.banner-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.banner-heading{flex-direction:column;display:flex}.banner-breadcrumb{color:#10233f;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.banner-breadcrumb-current{color:#10233f}.banner-heading h1{color:#10233f;margin:0;font-size:30px;font-weight:700;line-height:1.2}.banner-heading p{color:#60708a;margin:8px 0 0;font-size:14px}.add-banner-button{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.add-banner-button:hover{background:#181818}.banner-stat-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:100%;margin-bottom:46px;display:grid}.banner-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e0e4ea;border-radius:10px;align-items:center;gap:16px;min-height:88px;padding:18px;display:flex;box-shadow:0 3px 10px #0000000a}.banner-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.active-banner-icon{color:#fff;background:#111}.inactive-banner-icon{color:#dc2626;background:#fee2e2}.banner-stat-content{flex-direction:column;gap:4px;display:flex}.banner-stat-content span{color:#60708a;font-size:13px}.banner-stat-content strong{color:#10233f;font-size:27px;line-height:1}.banner-table-wrapper{background:#fff;border:1px solid #dfe3e8;border-radius:10px;overflow:visible}.banner-table-header{box-sizing:border-box;border-bottom:1px solid #e3e6eb;justify-content:space-between;align-items:center;min-height:88px;padding:18px 20px;display:flex}.banner-table-header h2{color:#10233f;margin:0;font-size:20px;font-weight:700}.banner-table-header p{color:#68778c;margin:5px 0 0;font-size:13px}.banner-search{width:340px}.banner-search input{box-sizing:border-box;color:#10233f;cursor:text;background:#fff;border:1px solid #d5dae1;border-radius:6px;outline:none;width:100%;height:42px;padding:0 14px;font-size:13px}.banner-search input:focus{border-color:#8d9aab}.banner-table-container thead{background:#f6f8fb}.banner-table-container th{text-align:left;letter-spacing:.5px;color:#60708a;border-bottom:1px solid #dfe3e8;height:42px;padding:0 18px;font-size:11px;font-weight:700}.banner-table-container td{box-sizing:border-box;color:#263b57;vertical-align:middle;border-bottom:1px solid #e6e9ee;height:72px;min-height:72px;padding:16px 18px;font-size:13px;overflow:visible}.banner-table-container tbody tr:last-child td{border-bottom:none}.banner-table-container tbody tr:hover{background:#fafbfc}.banner-table-container{width:100%;overflow-x:auto}.banner-table-container table{border-collapse:collapse;table-layout:fixed;width:100%}.banner-table-container th:first-child,.banner-table-container td:first-child{width:80px}.banner-table-container th:nth-child(2),.banner-table-container td:nth-child(2){width:30%}.banner-table-container th:nth-child(3),.banner-table-container td:nth-child(3){width:110px}.banner-table-container th:nth-child(4),.banner-table-container td:nth-child(4),.banner-table-container th:nth-child(5),.banner-table-container td:nth-child(5){width:15%}.banner-table-container th:nth-child(7),.banner-table-container td:nth-child(7){width:100px}.banner-table-container th:nth-child(6),.banner-table-container td:nth-child(6){width:12%}.banner-name-cell{align-items:center;gap:14px;width:100%;display:flex}.banner-image-preview{background:#f1f3f5;border:1px solid #e1e5ea;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;display:flex;overflow:hidden}.banner-info{flex-direction:column;justify-content:center;min-width:0;display:flex}.banner-name{color:#10233f;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:18px;overflow:hidden}.banner-id{color:#77859a;margin-top:3px;font-size:11px;line-height:15px}.banner-status-dropdown{z-index:50;display:inline-block;position:relative}.banner-status-menu{z-index:99999;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:7px;min-width:120px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 8px 20px #0000001a}.banner-status{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;min-width:105px;height:32px;padding:0 9px;font-size:12px;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.banner-status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.banner-status-menu{z-index:99999;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:7px;min-width:120px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 8px 20px #0000001a}.no-banners{text-align:center;color:#68778c;font-size:13px;padding:40px!important}.banner-table-footer{box-sizing:border-box;border-top:1px solid #e3e6eb;justify-content:space-between;align-items:center;min-height:70px;padding:14px 18px;display:flex}.banner-table-footer>span{color:#60708a;font-size:13px}.banner-pagination{align-items:center;gap:8px;display:flex}.banner-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.banner-pagination button:hover:not(:disabled){background:#f5f6f8}.banner-pagination button:disabled{color:#c1c7ce;cursor:not-allowed;opacity:.7;background:#f8f9fa}.banner-pagination .active-page{color:#fff;background:#050505;border-color:#050505}.banner-pagination .active-page:hover{background:#050505}.banner-overlay{z-index:9999;background:#0f172a6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.banner-form-panel{box-sizing:border-box;background:#fff;width:430px;height:100vh;padding:28px;overflow-y:auto;box-shadow:-8px 0 30px #0000001f}.banner-form-header{border-bottom:1px solid #e4e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;display:flex}.banner-form-header span{letter-spacing:.8px;color:#6b7789;font-size:10px;font-weight:700}.banner-form-header h2{color:#10233f;margin:7px 0 0;font-size:23px}.banner-form-header button{color:#667085;cursor:pointer;background:0 0;border:none;width:34px;height:34px;font-size:25px}.banner-form-group{flex-direction:column;gap:7px;margin-bottom:20px;display:flex}.banner-form-group label{color:#40516a;font-size:12px;font-weight:700}.banner-form-group input,.banner-form-group select{box-sizing:border-box;color:#182b45;background:#fff;border:1px solid #d6dce4;border-radius:6px;outline:none;width:100%;height:42px;padding:0 12px;font-size:13px}.banner-form-group input:focus,.banner-form-group select:focus{border-color:#77869a}.banner-image-input{align-items:center;gap:8px;display:flex;position:relative}.banner-image-input svg{color:#667085;position:absolute;left:12px}.banner-image-input input{padding-left:38px}.banner-date-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.banner-form-actions{border-top:1px solid #e4e7eb;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;display:flex}.banner-discard-button,.banner-save-button{cursor:pointer;border-radius:6px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.banner-discard-button{color:#24364f;background:#fff;border:1px solid #d5dbe3}.banner-save-button{color:#fff;background:#050505;border:1px solid #050505}.banner-save-button:hover{background:#1c1c1c}@media (width<=900px){.banner-page{padding:20px}.banner-stat-grid{grid-template-columns:1fr}.banner-page-header{flex-direction:column;gap:20px}.banner-search{width:250px}}@media (width<=600px){.banner-page{padding:15px}.banner-table-header{flex-direction:column;align-items:flex-start;gap:15px}.banner-search,.banner-form-panel{width:100%}.banner-date-grid{grid-template-columns:1fr}}.banner-table-wrapper{background:#fff;border:1px solid #dfe3e8;border-radius:10px;position:relative;overflow:visible}.banner-table-container{width:100%;position:relative;overflow:auto visible}.banner-table-container table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:visible}.banner-table-container tbody,.banner-table-container tr{overflow:visible}.banner-table-container td{position:relative;overflow:visible}.banner-status-dropdown{z-index:100;display:inline-block;position:relative;overflow:visible}.banner-status{cursor:pointer;box-sizing:border-box;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;min-width:105px;height:32px;padding:0 9px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.banner-status.active{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.banner-status.inactive{color:#dc2626;background:#fef2f2;border-color:#fecaca}.banner-status.active:hover{background:#dcfce7}.banner-status.inactive:hover{background:#fee2e2}.banner-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.banner-status.active .banner-status-dot{background:#22c55e}.banner-status.inactive .banner-status-dot{background:#ef4444}.status-arrow{margin-left:auto;transition:transform .2s}.banner-status-menu{z-index:999999;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:7px;width:120px;min-width:120px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 8px 20px #0000001a}.banner-status-option{color:#374151;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 9px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.banner-status-option:hover{background:#f3f4f6}.active-dot{background:#22c55e;border-radius:50%;width:6px;height:6px}.inactive-dot{background:#ef4444;border-radius:50%;width:6px;height:6px}.banner-table-container tbody tr:last-child .banner-status-menu{top:auto;bottom:calc(100% + 5px)}.banner-action-buttons{align-items:center;gap:8px;display:flex}.banner-action-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:flex}.banner-action-btn:hover{color:#111;background:#f3f4f6}.banner-delete-btn:hover{color:#dc2626;background:#fef2f2}.banner-id-column{color:#475467;white-space:nowrap;font-size:14px;font-weight:600}.banner-display-order{color:#344054;font-size:14px;font-weight:600}.banner-form-group{margin-bottom:22px}.banner-form-group>label{letter-spacing:.6px;color:#475569;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.banner-form-group input,.banner-form-group textarea,.banner-form-group select{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d5dce5;border-radius:7px;outline:none;width:100%;font-size:14px;transition:all .2s}.banner-form-group input{height:44px;padding:0 13px}.banner-form-group textarea{resize:vertical;min-height:90px;padding:12px 13px;font-family:inherit;line-height:1.5}.banner-form-group input:focus,.banner-form-group textarea:focus,.banner-form-group select:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b14}.banner-form-group input::placeholder,.banner-form-group textarea::placeholder{color:#94a3b8}.edit-status-wrapper{width:100%;position:relative}.edit-status-button{color:#172033;cursor:pointer;background:#fff;border:1px solid #d5dce5;border-radius:7px;align-items:center;gap:9px;width:100%;height:44px;padding:0 13px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.edit-status-button:hover{border-color:#94a3b8}.edit-status-button.active{color:#166534}.edit-status-button.inactive{color:#64748b}.edit-status-dot{border-radius:50%;width:8px;min-width:8px;height:8px}.edit-status-arrow{color:#64748b;margin-left:auto;font-size:17px;transition:transform .2s}.edit-status-arrow.open{transform:rotate(180deg)}.edit-status-menu{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 8px 20px #0f172a1a}.edit-status-menu button{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:9px;width:100%;height:38px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.edit-status-menu button:hover{background:#f1f5f9}.banner-file-input{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:72px;padding:10px 12px;display:flex}.banner-preview-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.banner-preview-image{object-fit:cover;width:100%;height:100%;display:block}.banner-file-content{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;display:flex}.banner-file-title{color:#334155;white-space:nowrap;font-size:13px;font-weight:500}.banner-file-subtitle{color:#94a3b8;font-size:11px}.banner-selected-file{text-overflow:ellipsis;white-space:nowrap;color:#334155;max-width:100%;font-size:13px;font-weight:500;display:block;overflow:hidden}.banner-file-button{box-sizing:border-box;color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:34px;font-size:12px;font-weight:600;line-height:1;transition:all .2s;display:flex}.banner-file-button:hover{background:#f1f5f9;border-color:#94a3b8}.banner-file-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.banner-image-input{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:7px;align-items:center;gap:12px;width:100%;min-height:64px;padding:8px 10px;display:flex}.banner-image-preview{background:#f1f5f9;border-radius:5px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex;overflow:hidden}.banner-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.banner-image-details{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.banner-image-name{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.banner-image-types{color:#94a3b8;margin-top:3px;font-size:11px}.banner-file-button{color:#334155;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;height:34px;padding:0 14px;font-size:12px;font-weight:600;display:flex}.banner-file-button:hover{background:#f8fafc}.display-order-error{color:#dc2626;margin-top:5px;font-size:12px;font-weight:500;display:block}.input-error{border-color:#dc2626!important}.input-error:focus{box-shadow:0 0 0 1px #dc262626;border-color:#dc2626!important}.model-page{color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.model-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0;display:flex}.model-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.model-breadcrumb strong{color:#172033;font-weight:600}.model-header h1{color:#172033;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.model-header p{color:#64748b;margin:7px 0 0;font-size:14px}.model-add-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.model-add-btn:hover{background:#242424}.model-add-btn:disabled{opacity:.6;cursor:not-allowed}.model-toolbar{background:#fff;border:1px solid #dfe3e8;border-radius:6px;justify-content:space-between;align-items:center;margin:0 0 16px;padding:14px 16px;display:flex}.model-search-wrapper{width:350px;position:relative}.model-search-wrapper input{color:#172033;box-sizing:border-box;border:1px solid #d7dce2;border-radius:5px;outline:none;width:100%;height:38px;padding:0 10px 0 38px;font-size:13px}.model-search-wrapper input:focus{border-color:#172033}.model-search-icon{color:#64748b;font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.model-count{color:#64748b;font-size:13px;font-weight:400}.model-content{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:500px;margin:0;display:flex;position:relative;overflow:hidden}.model-selected{overflow:visible}.model-list-container{background:#fff;flex:1;min-width:0}.model-table-header,.model-row{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,2fr) minmax(90px,1fr);display:grid}.model-table-header{color:#64748b;letter-spacing:.5px;box-sizing:border-box;background:#f5f6f8;border-bottom:1px solid #dfe3e8;align-items:center;min-height:45px;padding:0 18px;font-size:11px;font-weight:700}.model-row{cursor:pointer;border-bottom:1px solid #edf0f2;align-items:center;min-height:82px;padding:14px 18px;transition:background .15s}.model-row:hover{background:#f8fafc}.model-row.selected{background:#f1f5f9}.model-main{align-items:center;gap:12px;min-width:0;display:flex}.model-table-logo,.model-table-logo-placeholder{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:5px;flex:0 0 40px;width:40px;height:40px}.model-table-logo-placeholder{color:#475569;background:#f1f5f9;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.model-main h3{color:#172033;margin:0;font-size:14px;font-weight:650}.model-cell{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:12px;font-size:13px;overflow:hidden}.model-status-cell{align-items:center;display:flex}.model-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.model-status.active{color:#15803d;background:#dcfce7}.model-status.inactive{color:#dc2626;background:#fee2e2}.model-details-panel{z-index:1000;box-sizing:border-box;background:#fff;border-left:1px solid #dfe3e8;grid-template-rows:auto minmax(0,1fr);width:min(760px,42vw);height:calc(100vh - 64px);display:grid;position:fixed;top:64px;bottom:0;right:0;box-shadow:-8px 0 25px #0f172a14}.model-panel-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:70px;padding:0 18px;display:flex}.model-panel-eyebrow{color:#64748b;letter-spacing:.7px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.model-panel-header h2{color:#172033;margin:4px 0 0;font-size:17px;font-weight:700}.model-panel-close{color:#475569;cursor:pointer;background:#f1f3f5;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:21px;line-height:1;display:flex}.model-panel-close:hover{color:#0f172a;background:#e2e8f0}.model-panel-scroll{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent;min-height:0;padding-bottom:20px;overflow:hidden auto}.model-panel-scroll::-webkit-scrollbar{width:7px}.model-panel-scroll::-webkit-scrollbar-track{background:0 0}.model-panel-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.model-detail-summary{padding:20px}.model-detail-category{color:#64748b;letter-spacing:.4px;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.model-detail-summary h2{color:#172033;margin:0;font-size:22px;font-weight:700;line-height:1.3}.model-detail-summary p{color:#64748b;margin:5px 0 10px;font-size:13px}.model-name-input{color:#172033;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;margin-bottom:10px;padding:9px 10px;font-size:22px;font-weight:600}.model-name-input:focus{border-color:#172033}.model-detail-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.model-detail-status.active{color:#15803d;background:#dcfce7}.model-detail-status.inactive{color:#dc2626;background:#fee2e2}.model-status-select{background:#fff;border:1px solid #d5dbe1;border-radius:5px;height:34px;padding:0 10px;font-size:13px}.model-brand-select{color:#172033;box-sizing:border-box;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;padding:0 10px;font-size:13px}.model-brand-select:focus{border-color:#172033}.model-details-grid{border-top:1px solid #edf0f2;border-left:1px solid #edf0f2;grid-template-columns:1fr 1fr;margin:0 20px;display:grid}.model-detail-item{box-sizing:border-box;border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;min-height:65px;padding:12px}.model-detail-item span{color:#7b8491;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.model-detail-item strong{color:#172033;font-size:13px;font-weight:600;display:block}.model-detail-item input{box-sizing:border-box;border:1px solid #d5dbe1;border-radius:4px;outline:none;width:100%;height:30px;padding:0 8px;font-size:13px}.model-description-section{border-top:1px solid #edf0f2;margin:20px 20px 0;padding-top:18px}.model-description-section h4{color:#172033;margin:0 0 7px;font-size:13px;font-weight:700}.model-description-section p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.model-detail-logo{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:120px;height:120px;margin-top:12px;padding:8px;display:block}.model-file-upload{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:9px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.model-file-upload:hover{background:#f1f5f9;border-color:#9ca3af}.model-file-upload input{display:none}.model-image-preview-wrapper{margin-top:12px}.model-image-preview-wrapper p{color:#6b7280;margin:8px 0 0;font-size:12px}.model-display-order-wrapper{width:100%}.model-number-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;max-width:140px;height:40px;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.model-number-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.model-number-input:disabled{cursor:not-allowed;background:#f3f4f6}.model-input-error{border-color:#dc2626!important}.model-number-input.model-input-error{background-color:#fff5f5;border-color:#ef4444!important}.model-number-input.model-input-error:focus{box-shadow:0 0 0 2px #dc26261f;border-color:#dc2626!important}.model-display-order-error{color:#dc2626;margin:5px 0 0;font-size:12px;font-weight:500;line-height:1.4}.model-panel-actions{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:22px;padding:0 20px 25px;display:flex}.model-panel-actions button{white-space:nowrap;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex;flex:none!important;width:auto!important}.model-edit-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:145px}.model-edit-btn:hover{background:#000}.model-delete-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:150px}.model-delete-btn:hover{background:#f8fafc;border-color:#cbd5e1}.model-save-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:125px}.model-save-btn:hover{background:#000}.model-discard-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:145px}.model-discard-btn:hover{background:#f8fafc;border-color:#cbd5e1}.model-empty{text-align:center;padding:70px 20px}.model-empty h3{margin:0 0 8px;font-size:17px;font-weight:600}.model-empty p{color:#64748b;margin:0;font-size:13px}.model-pagination{color:#64748b;justify-content:space-between;align-items:center;margin:0;padding:16px 18px;font-size:13px;display:flex}.model-pagination button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;height:36px;padding:0 14px;font-size:13px;transition:background .15s,border-color .15s,color .15s}.model-pagination button:not(:disabled):hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.model-pagination button:disabled{color:#a0a8b3;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}@media (width<=950px){.model-details-panel{width:100vw;max-width:100vw}.model-header{padding-left:0;padding-right:0}.model-toolbar,.model-content{margin-left:0;margin-right:0}.model-pagination{flex-direction:column;align-items:flex-start;gap:14px}}@media (width<=700px){.model-header{flex-direction:column;gap:18px}.model-add-btn{width:100%}.model-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.model-search-wrapper{width:100%}.model-table-header,.model-row{grid-template-columns:minmax(180px,2fr) minmax(70px,1fr) minmax(100px,1fr) minmax(90px,1fr)}.model-content{overflow-x:auto}.model-list-container{min-width:620px}.model-details-grid{grid-template-columns:1fr}.model-panel-actions{flex-wrap:wrap;justify-content:flex-start}}.product-categories-page{color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pc-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0;display:flex}.pc-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.pc-breadcrumb strong{color:#172033;font-weight:600}.pc-header h1{color:#172033;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.pc-header p{color:#64748b;margin:7px 0 0;font-size:14px}.pc-add-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.pc-add-btn:hover{background:#242424}.pc-add-btn span{margin-right:7px;font-size:16px}.pc-toolbar{background:#fff;border:1px solid #dfe3e8;border-radius:6px;justify-content:space-between;align-items:center;margin:0 0 16px;padding:14px 16px;display:flex}.pc-search-wrapper{width:350px;position:relative}.pc-search-wrapper input{color:#172033;box-sizing:border-box;border:1px solid #d7dce2;border-radius:5px;outline:none;width:100%;height:38px;padding:0 10px 0 38px;font-size:13px}.pc-search-wrapper input:focus{border-color:#172033}.pc-search-icon{color:#64748b;font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.pc-search-loader{color:#64748b;font-size:11px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pc-count{color:#64748b;font-size:13px}.pc-error{color:#dc2626;border-radius:6px;margin-bottom:16px;padding:10px 0;font-size:13px}.pc-input-error{border:1px solid #dc2626!important}.pc-number-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.pc-number-input.pc-input-error{background-color:#fff5f5;border-color:#ef4444!important}.pc-number-input.pc-input-error:focus{box-shadow:0 0 0 3px #ef44441f;border-color:#dc2626!important}.pc-content{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:500px;margin:0;display:flex;position:relative;overflow:hidden}.pc-content-with-panel{overflow:visible}.pc-list{background:#fff;flex:1;min-width:0}.pc-table-header,.pc-row{grid-template-columns:minmax(90px,.7fr) minmax(0,2fr) minmax(0,1fr) minmax(0,2fr) minmax(90px,1fr);display:grid}.pc-col-id,.pc-col-idheader{min-width:0}.pc-col-idheader{color:#64748b;letter-spacing:.5px;font-size:11px;font-weight:700}.pc-col-id{color:#334155;font-size:13px;font-weight:500}.pc-table-header{color:#64748b;letter-spacing:.5px;box-sizing:border-box;background:#f5f6f8;border-bottom:1px solid #dfe3e8;align-items:center;min-height:45px;padding:0 18px;font-size:11px;font-weight:700}.pc-row{cursor:pointer;box-sizing:border-box;border-bottom:1px solid #edf0f2;align-items:center;min-height:82px;padding:14px 18px;transition:background .15s}.pc-row:hover{background:#f8fafc}.pc-row-selected{background:#f1f5f9}.pc-category-cell{align-items:center;min-width:0;display:flex}.pc-category-cell h3{color:#172033;margin:0;font-size:14px;font-weight:650}.pc-category-cell p{color:#64748b;margin:4px 0 0;font-size:12px}.pc-col-type,.pc-col-description{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:12px;font-size:13px;overflow:hidden}.pc-col-status{align-items:center;display:flex}.pc-status,.pc-detail-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.pc-status.active,.pc-detail-status.active{color:#15803d;background:#dcfce7}.pc-status.inactive,.pc-detail-status.inactive{color:#dc2626;background:#fee2e2}.pc-panel-header h2{color:#172033;margin:4px 0 0;font-size:17px;font-weight:700}.pc-detail-summary h2{color:#172033;margin:0;font-size:22px;font-weight:700;line-height:1.3}.pc-detail-summary p{color:#64748b;margin:5px 0 10px;font-size:13px}.pc-summary-input{color:#172033;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;margin:0 0 7px;padding:0 10px;font-family:inherit;font-size:22px;font-weight:600}.pc-summary-input:focus{border-color:#172033}.pc-summary-type-input{color:#64748b;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:32px;margin:0 0 10px;padding:0 9px;font-family:inherit;font-size:13px}.pc-summary-type-input:focus{border-color:#172033}.pc-summary-status-select{color:#334155;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;height:34px;padding:0 10px;font-family:inherit;font-size:13px}.pc-summary-status-select:focus{border-color:#172033}.pc-detail-item span{color:#7b8491;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.pc-detail-item input,.pc-detail-item select{color:#172033;box-sizing:border-box;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:34px;padding:0 8px;font-family:inherit;font-size:13px}.pc-detail-item input:focus,.pc-detail-item select:focus{border-color:#172033;box-shadow:0 0 0 2px #17203314}.pc-detail-item input:disabled{color:#64748b;cursor:not-allowed;background:#f3f4f6}.pc-description-section p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.pc-description-section textarea{resize:vertical;color:#172033;box-sizing:border-box;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;min-height:90px;padding:10px;font-family:inherit;font-size:13px;line-height:1.5}.pc-description-section textarea:focus{border-color:#172033;box-shadow:0 0 0 2px #17203314}.pc-panel-actions{box-sizing:border-box;background:#fff;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:22px;padding:0 20px 25px;display:flex}.pc-panel-actions button{white-space:nowrap;cursor:pointer;border-radius:5px;flex:none;justify-content:center;align-items:center;width:auto;height:40px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.pc-panel-actions button:disabled{opacity:.6;cursor:not-allowed}.pc-edit-btn:hover:not(:disabled){background:#000}.pc-delete-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pc-empty{text-align:center;padding:70px 20px}.pc-empty h3{color:#172033;margin:0 0 8px;font-size:17px;font-weight:600}.pc-empty p{color:#64748b;margin:0;font-size:13px}.pc-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:40px 20px;display:flex}.pc-loading h3{color:#172033;margin:15px 0 6px;font-size:16px}.pc-loading p{color:#64748b;margin:0;font-size:13px}.pc-spinner{border:3px solid #e5e7eb;border-top-color:#172033;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite pc-spin}@keyframes pc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pc-pagination{color:#64748b;justify-content:space-between;align-items:center;margin:0;padding:16px 18px;font-size:13px;display:flex}.pc-page-info{color:#64748b}.pc-pagination-buttons{align-items:center;gap:8px;display:flex}.pc-pagination-buttons span{text-align:center;color:#64748b;min-width:85px;font-size:13px}.pc-pagination-buttons button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;height:36px;padding:0 14px;font-size:13px;transition:background .15s,border-color .15s,color .15s}.pc-pagination-buttons button:not(:disabled):hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.pc-pagination-buttons button:disabled{color:#a0a8b3;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}@media (width<=950px){.pc-details-panel{width:100vw;max-width:100vw}.pc-header{padding-left:0;padding-right:0}.pc-toolbar,.pc-content{margin-left:0;margin-right:0}.pc-pagination{flex-direction:column;align-items:flex-start;gap:14px}.pc-pagination-buttons{justify-content:flex-end;width:100%}}@media (width<=650px){.pc-table-header,.pc-row{grid-template-columns:minmax(160px,2fr) minmax(100px,1fr) minmax(180px,2fr) minmax(90px,1fr);min-width:600px}.pc-list{overflow-x:auto}.pc-toolbar{gap:12px}.pc-search-wrapper{width:100%}.pc-count{display:none}.pc-header{gap:15px}.pc-add-btn{flex-shrink:0}}.pc-add-form{box-sizing:border-box;width:100%}.pc-add-section{border-bottom:1px solid #e5e7eb;padding:18px 15px 36px}.pc-add-label{color:#64748b;letter-spacing:.08em;margin-bottom:9px;font-size:11px;font-weight:700;display:block}.pc-add-name-input{box-sizing:border-box;color:#172033;background:#fff;border-radius:5px;outline:none;width:100%;height:41px;display:block;border:1px solid #cbd5e1!important;margin-bottom:10px!important;padding:0 11px!important;font-size:18px!important;font-weight:600!important}.pc-add-name-input::placeholder{color:#737373;font-weight:600}.pc-add-name-input:focus{border-color:#94a3b8}.pc-number-input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:5px;outline:none;width:100%;height:41px;padding:0 11px;font-size:16px;font-weight:500}.pc-number-input:focus{border-color:#94a3b8}.pc-input-error,.pc-input-error:focus{border-color:#ef4444!important}.pc-display-order-error{color:#dc2626;margin:6px 0 0;font-size:13px;font-weight:500;line-height:1.4}.pc-add-status-select{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;outline:none;width:87px;height:34px;padding:0 10px;font-size:13px}.pc-add-status-select:focus{border-color:#94a3b8}.pc-add-field-section{border-bottom:1px solid #e5e7eb;padding:20px 15px}.pc-add-field-section label,.pc-add-display-section label{color:#172033;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.pc-add-field-section input,.pc-add-field-section textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:5px;outline:none;width:100%;font-size:14px}.pc-add-field-section input{height:38px;padding:0 10px}.pc-add-field-section textarea{resize:vertical;min-height:90px;padding:10px;font-family:inherit}.pc-add-field-section input:focus,.pc-add-field-section textarea:focus{border-color:#94a3b8}.pc-add-field-section input::placeholder,.pc-add-field-section textarea::placeholder{color:#9ca3af}.pc-add-display-section{padding:20px 15px 30px}.pc-add-display-section input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:140px;height:40px;padding:0 11px;font-size:14px}.pc-add-display-section input:focus{border-color:#94a3b8}.pc-details-panel{z-index:1000!important;box-sizing:border-box!important;background:#fff!important;border-left:1px solid #dfe3e8!important;grid-template-rows:auto minmax(0,1fr)!important;width:min(760px,42vw)!important;height:calc(100vh - 64px)!important;display:grid!important;position:fixed!important;top:64px!important;bottom:0!important;right:0!important;box-shadow:-8px 0 25px #0f172a14!important}.pc-panel-header{box-sizing:border-box!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;justify-content:space-between!important;align-items:center!important;min-height:70px!important;padding:0 18px!important;display:flex!important}.pc-panel-eyebrow{color:#64748b!important;letter-spacing:.7px!important;margin-bottom:5px!important;font-size:10px!important;font-weight:700!important;display:block!important}.pc-panel-header h2{color:#172033!important;margin:4px 0 0!important;font-size:17px!important;font-weight:700!important;line-height:1.3!important}.pc-panel-close{color:#475569!important;cursor:pointer!important;background:#f1f3f5!important;border:0!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;padding:0!important;font-size:21px!important;line-height:1!important;display:flex!important}.pc-panel-close:hover{color:#0f172a!important;background:#e2e8f0!important}.pc-panel-scroll{scrollbar-width:thin!important;scrollbar-color:#94a3b8 transparent!important;min-height:0!important;padding-bottom:20px!important;overflow:hidden auto!important}.pc-panel-scroll::-webkit-scrollbar{width:7px}.pc-panel-scroll::-webkit-scrollbar-track{background:0 0}.pc-panel-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.pc-detail-summary{padding:20px!important}.pc-detail-category{color:#64748b!important;letter-spacing:.4px!important;margin-bottom:8px!important;font-size:11px!important;font-weight:600!important;display:block!important}.pc-summary-input{color:#172033!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d5dbe1!important;border-radius:5px!important;outline:none!important;width:100%!important;height:40px!important;margin-bottom:10px!important;padding:9px 10px!important;font-size:22px!important;font-weight:600!important}.pc-summary-input:focus{box-shadow:none!important;border-color:#d5dbe1!important;outline:none!important}.pc-summary-type-input{color:#172033!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d5dbe1!important;border-radius:5px!important;outline:none!important;width:100%!important;height:34px!important;margin-bottom:10px!important;padding:0 10px!important;font-size:13px!important}.pc-summary-type-input:focus{box-shadow:none!important;border-color:#d5dbe1!important}.pc-summary-status-select{color:#172033!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d5dbe1!important;border-radius:5px!important;height:34px!important;padding:0 10px!important;font-size:13px!important}.pc-summary-status-select:focus{box-shadow:none!important;border-color:#d5dbe1!important;outline:none!important}.pc-details-grid{border-top:1px solid #edf0f2!important;border-left:1px solid #edf0f2!important;grid-template-columns:1fr 1fr!important;margin:0 20px!important;display:grid!important}.pc-detail-item{box-sizing:border-box!important;border-bottom:1px solid #edf0f2!important;border-right:1px solid #edf0f2!important;min-height:65px!important;padding:12px!important}.pc-detail-item>span{color:#7b8491!important;letter-spacing:.3px!important;margin-bottom:5px!important;font-size:10px!important;font-weight:600!important;display:block!important}.pc-detail-item strong{color:#172033!important;font-size:13px!important;font-weight:600!important;display:block!important}.pc-detail-item input{color:#172033!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d5dbe1!important;border-radius:4px!important;outline:none!important;width:100%!important;height:30px!important;padding:0 8px!important;font-size:13px!important}.pc-detail-item input:focus{box-shadow:none!important;border-color:#d5dbe1!important;outline:none!important}.pc-detail-item select{color:#172033!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d5dbe1!important;border-radius:5px!important;width:auto!important;height:34px!important;padding:0 10px!important;font-size:13px!important}.pc-detail-item select:focus{box-shadow:none!important;border-color:#d5dbe1!important;outline:none!important}.pc-description-section{border-top:1px solid #edf0f2!important;margin:20px 20px 0!important;padding-top:18px!important}.pc-description-section h4{color:#172033!important;margin:0 0 7px!important;font-size:13px!important;font-weight:700!important}.pc-description-section textarea{resize:vertical!important;box-sizing:border-box!important;border:1px solid #d5dbe1!important;border-radius:5px!important;outline:none!important;width:100%!important;min-height:90px!important;padding:10px!important;font-family:inherit!important;font-size:14px!important;line-height:1.5!important}.pc-description-section textarea:focus{box-shadow:none!important;border-color:#d5dbe1!important;outline:none!important}.pc-panel-actions{box-sizing:border-box!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;margin-top:22px!important;padding:0 20px 25px!important;display:flex!important}.pc-panel-actions button{white-space:nowrap!important;cursor:pointer!important;box-sizing:border-box!important;border-radius:5px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:auto!important;height:40px!important;padding:0 18px!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.pc-edit-btn{color:#fff!important;background:#111827!important;border:1px solid #111827!important;min-width:125px!important}.pc-edit-btn:hover{background:#000!important;border-color:#000!important}.pc-delete-btn{color:#334155!important;background:#fff!important;border:1px solid #d5dbe1!important;min-width:145px!important}.pc-delete-btn:hover{background:#f8fafc!important;border-color:#cbd5e1!important}@media (width<=950px){.pc-details-panel{width:100vw!important;max-width:100vw!important}}.pc-display-order-wrapper{width:100%}.pc-number-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;max-width:140px;height:40px;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.pc-number-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pc-number-input:disabled{cursor:not-allowed;background:#f3f4f6}.pc-add-field-section select,.pc-detail-item select{color:#111827;box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.pc-add-field-section select:focus,.pc-detail-item select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pc-add-field-section select:disabled,.pc-detail-item select:disabled{cursor:not-allowed;background:#f3f4f6}.brand-page{color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0;display:flex}.brand-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.brand-breadcrumb strong{color:#172033;font-weight:600}.brand-header h1{color:#172033;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.brand-header p{color:#64748b;margin:7px 0 0;font-size:14px}.brand-add-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.brand-add-btn:hover{background:#242424}.brand-add-btn:disabled{opacity:.6;cursor:not-allowed}.brand-toolbar{background:#fff;border:1px solid #dfe3e8;border-radius:6px;justify-content:space-between;align-items:center;margin:0 0 16px;padding:14px 16px;display:flex}.brand-search-wrapper{width:350px;position:relative}.brand-search-wrapper input{color:#172033;box-sizing:border-box;border:1px solid #d7dce2;border-radius:5px;outline:none;width:100%;height:38px;padding:0 10px 0 38px;font-size:13px}.brand-search-wrapper input:focus{border-color:#172033}.brand-search-icon{color:#64748b;font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.brand-count{color:#64748b;font-size:13px;font-weight:400}.brand-content{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:500px;margin:0;display:flex;position:relative;overflow:hidden}.brand-selected{overflow:visible}.brand-list-container{background:#fff;flex:1;min-width:0}.brand-table-header,.brand-row{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,2fr) minmax(90px,1fr);display:grid}.brand-table-header{color:#64748b;letter-spacing:.5px;box-sizing:border-box;background:#f5f6f8;border-bottom:1px solid #dfe3e8;align-items:center;min-height:45px;padding:0 18px;font-size:11px;font-weight:700}.brand-row{cursor:pointer;border-bottom:1px solid #edf0f2;align-items:center;min-height:82px;padding:14px 18px;transition:background .15s}.brand-row:hover{background:#f8fafc}.brand-row.selected{background:#f1f5f9}.brand-main{align-items:center;gap:12px;min-width:0;display:flex}.brand-table-logo,.brand-table-logo-placeholder{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:5px;flex:0 0 40px;width:40px;height:40px}.brand-table-logo-placeholder{color:#475569;background:#f1f5f9;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.brand-main h3{color:#172033;margin:0;font-size:14px;font-weight:650}.brand-cell{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:12px;font-size:13px;overflow:hidden}.brand-status-cell{align-items:center;display:flex}.brand-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.brand-status.active{color:#15803d;background:#dcfce7}.brand-status.inactive{color:#dc2626;background:#fee2e2}.brand-details-panel{z-index:1000;box-sizing:border-box;background:#fff;border-left:1px solid #dfe3e8;grid-template-rows:auto minmax(0,1fr);width:min(760px,42vw);height:calc(100vh - 64px);display:grid;position:fixed;top:64px;bottom:0;right:0;box-shadow:-8px 0 25px #0f172a14}.brand-panel-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:70px;padding:0 18px;display:flex}.brand-panel-eyebrow{color:#64748b;letter-spacing:.7px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.brand-panel-header h2{color:#172033;margin:4px 0 0;font-size:17px;font-weight:700}.brand-panel-close{color:#475569;cursor:pointer;background:#f1f3f5;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:21px;line-height:1;display:flex}.brand-panel-close:hover{color:#0f172a;background:#e2e8f0}.brand-panel-scroll{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent;min-height:0;padding-bottom:20px;overflow:hidden auto}.brand-panel-scroll::-webkit-scrollbar{width:7px}.brand-panel-scroll::-webkit-scrollbar-track{background:0 0}.brand-panel-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.brand-detail-summary{padding:20px}.brand-detail-category{color:#64748b;letter-spacing:.4px;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.brand-detail-summary h2{color:#172033;margin:0;font-size:22px;font-weight:700;line-height:1.3}.brand-detail-summary p{color:#64748b;margin:5px 0 10px;font-size:13px}.brand-name-input{color:#172033;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;margin-bottom:10px;padding:9px 10px;font-size:22px;font-weight:600}.brand-name-input:focus{border-color:#172033}.brand-detail-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.brand-detail-status.active{color:#15803d;background:#dcfce7}.brand-detail-status.inactive{color:#dc2626;background:#fee2e2}.brand-status-select{background:#fff;border:1px solid #d5dbe1;border-radius:5px;height:34px;padding:0 10px;font-size:13px}.brand-manufacturer-select{color:#172033;box-sizing:border-box;background:#fff;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;padding:0 10px;font-size:13px}.brand-manufacturer-select:focus{border-color:#172033}.brand-details-grid{border-top:1px solid #edf0f2;border-left:1px solid #edf0f2;grid-template-columns:1fr 1fr;margin:0 20px;display:grid}.brand-detail-item{box-sizing:border-box;border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;min-height:65px;padding:12px}.brand-detail-item span{color:#7b8491;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.brand-detail-item strong{color:#172033;font-size:13px;font-weight:600;display:block}.brand-detail-item input{box-sizing:border-box;border:1px solid #d5dbe1;border-radius:4px;outline:none;width:100%;height:30px;padding:0 8px;font-size:13px}.brand-description-section{border-top:1px solid #edf0f2;margin:20px 20px 0;padding-top:18px}.brand-description-section h4{color:#172033;margin:0 0 7px;font-size:13px;font-weight:700}.brand-description-section p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.brand-detail-logo{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:120px;height:120px;margin-top:12px;padding:8px;display:block}.brand-file-upload{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:9px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.brand-file-upload:hover{background:#f1f5f9;border-color:#9ca3af}.brand-file-upload input{display:none}.brand-logo-preview-wrapper{margin-top:12px}.brand-logo-preview-wrapper p{color:#6b7280;margin:8px 0 0;font-size:12px}.brand-display-order-wrapper{width:100%}.brand-number-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;max-width:140px;height:40px;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.brand-number-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.brand-number-input:disabled{cursor:not-allowed;background:#f3f4f6}.brand-input-error{border-color:#dc2626!important}.brand-number-input.brand-input-error{background-color:#fff5f5;border-color:#ef4444!important}.brand-number-input.brand-input-error:focus{box-shadow:0 0 0 2px #dc26261f;border-color:#dc2626!important}.brand-display-order-error{color:#dc2626;margin:5px 0 0;font-size:12px;font-weight:500;line-height:1.4}.brand-panel-actions{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:22px;padding:0 20px 25px;display:flex}.brand-panel-actions button{white-space:nowrap;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex;flex:none!important;width:auto!important}.brand-edit-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:145px}.brand-edit-btn:hover{background:#000}.brand-delete-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:150px}.brand-delete-btn:hover{background:#f8fafc;border-color:#cbd5e1}.brand-save-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:125px}.brand-save-btn:hover{background:#000}.brand-discard-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:145px}.brand-discard-btn:hover{background:#f8fafc;border-color:#cbd5e1}.brand-empty{text-align:center;padding:70px 20px}.brand-empty h3{margin:0 0 8px;font-size:17px;font-weight:600}.brand-empty p{color:#64748b;margin:0;font-size:13px}.brand-pagination{color:#64748b;justify-content:space-between;align-items:center;margin:0;padding:16px 18px;font-size:13px;display:flex}.brand-pagination button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;height:36px;padding:0 14px;font-size:13px;transition:background .15s,border-color .15s,color .15s}.brand-pagination button:not(:disabled):hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.brand-pagination button:disabled{color:#a0a8b3;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}@media (width<=950px){.brand-details-panel{width:100vw;max-width:100vw}.brand-header{padding-left:0;padding-right:0}.brand-toolbar,.brand-content{margin-left:0;margin-right:0}.brand-pagination{flex-direction:column;align-items:flex-start;gap:14px}}@media (width<=700px){.brand-header{flex-direction:column;gap:18px}.brand-add-btn{width:100%}.brand-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.brand-search-wrapper{width:100%}.brand-table-header,.brand-row{grid-template-columns:minmax(180px,2fr) minmax(70px,1fr) minmax(100px,1fr) minmax(90px,1fr)}.brand-content{overflow-x:auto}.brand-list-container{min-width:620px}.brand-details-grid{grid-template-columns:1fr}.brand-panel-actions{flex-wrap:wrap;justify-content:flex-start}}.manufacturer-page{color:#172033;background:#f8f9fb;width:100%;min-height:calc(100vh - 64px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.manufacturer-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0;display:flex}.manufacturer-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.manufacturer-breadcrumb strong{color:#172033;font-weight:600}.manufacturer-header h1{color:#172033;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:700;line-height:1.2}.manufacturer-header p{color:#64748b;margin:7px 0 0;font-size:14px}.manufacturer-add-btn{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:5px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.manufacturer-add-btn:hover{background:#242424}.manufacturer-toolbar{background:#fff;border:1px solid #dfe3e8;border-radius:6px;justify-content:space-between;align-items:center;margin:0 0 16px;padding:14px 16px;display:flex}.manufacturer-search-wrapper{width:350px;position:relative}.manufacturer-search-wrapper input{color:#172033;box-sizing:border-box;border:1px solid #d7dce2;border-radius:5px;outline:none;width:100%;height:38px;padding:0 10px 0 38px;font-size:13px}.manufacturer-search-wrapper input:focus{border-color:#172033}.manufacturer-search-icon{color:#64748b;font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.manufacturer-count{color:#64748b;font-size:13px;font-weight:400}.manufacturer-content{background:#fff;border:1px solid #dfe3e8;border-radius:6px;min-height:500px;margin:0;display:flex;position:relative;overflow:hidden}.manufacturer-selected{overflow:visible}.manufacturer-list-container{background:#fff;flex:1;min-width:0}.manufacturer-table-header,.manufacturer-row{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,2fr) minmax(90px,1fr);display:grid}.manufacturer-table-header{color:#64748b;letter-spacing:.5px;box-sizing:border-box;background:#f5f6f8;border-bottom:1px solid #dfe3e8;align-items:center;min-height:45px;padding:0 18px;font-size:11px;font-weight:700}.manufacturer-row{cursor:pointer;border-bottom:1px solid #edf0f2;align-items:center;min-height:82px;padding:14px 18px;transition:background .15s}.manufacturer-row:hover{background:#f8fafc}.manufacturer-row.selected{background:#f1f5f9}.manufacturer-main{align-items:center;gap:12px;min-width:0;display:flex}.manufacturer-table-logo,.manufacturer-table-logo-placeholder{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:5px;flex:0 0 40px;width:40px;height:40px}.manufacturer-table-logo-placeholder{color:#475569;background:#f1f5f9;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.manufacturer-main h3{color:#172033;margin:0;font-size:14px;font-weight:650}.manufacturer-cell{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:12px;font-size:13px;overflow:hidden}.manufacturer-status-cell{align-items:center;display:flex}.manufacturer-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.manufacturer-status.active{color:#15803d;background:#dcfce7}.manufacturer-status.inactive{color:#dc2626;background:#fee2e2}.manufacturer-details-panel{z-index:1000;box-sizing:border-box;background:#fff;border-left:1px solid #dfe3e8;grid-template-rows:auto minmax(0,1fr);width:min(760px,42vw);height:calc(100vh - 64px);display:grid;position:fixed;top:64px;bottom:0;right:0;box-shadow:-8px 0 25px #0f172a14}.manufacturer-panel-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:70px;padding:0 18px;display:flex}.manufacturer-panel-eyebrow{color:#64748b;letter-spacing:.7px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.manufacturer-panel-header h2{color:#172033;margin:4px 0 0;font-size:17px;font-weight:700}.manufacturer-panel-close{color:#475569;cursor:pointer;background:#f1f3f5;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:21px;line-height:1;display:flex}.manufacturer-panel-close:hover{color:#0f172a;background:#e2e8f0}.manufacturer-panel-scroll{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent;min-height:0;padding-bottom:20px;overflow:hidden auto}.manufacturer-panel-scroll::-webkit-scrollbar{width:7px}.manufacturer-panel-scroll::-webkit-scrollbar-track{background:0 0}.manufacturer-panel-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.manufacturer-detail-summary{padding:20px}.manufacturer-detail-category{color:#64748b;letter-spacing:.4px;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.manufacturer-detail-summary h2{color:#172033;margin:0;font-size:22px;font-weight:700;line-height:1.3}.manufacturer-detail-summary p{color:#64748b;margin:5px 0 10px;font-size:13px}.manufacturer-name-input{color:#172033;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;height:40px;margin-bottom:10px;padding:9px 10px;font-size:22px;font-weight:600}.manufacturer-detail-status{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.manufacturer-detail-status.active{color:#15803d;background:#dcfce7}.manufacturer-detail-status.inactive{color:#dc2626;background:#fee2e2}.manufacturer-status-select{background:#fff;border:1px solid #d5dbe1;border-radius:5px;height:34px;padding:0 10px;font-size:13px}.manufacturer-details-grid{border-top:1px solid #edf0f2;border-left:1px solid #edf0f2;grid-template-columns:1fr 1fr;margin:0 20px;display:grid}.manufacturer-detail-item{box-sizing:border-box;border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;min-height:65px;padding:12px}.manufacturer-detail-item span{color:#7b8491;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.manufacturer-detail-item strong{color:#172033;font-size:13px;font-weight:600;display:block}.manufacturer-detail-item input{box-sizing:border-box;border:1px solid #d5dbe1;border-radius:4px;outline:none;width:100%;height:30px;padding:0 8px;font-size:13px}.manufacturer-description-section{border-top:1px solid #edf0f2;margin:20px 20px 0;padding-top:18px}.manufacturer-description-section h4{color:#172033;margin:0 0 7px;font-size:13px;font-weight:700}.manufacturer-description-section p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.manufacturer-description-section textarea{resize:vertical;box-sizing:border-box;border:1px solid #d5dbe1;border-radius:5px;outline:none;width:100%;min-height:90px;padding:10px;font-family:inherit;font-size:14px;line-height:1.5}.manufacturer-detail-logo{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:120px;height:120px;padding:8px}.manufacturer-panel-actions{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:22px;padding:0 20px 25px;display:flex}.manufacturer-panel-actions button{white-space:nowrap;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex;flex:none!important;width:auto!important}.manufacturer-edit-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:145px}.manufacturer-edit-btn:hover{background:#000}.manufacturer-delete-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:150px}.manufacturer-delete-btn:hover{background:#f8fafc;border-color:#cbd5e1}.manufacturer-save-btn{color:#fff;background:#111827;border:1px solid #111827;min-width:125px}.manufacturer-discard-btn{color:#334155;background:#fff;border:1px solid #d5dbe1;min-width:145px}.manufacturer-empty{text-align:center;padding:70px 20px}.manufacturer-empty h3{margin:0 0 8px;font-size:17px;font-weight:600}.manufacturer-empty p{color:#64748b;margin:0;font-size:13px}.manufacturer-pagination{color:#64748b;justify-content:space-between;align-items:center;margin:0;padding:16px 18px;font-size:13px;display:flex}.manufacturer-pagination-info{align-items:center;gap:14px;display:flex}.manufacturer-pagination-info select{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;outline:none;height:36px;padding:0 10px;font-size:13px}.manufacturer-pagination-info select:focus{border-color:#172033}.manufacturer-pagination-controls{align-items:center;gap:8px;display:flex}.manufacturer-pagination-controls span{text-align:center;color:#64748b;min-width:85px;font-size:13px}.manufacturer-pagination button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d9dee5;border-radius:6px;height:36px;padding:0 14px;font-size:13px;transition:background .15s,border-color .15s,color .15s}.manufacturer-pagination button:not(:disabled):hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.manufacturer-pagination button:disabled{color:#a0a8b3;cursor:not-allowed;background:#f8fafc;border-color:#e5e7eb}@media (width<=950px){.manufacturer-details-panel{width:100vw;max-width:100vw}.manufacturer-header{padding-left:0;padding-right:0}.manufacturer-toolbar,.manufacturer-content{margin-left:0;margin-right:0}.manufacturer-pagination{flex-direction:column;align-items:flex-start;gap:14px;margin-left:0;margin-right:0}.manufacturer-pagination-info{justify-content:space-between;width:100%}.manufacturer-pagination-controls{justify-content:flex-end;width:100%}}.nextprev{align-items:center;gap:10px;display:flex}.manufacturer-input-error{border:1px solid #dc2626!important}.manufacturer-display-order-error{margin-top:5px;font-size:12px;line-height:1.4;color:#dc2626!important}.manufacturer-display-order-wrapper .manufacturer-number-input{box-sizing:border-box;width:100%}.manufacturer-number-input.manufacturer-input-error{outline:none;border:1px solid #dc2626!important}.manufacturer-display-order-error{color:#dc2626;margin:5px 0 0;font-size:12px;font-weight:500;line-height:1.4}.manufacturer-detail-logo{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:120px;height:120px;margin-top:12px;padding:8px;display:block}.manufacturer-number-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;max-width:140px;height:40px;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.manufacturer-number-input:disabled{cursor:not-allowed;background:#f3f4f6}.manufacturer-input-error{border-color:#dc2626!important}.manufacturer-input-error:focus{box-shadow:0 0 0 2px #dc26261f;border-color:#dc2626!important}.manufacturer-file-upload{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:9px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.manufacturer-file-upload:hover{background:#f1f5f9;border-color:#9ca3af}.manufacturer-file-upload input{display:none}.manufacturer-logo-preview-wrapper{margin-top:12px}.manufacturer-logo-preview-wrapper p{color:#6b7280;margin:8px 0 0;font-size:12px}.manufacturer-detail-logo{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:120px;height:120px;padding:8px;display:block}.manufacturer-display-order-wrapper{width:100%}.manufacturer-number-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:all .2s}.manufacturer-number-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.manufacturer-number-input.manufacturer-input-error{background-color:#fff5f5;border-color:#ef4444!important}.manufacturer-number-input.manufacturer-input-error:focus{box-shadow:0 0 0 3px #ef44441f;border-color:#dc2626!important}.manufacturer-display-order-error{color:#dc2626;margin:6px 0 0;font-size:12px;font-weight:500}.amc-schedule-page{box-sizing:border-box;color:#1a1a1a;background:#f8f9fb;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.schedule-header{justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:26px;display:flex}.schedule-breadcrumb{color:#9a9a9a;align-items:center;gap:8px;margin-bottom:9px;font-size:14px;font-weight:500;display:flex}.schedule-breadcrumb .breadcrumb-current{color:#555}.schedule-header h1{color:#181818;letter-spacing:-.45px;margin:0;font-size:29px;font-weight:700;line-height:1.25}.schedule-header p{color:#8d8d8d;margin:7px 0 0;font-size:15px}.add-schedule-button{color:#fff;cursor:pointer;background:#181818;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 17px;font-size:14px;font-weight:600;transition:all .18s;display:inline-flex}.add-schedule-button:hover{background:#303030}.add-schedule-button span{font-size:21px;font-weight:300;line-height:1}.schedule-summary{grid-template-columns:250px 250px;gap:14px;margin-bottom:23px;display:grid}.summary-box{box-sizing:border-box;background:#fff;border:1px solid #ebebeb;border-radius:8px;align-items:center;gap:14px;min-height:86px;padding:17px 18px;display:flex}.summary-box-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;font-size:19px;font-weight:700;display:flex}.summary-box-icon.active{color:#222;background:#f1f1f1}.summary-box-icon.inactive{color:#dc5353;background:#fff1f1}.summary-box p{color:#8d8d8d;margin:0 0 4px;font-size:13px;font-weight:500}.summary-box h3{color:#1d1d1d;margin:0;font-size:23px;font-weight:700}.schedule-card{background:#fff;border:1px solid #e9e9e9;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #00000006}.schedule-card-header{box-sizing:border-box;border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:17px 19px;display:flex}.schedule-card-header h2{color:#202020;margin:0 0 4px;font-size:17px;font-weight:650}.schedule-card-header p{color:#979797;margin:0;font-size:13px}.schedule-filters{align-items:center;gap:8px;display:flex}.schedule-search{box-sizing:border-box;background:#fff;border:1px solid #dedede;border-radius:5px;align-items:center;width:205px;height:36px;display:flex;position:relative}.search-symbol{color:#999;margin-left:10px;font-size:19px;line-height:1}.schedule-search input{box-sizing:border-box;color:#333;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 27px 0 7px;font-size:13px}.schedule-search input::placeholder{color:#aaa}.search-clear{color:#888;cursor:pointer;background:0 0;border:0;font-size:18px;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.schedule-select{box-sizing:border-box;color:#5c5c5c;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:5px;outline:none;min-width:108px;height:36px;padding:0 25px 0 9px;font-size:13px}.schedule-select:focus{border-color:#aaa}.schedule-select.sort-order{min-width:75px}.schedule-table-container{width:100%;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%;min-width:1080px}.schedule-table thead{background:#fafafa}.schedule-table th{box-sizing:border-box;text-align:left;white-space:nowrap;color:#888;letter-spacing:.45px;text-transform:uppercase;border-bottom:1px solid #ededed;height:42px;padding:0 14px;font-size:11px;font-weight:650}.schedule-table td{box-sizing:border-box;color:#626262;white-space:nowrap;border-bottom:1px solid #f0f0f0;height:58px;padding:0 14px;font-size:13px}.schedule-table tbody tr{transition:background .15s}.schedule-table tbody tr:hover{background:#fcfcfc}.schedule-table tbody tr:last-child td{border-bottom:0}.schedule-id{color:#858585;font-size:13px;font-weight:550}.schedule-type{color:#242424;font-size:13px;font-weight:600}.duration-cell,.visit-cell{align-items:baseline;gap:4px;display:flex}.duration-cell strong,.visit-cell strong{color:#303030;font-size:14px;font-weight:650}.duration-cell span,.visit-cell span{color:#929292;font-size:12px}.order-badge{box-sizing:border-box;color:#555;background:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;min-width:25px;height:24px;padding:0 6px;font-size:12px;font-weight:600;display:inline-flex}.date-text{color:#777;font-size:12px}.status-badge{cursor:pointer;border:0;border-radius:5px;align-items:center;gap:6px;height:25px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.status-badge .status-dot{border-radius:50%;width:6px;height:6px}.status-badge.active{color:#32804b;background:#eef8f1}.status-badge.inactive{color:#d15454;background:#fff0f0}.schedule-actions{align-items:center;gap:6px;display:flex}.table-action{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e3e3e3;border-radius:5px;justify-content:center;align-items:center;width:29px;height:29px;transition:all .15s;display:flex}.table-action.edit{color:#5e5e5e}.table-action.edit:hover{background:#f5f5f5;border-color:#d1d1d1}.table-action.delete{color:#5e5e5e}.table-action.delete:hover{background:#fff1f1;border-color:#edc8c8}.schedule-empty{text-align:center!important;height:190px!important}.table-loader{color:#999;font-size:14px}.empty-state{flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-icon{color:#999;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:9px;display:flex}.empty-state h3{color:#555;margin:0 0 4px;font-size:15px;font-weight:600}.empty-state p{color:#aaa;margin:0;font-size:13px}.schedule-pagination{box-sizing:border-box;color:#898989;border-top:1px solid #ededed;justify-content:space-between;align-items:center;min-height:58px;padding:0 19px;font-size:13px;display:flex}.pagination-controls{align-items:center;gap:5px;display:flex}.pagination-controls button,.page-number{box-sizing:border-box;border-radius:5px;justify-content:center;align-items:center;width:29px;height:29px;font-size:13px;display:flex}.pagination-controls button{color:#666;cursor:pointer;background:#fff;border:1px solid #e2e2e2}.pagination-controls button:hover:not(:disabled){background:#f6f6f6}.pagination-controls button:disabled{color:#c9c9c9;cursor:not-allowed}.page-number{color:#fff;background:#181818;font-weight:600}.schedule-modal-overlay{z-index:9999;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000006b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.schedule-modal{background:#fff;border-radius:9px;width:100%;max-width:545px;animation:.18s scheduleModalIn;overflow:hidden;box-shadow:0 20px 65px #0003}@keyframes scheduleModalIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-top{box-sizing:border-box;border-bottom:1px solid #ededed;justify-content:space-between;align-items:flex-start;padding:19px 21px;display:flex}.modal-top h2{color:#1c1c1c;margin:0 0 4px;font-size:18px;font-weight:650}.modal-top p{color:#999;margin:0;font-size:13px}.modal-close{color:#888;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:29px;height:29px;font-size:22px;display:flex}.modal-close:hover{color:#333;background:#f5f5f5}.modal-content{padding:20px 21px 4px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-field{margin-bottom:16px}.form-field>label:first-child{color:#555;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-field>label:first-child span{color:#dc5555;margin-left:3px}.form-field input[type=text],.form-field input[type=number]{box-sizing:border-box;color:#333;background:#fff;border:1px solid #ddd;border-radius:5px;outline:none;width:100%;height:39px;padding:0 10px;font-size:14px}.form-field input[type=text]:focus,.form-field input[type=number]:focus{border-color:#aaa;box-shadow:0 0 0 2px #00000006}.number-input-wrapper{position:relative}.number-input-wrapper input{padding-right:58px!important}.number-input-wrapper>span{color:#999;font-size:12px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.status-toggle{cursor:pointer;align-items:center;gap:9px;min-height:39px;margin:0!important;display:flex!important}.status-toggle input{display:none}.toggle-slider{background:#ccc;border-radius:20px;flex-shrink:0;width:37px;height:20px;transition:background .2s;position:relative}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000029}.status-toggle input:checked+.toggle-slider{background:#181818}.status-toggle input:checked+.toggle-slider:after{transform:translate(17px)}.toggle-text{color:#555!important;font-size:13px!important;font-weight:500!important}.modal-footer{border-top:1px solid #ededed;justify-content:flex-end;gap:8px;padding:14px 21px 18px;display:flex}.modal-cancel,.modal-save,.delete-confirm{cursor:pointer;border-radius:5px;min-width:82px;height:37px;padding:0 15px;font-size:13px;font-weight:600}.modal-cancel{color:#555;background:#fff;border:1px solid #ddd}.modal-cancel:hover:not(:disabled){background:#f6f6f6}.modal-save{color:#fff;background:#181818;border:0}.modal-save:hover:not(:disabled){background:#303030}.modal-cancel:disabled,.modal-save:disabled,.delete-confirm:disabled{opacity:.55;cursor:not-allowed}.delete-modal{box-sizing:border-box;text-align:center;background:#fff;border-radius:9px;width:100%;max-width:370px;padding:27px;box-shadow:0 20px 65px #0003}.delete-warning-icon{color:#d95353;background:#fff1f1;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;margin:0 auto 14px;font-size:19px;font-weight:700;display:flex}.delete-modal h2{color:#222;margin:0;font-size:19px;font-weight:650}.delete-modal p{color:#777;margin:10px 0 3px;font-size:14px;line-height:1.6}.delete-modal p strong{color:#333}.delete-note{color:#c95757;font-size:12px}.delete-modal-actions{justify-content:center;gap:8px;margin-top:21px;display:flex}.delete-confirm{color:#fff;background:#dc5555;border:0}.delete-confirm:hover:not(:disabled){background:#c94444}@media (width<=1200px){.schedule-card-header{flex-direction:column;align-items:flex-start}.schedule-filters{flex-wrap:wrap;width:100%}.schedule-search{flex:1}}@media (width<=768px){.amc-schedule-page{padding:20px 15px 30px}.schedule-header{flex-direction:column}.add-schedule-button{width:100%}.schedule-summary{grid-template-columns:1fr}.schedule-filters{grid-template-columns:1fr 1fr;display:grid}.schedule-search{grid-column:1/-1;width:100%}.schedule-select{width:100%}.form-grid{grid-template-columns:1fr;gap:0}.schedule-modal{max-height:92vh;overflow-y:auto}}@media (width<=480px){.schedule-header h1{font-size:25px}.schedule-filters{grid-template-columns:1fr}.schedule-search{grid-column:auto}.schedule-modal-overlay{padding:10px}.delete-modal{padding:23px 18px}}.schedule-drawer-overlay{z-index:9999;background:#161e2a6e;justify-content:flex-end;align-items:stretch;animation:.18s scheduleOverlayIn;display:flex;position:fixed;inset:0}.schedule-edit-drawer{box-sizing:border-box;background:#fff;flex-direction:column;width:390px;min-width:390px;max-width:390px;height:100vh;margin:0;padding:0;animation:.22s scheduleDrawerIn;display:flex;position:relative;overflow:hidden;box-shadow:-8px 0 25px #0000001f}.schedule-drawer-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e7e7e7;flex-shrink:0;width:100%;padding:30px 25px 21px;position:relative}.drawer-eyebrow{color:#365c85;letter-spacing:.8px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:700;line-height:11px;display:block}.schedule-drawer-header h2{color:#082b52;margin:0;font-size:23px;font-weight:700;line-height:25px}.schedule-drawer-close{color:#617386;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;font-size:21px;line-height:20px;display:flex;position:absolute;top:28px;right:26px}.schedule-drawer-close:hover{color:#173d63}.schedule-drawer-form{flex-direction:column;flex:1;min-height:0;display:flex}.schedule-drawer-body{box-sizing:border-box;flex:1;min-height:0;padding:47px 25px 35px;overflow:hidden auto}.drawer-form-field{width:100%;margin:0 0 20px}.drawer-form-field label{color:#315679;letter-spacing:.7px;text-transform:uppercase;margin:0 0 11px;font-size:12px;font-weight:700;line-height:12px;display:block}.drawer-form-field input{box-sizing:border-box;color:#0b2d51;background:#fff;border:1px solid #d7e0e9;border-radius:6px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:14px}.drawer-form-field input::placeholder{color:#8b98a5}.drawer-form-field input:hover{border-color:#c8d3de}.drawer-form-field input:focus{border-color:#7898b8;box-shadow:0 0 0 2px #365c8514}.drawer-input-with-suffix{position:relative}.drawer-input-with-suffix input{padding-right:65px}.drawer-input-with-suffix span{color:#82909d;pointer-events:none;font-size:13px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.drawer-status-select{position:relative}.drawer-status-button{cursor:pointer;background:#fff;border:1px solid #d7e0e9;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:14px;display:flex}.drawer-status-dot{background:#2fbd69;border-radius:50%;width:7px;height:7px}.schedule-drawer-footer{box-sizing:border-box;background:#fff;border-top:1px solid #e7e7e7;flex-shrink:0;justify-content:flex-end;align-items:center;gap:9px;height:69px;min-height:69px;padding:10px 25px;display:flex}.drawer-discard-button{color:#263e57;cursor:pointer;background:#fff;border:1px solid #d7dfe7;border-radius:6px;height:37px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:600}.drawer-discard-button:hover{background:#f7f9fb}.drawer-save-button{color:#fff;cursor:pointer;background:#050505;border:1px solid #050505;border-radius:6px;height:37px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600}.drawer-save-button:hover{background:#1b1b1b}.drawer-save-button:disabled,.drawer-discard-button:disabled{opacity:.55;cursor:not-allowed}.schedule-drawer-body::-webkit-scrollbar{width:5px}.schedule-drawer-body::-webkit-scrollbar-track{background:0 0}.schedule-drawer-body::-webkit-scrollbar-thumb{background:#d2d7dc;border-radius:10px}.schedule-drawer-body::-webkit-scrollbar-thumb:hover{background:#b8c0c8}@keyframes scheduleDrawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes scheduleOverlayIn{0%{opacity:0}to{opacity:1}}@media (width<=600px){.schedule-edit-drawer{width:100%}.schedule-drawer-header,.schedule-drawer-body,.schedule-drawer-footer{padding-left:20px;padding-right:20px}}.status-badge{cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-width:82px;height:28px;padding:0 9px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.status-badge.active{color:#267447;background:#effaf3;border:1px solid #bfe7ce}.status-badge.inactive{color:#bd4e4e;background:#fff3f3;border:1px solid #f0c8c8}.status-chevron{color:#728294;margin-left:2px;font-size:10px}.status-dropdown-menu{z-index:100;background:#fff;border:1px solid #dfe5eb;border-radius:6px;min-width:105px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 5px 16px #182d431f}.status-dropdown-option{color:#29445f;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;height:30px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.status-dot{background:#2fbd69;border-radius:50%;flex-shrink:0;width:6px;height:6px}.drawer-status-dropdown{width:100%;position:relative}.drawer-status-button{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #d7e0e9;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:14px;display:flex}.drawer-status-button:hover{border-color:#c5d1dc}.drawer-status-button.active{color:#28734a}.drawer-status-button.inactive{color:#c64f4f}.drawer-status-left{align-items:center;gap:8px;display:flex}.drawer-status-dot{background:#2fbd69;border-radius:50%;flex-shrink:0;width:7px;height:7px}.drawer-status-button.inactive .drawer-status-dot{background:#ed5d5d}.drawer-status-chevron{color:#708297;font-size:11px}.drawer-status-menu{z-index:200;background:#fff;border:1px solid #dfe5eb;border-radius:6px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 6px 18px #182d431f}.drawer-status-option{color:#29445f;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;height:34px;padding:0 9px;font-family:inherit;font-size:13px;display:flex}.drawer-status-option:hover{background:#f4f7fa}.drawer-status-option .drawer-status-dot.active{background:#2fbd69}.drawer-status-option .drawer-status-dot.inactive{background:#ed5d5d}.schedule-status-dropdown{display:inline-block;position:relative}.status-badge{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;min-width:94px;transition:all .2s;display:inline-flex}.status-chevron{opacity:.7;margin-left:2px;font-size:13px}.status-badge:hover{opacity:.85}.schedule-status-menu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:110px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0f172a1f}.schedule-status-option{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:15px;display:flex}.schedule-status-option:hover{background:#f3f4f6}.schedule-status-option .status-dot.active{background:#22c55e}.schedule-status-option .status-dot.inactive{background:#9ca3af}.amc-feature-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;margin-bottom:24px;display:grid}.amc-feature-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:14px;min-height:88px;padding:18px 20px;display:flex}.amc-feature-stat-icon span{font-size:22px;font-weight:700}.amc-feature-stat-content span{color:#6b7280;font-size:15px;font-weight:500}.amc-feature-stat-content strong{color:#111827;font-size:26px;font-weight:700;line-height:1.1}@media (width<=768px){.amc-feature-stat-grid{grid-template-columns:1fr;gap:12px}}.drawer-form-field.has-error input{color:#111827;background-color:#fff;border-color:#dc2626!important}.drawer-form-field.has-error input:focus{outline:none;box-shadow:0 0 0 2px #dc26261a;border-color:#dc2626!important}.display-order-error{color:#dc2626;margin-top:6px;font-size:12px;font-weight:500;line-height:1.4}.drawer-form-field input[name=display_order]{box-sizing:border-box;width:100%}.drawer-save-button:disabled{opacity:.6;cursor:not-allowed}.amc-feature-page{color:#10233f;box-sizing:border-box;background:#f7f8fa;min-height:100vh}.amc-feature-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.amc-feature-heading{flex-direction:column;display:flex}.amc-feature-breadcrumb{color:#10233f;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.amc-feature-breadcrumb-current{color:#10233f}.amc-feature-heading h1{color:#10233f;margin:0;font-size:30px;font-weight:700;line-height:1.2}.amc-feature-heading p{color:#60708a;margin:8px 0 0;font-size:14px}.add-amc-feature-button{color:#fff;cursor:pointer;background:#050505;border:none;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.add-amc-feature-button:hover{background:#181818}.amc-feature-stat-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:46px;display:grid}.amc-feature-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e0e4ea;border-radius:10px;align-items:center;gap:16px;min-height:88px;padding:18px;display:flex;box-shadow:0 3px 10px #0000000a}.amc-feature-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.amc-feature-stat-icon.active{color:#fff;background:#111}.amc-feature-stat-icon.inactive{color:#dc2626;background:#fee2e2}.amc-feature-stat-content{flex-direction:column;gap:4px;display:flex}.amc-feature-stat-content span{color:#60708a;font-size:13px}.amc-feature-stat-content strong{color:#10233f;font-size:27px;line-height:1}.amc-feature-table-wrapper{background:#fff;border:1px solid #dfe3e8;border-radius:10px;position:relative;overflow:visible}.amc-feature-table-header{box-sizing:border-box;border-bottom:1px solid #e3e6eb;justify-content:space-between;align-items:center;min-height:88px;padding:18px 20px;display:flex}.amc-feature-table-header h2{color:#10233f;margin:0;font-size:20px;font-weight:700}.amc-feature-table-header p{color:#68778c;margin:5px 0 0;font-size:13px}.amc-feature-search{width:340px}.amc-feature-search input{box-sizing:border-box;color:#10233f;background:#fff;border:1px solid #d5dae1;border-radius:6px;outline:none;width:100%;height:42px;padding:0 14px;font-size:13px}.amc-feature-search input:focus{border-color:#8d9aab}.amc-feature-table-container{width:100%;position:relative;overflow:auto visible}.amc-feature-table-container table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:950px}.amc-feature-table-container thead{background:#f6f8fb}.amc-feature-table-container th{text-align:left;letter-spacing:.5px;color:#60708a;border-bottom:1px solid #dfe3e8;height:42px;padding:0 18px;font-size:11px;font-weight:700}.amc-feature-table-container td{box-sizing:border-box;color:#263b57;vertical-align:middle;border-bottom:1px solid #e6e9ee;height:72px;padding:16px 18px;font-size:13px;position:relative;overflow:visible}.amc-feature-table-container tbody tr:last-child td{border-bottom:none}.amc-feature-table-container tbody tr:hover{background:#fafbfc}.amc-feature-table-container th:first-child,.amc-feature-table-container td:first-child{width:90px}.amc-feature-table-container th:nth-child(2),.amc-feature-table-container td:nth-child(2){width:34%}.amc-feature-table-container th:nth-child(3),.amc-feature-table-container td:nth-child(3){width:120px}.amc-feature-table-container th:nth-child(4),.amc-feature-table-container td:nth-child(4),.amc-feature-table-container th:nth-child(5),.amc-feature-table-container td:nth-child(5){width:15%}.amc-feature-table-container th:nth-child(6),.amc-feature-table-container td:nth-child(6){width:12%}.amc-feature-table-container th:nth-child(7),.amc-feature-table-container td:nth-child(7){width:100px}.amc-feature-info{flex-direction:column;gap:3px;min-width:0;display:flex}.amc-feature-name{color:#10233f;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:18px;overflow:hidden}.amc-feature-description{color:#77859a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;line-height:17px;overflow:hidden}.amc-feature-id-column{color:#475467;white-space:nowrap;font-size:14px;font-weight:600}.amc-feature-display-order{color:#344054;font-size:14px;font-weight:600}.amc-feature-status-dropdown{z-index:50;display:inline-block;position:relative}.amc-feature-status{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;min-width:105px;height:32px;padding:0 9px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.amc-feature-status.active{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.amc-feature-status.inactive{color:#dc2626;background:#fef2f2;border-color:#fecaca}.amc-feature-status.active:hover{background:#dcfce7}.amc-feature-status.inactive:hover{background:#fee2e2}.amc-feature-status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.amc-feature-status.active .amc-feature-status-dot{background:#22c55e}.amc-feature-status.inactive .amc-feature-status-dot{background:#ef4444}.amc-feature-status-arrow{margin-left:auto;transition:transform .2s}.amc-feature-status-arrow.open{transform:rotate(180deg)}.amc-feature-status-menu{box-sizing:border-box;z-index:999999;background:#fff;border:1px solid #e5e7eb;border-radius:7px;width:120px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 8px 20px #0000001a}.amc-feature-status-option{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 9px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.amc-feature-status-option:hover{background:#f3f4f6}.amc-feature-option-dot{border-radius:50%;width:6px;height:6px}.amc-feature-option-dot.active{background:#22c55e}.amc-feature-option-dot.inactive{background:#ef4444}.amc-feature-action-buttons{align-items:center;gap:8px;display:flex}.amc-feature-action-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.amc-feature-action-btn:hover{color:#111;background:#f3f4f6}.amc-feature-delete-btn:hover{color:#dc2626;background:#fef2f2}.no-amc-features{text-align:center;color:#68778c;font-size:13px;padding:40px!important}.no-amc-features.error{color:#dc2626}.amc-feature-table-footer{box-sizing:border-box;border-top:1px solid #e3e6eb;justify-content:space-between;align-items:center;min-height:70px;padding:14px 18px;display:flex}.amc-feature-table-footer>span{color:#60708a;font-size:13px}.amc-feature-pagination{align-items:center;gap:8px;display:flex}.amc-feature-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.amc-feature-pagination button:hover:not(:disabled){background:#f5f6f8}.amc-feature-pagination button:disabled{color:#c1c7ce;cursor:not-allowed;opacity:.7;background:#f8f9fa}.amc-feature-pagination .active-page{color:#fff;background:#050505;border-color:#050505}.amc-feature-overlay{z-index:9999;background:#0f172a6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.amc-feature-form-panel{box-sizing:border-box;overscroll-behavior:contain;background:#fff;width:430px;height:100vh;max-height:100vh;padding:28px;overflow:hidden auto;box-shadow:-8px 0 30px #0000001f}.amc-feature-form-header{border-bottom:1px solid #e4e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;display:flex}.amc-feature-form-header span{letter-spacing:.8px;color:#6b7789;font-size:10px;font-weight:700}.amc-feature-form-header h2{color:#10233f;margin:7px 0 0;font-size:23px}.amc-feature-form-header button{color:#667085;cursor:pointer;background:0 0;border:none;width:34px;height:34px;font-size:25px}.amc-feature-form{flex-direction:column;min-height:max-content;display:flex}.amc-feature-form-group{flex-direction:column;gap:7px;margin-bottom:22px;display:flex}.amc-feature-form-group>label{letter-spacing:.3px;color:#475569;margin-bottom:1px;font-size:12px;font-weight:700;display:block}.amc-feature-form-group input,.amc-feature-form-group textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d5dce5;border-radius:7px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:all .2s}.amc-feature-form-group input{height:44px;padding:0 13px}.amc-feature-form-group textarea{resize:vertical;min-height:110px;padding:12px 13px;line-height:1.5}.amc-feature-form-group input:focus,.amc-feature-form-group textarea:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b14}.amc-feature-form-group input::placeholder,.amc-feature-form-group textarea::placeholder{color:#94a3b8}.amc-feature-edit-status-wrapper{width:100%;position:relative}.amc-feature-edit-status-button{color:#172033;cursor:pointer;background:#fff;border:1px solid #d5dce5;border-radius:7px;align-items:center;gap:9px;width:100%;height:44px;padding:0 13px;font-size:14px;font-weight:500;display:flex}.amc-feature-edit-status-button:hover{border-color:#94a3b8}.amc-feature-edit-status-dot{border-radius:50%;width:8px;min-width:8px;height:8px}.amc-feature-edit-status-dot.active{background:#22c55e}.amc-feature-edit-status-dot.inactive{background:#94a3b8}.amc-feature-edit-status-arrow{color:#64748b;margin-left:auto;font-size:17px;transition:transform .2s}.amc-feature-edit-status-arrow.open{transform:rotate(180deg)}.amc-feature-edit-status-menu{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 8px 20px #0f172a1a}.amc-feature-edit-status-menu button{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:9px;width:100%;height:38px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.amc-feature-edit-status-menu button:hover{background:#f1f5f9}.amc-feature-form-actions{border-top:1px solid #e4e7eb;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:20px;padding-bottom:8px;display:flex}.amc-feature-discard-button,.amc-feature-save-button{cursor:pointer;border-radius:6px;height:40px;padding:0 18px;font-size:13px;font-weight:600}.amc-feature-discard-button{color:#24364f;background:#fff;border:1px solid #d5dbe3}.amc-feature-save-button{color:#fff;background:#050505;border:1px solid #050505}.amc-feature-save-button:hover{background:#1c1c1c}.amc-feature-save-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.amc-feature-page-header{flex-direction:column;gap:20px}.amc-feature-stat-grid{grid-template-columns:1fr}.amc-feature-search{width:250px}}@media (width<=600px){.amc-feature-table-header{flex-direction:column;align-items:flex-start;gap:15px}.amc-feature-search{width:100%}.amc-feature-form-panel{width:100%;padding:22px}}.amc-feature-status-cell{position:relative;overflow:visible!important}.status-dropdown-wrapper{display:inline-block;position:relative;overflow:visible}.status-badge{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-width:92px;height:32px;padding:0 10px;font-size:12px;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.status-badge.active{color:#16803c;background:#ecfdf3;border-color:#bbf7d0}.status-badge.inactive{color:#dc2626;background:#fef2f2;border-color:#fecaca}.status-badge:hover{filter:brightness(.97)}.status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-badge.active .status-dot{background:#22c55e}.status-badge.inactive .status-dot{background:#ef4444}.status-arrow{font-size:12px;line-height:1;transition:transform .15s}.status-arrow.open{transform:rotate(180deg)}.status-dropdown{z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:120px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 20px #0f172a1a,0 2px 6px #0f172a0f}.status-dropdown-option{color:#374151;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:9px 10px;font-size:12px;font-weight:500;display:flex}.status-dropdown-option:hover{background:#f3f4f6}.dropdown-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.active-dot{background:#22c55e}.inactive-dot{background:#ef4444}.display-order-error{color:#ef4444;margin-top:5px;font-size:12px;line-height:1.4;display:block}.amc-feature-form-group input.input-error{background-color:snow;border-color:#ef4444!important}.amc-feature-form-group input.input-error:focus{box-shadow:0 0 0 2px #ef44441a;border-color:#ef4444!important}.amc-feature-input-error{outline:none;box-shadow:0 0 0 1px #ef444414;border:1px solid #ef4444!important}.amc-feature-input-error:focus{box-shadow:0 0 0 2px #ef444414;border-color:#ef4444!important}.amc-feature-display-order-error{color:#ef4444;margin-top:5px;font-size:12px;line-height:1.4}
