:root{--primary:#0b5ed7;--primary-dark:#084298;--primary-light:#eaf2ff;--sidebar-bg:#0f172a;--sidebar-hover:#1e293b;--sidebar-active:#2563eb;--body-bg:#f5f7fb;--white:#fff;--text-dark:#172033;--text:#475569;--text-light:#94a3b8;--border:#e2e8f0;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow-sm:0 1px 3px #0f172a14;--shadow-md:0 4px 12px #0f172a14}.dashboard-layout{background:var(--body-bg);width:100%;min-height:100vh;display:flex}.sidebar{background:var(--sidebar-bg);width:260px;min-width:260px;height:100vh;color:var(--white);z-index:1000;flex-direction:column;display:flex;position:fixed;top:0;left:0}.sidebar-logo{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;height:80px;padding:0 22px;display:flex}.logo-box{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex}.sidebar-logo h2{color:#fff;margin:0;font-size:16px;font-weight:700}.sidebar-logo span{color:#94a3b8;margin-top:2px;font-size:11px;display:block}.sidebar-nav{flex:1;padding:20px 12px;overflow-y:auto}.nav-section-title{color:#64748b;letter-spacing:1px;padding:12px 12px 8px;font-size:10px;font-weight:700}.nav-item{color:#cbd5e1;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:44px;margin-bottom:4px;padding:0 13px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:flex}.nav-item:hover{background:var(--sidebar-hover);color:#fff}.nav-item.active{background:var(--sidebar-active);color:#fff}.nav-icon{justify-content:center;width:22px;font-size:16px;display:flex}.sidebar-footer{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:16px;display:flex}.user-avatar,.topbar-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.user-avatar{width:38px;height:38px;font-size:14px}.user-info{flex:1;min-width:0}.user-info strong{color:#fff;font-size:12px;display:block}.user-info span{color:#94a3b8;margin-top:2px;font-size:10px;display:block}.logout-button{color:#94a3b8;background:0 0;border:none;padding:5px;font-size:20px}.logout-button:hover{color:#fff}.dashboard-main{width:calc(100% - 260px);min-height:100vh;margin-left:260px}.topbar{border-bottom:1px solid var(--border);height:80px;box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;padding:0 30px;display:flex}.topbar-left{align-items:center;gap:15px;display:flex}.menu-button{border:1px solid var(--border);width:40px;height:40px;color:var(--text-dark);background:#fff;border-radius:8px;font-size:18px;display:none}.topbar h1{color:var(--text-dark);margin:0;font-size:21px;font-weight:700}.topbar-right{align-items:center;gap:22px;display:flex}.notification-button{background:0 0;border:none;border-radius:8px;width:40px;height:40px;font-size:18px;position:relative}.notification-badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:9px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.topbar-user{align-items:center;gap:10px;display:flex}.topbar-avatar{width:38px;height:38px;font-size:14px}.topbar-user-info strong{color:var(--text-dark);font-size:12px;display:block}.topbar-user-info span{color:var(--text-light);margin-top:2px;font-size:10px;display:block}.dashboard-content{padding:30px}.welcome-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:30px}.welcome-card h2{color:var(--text-dark);margin:0 0 8px;font-size:22px}.welcome-card p{color:var(--text);font-size:14px}@media (width<=900px){.sidebar{width:230px;min-width:230px}.dashboard-main{width:calc(100% - 230px);margin-left:230px}.topbar{padding:0 20px}.dashboard-content{padding:20px}}@media (width<=768px){.sidebar{width:260px;min-width:260px;transform:translate(-100%)}.dashboard-main{width:100%;margin-left:0}.menu-button{justify-content:center;align-items:center;display:flex}.topbar-user-info{display:none}.topbar{height:70px;padding:0 15px}.dashboard-content{padding:15px}}@media (width<=480px){.topbar h1{font-size:18px}.topbar p{font-size:10px}.topbar-right{gap:8px}.welcome-card{padding:20px}.welcome-card h2{font-size:18px}}.dashboard-page{width:100%}.page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.page-header h2{color:var(--text-dark);margin:0;font-size:24px;font-weight:700}.primary-button{background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:8px;padding:11px 17px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.primary-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);min-height:145px;box-shadow:var(--shadow-sm);border-radius:12px;padding:20px;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card-top{align-items:center;gap:10px;display:flex}.stat-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.stat-card-value{color:var(--text-dark);margin-top:14px;font-size:30px;font-weight:700;line-height:1}.stat-card-blue .stat-card-icon{background:#eaf2ff}.stat-card-green .stat-card-icon{background:#eaf8ef}.stat-card-orange .stat-card-icon{background:#fff4e5}.stat-card-purple .stat-card-icon{background:#f3edff}.stat-card-red .stat-card-icon{background:#ffeded}.stat-card-teal .stat-card-icon{background:#e7f8f7}.dashboard-section{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px}.section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px;display:flex}.section-header h3{color:var(--text-dark);margin:0;font-size:16px;font-weight:700}.section-header p{color:var(--text-light);margin-top:4px;font-size:11px}.view-all-button{color:var(--primary);background:0 0;border:none;font-size:12px;font-weight:600}.view-all-button:hover{text-decoration:underline}.activity-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:13px;padding:16px 0;display:flex}.activity-item:last-child{border-bottom:none}.activity-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.activity-icon.blue{background:#eaf2ff}.activity-icon.green{background:#eaf8ef}.activity-icon.orange{background:#fff4e5}.activity-content{flex:1;min-width:0}.activity-content strong{color:var(--text-dark);font-size:12px;display:block}.activity-content span{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:11px;display:block;overflow:hidden}.activity-item time{color:var(--text-light);white-space:nowrap;font-size:10px}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start}.primary-button{width:100%}.stats-grid{grid-template-columns:1fr;gap:14px}.activity-item time{display:none}}@media (width<=480px){.page-header h2{font-size:20px}.stat-card{min-height:130px;padding:17px}.stat-card-value{font-size:27px}.section-header{padding:16px}.activity-list{padding:4px 16px}}.data-card{background:var(--white);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden}.data-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.data-card-header>div:first-child{min-width:0}.data-card-header h3{color:var(--text-dark);margin:0;font-size:16px;font-weight:700}.data-card-header p{color:var(--text-light);margin-top:4px;font-size:11px}.search-box{flex-shrink:0;width:260px}.search-box input{border:1px solid var(--border);background:var(--white);width:100%;height:40px;color:var(--text-dark);border-radius:8px;outline:none;padding:0 13px;font-size:13px;transition:border-color .2s,box-shadow .2s}.search-box input::placeholder{color:var(--text-light)}.search-box input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0b5ed71a}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:50px 25px;display:flex}.empty-state-icon{background:var(--primary-light);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:28px;display:flex}.empty-state h3{color:var(--text-dark);margin:0;font-size:17px;font-weight:700}.empty-state p{max-width:430px;color:var(--text-light);margin:8px 0 18px;font-size:12px;line-height:1.6}.dashboard-content,.dashboard-main,.page-header,.page-header>div{min-width:0}.page-header .primary-button{flex-shrink:0;max-width:100%}@media (width<=900px){.data-card-header{flex-direction:column;align-items:flex-start}.search-box{width:100%;max-width:100%}}@media (width<=768px){.data-card-header{padding:17px}.empty-state{min-height:260px;padding:40px 18px}.empty-state-icon{width:58px;height:58px;font-size:25px}.empty-state h3{font-size:16px}.empty-state p{font-size:11px}.page-header .primary-button{width:100%}}@media (width<=480px){.data-card-header{gap:14px;padding:15px}.data-card-header h3{font-size:15px}.search-box input{height:38px;font-size:12px}.empty-state{min-height:240px;padding:35px 15px}.empty-state-icon{width:54px;height:54px;margin-bottom:13px;font-size:23px}.empty-state h3{font-size:15px}.empty-state p{margin-bottom:16px;font-size:10px}}.dashboard-main{overflow-x:hidden}.page-header{width:100%;max-width:100%}.page-header .primary-button{text-overflow:ellipsis;flex:0 auto;max-width:100%;overflow:hidden}.topbar{min-width:0;max-width:100%}.topbar-left,.topbar-right,.topbar-user{min-width:0}.topbar-user-info{min-width:0;max-width:140px;overflow:hidden}.topbar-user-info strong,.topbar-user-info span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=1200px){.dashboard-content{padding:25px}.topbar{padding:0 22px}.topbar-right{gap:14px}.topbar-user-info{max-width:110px}}@media (width<=900px){.dashboard-content{padding:20px}.page-header{gap:15px}.page-header .primary-button{flex-shrink:1}}@media (width<=768px){.dashboard-content{width:100%;padding:15px;overflow-x:hidden}.page-header{width:100%}.page-header .primary-button{width:100%;max-width:100%}.topbar-left,.topbar-left>div{min-width:0}.topbar h1,.topbar p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.sidebar{overflow:hidden}.sidebar-nav{scrollbar-width:thin;padding:12px;overflow:hidden auto}.nav-section-title{padding:8px 12px 5px}.nav-item{min-height:40px;margin-bottom:2px;padding:0 12px}@media (width>=901px){.sidebar-logo{flex-shrink:0;height:76px}.sidebar-nav{padding-top:10px;padding-bottom:10px}.nav-section-title{padding-top:7px;padding-bottom:4px}.nav-item{min-height:39px;margin-bottom:1px}.sidebar-footer{flex-shrink:0;padding:13px 16px}}@media (width>=901px) and (height<=750px){.sidebar-logo{height:70px}.sidebar-nav{padding-top:6px;padding-bottom:6px}.nav-section-title{padding-top:5px;padding-bottom:3px}.nav-item{min-height:36px;margin-bottom:0}.sidebar-footer{padding-top:10px;padding-bottom:10px}.user-avatar{width:34px;height:34px}}:root{--modern-bg:#f8fafc;--modern-card:#fff;--modern-border:#e8edf3;--modern-text:#0f172a;--modern-muted:#64748b;--modern-blue:#2563eb;--modern-blue-dark:#1d4ed8;--modern-shadow:0 2px 4px #0f172a08, 0 8px 24px #0f172a0d}.dashboard-layout,.dashboard-main,.dashboard-content{background:var(--modern-bg)}.topbar{border-bottom:1px solid var(--modern-border);height:72px;box-shadow:none;background:#fffffff5;padding:0 28px}.topbar h1{letter-spacing:-.3px;font-size:20px;font-weight:700}.topbar p{color:#94a3b8;margin-top:2px;font-size:11px}.notification-button{border-radius:10px}.notification-button:hover{background:#f1f5f9}.topbar-avatar{background:#2563eb;width:36px;height:36px;font-size:13px}.page-header{margin-bottom:22px}.page-header h2{letter-spacing:-.5px;font-size:25px;font-weight:750}.page-header p{color:#64748b;margin-top:5px;font-size:12px}.primary-button{background:var(--modern-blue);border-radius:9px;min-height:40px;padding:0 16px;font-size:12px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 1px 2px #2563eb26}.primary-button:hover{background:var(--modern-blue-dark);transform:translateY(-1px);box-shadow:0 5px 14px #2563eb2e}.stats-grid{gap:16px;margin-bottom:22px}.stat-card{border:1px solid var(--modern-border);background:var(--modern-card);min-height:142px;box-shadow:var(--modern-shadow);border-radius:14px;padding:19px;transition:transform .2s,border-color .2s,box-shadow .2s}.stat-card:hover{border-color:#dbe4ef;transform:translateY(-3px);box-shadow:0 4px 8px #0f172a0a,0 12px 30px #0f172a12}.stat-card-top{gap:10px}.stat-card-icon{border-radius:10px;width:38px;height:38px;font-size:17px}.stat-card-title{color:#64748b;font-size:12px;font-weight:600}.stat-card-value{letter-spacing:-.6px;color:#0f172a;margin-top:13px;font-size:29px;font-weight:750}.stat-card-description{color:#94a3b8;margin-top:8px;font-size:10px}.dashboard-section{border:1px solid var(--modern-border);box-shadow:var(--modern-shadow);background:#fff;border-radius:14px}.section-header{border-bottom:1px solid #eef2f7;padding:18px 20px}.section-header h3{font-size:15px}.section-header p{font-size:10px}.view-all-button{background:#eff6ff;border-radius:7px;padding:6px 9px;font-size:11px;transition:background .2s}.view-all-button:hover{background:#dbeafe;text-decoration:none}.activity-list{padding:3px 20px}.activity-item{padding:14px 0}.activity-icon{border-radius:10px;width:36px;height:36px}.activity-content strong{font-size:11px}.activity-content span{font-size:10px}.activity-item time{font-size:9px}.sidebar{background:#0b1220}.sidebar-logo{border-bottom:1px solid #ffffff0f;height:72px;padding:0 20px}.logo-box{background:#2563eb;border-radius:10px;width:38px;height:38px;box-shadow:0 5px 14px #2563eb40}.sidebar-logo h2{font-size:15px}.sidebar-logo span{font-size:10px}.sidebar-nav{padding:14px 10px}.nav-section-title{color:#64748b;padding:10px 12px 5px;font-size:9px}.nav-item{border-radius:9px;min-height:40px;margin-bottom:2px;padding:0 12px;font-size:12px}.nav-item.active{background:#2563eb;box-shadow:0 4px 12px #2563eb2e}.nav-item:hover{background:#172236}.nav-item.active:hover{background:#2563eb}.nav-icon{width:21px;font-size:15px}.sidebar-footer{border-top:1px solid #ffffff0f;padding:13px 14px}.user-avatar{background:#2563eb;width:36px;height:36px;font-size:13px}.user-info strong{font-size:11px}.user-info span{font-size:9px}.logout-button{font-size:18px}.data-card{border-color:var(--modern-border);box-shadow:var(--modern-shadow);border-radius:14px}.data-card-header{background:#fff;padding:18px 20px}.data-card-header h3{font-size:15px}.data-card-header p{font-size:10px}.search-box input{background:#f8fafc;border-color:#e5eaf0;border-radius:9px;height:38px;font-size:12px}.search-box input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.empty-state{min-height:290px;padding:45px 25px}.empty-state-icon{background:#eff6ff;border-radius:14px;width:58px;height:58px;margin-bottom:14px;font-size:25px}.empty-state h3{font-size:16px}.empty-state p{color:#94a3b8;margin-top:7px;font-size:11px}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.data-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:900px}.data-table thead{background:#f8fafc}.data-table th{text-align:left;white-space:nowrap;color:#64748b;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--modern-border);padding:13px 14px;font-size:10px;font-weight:700}.data-table td{color:#475569;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px;font-size:11px}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child td{border-bottom:none}.table-customer{align-items:center;gap:10px;min-width:220px;display:flex}.table-avatar{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.table-customer>div:last-child{min-width:0}.table-customer strong{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:650;display:block;overflow:hidden}.table-customer span{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9px;display:block;overflow:hidden}.code-badge{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:6px;align-items:center;padding:5px 8px;font-size:9px;font-weight:650;display:inline-flex}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:9px;font-weight:650;display:inline-flex}.status-active{color:#15803d;background:#ecfdf3}.status-inactive{color:#64748b;background:#f1f5f9}.actions-column{text-align:center!important}.table-actions{white-space:nowrap;justify-content:center;align-items:center;gap:5px;display:flex}.action-button{background:#fff;border:1px solid #e5eaf0;border-radius:7px;justify-content:center;align-items:center;width:29px;height:29px;padding:0;font-size:12px;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.action-button:hover{transform:translateY(-1px)}.action-button.view:hover{background:#eff6ff;border-color:#bfdbfe}.action-button.edit:hover{background:#fffbeb;border-color:#fde68a}.action-button.delete:hover{background:#fef2f2;border-color:#fecaca}.table-footer{border-top:1px solid var(--modern-border);color:#94a3b8;background:#fff;justify-content:space-between;align-items:center;gap:15px;padding:14px 20px;font-size:10px;display:flex}.table-footer strong{color:#475569;font-weight:650}.pagination{align-items:center;gap:5px;display:flex}.pagination-button{color:#64748b;background:#fff;border:1px solid #e5eaf0;border-radius:7px;justify-content:center;align-items:center;min-width:29px;height:29px;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex}.pagination-button:hover{background:#f8fafc}.pagination-button.active{border-color:var(--primary);background:var(--primary);color:#fff}@media (width<=900px){.data-table{min-width:850px}.data-table th,.data-table td{padding:12px}}@media (width<=768px){.table-wrapper{border-top:1px solid #f1f5f9}.data-table{min-width:800px}.table-footer{padding:13px 15px}}html,body,#root,.dashboard-layout{width:100%;max-width:100%;overflow-x:hidden}.dashboard-main{max-width:calc(100% - 260px);overflow-x:hidden}.dashboard-content{width:100%;max-width:100%;overflow-x:hidden}.table-wrapper{width:100%;max-width:100%;overflow-x:auto}@media (width<=900px){.dashboard-main{max-width:calc(100% - 230px)}}@media (width<=768px){.dashboard-main{width:100%;max-width:100%}}.login-page{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 35%),radial-gradient(circle at 100% 100%,#0ea5e91a,#0000 35%),#f5f7fb;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:430px;padding:38px;box-shadow:0 20px 50px #0f172a1a}.login-logo{align-items:center;gap:14px;margin-bottom:32px;display:flex}.login-logo-box{color:#fff;background:linear-gradient(135deg,#2563eb,#0b5ed7);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;font-weight:800;display:flex;box-shadow:0 8px 20px #2563eb40}.login-logo h1{color:#172033;margin:0;font-size:20px;font-weight:750;line-height:1.2}.login-logo span{color:#94a3b8;margin-top:4px;font-size:12px;font-weight:500;display:block}.login-heading{margin-bottom:25px}.login-heading h2{color:#172033;margin:0 0 8px;font-size:30px;font-weight:750;line-height:1.2}.login-heading p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.5}.login-form{flex-direction:column;gap:19px;display:flex}.form-group input{color:#172033;background:#fff;border:1px solid #dbe2ea;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:#a0aec0}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.login-button{color:#fff;background:linear-gradient(135deg,#2563eb,#0b5ed7);border:none;border-radius:10px;width:100%;height:48px;margin-top:4px;font-size:14px;font-weight:650;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 8px 18px #2563eb33}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #2563eb40}.login-button:disabled{cursor:not-allowed;opacity:.65}.login-footer{color:#94a3b8;justify-content:center;align-items:center;gap:8px;margin-top:26px;font-size:11px;display:flex}@media (width<=480px){.login-page{padding:20px 14px}.login-card{border-radius:16px;padding:28px 22px}.login-heading h2{font-size:26px}.login-logo{margin-bottom:26px}}.customer-form-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.customer-form-modal{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:100%;max-width:760px;max-height:calc(100vh - 48px);animation:.2s ease-out customerFormOpen;overflow-y:auto;box-shadow:0 25px 60px #0f172a38}@keyframes customerFormOpen{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.customer-form-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:24px 26px;display:flex}.customer-form-header h3{color:#172033;margin:0;font-size:22px;font-weight:700}.customer-form-header p{color:#64748b;margin-top:6px;font-size:13px}.form-close-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background .2s,color .2s,border-color .2s;display:flex}.form-close-button:hover{color:#172033;background:#f1f5f9;border-color:#cbd5e1}.customer-form{padding:24px 26px 26px}.form-section-title{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;margin-bottom:18px;font-size:13px;font-weight:700}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#334155;font-size:13px;font-weight:600}.form-group input,.form-group textarea{color:#172033;background:#fff;border:1px solid #d7dee8;border-radius:9px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input{height:46px}.form-group textarea{resize:vertical;min-height:90px}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:hover,.form-group textarea:hover{border-color:#b8c4d4}.customer-form-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;margin-top:26px;padding-top:20px;display:flex}.secondary-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #d7dee8;border-radius:9px;height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s,color .2s}.secondary-button:hover{color:#172033;background:#f8fafc;border-color:#cbd5e1}.customer-form-actions .primary-button{border-radius:9px;height:44px;padding:0 20px}@media (width<=700px){.customer-form-overlay{align-items:flex-start;padding:15px}.customer-form-modal{border-radius:14px;max-height:calc(100vh - 30px)}.customer-form-header,.customer-form{padding:20px}.form-grid{grid-template-columns:1fr;gap:16px}.form-group.full-width{grid-column:auto}.customer-form-actions{flex-direction:column-reverse}.customer-form-actions button{width:100%}}.customer-details-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(760px,100vw - 40px);max-height:90vh;animation:.2s ease-out customerDetailsFadeIn;display:flex;overflow:hidden;box-shadow:0 25px 70px #0f172a40}@keyframes customerDetailsFadeIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.customer-details-title{align-items:center;gap:14px;display:flex}.customer-details-title h3{color:#172033;margin:0;font-size:20px;font-weight:700}.customer-details-title p{color:#94a3b8;margin:4px 0 0;font-size:13px}.customer-details-avatar{color:#2563eb;background:#eaf2ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.customer-details-content{padding:24px 28px;overflow-y:auto}.details-section-title{color:#2563eb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:700}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:16px}.detail-item span:first-child{color:#64748b;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.detail-item>strong{color:#172033;word-break:break-word;font-size:14px;font-weight:600;display:block}.address-title{margin-top:24px}.customer-address{color:#334155;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-height:70px;padding:16px;font-size:14px;line-height:1.6}.customer-details-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;padding:16px 28px;display:flex}@media (width<=700px){.customer-details-modal{border-radius:14px;width:calc(100vw - 24px);max-height:92vh}.customer-details-content{padding:20px}.details-grid{grid-template-columns:1fr}.customer-details-footer{padding:14px 20px}}@media (width<=480px){.customer-details-title h3{font-size:17px}.customer-details-avatar{width:42px;height:42px}}.customer-details-modal{max-height:calc(100vh - 40px);overflow:hidden auto}.customer-details-modal::-webkit-scrollbar{width:7px}.customer-details-modal::-webkit-scrollbar-track{background:#f1f3f7;border-radius:10px}.customer-details-modal::-webkit-scrollbar-thumb{background:#c5ccd8;border-radius:10px}.customer-details-modal::-webkit-scrollbar-thumb:hover{background:#9da7b8}.customer-form-overlay{padding:20px;overflow:hidden auto}@media (width<=768px){.customer-details-modal{width:100%;max-width:100%;max-height:calc(100vh - 30px)}.customer-form-overlay{padding:15px}}.menu-button{cursor:pointer;z-index:1100;flex-shrink:0;position:relative}.menu-button span{background:#172033;border-radius:2px;width:18px;height:2px;margin:3px auto;transition:transform .2s,opacity .2s;display:block}.sidebar-overlay{z-index:999;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0f172a8c;border:none;outline:none;width:100%;height:100%;margin:0;padding:0;position:fixed;inset:0}@media (width<=768px){.sidebar{z-index:1000;width:260px;min-width:260px;box-shadow:none;visibility:hidden;transition:transform .28s,box-shadow .28s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.sidebar.sidebar-open{visibility:visible;transform:translate(0);box-shadow:8px 0 30px #0003}.sidebar-close-button{color:#fff;cursor:pointer;z-index:1100;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:25px;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:14px;right:12px}.sidebar-close-button:hover{background:#ffffff29;transform:scale(1.05)}.sidebar-logo{padding-right:58px}.menu-button{border:1px solid var(--modern-border);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:flex}.menu-button:hover{background:#f8fafc}.menu-button:active{transform:scale(.96)}.menu-button span{background:#172033;width:19px;height:2px;margin:2.5px 0}.dashboard-main{width:100%;min-width:0;max-width:100%;margin-left:0;overflow-x:hidden}.topbar{z-index:10;gap:10px;width:100%;max-width:100%;padding:0 15px;position:relative}.topbar-left{flex:1;min-width:0}.topbar-left>div{min-width:0}.topbar h1{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.topbar p{white-space:nowrap;text-overflow:ellipsis;max-width:190px;overflow:hidden}.topbar-right{flex-shrink:0}.dashboard-content{width:100%;max-width:100%;padding:15px;overflow-x:hidden}.dashboard-page,.stats-grid,.dashboard-section,.page-header{max-width:100%}}@media (width<=480px){.sidebar{width:280px;min-width:280px}.menu-button{width:38px;min-width:38px;height:38px}.topbar{height:64px;padding:0 12px}.topbar-left{gap:9px}.topbar h1{max-width:145px;font-size:18px}.topbar p{max-width:150px;font-size:10px}.notification-button{width:36px;height:36px}.topbar-avatar{width:34px;height:34px}.dashboard-content{padding:12px}}@media (width<=360px){.sidebar{width:270px;min-width:270px}.topbar{padding:0 10px}.topbar h1{max-width:115px;font-size:17px}.topbar p{display:none}.topbar-right{gap:4px}.dashboard-content{padding:10px}}.sidebar-close-button,.menu-button{display:none}@media (width<=768px){.dashboard-layout{width:100%;min-width:0;overflow-x:hidden}.dashboard-main{width:100%;min-width:0;max-width:100%;margin-left:0;overflow-x:hidden}.sidebar{visibility:hidden;z-index:1000;width:280px;min-width:280px;height:100dvh;max-height:100dvh;box-shadow:none;flex-direction:column;transition:transform .28s,box-shadow .28s,visibility .28s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-110%)}.sidebar.sidebar-open{visibility:visible;transform:translate(0);box-shadow:10px 0 35px #00000040}.sidebar-logo{flex:none;width:100%;padding-right:58px}.sidebar-close-button{color:#fff;cursor:pointer;z-index:1100;background:#ffffff14;border:1px solid #ffffff26;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:25px;font-weight:400;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:14px;right:12px}.sidebar-close-button:hover{background:#ffffff29;transform:scale(1.04)}.sidebar-close-button:active{transform:scale(.94)}.sidebar-nav{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;flex:auto;width:100%;min-height:0;padding-top:8px;padding-bottom:20px;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#94a3b88c}.sidebar-footer{z-index:5;background:#0b1220;flex:none;width:100%;position:relative}.sidebar-overlay{z-index:999;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0f172a94;border:none;outline:none;width:100%;height:100%;margin:0;padding:0;position:fixed;inset:0}.menu-button{color:#172033;cursor:pointer;z-index:20;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #dbe3ef;border-radius:9px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:40px;min-width:40px;height:40px;padding:0;transition:background .2s,transform .15s;display:flex}.menu-button span{background:#172033;border-radius:3px;width:19px;height:2px;margin:0;transition:transform .2s,opacity .2s;display:block}.menu-button:hover{background:#f8fafc}.menu-button:active{transform:scale(.94)}.topbar{z-index:10;gap:10px;width:100%;min-width:0;max-width:100%;padding:0 15px;position:relative}.topbar-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.topbar-left>div{min-width:0}.topbar h1{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.topbar p{white-space:nowrap;text-overflow:ellipsis;max-width:190px;overflow:hidden}.topbar-right{flex-shrink:0}.dashboard-content{width:100%;min-width:0;max-width:100%;padding:15px;overflow-x:hidden}.dashboard-content>*{min-width:0;max-width:100%}.dashboard-page{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.page-header{gap:12px;width:100%;min-width:0}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}}@media (width<=480px){.sidebar{width:280px;min-width:280px}.topbar{gap:8px;min-height:64px;padding-left:12px;padding-right:12px}.topbar-left{gap:8px}.menu-button{width:38px;min-width:38px;height:38px}.topbar h1{max-width:145px;font-size:18px}.topbar p{max-width:150px;font-size:10px}.notification-button{width:36px;min-width:36px;height:36px}.topbar-avatar{width:34px;height:34px}.topbar-user-info{display:none}.dashboard-content{padding:12px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-card{width:100%;min-width:0}.page-header{flex-direction:column;align-items:flex-start;width:100%}.page-header-actions{width:100%}.page-header-actions button{max-width:100%}}@media (width<=360px){.sidebar{width:270px;min-width:270px}.topbar{padding-left:10px;padding-right:10px}.topbar h1{max-width:115px;font-size:17px}.topbar p{display:none}.topbar-right{gap:4px}.dashboard-content{padding:10px}.stats-grid{gap:10px}}@media (width<=340px){.sidebar{width:260px;min-width:260px}.menu-button{width:36px;min-width:36px;height:36px}.topbar h1{max-width:100px;font-size:16px}.dashboard-content{padding:8px}.stats-grid{gap:8px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}
