@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*,:after,:before{box-sizing:border-box}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#dbeafe;--background:#f8fafc;--surface:#fff;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--success:#10b981;--warning:#f59e0b;--error:#ef4444}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--background);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}button,input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.btn-primary{align-items:center;background-color:#2563eb;background-color:var(--primary);border:none;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 1.25rem;transition:all .2s}.btn-primary:hover{background-color:#1d4ed8;background-color:var(--primary-hover)}.btn-secondary{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;color:#0f172a;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:400;gap:.5rem;justify-content:center;padding:.625rem 1.25rem;transition:all .2s}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1}.form-input{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.45rem;font-size:.8125rem;line-height:1.35;min-height:2.25rem;padding:.48rem .95rem;transition:all .2s;width:100%}.form-input:disabled{background-color:#f1f5f9;border-color:#e2e8f0;color:#64748b;cursor:not-allowed}.form-input:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-input::placeholder{color:#94a3b8}.form-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.45rem;cursor:pointer;font-size:.8125rem;line-height:1.35;min-height:2.25rem;padding:.48rem 2.3rem .48rem .95rem;transition:all .2s;width:100%}.form-select:disabled{background-color:#f1f5f9;border-color:#e2e8f0;color:#64748b;cursor:not-allowed}.form-select:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-textarea{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;font-size:.875rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-textarea:disabled{background-color:#f1f5f9;border-color:#e2e8f0;color:#64748b;cursor:not-allowed}.no-date-icon::-webkit-calendar-picker-indicator{display:none;opacity:0}.no-date-icon::-webkit-inner-spin-button{display:none}.card{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 1px 3px #0000000d}.badge{align-items:center;border-radius:.375rem;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .625rem}.badge-success{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.badge-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#d97706}.badge-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.badge-secondary{background-color:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.badge-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a99;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:50}.modal-content{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.order-detail-overlay{align-items:flex-start;padding-bottom:.5rem;padding-top:.5rem}@media (min-width:768px){.order-detail-overlay{padding-bottom:1.5rem;padding-top:1.5rem}}.order-detail-modal{height:calc(100vh - 1.5rem);max-height:calc(100vh - 1.5rem)}@media (min-width:768px){.order-detail-modal{height:calc(100vh - 3rem);max-height:calc(100vh - 3rem)}}.animate-fade-in{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.dca2cc4c.css.map*/