@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--font:"Inter",system-ui,sans-serif;--mono:"JetBrains Mono",ui-monospace,monospace;--background:#f6f7f9;--foreground:#0f1729;--card:#fff;--card-foreground:#0f1729;--primary:#4d5df5;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#0f1729;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#eceefe;--accent-foreground:#4d5df5;--destructive:#ef4343;--destructive-foreground:#fff;--success:#2eb88a;--success-foreground:#fff;--warning:#f59f0a;--warning-foreground:#fff;--border:#e5e7eb;--input:#e5e7eb;--ring:#4d5df5;--blue:#4d5df5;--blue-dark:#1c32f2;--blue-light:#eceefe;--green:#2eb88a;--green-light:#ebfaf5;--red:#ef4343;--red-light:#fde8e8;--orange:#f59f0a;--orange-light:#fef5e7;--gray-50:#f6f7f9;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ba0ab;--gray-500:#6b7280;--gray-700:#414958;--gray-900:#0f1729;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--radius:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--transition:0.15s ease;--sidebar-width:16rem}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f7f9;background:var(--background);color:#0f1729;color:var(--foreground);font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:16px}body{min-height:100vh}a{color:#4d5df5;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.sidebar{background:#fff;background:var(--card);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:16rem;width:var(--sidebar-width);z-index:50}.sidebar-brand{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font);gap:.75rem;padding:1.5rem;text-align:left;width:100%}.sidebar-brand,.sidebar-brand:hover{text-decoration:none}.sidebar-brand-icon{align-items:center;background:#4d5df5;background:var(--primary);border-radius:.75rem;border-radius:var(--radius-lg);color:#fff;color:var(--primary-foreground);display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.sidebar-brand-text h1{color:#0f1729;color:var(--foreground);font-size:1.125rem;font-weight:700;line-height:1;margin:0}.sidebar-brand-text p{color:#6b7280;color:var(--muted-foreground);font-size:.75rem;margin-top:.25rem}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.25rem;padding:1rem}.sidebar-link{align-items:center;background:none;border:none;border-radius:.5rem;border-radius:var(--radius);color:#6b7280;color:var(--muted-foreground);cursor:pointer;display:flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:.875rem;font-weight:500;gap:.75rem;padding:.625rem .75rem;text-align:left;text-decoration:none;transition:all .15s ease;transition:all var(--transition);width:100%}.sidebar-link:hover{background:#f3f4f6;background:var(--muted);color:#0f1729;color:var(--foreground);text-decoration:none}.sidebar-link.active{background:#4d5df5;background:var(--primary);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);color:#fff;color:var(--primary-foreground)}.sidebar-link svg{flex-shrink:0;height:1.125rem;width:1.125rem}.sidebar-badge{border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:auto;min-width:1.25rem;padding:.125rem .5rem;text-align:center}.sidebar-link:not(.active) .sidebar-badge{background:#e7e9fe;color:#4d5df5;color:var(--primary)}.sidebar-link.active .sidebar-badge{background:#fff3;color:#fff;color:var(--primary-foreground)}.sidebar-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);padding:1rem;text-align:center}.sidebar-footer p{color:#6b7280;color:var(--muted-foreground);font-size:.75rem}.main-content{display:flex;flex-direction:column;margin-left:16rem;margin-left:var(--sidebar-width);min-height:100vh;padding:2rem}.main-container{display:flex;flex:1 1;flex-direction:column}.page-header{margin-bottom:2rem}.page-header h1{color:#0f1729;color:var(--foreground);font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page-header p{color:#6b7280;color:var(--muted-foreground);font-size:.875rem}.page-header .breadcrumb{display:none}.card{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);overflow:hidden}.card-header{align-items:center;background:#0000;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);color:#0f1729;color:var(--foreground);display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem}.card-body{padding:1.5rem}.card-footer{background:#f3f4f6;background:var(--muted);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);padding:1rem 1.5rem}.product-card{cursor:default;transition:box-shadow .15s ease,transform .15s ease;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn{align-items:center;border:1px solid #0000;border-radius:.5rem;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .15s ease;transition:all var(--transition);white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#4d5df5;background:var(--primary);border-color:#4d5df5;border-color:var(--primary);color:#fff;color:var(--primary-foreground)}.btn-primary:hover:not(:disabled){background:#1c32f2;background:var(--blue-dark);border-color:#1c32f2;border-color:var(--blue-dark)}.btn-success{background:#2eb88a;background:var(--success);border-color:#2eb88a;border-color:var(--success);color:#fff;color:var(--success-foreground)}.btn-success:hover:not(:disabled){filter:brightness(.95)}.btn-danger{background:#ef4343;background:var(--destructive);border-color:#ef4343;border-color:var(--destructive);color:#fff;color:var(--destructive-foreground)}.btn-danger:hover:not(:disabled){filter:brightness(.95)}.btn-outline{background:#0000;border-color:#e5e7eb;border-color:var(--border);color:#6b7280;color:var(--muted-foreground)}.btn-outline:hover:not(:disabled){background:#f3f4f6;background:var(--muted);color:#0f1729;color:var(--foreground)}.btn-outline-primary{background:#0000;border-color:#4d5df5;border-color:var(--primary);color:#4d5df5;color:var(--primary)}.btn-outline-primary:hover:not(:disabled){background:#eceefe;background:var(--accent)}.btn-ghost{background:#0000;border-color:#0000;color:#6b7280;color:var(--muted-foreground)}.btn-ghost:hover:not(:disabled){background:#f3f4f6;background:var(--muted);color:#0f1729;color:var(--foreground)}.btn-sm{font-size:.8125rem;padding:.375rem .75rem}.btn-lg{font-size:1rem;height:3rem;padding:.75rem 1.5rem}.btn-block{width:100%}.btn-icon{height:2rem;padding:.5rem;width:2rem}.btn-icon.btn-sm{height:1.75rem;padding:.25rem;width:1.75rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .625rem}.badge-primary{background:#eceefe;background:var(--accent);color:#4d5df5;color:var(--primary)}.badge-success{background:#ebfaf5;background:var(--green-light);color:#2eb88a;color:var(--success)}.badge-danger{background:#fde8e8;background:var(--red-light);color:#ef4343;color:var(--destructive)}.badge-warning{background:#fef5e7;background:var(--orange-light);color:#935f06}.badge-gray,.badge-secondary{background:#f3f4f6;background:var(--secondary);color:#6b7280;color:var(--muted-foreground)}.form-label{display:block;font-weight:500;margin-bottom:.375rem}.form-control,.form-label{color:#0f1729;color:var(--foreground);font-size:.875rem}.form-control{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--input);border-radius:.5rem;border-radius:var(--radius);font-family:Inter,system-ui,sans-serif;font-family:var(--font);height:2.5rem;outline:none;padding:.5rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-control:focus{border-color:#4d5df5;border-color:var(--ring);box-shadow:0 0 0 3px #4d5df526}.form-control::placeholder,.input-icon{color:#6b7280;color:var(--muted-foreground)}.input-icon{align-items:center;display:inline-flex;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon{padding-left:2.5rem}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236c757d' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:.875rem;padding-right:2.5rem}.form-group{display:flex;flex-direction:column}.input-group{display:flex;gap:0}.input-group .form-control{border-radius:.5rem 0 0 .5rem;border-radius:var(--radius) 0 0 var(--radius)}.input-group .btn{border-radius:0 .5rem .5rem 0;border-radius:0 var(--radius) var(--radius) 0;flex-shrink:0}.alert{align-items:flex-start;border-radius:.5rem;border-radius:var(--radius);display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem}.alert-danger{background:#fde8e8;background:var(--red-light);border:1px solid #f9b9b9;color:#a40e0e}.alert-success{background:#ebfaf5;background:var(--green-light);border:1px solid #adebd6;color:#1a664d}.alert-warning{background:#fef5e7;background:var(--orange-light);border:1px solid #fbd99d;color:#7a4f05}.alert-info{background:#eceefe;background:var(--accent);border:1px solid #b7befb;color:#0a1aa9}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;font-size:.875rem;width:100%}.table th{background:#f3f4f6;background:var(--muted);color:#6b7280;color:var(--muted-foreground);font-size:.75rem;font-weight:500;text-align:left}.table td,.table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:.75rem 1rem}.table td{vertical-align:middle}.table tbody tr:hover{background:#f3f4f6;background:var(--muted)}.table tbody tr:last-child td{border-bottom:none}.grid-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.grid-3{grid-gap:1.25rem;grid-template-columns:repeat(3,1fr)}.grid-3,.grid-4{display:grid;gap:1.25rem}.grid-4{grid-gap:1.25rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.d-flex{display:flex}.flex-col{flex-direction:column}.align-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.ms-auto{margin-left:auto}.p-0{padding:0}.p-4{padding:1rem}.text-muted{color:#6b7280;color:var(--muted-foreground)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.font-mono{font-family:JetBrains Mono,ui-monospace,monospace;font-family:var(--mono)}.text-center{text-align:center}.text-primary{color:#4d5df5;color:var(--primary)}.text-success{color:#2eb88a;color:var(--success)}.text-destructive{color:#ef4343;color:var(--destructive)}.text-foreground{color:#0f1729;color:var(--foreground)}.divider,.separator{border:none;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);margin:1rem 0}.spinner{animation:spin .65s linear infinite;border:2px solid #ffffff59;border-radius:50%;border-top-color:#fff;flex-shrink:0;height:1rem;width:1rem}.spinner-dark{border-color:#0f1729 #00000026 #00000026;border-top-color:var(--foreground)}@keyframes spin{to{transform:rotate(1turn)}}.skeleton{animation:shimmer 1.4s linear infinite;background:linear-gradient(90deg,#f3f4f6,#e5e7eb 50%,#f3f4f6);background:linear-gradient(90deg,var(--muted) 0,var(--border) 50%,var(--muted) 100%);background-size:200% auto;border-radius:.5rem;border-radius:var(--radius)}@keyframes shimmer{to{background-position:-200%}}.empty-state{align-items:center;color:#6b7280;color:var(--muted-foreground);display:flex;flex-direction:column;justify-content:center;padding:5rem 1.5rem;text-align:center}.empty-state svg{height:3rem;margin-bottom:1rem;opacity:.4;width:3rem}.empty-state h3{color:#0f1729;color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.empty-state p{font-size:.875rem}.qty-control{align-items:center;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;border-radius:var(--radius);display:inline-flex;overflow:hidden}.qty-btn{align-items:center;background:#f3f4f6;background:var(--muted);border:none;color:#0f1729;color:var(--foreground);cursor:pointer;display:flex;font-size:.875rem;height:1.75rem;justify-content:center;line-height:1;transition:background .15s ease;transition:background var(--transition);width:1.75rem}.qty-btn:hover{background:#e5e7eb;background:var(--border)}.qty-val{background:#fff;background:var(--card);border:none;border-left:1px solid #e5e7eb;border-left:1px solid var(--border);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:.875rem;font-weight:600;line-height:1.75rem;outline:none;padding:0;text-align:center;width:2rem}.stat-card{padding:1.25rem 1.5rem}.stat-label{color:#6b7280;color:var(--muted-foreground);font-size:.75rem;font-weight:500;margin-bottom:.5rem}.stat-value{color:#0f1729;color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1}.stat-sub{margin-top:.25rem}.section-title,.stat-sub{color:#6b7280;color:var(--muted-foreground);font-size:.75rem}.section-title{align-items:center;display:flex;font-weight:600;gap:.75rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.section-title:after{background:#e5e7eb;background:var(--border);content:"";flex:1 1;height:1px}.tab-bar{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;gap:0;margin-bottom:1.5rem}.tab-item{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;color:var(--muted-foreground);cursor:pointer;font-family:Inter,system-ui,sans-serif;font-family:var(--font);font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:.75rem 1.25rem;transition:color .15s ease,border-color .15s ease;transition:color var(--transition),border-color var(--transition)}.tab-item:hover{color:#0f1729;color:var(--foreground)}.tab-item.active{border-bottom-color:#4d5df5;border-bottom-color:var(--primary);color:#4d5df5;color:var(--primary)}.toast-wrap{display:flex;flex-direction:column;gap:.75rem;position:fixed;right:1.5rem;top:1.5rem;z-index:9999}.toast{align-items:center;animation:slideDown .25s ease;border-radius:.5rem;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;font-size:.875rem;font-weight:500;gap:.5rem;min-width:16rem;padding:.75rem 1rem}.toast-success{background:#1a664d;color:#fff}.toast-error{background:#a40e0e;color:#fff}@keyframes slideDown{0%{opacity:0;transform:translateY(-.75rem)}to{opacity:1;transform:translateY(0)}}.stepper{align-items:center;display:flex;gap:0;margin-bottom:2rem}.step{font-size:.875rem;font-weight:500;gap:.5rem}.step,.step-num{align-items:center;color:#6b7280;color:var(--muted-foreground);display:flex}.step-num{background:#f3f4f6;background:var(--muted);border-radius:50%;font-family:JetBrains Mono,ui-monospace,monospace;font-family:var(--mono);font-size:.75rem;font-weight:600;height:1.75rem;justify-content:center;width:1.75rem}.step.active .step-num{background:#4d5df5;background:var(--primary);color:#fff;color:var(--primary-foreground)}.step.active{color:#4d5df5;color:var(--primary)}.step.done .step-num{background:#2eb88a;background:var(--success);color:#fff;color:var(--success-foreground)}.step.done{color:#2eb88a;color:var(--success)}.step-sep{background:#e5e7eb;background:var(--border);flex:1 1;height:1px;min-width:1.5rem}.container{margin:0 auto;max-width:1200px;padding:0 1.25rem}.navbar{display:none}.page{padding:0}
/*# sourceMappingURL=main.7fa6a5c2.css.map*/