#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{background:#0000}*{box-sizing:border-box}:root{--primary-500:#7c3aed;--primary-400:#667eea;--surface:#fffffff5;--surface-border:#ffffff80;--text-900:#111827;--text-700:#374151;--text-500:#6b7280}body{color:#111827;color:var(--text-900);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0}.app-bg{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.topbar{color:#fff;justify-content:space-between;padding:16px 24px}.brand,.topbar{align-items:center;display:flex}.brand{gap:12px}.brand-badge{filter:drop-shadow(0 4px 10px rgba(0,0,0,.25));font-size:28px}.top-actions{display:flex;gap:10px}.container{margin:0 auto;max-width:1200px;padding:24px}.stats{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:8px 0 16px}.chip{background:#ffffffe6;border:1px solid #ffffff80;border-radius:999px;color:#111827;color:var(--text-900);font-weight:600;padding:8px 12px}.stats .search{margin-left:auto}.search input{border:1px solid #e5e7eb;border-radius:10px;max-width:100%;padding:10px 12px;width:340px}.search input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed33;outline:none}.content-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:.8fr 1.2fr}@media (max-width:900px){.content-grid{grid-template-columns:1fr}}.card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff5;background:var(--surface);border:1px solid #ffffff80;border:1px solid var(--surface-border);border-radius:16px;box-shadow:0 12px 28px #0000001f;overflow:visible;padding:20px}.card h2{color:#1f2937;font-size:18px;margin:6px 0 18px}.list-card{padding:16px}.scroll-x{background:linear-gradient(135deg,#fafbfb,#f8fafc);border-radius:12px;box-shadow:inset 0 0 0 1px #0000000d;overflow:visible;width:100%}.product-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.product-form input{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:12px;transition:.2s}.product-form input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed29}.form-actions{display:flex;gap:10px;grid-column:1/-1}.btn{background:linear-gradient(135deg,#667eea,#7c3aed);background:linear-gradient(135deg,var(--primary-400),var(--primary-500));border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:10px 14px;transition:transform .12s,box-shadow .2s}.btn:hover{box-shadow:0 10px 22px #7c3aed52;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#e5e7eb;color:#111827}.btn-light{background:#fff3;border:1px solid #ffffff73;color:#fff}.btn-edit{background:#3b82f6}.btn-delete{background:#ef4444}.product-table{border-collapse:initial;border-spacing:0;min-width:700px;table-layout:auto;width:100%}.product-table thead th{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border-bottom:2px solid #e5e7eb;color:#374151;color:var(--text-700);cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.5px;padding:14px 16px;position:relative;text-align:left;text-transform:uppercase;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.product-table thead th.sortable:hover{background:linear-gradient(135deg,#f0f5fff2,#eef2ffe6)}.product-table thead th.sort-asc:after{color:#7c3aed;color:var(--primary-500);content:" ↑";font-weight:700}.product-table thead th.sort-desc:after{color:#7c3aed;color:var(--primary-500);content:" ↓";font-weight:700}.product-table thead th:first-child{width:6%}.product-table thead th:nth-child(2){width:15%}.product-table thead th:nth-child(3){width:25%}.product-table thead th:nth-child(4),.product-table thead th:nth-child(5){width:12%}.product-table thead th:nth-child(6){width:30%}.product-table thead th:first-child{border-radius:12px 0 0 0}.product-table thead th:last-child{border-radius:0 12px 0 0}.product-table tbody tr{background:#fff;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.product-table tbody tr:hover{background:#fafbfc;box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.product-table tbody tr+tr td{border-top:1px solid #f1f5f9}.product-table tbody td{border-left:4px solid #0000;padding:16px;vertical-align:middle}.product-table tbody tr:hover td:first-child{border-left-color:#7c3aed;border-left-color:var(--primary-500)}.row-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-start;min-width:160px}.row-actions .btn{flex-shrink:0;font-size:13px;min-width:70px;padding:8px 12px}.qty-badge{align-items:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:8px;box-shadow:0 1px 3px #3730a31a;color:#3730a3;display:inline-flex;font-size:12px;font-weight:700;height:28px;justify-content:center;min-width:44px}.price-cell{color:#7c3aed;color:var(--primary-500);font-size:15px;font-weight:700}.name-cell{color:#111827;color:var(--text-900);font-weight:600}.desc-cell{color:#6b7280;color:var(--text-500);font-size:14px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty,.muted{color:#6b7280}.empty{background:#f9fafb80;border-radius:12px;font-style:italic;margin:16px 0;padding:32px 16px;text-align:center}.success-msg{background:#16a34a}.error-msg,.success-msg{border-radius:10px;color:#fff;margin-top:12px;padding:10px 12px}.error-msg{background:#ef4444}.loader{color:#4f46e5;font-weight:700}@media (max-width:1100px){.product-form{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.product-form{grid-template-columns:1fr}}.tagline-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fffffffa,#f8fafcf5);border:1px solid #fff9;border-radius:16px;box-shadow:0 8px 24px #00000014;overflow:hidden;padding:24px;position:relative;text-align:center}.tagline-card:before{background:linear-gradient(90deg,#667eea,#764ba2,#f59e0b);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.tagline-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:.5px;margin:0 0 12px}.tagline-content p{color:#6b7280;font-size:15px;font-style:italic;line-height:1.6;margin:0 auto 20px;max-width:320px}.company-badge{align-items:center;background:#f9fafbb3;border:1px solid #e5e7eb80;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;gap:8px;justify-content:center;margin:0 auto;max-width:-webkit-fit-content;max-width:fit-content;padding:12px 20px}.powered-by{color:#9ca3af;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.company-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
/*# sourceMappingURL=main.d1dc4ca3.css.map*/