.Dashboard-module__4ie56W__container{flex-direction:column;gap:2rem;display:flex}.Dashboard-module__4ie56W__header{margin-bottom:1rem}.Dashboard-module__4ie56W__title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.Dashboard-module__4ie56W__subtitle{color:var(--muted-foreground)}.Dashboard-module__4ie56W__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.Dashboard-module__4ie56W__statValue{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Dashboard-module__4ie56W__statLabel{color:var(--muted-foreground);font-size:.875rem}.Dashboard-module__4ie56W__section{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__4ie56W__sectionTitle{font-size:1.5rem;font-weight:600}.Dashboard-module__4ie56W__tableCard{min-height:200px}.Dashboard-module__4ie56W__placeholderTable{height:100%;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}
.Table-module__IK6qEq__tableContainer{border-radius:var(--radius);border:1px solid var(--border);background:#fff;width:100%;overflow-x:auto}.Table-module__IK6qEq__table{border-collapse:collapse;width:100%;font-size:.9rem}.Table-module__IK6qEq__table th{text-align:left;color:#64748b;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:1rem;font-size:.8rem;font-weight:600}.Table-module__IK6qEq__table td{border-bottom:1px solid var(--border);color:#334155;padding:1rem}.Table-module__IK6qEq__table tr:last-child td{border-bottom:none}.Table-module__IK6qEq__table tr:hover td{background:#f8fafc}
.Button-module__VMVMAW__button{border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.Button-module__VMVMAW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__VMVMAW__primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 1px 2px #0000000d}.Button-module__VMVMAW__primary:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 6px -1px #7c3aed33}.Button-module__VMVMAW__secondary{color:#0f172a;background:#fff;border:1px solid #cbd5e1;box-shadow:0 1px 2px #0000000d}.Button-module__VMVMAW__secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.Button-module__VMVMAW__danger{color:#ef4444;background:#fee2e2;border:1px solid #fecaca}.Button-module__VMVMAW__danger:hover:not(:disabled){color:#dc2626;background:#fecaca}
.Card-module__QRy0Sa__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.Card-module__QRy0Sa__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Card-module__QRy0Sa__header{border-bottom:1px solid var(--border);background-color:#fafafa;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Card-module__QRy0Sa__title{letter-spacing:-.01em;color:var(--foreground);font-size:1.1rem;font-weight:600}.Card-module__QRy0Sa__content{flex:1;padding:1.5rem}
.Input-module__rdnxQa__inputContainer{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Input-module__rdnxQa__label{color:#334155;font-size:.875rem;font-weight:600}.Input-module__rdnxQa__input{background:var(--input);color:var(--foreground);border-radius:var(--radius);border:1px solid #cbd5e1;width:100%;padding:.75rem;font-size:.95rem;transition:all .2s}.Input-module__rdnxQa__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.Input-module__rdnxQa__input::placeholder{color:var(--muted-foreground);opacity:.7}
.CreateOrderForm-module__yqIM4a__inputContainer{flex-direction:column;gap:.5rem;display:flex;position:relative}.CreateOrderForm-module__yqIM4a__label{color:var(--muted-foreground);font-size:.875rem;font-weight:600}.CreateOrderForm-module__yqIM4a__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--input);color:var(--foreground);outline:none;padding:.75rem;font-size:1rem;transition:border-color .15s}.CreateOrderForm-module__yqIM4a__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.CreateOrderForm-module__yqIM4a__dropdown{border:1px solid var(--border);border-radius:var(--radius);z-index:50;background:#fff;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.CreateOrderForm-module__yqIM4a__dropdownItem{cursor:pointer;padding:.75rem 1rem;transition:background .1s}.CreateOrderForm-module__yqIM4a__dropdownItem:hover{background:var(--accent)}.CreateOrderForm-module__yqIM4a__dropdownItem:not(:last-child){border-bottom:1px solid var(--border)}.CreateOrderForm-module__yqIM4a__hint{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}
.Modal-module__weKyha__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#0f172a66;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.15s ease-out Modal-module__weKyha__fadeIn;display:flex;position:fixed;top:0;left:0}.Modal-module__weKyha__modal{border:1px solid var(--border);border-radius:var(--radius);background:#fff;width:90%;max-width:500px;max-height:90vh;animation:.15s ease-out Modal-module__weKyha__scaleIn;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Modal-module__weKyha__header{border-bottom:1px solid var(--border);background-color:#f8fafc;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__weKyha__title{color:#0f172a;font-size:1.125rem;font-weight:600}.Modal-module__weKyha__closeButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.Modal-module__weKyha__closeButton:hover{color:#475569}.Modal-module__weKyha__body{padding:1.5rem}@keyframes Modal-module__weKyha__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__weKyha__scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
