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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.app{display:flex;min-height:100vh}.sidebar{background:#1a1a2e;color:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:fixed;transition:width .3s ease;width:240px;z-index:100}.sidebar.collapsed{width:60px}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:16px}.sidebar-header h1{color:#fff;font-size:18px;font-weight:700;overflow:hidden;white-space:nowrap}.collapse-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s;width:28px}.collapse-btn:hover{background:#4361ee}.nav{flex:1 1;padding:12px 8px}.nav-link{align-items:center;border-radius:6px;color:#ffffffb3;display:flex;gap:10px;margin-bottom:2px;overflow:hidden;padding:12px;text-decoration:none;transition:all .2s;white-space:nowrap}.sidebar.collapsed .nav-link{justify-content:center;padding:12px}.nav-link:hover{background:#ffffff0d;color:#fff}.nav-link.active{background:#4361ee;color:#fff}.sidebar.collapsed .nav-link span{display:none}.main-content{flex:1 1;margin-left:240px;min-height:100vh;padding:16px;transition:margin-left .3s ease}.sidebar-collapsed .main-content{margin-left:60px}.mobile-menu-btn{align-items:center;background:#4361ee;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;height:40px;justify-content:center;left:10px;position:fixed;top:10px;width:40px;z-index:101}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:16px;padding:16px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.card-title{fontSize:18px;color:#1a1a2e;font-weight:600}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.btn-primary{background:#4361ee;color:#fff}.btn-primary:hover{background:#3651d4}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.btn-sm{font-size:12px;padding:4px 10px}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}.table th{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase}.table tr:hover{background:#f9fafb}.form-group{margin-bottom:14px}.form-label{fontSize:13px;color:#374151;display:block;font-weight:500;margin-bottom:4px}.form-input,.form-select,.form-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:13px;padding:8px 12px;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4361ee;outline:none}.form-textarea{min-height:60px;resize:vertical}.badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:500;padding:3px 8px}.badge-new{background:#dbeafe;color:#1e40af}.badge-processing{background:#fef3c7;color:#92400e}.badge-ready{background:#d1fae5;color:#065f46}.badge-delivered{background:#e0e7ff;color:#3730a3}.badge-cancelled{background:#fee2e2;color:#991b1b}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:16px}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:14px}.stat-label{color:#6b7280;font-size:12px;margin-bottom:4px}.stat-value{color:#1a1a2e;font-size:20px;font-weight:700}.stat-change{font-size:11px;margin-top:4px}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;max-height:90vh;max-width:560px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px 18px}.modal-title{font-size:16px;font-weight:600}.modal-body{padding:18px}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:14px 18px}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.search-input{flex:1 1;min-width:160px}@media (max-width:1024px){.sidebar{width:60px}.sidebar .nav-link span,.sidebar .sidebar-header h1{display:none}.sidebar .nav-link,.sidebar .sidebar-header{justify-content:center}.sidebar .nav-link{padding:12px}.main-content{margin-left:60px}.collapse-btn{display:none}.mobile-menu-btn{display:flex}}.settings-page{max-width:600px}.settings-page .page-header{margin-bottom:20px}.settings-page .page-header h1{color:#1a1a2e;font-size:24px;font-weight:700}.settings-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:16px;padding:20px}.settings-section .section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;margin-bottom:16px;padding-bottom:12px}.settings-section .section-header h2{color:#1a1a2e;font-size:16px;font-weight:600}.settings-section .section-header svg{color:#4361ee}.setting-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:12px 0}.setting-item:last-child{border-bottom:none}.setting-info label{color:#1a1a2e;display:block;font-weight:500;margin-bottom:4px}.setting-info p{color:#6b7280;font-size:12px}.toggle{display:inline-block;flex-shrink:0;height:26px;position:relative;width:48px}.toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.toggle input:checked+.toggle-slider{background-color:#4361ee}.toggle input:checked+.toggle-slider:before{transform:translateX(22px)}.settings-actions{margin-top:20px}.settings-actions .btn{font-size:14px;padding:10px 20px}.settings-actions .message{border-radius:8px;font-size:13px;margin-top:10px;padding:10px 14px}.settings-actions .message.success{background:#d1fae5;color:#065f46}.settings-actions .message.error{background:#fee2e2;color:#991b1b}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.settings-page .loading{color:#6b7280;padding:40px;text-align:center}.loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#4361ee;height:40px;margin-bottom:16px;width:40px}.discount-name{align-items:center;display:flex;font-weight:500;gap:8px}.discount-description{color:#6b7280;font-size:12px;margin-top:4px}.badge-percent{background:#dbeafe;color:#1e40af}.badge-fixed{background:#d1fae5;color:#065f46}.btn-toggle{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.btn-toggle.active{background:#10b981;border-color:#10b981;color:#fff}.text-muted{color:#6b7280;font-size:12px}.action-buttons{display:flex;gap:4px}.btn-icon{align-items:center;background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s;width:28px}.btn-icon:hover{background:#e5e7eb}.btn-icon.delete:hover{background:#fee2e2;color:#dc2626}.empty-state{color:#6b7280;padding:60px 20px;text-align:center}.empty-state svg{opacity:.5}.empty-state p,.empty-state svg{margin-bottom:16px}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.form-group.full-width{grid-column:span 2}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:8px}.checkbox-label input[type=checkbox]{width:auto}.btn-close{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.btn-close:hover{background:#e5e7eb}.header-actions{display:flex;gap:8px}code{background:#f3f4f6;border-radius:4px;font-family:monospace;font-size:12px;padding:2px 6px}.message{align-items:center;border-radius:8px;display:flex;font-size:13px;justify-content:space-between;margin-bottom:16px;padding:10px 14px}.message.success{background:#d1fae5;color:#065f46}.message.error{background:#fee2e2;color:#991b1b}.message button{background:none;border:none;cursor:pointer;opacity:.7}.message button:hover{opacity:1}
/*# sourceMappingURL=main.8272b40a.css.map*/