:root{--primary-color: #007BFF;--primary-color-rgb: 0, 123, 255;--primary-color-dark: #0056b3;--text-color: #212529;--text-color-secondary: #6c757d;--background-color: #ffffff;--surface-container-color: #f8f9fa;--surface-container-high-color: #e9ecef;--surface-container-highest-color: #dee2e6;--error-color: #dc3545;--border-radius: 8px}body{margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700}button{font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;transition:all .3s ease}.primary{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px}.primary:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.secondary{background-color:var(--surface-container-high-color);color:var(--text-color);border:1px solid var(--surface-container-highest-color);padding:.8rem 1.5rem;border-radius:50px}.secondary:hover{background-color:var(--surface-container-highest-color)}input,textarea{font-family:Montserrat,sans-serif;padding:.8rem;border:1px solid var(--surface-container-highest-color);border-radius:var(--border-radius);width:100%;box-sizing:border-box}.error-banner{background-color:var(--error-color);color:#fff;padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem;text-align:center}.contact-section.svelte-12xyhj1{padding:5rem 2rem;background-color:var(--surface-container-color)}.contact-container.svelte-12xyhj1{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-info.svelte-12xyhj1 h2:where(.svelte-12xyhj1){font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.contact-info.svelte-12xyhj1 p:where(.svelte-12xyhj1){font-size:1.1rem;line-height:1.7;color:var(--text-color-secondary);margin-bottom:2rem}.info-item.svelte-12xyhj1{margin-bottom:1rem}.info-item.svelte-12xyhj1 a:where(.svelte-12xyhj1){color:var(--primary-color);text-decoration:none;font-weight:600}.contact-form.svelte-12xyhj1{background:var(--background-color);padding:2.5rem;border-radius:var(--border-radius);box-shadow:0 10px 30px #00000014}.form-group.svelte-12xyhj1{margin-bottom:1.5rem}label.svelte-12xyhj1{display:block;margin-bottom:.5rem;font-weight:600;text-align:left}input.svelte-12xyhj1,textarea.svelte-12xyhj1{width:100%;padding:.85rem 1rem;border:1px solid var(--surface-container-highest-color);border-radius:var(--border-radius);font-size:1rem;box-sizing:border-box;color:var(--text-color)}textarea.svelte-12xyhj1{min-height:120px;resize:vertical}.submit-button.svelte-12xyhj1{width:100%;padding:1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-button.svelte-12xyhj1:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.submit-button.svelte-12xyhj1:disabled{opacity:.7;cursor:wait}.feedback.svelte-12xyhj1{padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem;text-align:center}.feedback.success.svelte-12xyhj1{background-color:#d4edda;color:#155724}.feedback.error.svelte-12xyhj1{background-color:#f8d7da;color:#721c24}@media(max-width:900px){.contact-container.svelte-12xyhj1{grid-template-columns:1fr}}.promo-section.svelte-19yqcar{display:flex;justify-content:space-around;background-color:var(--surface-container-color);padding:3rem 2rem;text-align:center}.promo-item.svelte-19yqcar h3:where(.svelte-19yqcar){font-size:2.5rem;color:var(--primary-color);margin:0 0 .5rem}.promo-item.svelte-19yqcar p:where(.svelte-19yqcar){font-size:1rem;color:var(--text-color-secondary);margin:0}.features-grid.svelte-19yqcar{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;padding:4rem 2rem}.feature-card-big.svelte-19yqcar{background-color:var(--surface-container-color);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000012;transition:all .3s ease}.feature-card-big.svelte-19yqcar:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.feature-card-big.svelte-19yqcar img:where(.svelte-19yqcar){width:100%;height:300px;object-fit:cover}.card-content.svelte-19yqcar{padding:2rem;text-align:left}.card-content.svelte-19yqcar h3:where(.svelte-19yqcar){font-size:1.8rem;margin-bottom:1rem;font-weight:700}.card-content.svelte-19yqcar p:where(.svelte-19yqcar){font-size:1.1rem;line-height:1.7;color:var(--text-color-secondary)}.management-container.svelte-1e5v2gz{display:flex;flex-direction:column;gap:3rem}h2.svelte-1e5v2gz{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}p.svelte-1e5v2gz{margin-bottom:1.5rem;color:var(--on-surface-variant-color);font-size:.9rem}.table-wrapper.svelte-1e5v2gz{background-color:var(--surface-container-color);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 6px #0000000d}table.svelte-1e5v2gz{width:100%;border-collapse:collapse}th.svelte-1e5v2gz,td.svelte-1e5v2gz{padding:1rem;text-align:left;border-bottom:1px solid var(--surface-container-highest-color)}th.svelte-1e5v2gz{font-weight:600;color:var(--on-surface-variant-color)}.loading-state.svelte-1e5v2gz,.empty-state.svelte-1e5v2gz{text-align:center;padding:3rem;color:var(--on-surface-variant-color)}.actions.svelte-1e5v2gz button:where(.svelte-1e5v2gz){font-size:.8rem;padding:.4rem .8rem;border:none;border-radius:var(--border-radius-medium);color:#fff;cursor:pointer;transition:background-color .2s}.actions.svelte-1e5v2gz button.approve:where(.svelte-1e5v2gz){background-color:var(--success-color)}.actions.svelte-1e5v2gz button.approve:where(.svelte-1e5v2gz):hover{background-color:#38a169}.actions.svelte-1e5v2gz button.deactivate:where(.svelte-1e5v2gz){background-color:var(--warning-color);color:var(--on-warning-color)}.actions.svelte-1e5v2gz button.deactivate:where(.svelte-1e5v2gz):hover{background-color:#ddb800}.modal-overlay.svelte-1nvk4lv{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.svelte-1nvk4lv{background-color:var(--surface-container-high-color);padding:2rem;border-radius:var(--border-radius-large);width:100%;max-width:500px}h2.svelte-1nvk4lv{margin-top:0}.form-group.svelte-1nvk4lv{margin-bottom:1.5rem}.form-group.svelte-1nvk4lv label:where(.svelte-1nvk4lv){display:block;margin-bottom:.5rem;font-weight:500}.form-actions.svelte-1nvk4lv{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.error-message.svelte-1nvk4lv{color:var(--error-color);margin-bottom:1rem}select.svelte-1nvk4lv option:where(.svelte-1nvk4lv){background-color:#fff;color:#000}.modal-overlay.svelte-t31kw{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.svelte-t31kw{background-color:var(--surface-container-high-color);padding:0;border-radius:var(--border-radius-large);width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column}.modal-header.svelte-t31kw{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--surface-container-highest-color)}h2.svelte-t31kw{margin:0}.close-button.svelte-t31kw{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--on-surface-color)}.error-banner.svelte-t31kw{background-color:var(--error-container-color);color:var(--on-error-container-color);padding:1rem 1.5rem;margin:0;cursor:pointer}.settings-grid.svelte-t31kw{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem;overflow-y:auto}.management-section.svelte-t31kw{background-color:var(--surface-container-highest-color);padding:1.5rem;border-radius:var(--border-radius)}h3.svelte-t31kw{margin-top:0;margin-bottom:1rem}.add-form-condensed.svelte-t31kw{display:flex;gap:.5rem;margin-bottom:1rem}.add-form-condensed.svelte-t31kw input:where(.svelte-t31kw){flex:1}.add-form-condensed.svelte-t31kw button:where(.svelte-t31kw){padding-left:1rem;padding-right:1rem}.item-list.svelte-t31kw{list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto}.item-list.svelte-t31kw li:where(.svelte-t31kw){display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid var(--surface-container-color)}.item-list.svelte-t31kw li:where(.svelte-t31kw):last-child{border-bottom:none}.danger-text.svelte-t31kw{border:none;background:none;color:var(--error-color);cursor:pointer;font-size:.9rem}.form-actions.svelte-t31kw{padding:1.5rem;margin-top:auto;border-top:1px solid var(--surface-container-highest-color);display:flex;justify-content:flex-end}.modal-overlay.svelte-1wgs6ap{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1010}.modal-content.svelte-1wgs6ap{background:var(--background-color);padding:2rem;border-radius:var(--border-radius);width:100%;max-width:420px;box-shadow:0 10px 30px #0003;text-align:center}h3.svelte-1wgs6ap{margin-top:0;margin-bottom:1rem;font-size:1.4rem}p.svelte-1wgs6ap{color:var(--text-color-secondary);margin-bottom:2rem}.modal-actions.svelte-1wgs6ap{display:flex;justify-content:center;gap:1rem}.container.svelte-llv8bv{padding:2rem}.header-container.svelte-llv8bv{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.header-container.svelte-llv8bv button:where(.svelte-llv8bv),.actions.svelte-llv8bv button:where(.svelte-llv8bv){display:inline-flex;align-items:center;gap:.5rem}.material-icons.svelte-llv8bv{font-size:1.2em}.banner.svelte-llv8bv{padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem;cursor:pointer}.error-banner.svelte-llv8bv{background-color:var(--error-container-color);color:var(--on-error-container-color)}.success-banner.svelte-llv8bv{background-color:var(--success-container-color, #d4edda);color:var(--on-success-container-color, #155724)}.top-grid.svelte-llv8bv{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:flex-start;margin-bottom:2rem}.side-grid.svelte-llv8bv{display:flex;flex-direction:column;gap:2rem}.management-section.svelte-llv8bv{background-color:var(--surface-container-high-color);padding:1.5rem;border-radius:var(--border-radius);height:100%}h3.svelte-llv8bv{margin-top:0;margin-bottom:1rem}.add-form.svelte-llv8bv{display:flex;flex-direction:column;gap:1rem}.form-grid-2.svelte-llv8bv{display:grid;grid-template-columns:1fr 1fr;gap:1rem}input.svelte-llv8bv,select.svelte-llv8bv{padding:.8rem;border-radius:var(--border-radius);border:1px solid var(--outline-variant-color);background-color:#fff;color:#000;font-size:.95rem;width:100%;box-sizing:border-box}.search-filters.svelte-llv8bv{display:flex;flex-direction:column;gap:1rem}.import-instructions.svelte-llv8bv{font-size:.85rem;margin-bottom:1rem;color:var(--on-surface-variant-color)}.import-form.svelte-llv8bv{display:flex;flex-direction:column;gap:1rem}input[type=file].svelte-llv8bv{border:none;background:none;padding:0}select.svelte-llv8bv option:where(.svelte-llv8bv){background-color:#fff;color:#000}.table-wrapper.svelte-llv8bv{background-color:var(--surface-container-high-color);padding:1.5rem;border-radius:var(--border-radius);overflow-x:auto}table.svelte-llv8bv{width:100%;border-collapse:collapse;table-layout:fixed}th.svelte-llv8bv,td.svelte-llv8bv{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--surface-container-highest-color);white-space:nowrap;vertical-align:middle}th.svelte-llv8bv:nth-child(3),td.svelte-llv8bv:nth-child(3){width:25%}th.svelte-llv8bv:nth-child(5),td.svelte-llv8bv:nth-child(5){width:30%}th.svelte-llv8bv{font-weight:600;color:var(--on-surface-variant-color)}td.svelte-llv8bv strong:where(.svelte-llv8bv){font-weight:600;font-family:monospace}.actions.svelte-llv8bv{display:flex;gap:.5rem;width:auto}.actions.svelte-llv8bv button:where(.svelte-llv8bv){padding:.4rem .8rem}.actions.svelte-llv8bv button.danger:where(.svelte-llv8bv){background-color:var(--error-color, #dc3545);color:var(--on-error-color, white);border-color:var(--error-color, #dc3545)}.actions.svelte-llv8bv button.danger:where(.svelte-llv8bv):hover{background-color:var(--error-color-dark, #c82333);border-color:var(--error-color-dark, #bd2130)}td.svelte-llv8bv .description-text:where(.svelte-llv8bv){white-space:normal;font-size:.9em;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:1200px){.top-grid.svelte-llv8bv{grid-template-columns:1fr}.side-grid.svelte-llv8bv{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:768px){.side-grid.svelte-llv8bv{grid-template-columns:1fr}}.modal-backdrop.svelte-qlxui4{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.modal.svelte-qlxui4{background:var(--surface-container-highest-color);padding:2rem;border-radius:var(--border-radius);width:95vw;max-width:95vw;height:95vh;max-height:95vh;display:flex;flex-direction:column}.modal.svelte-qlxui4 h3:where(.svelte-qlxui4){margin-top:0;margin-bottom:1.5rem;color:var(--primary-color)}.form-grid.svelte-qlxui4{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:.5rem;margin-bottom:1rem;flex-grow:1;min-height:0}.form-section.svelte-qlxui4 h4:where(.svelte-qlxui4){margin-top:0;margin-bottom:1rem;border-bottom:1px solid var(--outline-variant-color);padding-bottom:.5rem}.product-selection.svelte-qlxui4,.supplier-selection.svelte-qlxui4{display:flex;flex-direction:column;min-height:0}.search-input.svelte-qlxui4{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid var(--outline-variant-color);border-radius:var(--border-radius-medium);background-color:var(--surface-container-high-color);color:var(--on-surface-color);box-sizing:border-box;flex-shrink:0}.product-list.svelte-qlxui4,.supplier-list.svelte-qlxui4{overflow-y:auto;padding-right:1rem;flex-grow:1}.empty-state.svelte-qlxui4{text-align:center;color:var(--on-surface-variant-color);padding-top:2rem}.product-item.svelte-qlxui4{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;border:1px solid var(--surface-container-color);border-radius:var(--border-radius-medium);text-align:left;background-color:var(--surface-container-color)}.product-info.svelte-qlxui4{flex-grow:1;margin-right:1rem;line-height:1.4}.product-info.svelte-qlxui4 strong:where(.svelte-qlxui4){font-size:1.05rem}.meta-tag.svelte-qlxui4{font-size:.8rem;padding:.2rem .5rem;border-radius:var(--border-radius-small);margin-top:.5rem;display:inline-block}.category-tag.svelte-qlxui4{background-color:var(--secondary-container-color);color:var(--on-secondary-container-color)}.quantity-input.svelte-qlxui4{width:80px;padding:.5rem;text-align:center;flex-shrink:0}.supplier-table.svelte-qlxui4{width:100%;border-collapse:collapse}.supplier-table.svelte-qlxui4 td:where(.svelte-qlxui4){padding:.5rem;text-align:left}.category-header.svelte-qlxui4 td:where(.svelte-qlxui4){background-color:var(--surface-container-high-color);font-weight:600;padding:.6rem}.supplier-email.svelte-qlxui4{font-size:.85rem;color:var(--on-surface-variant-color)}.notes-section.svelte-qlxui4 textarea:where(.svelte-qlxui4){width:100%;min-height:80px;resize:vertical}.modal-actions.svelte-qlxui4{margin-top:auto;padding-top:1.5rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid var(--outline-variant-color);flex-shrink:0}.container.svelte-p7xpfk{padding:2rem}.header-container.svelte-p7xpfk{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.error-banner.svelte-p7xpfk,.success-banner.svelte-p7xpfk{padding:1rem 1.5rem;border-radius:var(--border-radius);margin-bottom:1.5rem;cursor:pointer}.error-banner.svelte-p7xpfk{background-color:var(--error-container-color);color:var(--on-error-container-color)}.success-banner.svelte-p7xpfk{background-color:var(--success-container-color);color:var(--on-success-container-color)}.empty-state.svelte-p7xpfk,.forwarding-state.svelte-p7xpfk{text-align:center;padding:4rem;background-color:var(--surface-container-color);border-radius:var(--border-radius)}.table-wrapper.svelte-p7xpfk{background-color:var(--surface-container-color);border-radius:var(--border-radius);overflow:hidden}table.svelte-p7xpfk{width:100%;border-collapse:collapse}th.svelte-p7xpfk,td.svelte-p7xpfk{padding:1rem;text-align:left;border-bottom:1px solid var(--surface-container-highest-color)}th.svelte-p7xpfk{font-weight:600;color:var(--on-surface-variant-color)}.actions-cell.svelte-p7xpfk{display:flex;gap:.5rem}.status-cell.svelte-p7xpfk{display:flex;align-items:center;gap:.75rem}.notification-led.svelte-p7xpfk{width:10px;height:10px;border-radius:50%;background-color:var(--primary-color);animation:svelte-p7xpfk-pulse 1.5s infinite;flex-shrink:0}@keyframes svelte-p7xpfk-pulse{0%{box-shadow:0 0 rgba(var(--primary-color-rgb),.7)}70%{box-shadow:0 0 0 10px rgba(var(--primary-color-rgb),0)}to{box-shadow:0 0 rgba(var(--primary-color-rgb),0)}}.status-badge.svelte-p7xpfk{padding:.3rem .6rem;border-radius:12px;font-size:.8rem;font-weight:500;text-transform:capitalize}.status-pending.svelte-p7xpfk{background-color:var(--warning-container-color);color:var(--on-warning-container-color)}.status-forwarded.svelte-p7xpfk{background-color:var(--secondary-container-color);color:var(--on-secondary-container-color)}.status-approved.svelte-p7xpfk{background-color:var(--success-container-color);color:var(--on-success-container-color)}.status-rejected.svelte-p7xpfk{background-color:var(--error-container-color);color:var(--on-error-container-color)}.details-row.svelte-p7xpfk td:where(.svelte-p7xpfk){background-color:var(--surface-container-high-color)}.details-container.svelte-p7xpfk{padding:1.5rem}.details-container.svelte-p7xpfk h4:where(.svelte-p7xpfk){margin-top:0;margin-bottom:1rem;color:var(--primary-color)}.request-item-list.svelte-p7xpfk{margin-bottom:1.5rem}.forward-info-container.svelte-p7xpfk{margin-bottom:2rem}.forward-info-container.svelte-p7xpfk h5:where(.svelte-p7xpfk){margin:0 0 .5rem;color:var(--on-surface-variant-color)}.forward-info.svelte-p7xpfk{background-color:var(--surface-container-color);padding:.8rem 1.2rem;border-radius:var(--border-radius-small);margin-bottom:.5rem;font-size:.9rem;border:1px solid var(--surface-container-high-color)}.offers-section.svelte-p7xpfk{margin-top:1rem}.empty-state-small.svelte-p7xpfk{font-style:italic;color:var(--on-surface-variant-color);padding:1rem;text-align:center;background-color:var(--surface-container-color);border-radius:var(--border-radius-small)}.offers-table.svelte-p7xpfk{font-size:.9rem;margin-top:1rem;border-radius:var(--border-radius);overflow:hidden}.offers-table.svelte-p7xpfk th:where(.svelte-p7xpfk),.offers-table.svelte-p7xpfk td:where(.svelte-p7xpfk){padding:.8rem 1rem;border-bottom:1px solid var(--surface-container-highest-color)}.offers-table.svelte-p7xpfk th:where(.svelte-p7xpfk){background-color:var(--surface-container-color)}.offers-table.svelte-p7xpfk th:where(.svelte-p7xpfk):first-child,.offers-table.svelte-p7xpfk td:where(.svelte-p7xpfk):first-child{text-align:center}.notes-cell.svelte-p7xpfk{max-width:250px;white-space:pre-wrap;word-wrap:break-word}.modal-backdrop.svelte-p7xpfk{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:100}.modal.svelte-p7xpfk{background:var(--surface-container-highest-color);padding:2rem;border-radius:var(--border-radius);width:90%;max-width:800px}.modal.svelte-p7xpfk h3:where(.svelte-p7xpfk){margin-top:0}.modal.svelte-p7xpfk p:where(.svelte-p7xpfk){margin:0 0 1rem}.supplier-table-container.svelte-p7xpfk{max-height:60vh;overflow-y:auto;border:1px solid var(--outline-variant-color);border-radius:var(--border-radius);margin-bottom:1.5rem}.supplier-table.svelte-p7xpfk{width:100%;border-collapse:collapse}.supplier-table.svelte-p7xpfk th:where(.svelte-p7xpfk),.supplier-table.svelte-p7xpfk td:where(.svelte-p7xpfk){padding:.5rem 1rem;text-align:left;border-bottom:1px solid var(--surface-container-high-color)}.supplier-table.svelte-p7xpfk th:where(.svelte-p7xpfk){background-color:var(--surface-container-color);position:sticky;top:0;z-index:10}.supplier-table.svelte-p7xpfk .category-header:where(.svelte-p7xpfk) td:where(.svelte-p7xpfk){background-color:var(--surface-container-high-color);color:var(--primary-color);font-weight:600;padding:.6rem 1rem;position:sticky;top:40px;z-index:9}.supplier-table.svelte-p7xpfk td:where(.svelte-p7xpfk):first-child,.supplier-table.svelte-p7xpfk th:where(.svelte-p7xpfk):first-child{width:50px;text-align:center}.modal-actions.svelte-p7xpfk{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:1rem}.quote-creation-form.svelte-p7xpfk{margin-top:3rem;padding:2rem;background-color:var(--surface-container-color);border-radius:var(--border-radius);border:1px solid var(--surface-container-high-color)}.quote-creation-form.svelte-p7xpfk h4:where(.svelte-p7xpfk){color:var(--primary-color);margin-top:0;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem;margin-bottom:1.5rem}.quote-items-table.svelte-p7xpfk{font-size:.9rem;margin-bottom:1.5rem}.markup-input.svelte-p7xpfk,.shipping-input.svelte-p7xpfk{width:80px;padding:.5rem;border:1px solid var(--outline-variant-color);border-radius:var(--border-radius-small);background-color:var(--surface-color);color:var(--on-surface-color)}.shipping-input.svelte-p7xpfk{width:120px}.quote-summary.svelte-p7xpfk{width:100%;max-width:450px;margin-left:auto;margin-top:1rem;padding:1.5rem;background-color:var(--surface-container-high-color);border-radius:var(--border-radius)}.summary-item.svelte-p7xpfk{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem}.shipping-cost.svelte-p7xpfk{display:flex;align-items:center;gap:1rem}.summary-item.svelte-p7xpfk span:where(.svelte-p7xpfk):last-child{font-weight:600}.grand-total.svelte-p7xpfk{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--outline-variant-color)}.form-actions.svelte-p7xpfk{margin-top:2rem;display:flex;justify-content:flex-end}.modal-overlay.svelte-1pplq54{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.svelte-1pplq54{background:var(--surface-container-highest-color);padding:2.5rem;border-radius:var(--border-radius);width:100%;max-width:500px;box-shadow:0 10px 30px #0003}.modal-actions.svelte-1pplq54{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}h2.svelte-1pplq54{margin-top:0}.form-group.svelte-1pplq54{margin-bottom:1.5rem}select[multiple].svelte-1pplq54{height:150px;background-color:var(--surface-container-high-color)}label.svelte-1pplq54{display:block;margin-bottom:.5rem;font-weight:600}.error-banner.svelte-1pplq54{background-color:var(--error-color);color:var(--on-error-color);padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem;text-align:center}.container.svelte-1cltp7c{padding:2rem}.error-banner.svelte-1cltp7c{background-color:var(--error-color);color:#fff;padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem;cursor:pointer}.management-grid.svelte-1cltp7c{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:flex-start}.side-management-column.svelte-1cltp7c{display:flex;flex-direction:column;gap:2rem}.card.svelte-1cltp7c{background-color:var(--surface-container-color);padding:1.5rem;border-radius:var(--border-radius);display:flex;flex-direction:column}.wide-card.svelte-1cltp7c{grid-column:2}h2.svelte-1cltp7c,h3.svelte-1cltp7c,h4.svelte-1cltp7c{margin-top:0}h4.svelte-1cltp7c{color:var(--primary-color);border-bottom:1px solid var(--surface-container-high-color);padding-bottom:.5rem;margin-bottom:1rem}.add-form-condensed.svelte-1cltp7c{display:flex;gap:.5rem;margin-bottom:1rem}.item-list.svelte-1cltp7c{list-style:none;padding:0;margin:0;flex-grow:1}.item-list.svelte-1cltp7c li:where(.svelte-1cltp7c){display:flex;justify-content:space-between;align-items:center;padding:.6rem .2rem;border-bottom:1px solid var(--surface-container-high-color)}.danger-text.svelte-1cltp7c{border:none;background:none;color:var(--error-color);cursor:pointer;font-size:.9rem}.add-supplier-form.svelte-1cltp7c{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;margin-bottom:2rem}.add-supplier-form.svelte-1cltp7c>select:where(.svelte-1cltp7c){grid-column:1 / 2}.multiselect-container.svelte-1cltp7c{grid-column:2 / 3;display:flex;flex-direction:column;gap:.25rem}.multiselect-container.svelte-1cltp7c label:where(.svelte-1cltp7c){font-size:.8rem;color:var(--on-surface-variant-color);text-align:left}.add-supplier-form.svelte-1cltp7c>button:where(.svelte-1cltp7c){grid-column:1 / -1}select[multiple].svelte-1cltp7c{height:100px}.empty-state.svelte-1cltp7c{text-align:center;padding:2rem;color:var(--text-color-secondary)}.table-wrapper.svelte-1cltp7c{overflow-x:auto}table.svelte-1cltp7c{width:100%;border-collapse:collapse}th.svelte-1cltp7c,td.svelte-1cltp7c{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--surface-container-high-color);word-wrap:break-word;vertical-align:top}th.svelte-1cltp7c{font-weight:600;color:var(--text-color-secondary);vertical-align:bottom}.supplier-name.svelte-1cltp7c{font-weight:600}.brand-pills.svelte-1cltp7c{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.5rem}.brand-pill.svelte-1cltp7c{background-color:var(--primary-container-color);color:var(--on-primary-container-color);padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:500}.col-name.svelte-1cltp7c{width:35%}.col-email.svelte-1cltp7c{width:40%}.col-actions.svelte-1cltp7c{width:25%;text-align:right}.actions-cell.svelte-1cltp7c{text-align:right;white-space:nowrap}.actions-cell.svelte-1cltp7c button:where(.svelte-1cltp7c){margin-left:.5rem}button.small.svelte-1cltp7c{padding:.3rem .8rem;font-size:.85rem}button.danger.svelte-1cltp7c{background-color:var(--error-color);color:#fff;border:none}button.danger.svelte-1cltp7c:hover{background-color:#a71d2a}@media(max-width:1200px){.management-grid.svelte-1cltp7c{grid-template-columns:300px 1fr}}@media(max-width:992px){.management-grid.svelte-1cltp7c{grid-template-columns:1fr}.wide-card.svelte-1cltp7c{grid-column:1}}@media(max-width:768px){.add-supplier-form.svelte-1cltp7c{grid-template-columns:1fr}.multiselect-container.svelte-1cltp7c{grid-column:1}}.dashboard-container.svelte-vb000m{width:100%;margin:0 auto}.tabs.svelte-vb000m{display:flex;justify-content:center;gap:1.5rem;padding:0 1rem;border-bottom:2px solid var(--surface-container-high-color);background:var(--surface-color)}.tabs.svelte-vb000m button:where(.svelte-vb000m){position:relative;background:none;border:none;padding:1.2rem 1rem;cursor:pointer;font-size:1rem;font-weight:600;color:var(--on-surface-variant-color);border-bottom:3px solid transparent;transition:color .3s,border-color .3s}.tabs.svelte-vb000m button.active:where(.svelte-vb000m){color:var(--primary-color);border-bottom-color:var(--primary-color)}.notification-dot.svelte-vb000m{position:absolute;top:1rem;right:.2rem;width:10px;height:10px;background-color:var(--primary-color);border-radius:50%;border:2px solid var(--surface-color)}.tab-content.svelte-vb000m{padding:2rem;background:var(--background-color)}.history-container.svelte-ax8tnc{margin-top:4rem}.category-title.svelte-ax8tnc{color:var(--primary-color);border-bottom:2px solid var(--surface-container-high-color);padding-bottom:.5rem;margin-bottom:1rem;font-size:1.75rem}.table-wrapper.svelte-ax8tnc{overflow-x:auto;background-color:var(--surface-container-color);border-radius:var(--border-radius)}table.svelte-ax8tnc{width:100%;border-collapse:collapse}th.svelte-ax8tnc,td.svelte-ax8tnc{padding:1rem;text-align:left;border-bottom:1px solid var(--surface-container-highest-color)}th.svelte-ax8tnc{font-weight:600}.col-date.svelte-ax8tnc{width:25%}.col-products.svelte-ax8tnc{width:50%}.col-status.svelte-ax8tnc{width:25%}.product-list.svelte-ax8tnc{list-style:disc;padding-left:20px;margin:0}.product-list.svelte-ax8tnc strong:where(.svelte-ax8tnc){font-weight:600}.status-badge.svelte-ax8tnc{padding:.25rem .75rem;border-radius:9999px;font-weight:600;text-transform:capitalize}.status-pending.svelte-ax8tnc{background-color:#fef3c7;color:#92400e}.status-approved.svelte-ax8tnc{background-color:#d1fae5;color:#065f46}.status-rejected.svelte-ax8tnc{background-color:#fee2e2;color:#991b1b}.status-default.svelte-ax8tnc{background-color:#e5e7eb;color:#374151}.loader.svelte-ax8tnc{border-top-color:#3498db;animation:svelte-ax8tnc-spinner 1.5s linear infinite}@keyframes svelte-ax8tnc-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-banner.svelte-ax8tnc{background-color:var(--error-container-color);color:var(--on-error-container-color);padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem}.modal-backdrop.svelte-rvt7je{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:100}.modal.svelte-rvt7je{background-color:var(--surface-container-high-color);border-radius:var(--border-radius);width:95vw;max-width:95vw;height:95vh;max-height:95vh;display:flex;flex-direction:column;overflow:hidden}.modal-header.svelte-rvt7je{padding:1.5rem 2rem;border-bottom:1px solid var(--surface-container-highest-color)}.modal-header.svelte-rvt7je h3:where(.svelte-rvt7je){margin:0}.modal-header.svelte-rvt7je p:where(.svelte-rvt7je){margin:.5rem 0 1rem;font-size:.9rem}.search-wrapper.svelte-rvt7je input:where(.svelte-rvt7je){width:100%;padding:.75rem;font-size:1rem;border-radius:var(--border-radius);border:1px solid var(--outline-variant-color)}.modal-body.svelte-rvt7je{padding:0 2rem;overflow-y:auto;flex-grow:1}.modal-actions.svelte-rvt7je{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--surface-container-highest-color)}.status-fullscreen.svelte-rvt7je{text-align:center;padding:3rem 1rem;color:var(--on-surface-variant-color)}.category-group.svelte-rvt7je{margin-top:1.5rem;margin-bottom:2rem}.category-title-modal.svelte-rvt7je{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color);display:inline-block}.table-wrapper.svelte-rvt7je{overflow-x:auto;background-color:var(--surface-container-color);border-radius:var(--border-radius)}table.svelte-rvt7je{width:100%;border-collapse:collapse;table-layout:fixed}th.svelte-rvt7je,td.svelte-rvt7je{padding:1rem;text-align:left;border-bottom:1px solid var(--surface-container-highest-color);word-wrap:break-word;vertical-align:middle}th.svelte-rvt7je{font-weight:600}td.svelte-rvt7je,th.svelte-rvt7je{white-space:normal}tr.selected.svelte-rvt7je{background-color:rgba(var(--primary-color-rgb),.1)}.col-select.svelte-rvt7je{width:5%;text-align:center}.col-brand.svelte-rvt7je,.col-id.svelte-rvt7je{width:15%}.col-name.svelte-rvt7je{width:25%}.col-desc.svelte-rvt7je{width:35%}.col-qty.svelte-rvt7je{width:5%;text-align:center}.col-qty.svelte-rvt7je input:where(.svelte-rvt7je){margin:auto}.quantity-input.svelte-rvt7je{width:70px;text-align:center}td.svelte-rvt7je strong:where(.svelte-rvt7je){font-weight:600;font-family:monospace}.container.svelte-akc446{padding:2rem}.dashboard-header.svelte-akc446{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.dashboard-header.svelte-akc446 h2:where(.svelte-akc446){margin:0}.status-fullscreen.svelte-akc446{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:60vh;background-color:var(--surface-container-color);border-radius:var(--border-radius)}.status-fullscreen.svelte-akc446 h2:where(.svelte-akc446){font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.status-fullscreen.svelte-akc446 p:where(.svelte-akc446){max-width:500px;line-height:1.6}.request-history-container.svelte-akc446{margin-top:2rem}main.svelte-2iedpw{display:flex;justify-content:center;align-items:flex-start;padding:4rem 2rem;width:100%;box-sizing:border-box}.response-container.svelte-2iedpw{width:100%;max-width:1100px}.card.svelte-2iedpw{background-color:var(--surface-container-color);padding:2.5rem;border-radius:var(--border-radius-large)}.subtitle.svelte-2iedpw{color:var(--on-surface-variant-color);margin-top:-1rem;margin-bottom:2rem}.form-grid.svelte-2iedpw{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;text-align:left}.form-group.svelte-2iedpw label:where(.svelte-2iedpw){display:block;margin-bottom:.5rem;font-weight:600;font-size:1rem}.form-group.svelte-2iedpw input:where(.svelte-2iedpw){width:100%}.info-text.svelte-2iedpw{font-size:.9rem;color:var(--on-surface-variant-color);margin-top:.5rem}.error-text.svelte-2iedpw{color:var(--error-color);font-weight:500;margin-bottom:1.5rem;text-align:center}.centered-state.svelte-2iedpw{text-align:center;padding:3rem}.centered-state.svelte-2iedpw h3:where(.svelte-2iedpw){font-size:1.5rem;margin-bottom:.5rem}.error-state.svelte-2iedpw p:where(.svelte-2iedpw){color:var(--error-color)}.success-state.svelte-2iedpw p:where(.svelte-2iedpw){color:var(--secondary-color)}.total-price.svelte-2iedpw span:where(.svelte-2iedpw){font-weight:600;color:var(--on-surface-color)}@media(max-width:768px){.form-grid.svelte-2iedpw{grid-template-columns:1fr}table.svelte-2iedpw thead:where(.svelte-2iedpw){display:none}table.svelte-2iedpw tbody:where(.svelte-2iedpw),table.svelte-2iedpw tr:where(.svelte-2iedpw),table.svelte-2iedpw td:where(.svelte-2iedpw){display:block;width:100%}table.svelte-2iedpw tr:where(.svelte-2iedpw){margin-bottom:1rem;border-bottom:2px solid var(--surface-container-low-color);padding-bottom:1rem}table.svelte-2iedpw td:where(.svelte-2iedpw){text-align:right;padding-left:50%;position:relative}table.svelte-2iedpw td:where(.svelte-2iedpw):before{content:attr(data-label);position:absolute;left:.5rem;width:45%;padding-right:1rem;text-align:left;font-weight:700}}.not-found-container.svelte-1yvflu0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}h1.svelte-1yvflu0{font-size:3rem;color:var(--primary-color)}p.svelte-1yvflu0{font-size:1.2rem;margin-bottom:2rem}a.svelte-1yvflu0{font-size:1rem;padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:50px;transition:background-color .3s}a.svelte-1yvflu0:hover{background-color:#0056b3}.modal-overlay.svelte-3z0wmw{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.auth-form.svelte-3z0wmw{position:relative;max-width:450px;width:100%;padding:3rem;background:var(--background-color);border-radius:var(--border-radius-large);box-shadow:0 10px 40px #0003;text-align:center}.close-button.svelte-3z0wmw{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;color:var(--text-color-secondary);cursor:pointer;line-height:1}h2.svelte-3z0wmw{font-size:2.2rem;margin-bottom:.5rem}.subtitle.svelte-3z0wmw{color:var(--text-color-secondary);margin-bottom:2rem}.form-group.svelte-3z0wmw{margin-bottom:1.5rem;text-align:left}label.svelte-3z0wmw{display:block;margin-bottom:.5rem;font-weight:600}.switch-link.svelte-3z0wmw{margin-top:2rem}.switch-link.svelte-3z0wmw button:where(.svelte-3z0wmw){background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;padding:0;font-size:inherit}.modal-overlay.svelte-axgi21{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1001}.modal-content.svelte-axgi21{position:relative;width:90%;max-width:800px;max-height:80vh;padding:2.5rem;background:var(--background-color);border-radius:var(--border-radius-large);box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column}.close-button.svelte-axgi21{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2.5rem;color:var(--text-color-secondary);cursor:pointer;line-height:1}.modal-title.svelte-axgi21{font-size:2rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--outline-variant-color);color:var(--primary-color)}.content-body.svelte-axgi21{overflow-y:auto;padding-right:1rem}.content-body.svelte-axgi21::-webkit-scrollbar{width:8px}.content-body.svelte-axgi21::-webkit-scrollbar-track{background:var(--surface-container-color);border-radius:4px}.content-body.svelte-axgi21::-webkit-scrollbar-thumb{background-color:var(--outline-variant-color);border-radius:4px}.content-body.svelte-axgi21::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}.terms-container.svelte-1gmw97y{font-family:sans-serif;line-height:1.6;padding:2rem;max-width:800px;margin:0 auto;text-align:justify}h1.svelte-1gmw97y,h2.svelte-1gmw97y{text-align:left}.legal-container.svelte-1cspurx{max-width:800px;margin:4rem auto;padding:2rem;background-color:var(--surface-container-color);border-radius:var(--border-radius-large);color:var(--on-surface-color);line-height:1.7}h1.svelte-1cspurx{color:var(--primary-color);margin-bottom:1.5rem}h2.svelte-1cspurx{margin-top:2rem;margin-bottom:1rem;border-bottom:1px solid var(--outline-variant-color);padding-bottom:.5rem}.modal-overlay.svelte-1p4rrxu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.auth-form.svelte-1p4rrxu{position:relative;max-width:500px;width:100%;padding:1rem;background:var(--background-color);border-radius:var(--border-radius-large);box-shadow:0 10px 40px #0003;text-align:center}.close-button.svelte-1p4rrxu{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--text-color-secondary);cursor:pointer;line-height:1}h2.svelte-1p4rrxu{font-size:1.8rem;margin-bottom:.5rem}.subtitle.svelte-1p4rrxu{color:var(--text-color-secondary);margin-bottom:.5rem}.form-group.svelte-1p4rrxu{margin-bottom:.2rem;text-align:left;position:relative;padding-bottom:.1rem}.legal-checkboxes.svelte-1p4rrxu{margin:1rem 0;text-align:left}.form-group-checkbox.svelte-1p4rrxu{display:flex;align-items:center;margin-bottom:.5rem}.form-group-checkbox.svelte-1p4rrxu input[type=checkbox]:where(.svelte-1p4rrxu){margin-right:.8rem;width:18px;height:18px}.form-group-checkbox.svelte-1p4rrxu label:where(.svelte-1p4rrxu){margin-bottom:0;font-weight:400;font-size:.95rem}.form-group-checkbox.svelte-1p4rrxu button:where(.svelte-1p4rrxu){background:none;border:none;padding:0;font-size:inherit;color:var(--primary-color);text-decoration:underline;cursor:pointer}label.svelte-1p4rrxu{display:block;margin-bottom:.3rem;font-weight:600}.switch-link.svelte-1p4rrxu{margin-top:1rem}.switch-link.svelte-1p4rrxu button:where(.svelte-1p4rrxu){background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;padding:0;font-size:inherit}.input-error.svelte-1p4rrxu{border-color:var(--error-color)}.error-text.svelte-1p4rrxu{font-size:.8rem;color:var(--error-color);position:absolute;bottom:-5px;left:0}.container.svelte-42gu8n{display:flex;justify-content:center;align-items:flex-start;padding:4rem 2rem;width:100%;box-sizing:border-box}.pending-card.svelte-42gu8n{background-color:var(--surface-container-color);padding:2.5rem 3rem;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;text-align:center;max-width:600px}h2.svelte-42gu8n{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}p.svelte-42gu8n{line-height:1.7;color:var(--on-surface-variant-color);margin-bottom:1.5rem}.spinner.svelte-42gu8n{margin:2rem auto;border:4px solid var(--surface-container-high-color);border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:svelte-42gu8n-spin 1s linear infinite}.status-text.svelte-42gu8n{font-style:italic;color:var(--primary-color)}@keyframes svelte-42gu8n-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-container.svelte-1n46o8q{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-color)}.hero-section.svelte-1n46o8q{position:relative;height:350px;background:url(https://images.pexels.com/photos/159397/solar-panel-array-power-sun-electricity-159397.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2) no-repeat center center;background-size:cover;color:#fff}.hero-overlay.svelte-1n46o8q{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d)}.main-nav.svelte-1n46o8q{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem}.logo.svelte-1n46o8q{font-size:2rem;font-weight:700;cursor:pointer;color:var(--primary-color-text)}.nav-links.svelte-1n46o8q{display:flex;align-items:center;gap:1.5rem}.user-email.svelte-1n46o8q{font-size:.9rem;font-weight:500}.nav-button.svelte-1n46o8q{background:transparent;border:1px solid white;color:#fff;padding:.6rem 1.2rem;border-radius:var(--border-radius-large);cursor:pointer;font-weight:600;transition:all .2s ease-in-out}.nav-button.svelte-1n46o8q:hover{background-color:#fff3}.nav-button.primary.svelte-1n46o8q{background-color:var(--primary-color);border-color:var(--primary-color)}.nav-button.primary.svelte-1n46o8q:hover{background-color:var(--primary-color-dark)}main.svelte-1n46o8q{flex-grow:1;padding:0}.loading-fullscreen.svelte-1n46o8q{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:50vh;color:var(--on-surface-color)}.loader.svelte-1n46o8q{border:6px solid var(--surface-container-color);border-top:6px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:svelte-1n46o8q-spin 1s linear infinite;margin-bottom:1rem}@keyframes svelte-1n46o8q-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-footer.svelte-1n46o8q{background-color:var(--surface-container-high-color);color:var(--on-surface-variant-color);padding:2rem 3rem;flex-shrink:0}.footer-content.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center}.footer-links.svelte-1n46o8q a:where(.svelte-1n46o8q){color:var(--on-surface-variant-color);text-decoration:none;margin-left:1.5rem;transition:color .2s}.footer-links.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:var(--primary-color)}
