#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#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,html{margin:0;overflow-x:hidden}body{color:#111827;color:var(--text-900);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.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{gap:10px}.top-actions,.topbar-collapse{align-items:center;display:flex}.topbar-collapse{flex:1 1;gap:16px;justify-content:space-between;min-width:0}.menu-toggle{display:none}.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}.content-grid>*{min-width:0}@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{-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#fafbfb,#f8fafc);border-radius:12px;box-shadow:inset 0 0 0 1px #0000000d;overflow-x:auto;width:100%}.product-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.product-form input,.product-form select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:12px;transition:.2s}.product-form input:focus,.product-form select:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed29}.form-actions{display:flex;gap:10px;grid-column:1/-1}.field-label{color:#6b7280;color:var(--text-500);display:flex;flex-direction:column;font-size:11px;font-weight:700;gap:5px;letter-spacing:.4px;text-transform:uppercase}.field-label input,.field-label select{color:#111827;color:var(--text-900);font-size:14px;font-weight:400;letter-spacing:normal;text-transform:none}.checkbox-label{align-items:center;color:#374151;color:var(--text-700);display:flex;font-size:14px;font-weight:600;gap:8px;grid-column:1/-1}.checkbox-label input[type=checkbox]{accent-color:#7c3aed;accent-color:var(--primary-500);height:16px;width:16px}.field-hint{background:#7c3aed0f;border:1px solid #7c3aed26;border-radius:8px;color:#6b7280;color:var(--text-500);font-size:13px;padding:8px 12px}.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:16%}.product-table thead th:nth-child(2){width:30%}.product-table thead th:nth-child(3),.product-table thead th:nth-child(4){width:12%}.product-table thead th:nth-child(5){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}.muted{color:#6b7280}.pagination{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:16px}.pagination-info{color:#6b7280;color:var(--text-500);font-size:14px;font-weight:600}.empty{background:#f9fafb80;border-radius:12px;color:#6b7280;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}}.login-container{display:flex;flex-direction:column;gap:20px;max-width:480px;padding-top:48px}.login-brand{color:#1f2937;justify-content:center;margin-bottom:8px}.login-brand h1{font-size:22px;margin:0}.login-card h2{text-align:center}.login-form{display:flex;flex-direction:column;gap:12px}.login-form input{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:12px;transition:.2s}.login-form input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed29}.stats input[type=date]{border:1px solid #e5e7eb;border-radius:10px;padding:9px 10px}.shop-switcher-inline{border:1px solid #e5e7eb;border-radius:10px;font-weight:600;padding:9px 12px}.report-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:8px}.report-card{background:#fffffff5;background:var(--surface);border:1px solid #ffffff80;border:1px solid var(--surface-border);border-radius:14px;box-shadow:0 8px 20px #0000001a;min-width:0;padding:16px}.report-card-highlight{background:linear-gradient(135deg,#ede9fefa,#e0e7fffa);border-color:#7c3aed66}.report-card-highlight .report-card-label{color:#6d28d9}.report-card-label{color:#6b7280;color:var(--text-500);font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.report-card-value{color:#111827;color:var(--text-900);font-size:22px;font-weight:800;overflow-wrap:break-word}.export-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.main-nav{display:flex;gap:6px}.nav-link{border-radius:999px;color:#ffffffd9;font-weight:600;padding:8px 14px;text-decoration:none;transition:background .15s}.nav-link:hover{background:#ffffff1f}.nav-link.active{background:#ffffff40;color:#fff}.sale-totals{color:#374151;color:var(--text-700);display:flex;flex-direction:column;gap:4px;margin-top:12px}.sale-total-final{color:#111827;color:var(--text-900);font-size:16px;font-weight:800}.stock-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.stock-panel-header h2{margin:0}.stock-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:16px 0}.stock-form input,.stock-form select{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:12px}.stock-history-title{color:#1f2937;font-size:15px;margin:20px 0 10px}.stock-history-table td,.stock-history-table th{font-size:13px}.delta-positive{color:#16a34a;font-weight:700}.delta-negative{color:#ef4444;font-weight:700}.qty-low{background:linear-gradient(135deg,#fee2e2,#fecaca)!important;border-color:#fca5a5!important;color:#991b1b!important}.shop-switcher{background:#ffffff26;border:1px solid #ffffff73;border-radius:999px;color:#fff;font-weight:600;padding:8px 12px}.shop-switcher option{color:#111827}.user-chip{cursor:pointer;font-weight:500;text-decoration:none}.user-chip:hover{background:#fff}@media (max-width:860px){.topbar{flex-wrap:wrap;padding:14px 16px;row-gap:12px}.menu-toggle{align-items:center;background:#ffffff26;border:1px solid #ffffff73;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:18px;height:42px;justify-content:center;width:42px}.topbar-collapse{align-items:stretch;display:none;flex-basis:100%;flex-direction:column;gap:14px}.topbar-collapse.open{display:flex}.main-nav{flex-direction:column;gap:4px;width:100%}.nav-link{padding:12px 14px;text-align:center;width:100%}.top-actions{align-items:stretch;flex-direction:column;gap:10px;width:100%}.shop-switcher{width:100%}.user-chip{text-align:center}.top-actions .btn{width:100%}}@media (max-width:640px){.container{padding:14px}.content-grid{gap:16px}.card{border-radius:14px;padding:16px}.list-card{padding:12px}.stats{gap:10px}.stats .search{margin-left:0;width:100%}.stats .search input{width:100%}.report-card-value{font-size:19px}}.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.29d7aa33.css.map*/