:root{--primary:#06f;--primary-hover:#0052cc;--success:#00a86b;--danger:#e63946;--text:#1a1a1a;--text-muted:#666;--border:#e0e0e0;--bg-card:#fff;--bg-hover:#f8f9fa;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #0000001a;--radius:12px;--radius-lg:16px}.container.svelte-m6wpvh{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem;overflow-x:clip}.header.svelte-m6wpvh{text-align:center;margin-bottom:3rem}.header.svelte-m6wpvh h1:where(.svelte-m6wpvh){letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.header.svelte-m6wpvh p:where(.svelte-m6wpvh){color:var(--text-muted);margin:0;font-size:clamp(1rem,2vw,1.25rem)}.product-cards.svelte-m6wpvh{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.card.svelte-m6wpvh{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-lg);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);width:100%;min-width:0;padding:2rem;transition:all .2s;position:relative}.card.svelte-m6wpvh:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.card.selected.svelte-m6wpvh{border-color:var(--primary);box-shadow:0 0 0 4px #0066ff1a, var(--shadow-md)}.card-badge.svelte-m6wpvh{background:var(--success);color:#fff;letter-spacing:.02em;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.card-title.svelte-m6wpvh{color:var(--text);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.card-description.svelte-m6wpvh{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.card-pricing.svelte-m6wpvh{flex-direction:column;gap:.25rem;display:flex}.price-original.svelte-m6wpvh{color:#ea5757;font-size:1.8rem;text-decoration:line-through}.price-current.svelte-m6wpvh{color:#4ba346;font-size:1.75rem;font-weight:800}.card-checkmark.svelte-m6wpvh{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.enrollment.svelte-m6wpvh{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem}.enrollment-header.svelte-m6wpvh{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.enrollment-header.svelte-m6wpvh h2:where(.svelte-m6wpvh){color:var(--text);margin:0;font-size:1.75rem;font-weight:700}.price-summary.svelte-m6wpvh{background:var(--bg-hover);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.price-label.svelte-m6wpvh{color:var(--text-muted);font-size:.95rem}.price-value.svelte-m6wpvh{color:var(--primary);font-size:1.5rem;font-weight:800}.form-grid.svelte-m6wpvh{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.field.svelte-m6wpvh{flex-direction:column;gap:.5rem;display:flex}.field-full.svelte-m6wpvh{grid-column:1/-1}.field-label.svelte-m6wpvh{color:var(--text);font-size:.9rem;font-weight:600}.field.svelte-m6wpvh input:where(.svelte-m6wpvh){border:2px solid var(--border);border-radius:var(--radius);background:var(--bg-card);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.field.svelte-m6wpvh input:where(.svelte-m6wpvh):focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0066ff1a}.field.svelte-m6wpvh input.invalid:where(.svelte-m6wpvh){border-color:var(--danger)}.field.svelte-m6wpvh input[readonly]:where(.svelte-m6wpvh){cursor:pointer;background:var(--bg-hover)}.payment-methods.svelte-m6wpvh{flex-wrap:wrap;gap:.75rem;display:flex}.payment-option.svelte-m6wpvh{cursor:pointer;position:relative}.payment-option.svelte-m6wpvh input:where(.svelte-m6wpvh){opacity:0;pointer-events:none;position:absolute}.payment-label.svelte-m6wpvh{border:2px solid var(--border);background:var(--bg-card);-webkit-user-select:none;user-select:none;border-radius:999px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-block}.payment-option.svelte-m6wpvh:hover .payment-label:where(.svelte-m6wpvh){background:var(--bg-hover);border-color:var(--primary)}.payment-option.svelte-m6wpvh input:where(.svelte-m6wpvh):checked+.payment-label:where(.svelte-m6wpvh){background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.submit-btn.svelte-m6wpvh{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-bottom:1rem;padding:1.125rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.submit-btn.svelte-m6wpvh:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.submit-btn.svelte-m6wpvh:disabled{opacity:.5;cursor:not-allowed}.secure-notice.svelte-m6wpvh{text-align:center;color:var(--text-muted);margin:0;font-size:.9rem}.overlay.svelte-m6wpvh{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s svelte-m6wpvh-fadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-m6wpvh-fadeIn{0%{opacity:0}to{opacity:1}}.overlay-content.svelte-m6wpvh{background:var(--bg-card);border-radius:var(--radius-lg);width:min(600px,100%);max-height:80vh;box-shadow:var(--shadow-lg);padding:2rem;animation:.3s svelte-m6wpvh-slideUp;position:relative;overflow-y:auto}@keyframes svelte-m6wpvh-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.overlay-close.svelte-m6wpvh{background:var(--bg-hover);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;font-size:1.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.overlay-close.svelte-m6wpvh:hover{background:var(--border);color:var(--text)}.overlay-title.svelte-m6wpvh{color:var(--text);margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.overlay-search.svelte-m6wpvh{border:2px solid var(--border);border-radius:var(--radius);width:100%;margin-bottom:1.5rem;padding:1rem;font-size:1rem}.overlay-search.svelte-m6wpvh:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0066ff1a}.overlay-list.svelte-m6wpvh{flex-direction:column;gap:.5rem;max-height:400px;display:flex;overflow-y:auto}.overlay-item.svelte-m6wpvh{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:left;cursor:pointer;width:100%;padding:1rem;font-size:1rem;transition:all .15s}.overlay-item.svelte-m6wpvh:hover{background:var(--bg-hover);border-color:var(--primary);transform:translate(4px)}.overlay-empty.svelte-m6wpvh{text-align:center;color:var(--text-muted);padding:2rem}@media (width<=768px){.container.svelte-m6wpvh{padding:1.5rem 1rem 3rem}.product-cards.svelte-m6wpvh{grid-template-columns:1fr}.enrollment.svelte-m6wpvh{padding:1.5rem}.enrollment-header.svelte-m6wpvh{flex-direction:column;align-items:flex-start}.form-grid.svelte-m6wpvh{grid-template-columns:1fr;gap:1.25rem}.payment-methods.svelte-m6wpvh{gap:.5rem}.payment-label.svelte-m6wpvh{padding:.625rem 1rem;font-size:.875rem}.overlay-content.svelte-m6wpvh{padding:1.5rem}}@media (width<=480px){.header.svelte-m6wpvh h1:where(.svelte-m6wpvh){font-size:1.75rem}.card.svelte-m6wpvh{padding:1.5rem}.card-title.svelte-m6wpvh{font-size:1.25rem}.price-current.svelte-m6wpvh{font-size:1.5rem}}
