.widget-overlay.svelte-yrnzro{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--overlay-color);display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.widget-modal.svelte-yrnzro{background:var(--background-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:2rem;width:450px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl);color:var(--text-primary)}.widget-header.svelte-yrnzro{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.widget-header.svelte-yrnzro h2:where(.svelte-yrnzro){font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.close-btn.svelte-yrnzro{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;color:var(--text-secondary);transition:all .2s ease}.close-btn.svelte-yrnzro:hover{background:var(--border-color);color:var(--text-primary);transform:scale(1.05)}.widget-content.svelte-yrnzro{color:var(--text-primary)}.demo-description.svelte-yrnzro{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;text-align:center;padding:1rem;background:var(--background-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color)}.products-section.svelte-yrnzro h3:where(.svelte-yrnzro){font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.products-list.svelte-yrnzro{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-item.svelte-yrnzro{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .2s ease}.product-item.svelte-yrnzro:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.product-info.svelte-yrnzro{display:flex;flex-direction:column;gap:.25rem}.product-name.svelte-yrnzro{font-weight:500;color:var(--text-primary);font-size:1rem}.product-price.svelte-yrnzro{font-weight:600;color:var(--primary-color);font-size:1.1rem}.quantity-controls.svelte-yrnzro{display:flex;align-items:center;gap:.75rem}.qty-btn.svelte-yrnzro{background:var(--primary-color);color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}.qty-btn.svelte-yrnzro:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.1)}.qty-btn.svelte-yrnzro:disabled{background:var(--gray-400);cursor:not-allowed;opacity:.5}.quantity.svelte-yrnzro{font-weight:600;color:var(--text-primary);min-width:1.5rem;text-align:center;font-size:1.1rem}.cart-summary.svelte-yrnzro{background:var(--background-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1rem;margin-bottom:1rem}.total.svelte-yrnzro{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-align:center}.checkout-btn.svelte-yrnzro{width:100%;padding:1rem 1.5rem;border-radius:var(--border-radius);border:none;background:var(--gradient-primary);color:#fff;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-md)}.checkout-btn.svelte-yrnzro:hover:not(.disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.checkout-btn.disabled.svelte-yrnzro{background:var(--gray-400);cursor:not-allowed;opacity:.6}.checkout-btn.disabled.svelte-yrnzro:hover{transform:none;box-shadow:var(--shadow-md)}@media (max-width: 480px){.widget-modal.svelte-yrnzro{width:95vw;padding:1.5rem}.product-item.svelte-yrnzro{padding:.75rem}.qty-btn.svelte-yrnzro{width:1.75rem;height:1.75rem;font-size:.9rem}}.container.svelte-1du1zi4{padding:0 1rem}.page-content.svelte-1du1zi4{max-width:1200px;margin:0 auto;padding:4rem 0}h1.svelte-1du1zi4{font-size:3rem;font-weight:700;color:var(--text-primary, #1a202c);text-align:center;margin-bottom:1rem}.lead.svelte-1du1zi4{font-size:1.25rem;color:var(--text-secondary, #64748b);text-align:center;margin-bottom:4rem}.demo-section.svelte-1du1zi4{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.demo-preview.svelte-1du1zi4{text-align:center}.demo-preview.svelte-1du1zi4 h3:where(.svelte-1du1zi4){font-size:1.5rem;font-weight:600;color:var(--text-primary, #1a202c);margin-bottom:2rem}.demo-widget.svelte-1du1zi4{background-color:var(--background-secondary, #f8fafc);border:1px solid var(--border-color, #e2e8f0);border-radius:16px;padding:3rem;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.widget-button.svelte-1du1zi4{background:var(--gradient-primary, linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%));color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 4px 12px #8b5cf64d;cursor:pointer;transition:all .2s ease;display:inline-block;margin-bottom:1rem}.widget-button.svelte-1du1zi4:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.demo-note.svelte-1du1zi4{color:var(--text-secondary, #64748b);font-size:.875rem;font-style:italic;margin:0}.demo-features.svelte-1du1zi4 h3:where(.svelte-1du1zi4){font-size:1.5rem;font-weight:600;color:var(--text-primary, #1a202c);margin-bottom:2rem}.demo-features.svelte-1du1zi4 ul:where(.svelte-1du1zi4){list-style:none;padding:0;margin:0}.demo-features.svelte-1du1zi4 li:where(.svelte-1du1zi4){padding:.75rem 0;color:var(--text-primary, #1a202c);font-size:1.125rem;border-bottom:1px solid var(--border-color, #e2e8f0)}.demo-features.svelte-1du1zi4 li:where(.svelte-1du1zi4):last-child{border-bottom:none}.cta-section.svelte-1du1zi4{text-align:center;background:var(--background-secondary);border:1px solid var(--border-color);border-radius:16px;padding:4rem 2rem;box-shadow:var(--shadow-lg)}.cta-section.svelte-1du1zi4 h2:where(.svelte-1du1zi4){font-size:2rem;font-weight:700;color:var(--text-primary, #1a202c);margin-bottom:1rem}.cta-section.svelte-1du1zi4 p:where(.svelte-1du1zi4){font-size:1.125rem;color:var(--text-secondary, #64748b);margin-bottom:2rem}.btn.svelte-1du1zi4{display:inline-block;text-decoration:none;border:none;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease}.btn-primary.svelte-1du1zi4{background:var(--gradient-primary, linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%));color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-primary.svelte-1du1zi4:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.btn-lg.svelte-1du1zi4{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 768px){.page-content.svelte-1du1zi4{padding:2rem 0}h1.svelte-1du1zi4{font-size:2rem}.demo-section.svelte-1du1zi4{grid-template-columns:1fr;gap:2rem}.demo-widget.svelte-1du1zi4{padding:2rem}.cta-section.svelte-1du1zi4{padding:3rem 1.5rem}}
