body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;font-family:system-ui,sans-serif;height:100vh;justify-content:center}.login-card{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0000001a;max-width:360px;padding:28px;width:100%}.login-title{margin:0;text-align:center}.login-subtitle{color:#666;font-size:14px;margin-bottom:20px;text-align:center}.form-group{margin-bottom:16px}.form-group label{color:#333;display:block;font-size:14px;margin-bottom:6px}.form-group input{border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;padding:10px;width:100%}.form-group input:focus{border-color:#4a90e2}button{background:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;padding:10px;width:100%}button:disabled{background:#9bbce2;cursor:not-allowed}.login-error{background:#ffe5e5;border-radius:4px;color:#b30000;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.header{background:#fff;box-shadow:0 2px 8px #0000000d;height:60px;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header,.header-left{align-items:center;display:flex}.header-left{gap:12px}.logo{font-size:18px;font-weight:700}.header-right{align-items:center;display:flex;gap:12px}.username{color:#555;font-size:14px}.icon-btn{background:none;border:none;color:#000;cursor:pointer;font-size:22px}.icon-btn:hover{color:#2563eb}.logout-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 12px}.logout-btn:hover{background:#dc2626}.sidebar{background:#0f172a;height:calc(100vh - 60px);left:0;overflow-x:hidden;position:fixed;top:60px;transition:width .3s ease;z-index:999}.sidebar.collapsed{width:64px}.sidebar.open{width:240px}.sidebar-item{align-items:center;color:#cbd5e1;display:flex;gap:14px;padding:14px 16px;text-decoration:none;white-space:nowrap}.sidebar-item:hover{background:#ffffff14}.sidebar-item.active{background:#2563eb;color:#fff}.icon{font-size:18px;min-width:24px;text-align:center}.text{font-size:14px}.app-layout{display:flex}.app-main{flex:1 1;margin-left:64px;transition:margin-left .3s ease}.app-main.shifted{margin-left:240px}.page-content{background:#f5f7fb;min-height:calc(100vh - 60px);padding:24px}.modules-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.modules-grid{grid-template-columns:1fr}}.module-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;display:flex;gap:18px;padding:24px;transition:all .25s ease}.module-card:hover{border-color:#2563eb;box-shadow:0 16px 32px #0000001f;transform:translateY(-4px)}.module-icon{align-items:center;background:#2563eb;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:52px;justify-content:center;width:52px}.module-content h3{font-size:16px;margin:0 0 6px}.module-content p{color:#6b7280;font-size:14px;margin:0}.users-toolbar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:24px;padding:18px 20px}.users-title{color:#111827;font-size:22px;font-weight:600;margin:0}.users-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.users-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.user-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:18px;transition:all .25s ease}.user-card:hover{box-shadow:0 12px 28px #00000014;transform:translateY(-4px)}.user-avatar{align-items:center;background:#2563eb;border-radius:12px;color:#fff;display:flex;font-size:18px;font-weight:600;height:48px;justify-content:center;width:48px}.user-name{color:#111827;font-weight:600}.user-role{color:#6b7280;font-size:14px}.add-user-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 8px 20px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:500;max-width:300px;padding:10px 18px;transition:all .2s ease}.add-user-btn:hover{box-shadow:0 12px 28px #2563eb59;transform:translateY(-1px)}.modal-overlay{align-items:center;background:#0f172a99;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.modal{border-radius:14px;max-width:420px;padding:28px;position:relative;width:100%}.modal-title{margin-bottom:16px}.modal-close{background:none;border:none;cursor:pointer;font-size:18px;position:absolute;right:16px;top:14px}.edit-form label{display:flex;flex-direction:column;font-size:14px;margin-bottom:12px}.edit-form input,.edit-form select{border:1px solid #d1d5db;border-radius:6px;padding:8px}.modal-actions{margin-top:20px}.btn-primary{border-radius:6px;padding:8px 14px}.btn-primary:hover{background:#1e40af}.btn-secondary{border-radius:6px;padding:8px 14px}.products-toolbar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:24px;padding:18px 20px}.products-title{color:#111827;font-size:22px;font-weight:600;margin:0}.products-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.products-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#f9fafb}.products-table td,.products-table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:14px 16px;text-align:left;white-space:nowrap}.products-table th{color:#374151;font-weight:600}.products-table tbody tr:hover{background:#f9fafb}.status-badge{border-radius:999px;font-size:12px;font-weight:600;padding:4px 10px}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fee2e2;color:#991b1b}.btn-primary{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;max-width:300px;padding:10px 16px}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#e5e7eb;border:none;border-radius:8px;color:#111827;cursor:pointer;padding:10px 16px}.modal-backdrop{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#fff;border-radius:12px;padding:24px;width:420px}.form-group{display:flex;flex-direction:column;margin-bottom:14px}.form-group label{color:#374151;font-size:13px;margin-bottom:4px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.switch{display:inline-block;height:24px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#e5e7eb;border-radius:999px;cursor:pointer;inset:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.switch input:checked+.slider{background-color:#22c55e}.switch input:checked+.slider:before{transform:translateX(20px)}.csv-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.csv-modal{background:#fff;border-radius:12px;padding:24px;width:420px}.csv-dropzone{border:2px dashed #cbd5e1;border-radius:10px;cursor:pointer;margin-top:16px;padding:40px 20px;text-align:center;transition:all .2s ease}.csv-dropzone.dragging{background:#f0f9ff;border-color:#2563eb}.csv-dropzone p{color:#111827;font-weight:600;margin:0}.csv-dropzone span{color:#6b7280;font-size:14px}.csv-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}
/*# sourceMappingURL=main.85084f8c.css.map*/