:root{--primary:#30d5c8;--secondary:#FF9F1C;--dark-blue:#1e2231;--dark-card:#262b3f;--bg-darker:#1c2036;--text-light:#ffffff;--text-muted:#8d97b0;--text-dark:#1A202C;--border-radius:50px;--border-radius-sm:12px;--shadow:0 4px 6px rgba(0, 0, 0, 0.1);--border-color:rgba(255, 255, 255, 0.1);--danger:#E53E3E;--success:#38A169}*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{background-color:var(--dark-blue);color:var(--text-light);line-height:1.6}.container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:1200px;margin:0 auto;padding:1rem;background-color:var(--dark-blue)}.dark-card.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--dark-card);color:var(--text-light);border:1px solid var(--border-color)}.dark-input.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:#2A3146;color:var(--text-light);border:1px solid var(--border-color)}.dark-modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--dark-card);color:var(--text-light)}.card{background:var(--dark-blue);border-radius:var(--border-radius-sm);box-shadow:var(--shadow);padding:1.5rem;margin-bottom:1.5rem;transition:transform 0.3s ease}.customer-card{background-color:var(--dark-card);color:var(--text-light);border-radius:var(--border-radius-sm);padding:1.2rem;margin-bottom:1rem;border:1px solid var(--border-color);transition:transform 0.3s ease;max-width:360px;width:100%}.customer-card:hover{transform:translateY(-3px)}.flex-wrap.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.customer-info.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--text-muted)}.admin-section.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:1.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);overflow:hidden;background-color:var(--bg-darker)}.admin-section-header.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding:1rem;background-color:var(--dark-card);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color 0.2s;color:var(--text-light)}.admin-section-header.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{background-color:var(--dark-blue)}.admin-section-header.svelte-l6bhxn h3.svelte-l6bhxn.svelte-l6bhxn{display:flex;align-items:center;margin:0;font-size:1.1rem;color:var(--text-light)}.section-icon.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:1.25rem;height:1.25rem;margin-right:0.75rem;color:var(--primary)}.toggle-icon.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:1.5rem;font-weight:bold;color:var(--primary)}.admin-section-content.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding:1rem;border-top:1px solid var(--border-color);color:var(--text-light)}.admin-card.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--dark-card);border-radius:var(--border-radius-sm);padding:1rem;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);color:var(--text-light)}.product-list.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;gap:0.75rem}.product-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;padding:0.75rem;border-radius:var(--border-radius-sm);background-color:var(--bg-darker);border:1px solid var(--border-color)}.product-details.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;color:var(--text-light)}.feature-locked-message.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:rgba(255, 255, 255, 0.05);border:1px dashed var(--border-color);padding:1rem;border-radius:var(--border-radius-sm);text-align:center;margin-top:1rem}.feature-locked-message.svelte-l6bhxn p.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:0.5rem;color:var(--text-light)}.history-table-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100%;overflow-x:auto}.history-table.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100%;border-collapse:collapse;min-width:600px}.history-table.svelte-l6bhxn th.svelte-l6bhxn.svelte-l6bhxn,.history-table.svelte-l6bhxn td.svelte-l6bhxn.svelte-l6bhxn{padding:0.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.history-table.svelte-l6bhxn th.svelte-l6bhxn.svelte-l6bhxn{font-weight:600;background-color:var(--dark-blue)}.history-table.svelte-l6bhxn tr.svelte-l6bhxn.svelte-l6bhxn:hover{background-color:var(--bg-darker)}.email-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--bg-darker);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:1rem}.email-preview-content.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:white;color:var(--text-dark);padding:1rem;border-radius:var(--border-radius-sm);white-space:pre-wrap;font-family:Arial, sans-serif}.payment-status-card.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;padding:1rem;border-radius:var(--border-radius-sm);align-items:center;gap:1rem;background-color:var(--bg-darker);border:1px solid var(--border-color)}.payment-status-free.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-left:4px solid #4299e1}.payment-status-due.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-left:4px solid #fc8181}.payment-status-paid.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-left:4px solid #68d391}.payment-status-icon.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:bold}.payment-status-free.svelte-l6bhxn .payment-status-icon.svelte-l6bhxn.svelte-l6bhxn{background-color:#4299e1;color:white}.payment-status-due.svelte-l6bhxn .payment-status-icon.svelte-l6bhxn.svelte-l6bhxn{background-color:#fc8181;color:white}.payment-status-paid.svelte-l6bhxn .payment-status-icon.svelte-l6bhxn.svelte-l6bhxn{background-color:#68d391;color:white}.payment-status-content.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{flex:1;color:var(--text-light)}.payment-status-content.svelte-l6bhxn h5.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:0.5rem;font-weight:600}.password-input-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:relative}.password-toggle.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;right:0.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#718096;cursor:pointer;padding:0.25rem;display:flex;align-items:center;justify-content:center}.eye-icon.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:1.25rem;height:1.25rem}.add-button{padding:0.5rem 1rem;border-radius:var(--border-radius);font-size:0.9rem}.btn{display:inline-block;padding:0.5rem 1.5rem;border-radius:var(--border-radius);border:none;cursor:pointer;font-weight:500;text-align:center;transition:all 0.3s ease}.btn-primary{background-color:var(--primary);color:white}.btn-primary:hover{opacity:0.9;transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:white}.btn-secondary:hover{opacity:0.9;transform:translateY(-2px)}.btn-edit{background-color:rgba(48, 213, 200, 0.2);color:white}.btn-edit:hover{opacity:0.9;transform:translateY(-2px)}.btn-danger{background-color:var(--danger);color:white}.btn-success{background-color:var(--success);color:white}.btn-sm{padding:0.25rem 0.75rem;font-size:0.875rem}.btn-link{background:none;border:none;color:var(--primary);text-decoration:underline;cursor:pointer;padding:0;font:inherit}.btn-link:hover{color:var(--secondary)}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--text-light)}legend.form-label{padding:0}.form-input{width:100%;padding:0.75rem 1rem;border-radius:var(--border-radius-sm);border:1px solid #e2e8f0;font-size:16px;transition:border 0.2s}.form-input:focus{outline:none;border-color:var(--primary)}.badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:var(--border-radius);font-size:0.75rem;font-weight:600}.badge-primary{background-color:var(--primary);color:white}.badge-secondary{background-color:var(--secondary);color:white}.progress-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:relative;height:20px;background-color:rgba(255, 255, 255, 0.1);border-radius:var(--border-radius);margin:0.5rem 0 1rem;overflow:hidden}.progress-bar.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{height:100%;background-color:var(--primary);border-radius:var(--border-radius);transition:width 0.3s ease}.progress-text.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;color:white;font-size:0.75rem;font-weight:600;text-shadow:0 0 2px rgba(0, 0, 0, 0.5)}.search-input-wrapper.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:relative;flex-grow:1}.search-input.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding-right:80px}.search-button.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;color:#718096}.search-button.svelte-l6bhxn svg.svelte-l6bhxn.svelte-l6bhxn{width:20px;height:20px}.search-clear.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;right:40px;top:50%;transform:translateY(-50%);background:none;border:none;color:#718096;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.search-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:1.5rem;display:flex;gap:0.5rem}.loading-indicator.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;margin-bottom:1rem;color:var(--text-light)}.spinner.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:30px;height:30px;border-radius:50%;border:3px solid rgba(48, 213, 200, 0.2);border-top-color:var(--primary);animation:svelte-l6bhxn-spin 1s linear infinite;margin-bottom:0.5rem}@keyframes svelte-l6bhxn-spin{to{transform:rotate(360deg)}}.desktop-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1rem}.mobile-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:none}.redeem-product-list.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;gap:0.5rem;max-height:300px;overflow-y:auto;margin-top:0.5rem}.redeem-product-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;padding:0.75rem;border-radius:var(--border-radius-sm);background-color:var(--bg-darker);border:1px solid var(--border-color);cursor:pointer;transition:all 0.2s ease}.redeem-product-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover:not(.disabled){transform:translateY(-2px);box-shadow:var(--shadow)}.redeem-product-item.selected.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-color:var(--primary);background-color:rgba(48, 213, 200, 0.1)}.redeem-product-item.disabled.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{opacity:0.5;cursor:not-allowed;background-color:rgba(0, 0, 0, 0.1)}.product-info.svelte-l6bhxn h4.svelte-l6bhxn.svelte-l6bhxn{margin:0;font-size:1rem}.points-required.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:0.8rem;color:var(--text-muted)}.not-available-tag.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:0.75rem;color:var(--danger);padding:0.25rem 0.5rem;border-radius:var(--border-radius);background-color:rgba(229, 62, 62, 0.1)}.selected-tag.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:0.75rem;color:var(--primary);padding:0.25rem 0.5rem;border-radius:var(--border-radius);background-color:rgba(48, 213, 200, 0.1)}.subscription-tiers.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.subscription-tier.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{flex:1;min-width:250px;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:1.5rem;position:relative;transition:all 0.3s ease;background-color:var(--dark-card)}.subscription-tier.selected.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.tier-badge.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;top:-10px;right:10px;background-color:var(--secondary);color:white;font-size:0.7rem;font-weight:bold;padding:0.2rem 0.6rem;border-radius:var(--border-radius)}.tier-header.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.tier-header.svelte-l6bhxn h5.svelte-l6bhxn.svelte-l6bhxn{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}.tier-price.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:1.5rem;font-weight:700;color:var(--primary)}.tier-features.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:1.5rem}.tier-feature.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:0.5rem;display:flex;align-items:baseline}.current-subscription.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-top:2rem;border-top:1px solid var(--border-color);padding-top:1.5rem}@media(max-width: 768px){.desktop-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:none}.mobile-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;position:fixed;bottom:0;left:0;width:100%;background:var(--dark-card);padding:0.8rem 0;justify-content:space-around;box-shadow:0 -2px 10px rgba(0, 0, 0, 0.1);z-index:100}.mobile-nav-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--text-light);font-weight:500;transition:color 0.2s;cursor:pointer;font-size:0.75rem}.mobile-nav-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{color:var(--primary)}.mobile-nav-item.active.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--primary)}.icon.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:1.5rem;height:1.5rem;margin-bottom:0.3rem}.container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding-bottom:70px}.flex-wrap.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{justify-content:center}.container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding:0.4rem 0.75rem 70px}.desktop-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding:0.4rem 0;margin-bottom:0.5rem;min-height:unset}}@media(max-width: 576px){.card{padding:1.2rem}.admin-section-header.svelte-l6bhxn h3.svelte-l6bhxn.svelte-l6bhxn{font-size:1rem}.product-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{flex-direction:column;align-items:flex-start;gap:0.5rem}.product-item.svelte-l6bhxn button.svelte-l6bhxn.svelte-l6bhxn{width:100%}.customer-card{max-width:100%}}@media(max-width: 480px){.customer-info.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:0.85rem}.btn{padding:0.4rem 1rem;font-size:0.9rem}.progress-text.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:0.7rem}}.nav-logo.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:1.5rem;font-weight:700;color:var(--primary)}.nav-links.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;gap:1rem}.nav-link.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{text-decoration:none;color:var(--text-light);font-weight:500;transition:color 0.2s;cursor:pointer}.nav-link.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{color:var(--primary)}.nav-greeting.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--primary);font-weight:600;font-size:0.95rem;padding-right:0.5rem;border-right:1px solid var(--border-color);margin-right:0.25rem}.mobile-nav-greeting.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100%;text-align:center;font-size:0.75rem;font-weight:600;color:var(--primary);padding:3px 0 2px;border-bottom:1px solid var(--border-color)}.text-center.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{text-align:center}.text-muted.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--text-muted);font-size:0.875rem}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mr-4{margin-right:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:0.5rem}.gap-3{gap:1rem}.flex-grow{flex-grow:1}.w-full{width:100%}.max-w-md{max-width:28rem}.mx-auto{margin-left:auto;margin-right:auto}.alert-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:9999;width:90%;max-width:600px;pointer-events:none}.alert{padding:0.875rem 1.25rem;border-radius:var(--border-radius-sm);position:relative;width:100%;z-index:10000;animation:svelte-l6bhxn-slideDown 0.3s ease-in-out;box-shadow:0 4px 12px rgba(0, 0, 0, 0.3);pointer-events:auto;text-align:center;font-weight:500;margin-bottom:0.5rem}@media(max-width: 768px){.alert-container{width:95%;top:0.5rem}.alert{padding:0.625rem 1rem;font-size:0.9rem}}@keyframes svelte-l6bhxn-fadeIn{from{opacity:0}to{opacity:1}}@keyframes svelte-l6bhxn-slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.alert-success{background-color:#d4edda;color:#155724}.alert-danger{background-color:#f8d7da;color:#721c24}.alert-info{background-color:#d1ecf1;color:#0c5460}.alert-warning{background-color:#fff3cd;color:#856404}.customer-modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-height:90vh;overflow-y:auto}.form-group.compact.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-bottom:0.75rem}fieldset.form-group.compact.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border:none;padding:0}.contact-options.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;gap:1.5rem}.contact-option.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;align-items:center;gap:0.5rem}.modal-body.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding-bottom:1rem}.modal-backdrop.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;z-index:50;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--dark-card);border-radius:var(--border-radius-sm);padding:1.5rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-title.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-size:1.25rem;font-weight:600}.modal-close.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background:none;border:none;cursor:pointer;font-size:1.5rem;color:currentColor}.tabs.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}.tab.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding:0.75rem 1rem;cursor:pointer;border-bottom:2px solid transparent;transition:all 0.2s}.tab.active.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-bottom-color:var(--primary);color:var(--primary);font-weight:500}.payment-status-unknown.svelte-l6bhxn .payment-status-icon.svelte-l6bhxn.svelte-l6bhxn,.payment-status-error.svelte-l6bhxn .payment-status-icon.svelte-l6bhxn.svelte-l6bhxn{background-color:#A0AEC0;color:white}.employee-list.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;gap:0.75rem}.employee-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:var(--border-radius-sm);background-color:var(--bg-darker);border:1px solid var(--border-color)}.employee-details.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;gap:0.25rem;flex:1}.employee-name.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{font-weight:600;color:var(--text-light);font-size:1rem}.employee-email.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--text-muted);font-size:0.875rem}.employee-permissions.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-wrap:wrap;gap:0.25rem;margin-top:0.5rem}.permission-badge.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:inline-block;padding:0.125rem 0.5rem;border-radius:var(--border-radius);font-size:0.75rem;font-weight:500;background-color:var(--primary);color:white}.permission-badge.full-access.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background-color:var(--success)}.employee-actions.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;gap:0.5rem;align-items:center}.branding-toggle-row.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;justify-content:space-between;align-items:center;gap:1rem}.toggle-switch.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0;cursor:pointer}.toggle-switch.svelte-l6bhxn input.svelte-l6bhxn.svelte-l6bhxn{opacity:0;width:0;height:0;position:absolute}.toggle-slider.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;inset:0;background-color:var(--border-color);border-radius:28px;transition:background-color 0.2s}.toggle-slider.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn::before{content:'';position:absolute;width:22px;height:22px;left:3px;top:3px;background-color:white;border-radius:50%;transition:transform 0.2s;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.toggle-switch.svelte-l6bhxn input.svelte-l6bhxn:checked+.toggle-slider.svelte-l6bhxn{background-color:var(--primary)}.toggle-switch.svelte-l6bhxn input.svelte-l6bhxn:checked+.toggle-slider.svelte-l6bhxn::before{transform:translateX(24px)}.employee-modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:600px;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.permissions-grid.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:grid;grid-template-columns:1fr;gap:0.75rem;margin-top:0.5rem}.permission-option.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;align-items:center;gap:0.5rem;cursor:pointer;padding:0.5rem;border-radius:var(--border-radius-sm);transition:background-color 0.2s}.permission-option.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{background-color:rgba(255, 255, 255, 0.05)}.permission-label.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--text-light);font-weight:500}.full-access-label.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--success);font-weight:600}.permission-option.svelte-l6bhxn input[type="checkbox"].svelte-l6bhxn:disabled+.permission-label.svelte-l6bhxn{color:var(--text-muted);opacity:0.6}@media(max-width: 768px){.employee-item.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{flex-direction:column;align-items:flex-start;gap:0.75rem}.employee-actions.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100%;justify-content:flex-end}.modal-backdrop.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{align-items:flex-start;padding:1rem 0}.employee-modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:95%;max-height:none;margin:0 auto;overflow-y:visible}.modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:not(.employee-modal){max-height:none;margin:0 auto}}.nav-logo-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem}.desktop-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:relative;min-height:70px}.desktop-nav.has-logo.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{min-height:140px}.store-logo-display.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{position:absolute;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.store-logo-circle.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100px;height:100px;border-radius:50%;border:3px solid var(--primary, #30d5c8);background-color:white;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);padding:8px}.store-logo-centered.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:80%;max-height:80%;object-fit:contain}body.light-mode .store-logo-circle{border-color:#30d5c8;background-color:white;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1)}.logo-preview-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:center;gap:0.75rem;padding:1.5rem;background-color:var(--bg-darker);border-radius:var(--border-radius-sm);border:1px solid var(--border-color)}.logo-preview-circle.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:150px;height:150px;border-radius:50%;border:3px solid var(--primary, #30d5c8);background-color:white;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);padding:12px}.logo-preview-img.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:80%;max-height:80%;object-fit:contain}.theme-options.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;gap:1rem;flex-wrap:wrap}.theme-option.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:center;gap:0.5rem;padding:1rem;border:2px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;transition:all 0.2s;min-width:120px}.theme-option.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{border-color:var(--primary)}.theme-option.selected.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{border-color:var(--primary);background-color:rgba(48, 213, 200, 0.1)}.theme-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:60px;height:40px;border-radius:var(--border-radius-sm);border:1px solid var(--border-color)}.dark-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background:linear-gradient(135deg, #1a202c 0%, #2d3748 100%)}.light-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{background:linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);border:1px solid #cbd5e0}.logo-preview-container.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;align-items:center;gap:0.75rem;padding:1rem;background-color:var(--bg-darker);border-radius:var(--border-radius-sm);border:1px solid var(--border-color)}.logo-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:200px;max-height:100px;object-fit:contain}body.light-mode{--bg-dark:#f7fafc;--bg-darker:#edf2f7;--text-light:#2d3748;--text-muted:#718096;--border-color:#e2e8f0;background-color:#f7fafc;color:#2d3748}body.light-mode .container{background-color:#f7fafc}body.light-mode .card.dark-card{background-color:white;color:#2d3748;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,0.1)}body.light-mode .form-input.dark-input{background-color:#f7fafc;color:#2d3748;border-color:#e2e8f0}body.light-mode .form-input.dark-input::placeholder{color:#a0aec0}body.light-mode .nav{background-color:white;border-bottom:1px solid #e2e8f0}body.light-mode .nav-logo{color:#2d3748}body.light-mode .nav-link{color:#718096}body.light-mode .nav-link:hover{color:#30d5c8}body.light-mode .mobile-nav{background-color:white;border-top:1px solid #e2e8f0}body.light-mode .mobile-nav-item{color:#718096}body.light-mode .admin-card{background-color:#f7fafc;border-color:#e2e8f0;color:#2d3748}body.light-mode .admin-card h4{color:#2d3748}body.light-mode .admin-section-header{background-color:white;border-color:#e2e8f0;color:#2d3748}body.light-mode .admin-section-header h3{color:#2d3748}body.light-mode .admin-section-content{background-color:white;color:#2d3748}body.light-mode .customer-card{background-color:#f7fafc;border-color:#e2e8f0;color:#2d3748}body.light-mode .customer-card h4{color:#2d3748}body.light-mode .customer-card small{color:#718096}body.light-mode .history-table th{background-color:#edf2f7;color:#2d3748;border-color:#e2e8f0}body.light-mode .history-table td{border-color:#e2e8f0;color:#2d3748}body.light-mode .history-table tr:hover{background-color:#f7fafc}body.light-mode .modal.dark-modal{background-color:white;color:#2d3748;border:1px solid #e2e8f0}body.light-mode .modal-header{border-color:#e2e8f0}body.light-mode .modal-title{color:#2d3748}body.light-mode .employee-item{background-color:#f7fafc;border-color:#e2e8f0}body.light-mode .employee-name{color:#2d3748}body.light-mode .permission-option:hover{background-color:rgba(0, 0, 0, 0.05)}body.light-mode .product-item{background-color:#edf2f7;border-color:#e2e8f0}body.light-mode .search-input{background-color:white;color:#2d3748;border-color:#e2e8f0}body.light-mode .progress-container{background-color:#e2e8f0}body.light-mode .logo-preview-container{background-color:#f7fafc;border-color:#e2e8f0}body.light-mode .theme-option{border-color:#e2e8f0;background-color:white}body.light-mode .theme-option.selected{border-color:#30d5c8;background-color:rgba(48, 213, 200, 0.1)}body.light-mode .redeem-product-item{background-color:#f7fafc;border-color:#e2e8f0}body.light-mode .redeem-product-item.selected{border-color:#30d5c8;background-color:rgba(48, 213, 200, 0.1)}body.light-mode .redeem-product-item.disabled{background-color:#edf2f7;opacity:0.6}body.light-mode .contact-option{background-color:#f7fafc;border-color:#e2e8f0;color:#2d3748}body.light-mode small{color:#718096}body.light-mode .text-gray-400{color:#718096}body.light-mode .payment-status-box{background-color:#f7fafc;border-color:#e2e8f0}body.light-mode .feature-locked-message{background-color:#f7fafc;border-color:#e2e8f0;color:#2d3748}body.light-mode .email-preview-content{background-color:#f7fafc;border-color:#e2e8f0;color:#2d3748}body.light-mode .permissions-list{background-color:#f7fafc;border-color:#e2e8f0}body.light-mode .alert{border-color:#e2e8f0}body.light-mode .alert-success{background-color:#c6f6d5;color:#22543d}body.light-mode .alert-danger{background-color:#fed7d7;color:#742a2a}body.light-mode .alert-warning{background-color:#fefcbf;color:#744210}body.light-mode .alert-info{background-color:#bee3f8;color:#2a4365}.color-picker-row.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap}.color-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:40px;height:40px;border-radius:var(--border-radius-sm);border:2px solid var(--border-color);cursor:pointer;transition:transform 0.2s, border-color 0.2s;flex-shrink:0}.color-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{transform:scale(1.1);border-color:var(--primary)}.color-input.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100px;flex-shrink:0}.color-picker-modal.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-width:400px;width:90%}.color-palette.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:grid;grid-template-columns:repeat(8, 1fr);gap:0.5rem;margin:1rem 0}.color-swatch.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:100%;aspect-ratio:1;border:2px solid transparent;border-radius:var(--border-radius-sm);cursor:pointer;transition:transform 0.2s, border-color 0.2s;padding:0}.color-swatch.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn:hover{transform:scale(1.1);border-color:white;z-index:1}.color-input-row.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;flex-direction:column;gap:0.5rem}@media(max-width: 480px){.color-palette.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{grid-template-columns:repeat(6, 1fr);gap:0.35rem}.color-picker-row.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{gap:0.5rem}.color-preview.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:35px;height:35px}.color-input.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{width:80px}}.nav-logo-premium.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{display:flex;align-items:center;justify-content:center;max-height:50px;max-width:150px}.nav-logo-premium.svelte-l6bhxn img.svelte-l6bhxn.svelte-l6bhxn{max-height:50px;max-width:150px;object-fit:contain}.app-footer.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{margin-top:2rem;padding:1rem 0;border-top:1px solid var(--border-color);text-align:center}.footer-content.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{color:var(--text-muted);font-size:0.875rem}.footer-branding.svelte-l6bhxn strong.svelte-l6bhxn.svelte-l6bhxn{color:var(--primary)}@media(max-width: 768px){.app-footer.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{padding-bottom:80px}}@media(max-width: 768px){.store-logo-nav.svelte-l6bhxn.svelte-l6bhxn.svelte-l6bhxn{max-height:60px;max-width:150px}}
