.course-card.svelte-phktc0{position:relative;cursor:pointer;transition:transform .3s ease;padding:1rem}.course-card.svelte-phktc0:hover{transform:translateY(-8px)}.card-container.svelte-phktc0{background:#ffffff1a;border-radius:24px;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;overflow:hidden;position:relative;height:520px;display:flex;flex-direction:column}.course-card.svelte-phktc0:hover .card-container:where(.svelte-phktc0){border-color:var(--primary-glow);box-shadow:0 20px 40px #ff00ae33}.image-section.svelte-phktc0{position:relative;height:240px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.image-circle.svelte-phktc0{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3);position:relative}.image-circle.svelte-phktc0 img:where(.svelte-phktc0){width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.course-card.svelte-phktc0:hover .image-circle:where(.svelte-phktc0) img:where(.svelte-phktc0){transform:scale(1.1)}.fallback-image.svelte-phktc0{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-glow),var(--secondary-glow));display:none;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.live-indicator.svelte-phktc0{position:absolute;top:16px;right:16px;background:#f00c;color:#fff;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:500;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.live-dot.svelte-phktc0{width:6px;height:6px;background:#fff;border-radius:50%;animation:svelte-phktc0-pulse 2s infinite}@keyframes svelte-phktc0-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.category-indicator.svelte-phktc0{position:absolute;bottom:16px;left:16px;background:linear-gradient(135deg,var(--primary-glow),var(--secondary-glow));color:#fff;padding:3px 8px;border-radius:10px;font-size:.65rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-section.svelte-phktc0{padding:1.5rem;flex:1;display:flex;flex-direction:column}.course-header.svelte-phktc0{margin-bottom:1rem}.course-title.svelte-phktc0{font-size:1.3rem;font-weight:700;margin:0 0 .5rem;line-height:1.3;color:#fff}.course-subtitle.svelte-phktc0{font-size:1rem;color:var(--primary-glow);font-weight:600;margin:0}.course-description.svelte-phktc0{font-size:.9rem;line-height:1.6;margin:0 0 1.5rem;color:#fffc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.course-meta.svelte-phktc0{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item.svelte-phktc0{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#ffffffb3}.enroll-button.svelte-phktc0{background:linear-gradient(135deg,var(--primary-glow),var(--secondary-glow));color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;justify-content:center;margin-top:auto}.enroll-button.svelte-phktc0:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff00ae66}.hover-overlay.svelte-phktc0{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:24px}.course-card.svelte-phktc0:hover .hover-overlay:where(.svelte-phktc0){opacity:1}.overlay-content.svelte-phktc0{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.view-details.svelte-phktc0{font-weight:600;font-size:1rem}.popup-backdrop.svelte-phktc0{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:svelte-phktc0-fadeIn .3s ease}@keyframes svelte-phktc0-fadeIn{0%{opacity:0}to{opacity:1}}.popup-container.svelte-phktc0{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:24px;border:2px solid rgba(255,255,255,.1);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:svelte-phktc0-slideUp .3s ease}@keyframes svelte-phktc0-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-button.svelte-phktc0{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:10}.close-button.svelte-phktc0:hover{background:#fff3;transform:scale(1.1)}.popup-content.svelte-phktc0{padding:2rem}.popup-header.svelte-phktc0{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.popup-image.svelte-phktc0{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.2);flex-shrink:0}.popup-image.svelte-phktc0 img:where(.svelte-phktc0){width:100%;height:100%;object-fit:cover}.popup-live-badge.svelte-phktc0{position:absolute;top:-8px;right:-8px;background:#ff0000e6;color:#fff;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:4px}.popup-title-section.svelte-phktc0{flex:1}.popup-title.svelte-phktc0{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;color:#fff;line-height:1.2}.popup-subtitle.svelte-phktc0{font-size:1.1rem;color:var(--primary-glow);font-weight:600;margin:0 0 1rem}.popup-category.svelte-phktc0{display:inline-block;background:linear-gradient(135deg,var(--primary-glow),var(--secondary-glow));color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.popup-body.svelte-phktc0{margin-bottom:2rem}.popup-description.svelte-phktc0{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}.popup-details.svelte-phktc0{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.detail-item.svelte-phktc0{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.detail-item.svelte-phktc0 svg:where(.svelte-phktc0){color:var(--primary-glow);flex-shrink:0}.detail-label.svelte-phktc0{display:block;font-size:.8rem;color:#fff9;margin-bottom:.25rem}.detail-value.svelte-phktc0{display:block;font-size:1rem;font-weight:600;color:#fff}.popup-price-section.svelte-phktc0{margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.price-header.svelte-phktc0{margin-bottom:1rem}.price-header.svelte-phktc0 h4:where(.svelte-phktc0){font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.countdown-timer.svelte-phktc0{display:flex;align-items:center;gap:.5rem}.timer-label.svelte-phktc0{font-size:.8rem;color:#ffffffb3}.timer-value.svelte-phktc0{font-size:.9rem;font-weight:600;color:#ff6b6b;font-family:monospace}.expired-notice.svelte-phktc0{display:flex;align-items:center;gap:.5rem}.expired-text.svelte-phktc0{font-size:.8rem;color:#ff6b6b;font-weight:500}.price-display.svelte-phktc0{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.original-price.svelte-phktc0{display:flex;flex-direction:column;align-items:center;text-align:center}.price-amount.svelte-phktc0{font-size:1rem;color:#ffffff80;text-decoration:line-through}.price-currency.svelte-phktc0{font-size:.7rem;color:#fff6}.price-separator.svelte-phktc0{color:#ffffff4d;font-size:.8rem}.discounted-price-display.svelte-phktc0{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.discounted-price.svelte-phktc0{display:flex;flex-direction:column;align-items:center;text-align:center}.discounted-price.svelte-phktc0 .price-amount:where(.svelte-phktc0){font-size:1.5rem;font-weight:700;color:#51cf66;text-decoration:none}.discounted-price.svelte-phktc0 .price-currency:where(.svelte-phktc0){font-size:.8rem;color:#ffffffb3}.regular-price-display.svelte-phktc0{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.regular-price.svelte-phktc0{display:flex;flex-direction:column;align-items:center;text-align:center}.regular-price.svelte-phktc0 .price-amount:where(.svelte-phktc0){font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.regular-price.svelte-phktc0 .price-currency:where(.svelte-phktc0){font-size:.8rem;color:#ffffffb3}.discount-info.svelte-phktc0{display:flex;align-items:center;justify-content:center;gap:.5rem}.discount-badge.svelte-phktc0{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:.7rem;font-weight:600}.discount-text.svelte-phktc0{font-size:.8rem;color:#ffffffb3}.tax-notice.svelte-phktc0{text-align:center;margin-top:.5rem}.tax-text.svelte-phktc0{font-size:.65rem;color:#ffffff80;font-style:italic}.popup-features.svelte-phktc0{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.popup-features.svelte-phktc0 h4:where(.svelte-phktc0){font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 1rem}.popup-features.svelte-phktc0 ul:where(.svelte-phktc0){list-style:none;padding:0;margin:0}.popup-features.svelte-phktc0 li:where(.svelte-phktc0){color:#fffc;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.popup-features.svelte-phktc0 li:where(.svelte-phktc0):before{content:"✓";position:absolute;left:0;color:var(--primary-glow);font-weight:700}.popup-footer.svelte-phktc0{text-align:center}.popup-enroll-button.svelte-phktc0{background:linear-gradient(135deg,var(--primary-glow),var(--secondary-glow));color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;margin:0 auto}.popup-enroll-button.svelte-phktc0:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff00ae66}@media (max-width: 768px){.course-card.svelte-phktc0{padding:.5rem}.card-container.svelte-phktc0{height:500px}.image-section.svelte-phktc0{height:200px}.image-circle.svelte-phktc0{width:130px;height:130px}.content-section.svelte-phktc0{padding:1rem}.course-title.svelte-phktc0{font-size:1.2rem}.course-subtitle.svelte-phktc0{font-size:.9rem}.course-description.svelte-phktc0{font-size:.85rem}.popup-container.svelte-phktc0{margin:1rem;max-height:95vh}.popup-content.svelte-phktc0{padding:1.5rem}.popup-header.svelte-phktc0{flex-direction:column;text-align:center;gap:1rem}.popup-title.svelte-phktc0{font-size:1.5rem}.popup-subtitle.svelte-phktc0{font-size:1rem}.popup-details.svelte-phktc0{grid-template-columns:1fr}.price-display.svelte-phktc0,.discounted-price-display.svelte-phktc0,.regular-price-display.svelte-phktc0{flex-direction:column;gap:.5rem}.price-separator.svelte-phktc0{display:none}}@media (max-width: 480px){.course-card.svelte-phktc0{padding:.25rem}.card-container.svelte-phktc0{height:480px}.image-section.svelte-phktc0{height:180px}.image-circle.svelte-phktc0{width:110px;height:110px}.course-title.svelte-phktc0{font-size:1.1rem}.course-description.svelte-phktc0{font-size:.8rem}.enroll-button.svelte-phktc0{padding:.6rem 1.2rem;font-size:.8rem}}.floating-share-btn.svelte-phktc0{position:fixed;right:2.2rem;bottom:7rem;z-index:1000;background:linear-gradient(90deg,var(--primary-glow),var(--secondary-glow));color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000002e;cursor:pointer;transition:background .2s,box-shadow .2s,transform .1s}.floating-share-btn.svelte-phktc0:hover{background:linear-gradient(90deg,var(--secondary-glow),var(--primary-glow));box-shadow:0 8px 32px #00000038;transform:scale(1.08)}@media (max-width: 600px){.floating-share-btn.svelte-phktc0{right:1.1rem;bottom:7rem;width:52px;height:52px}}.levelup-page.svelte-1yfajey{padding-top:80px;min-height:100vh;background:linear-gradient(135deg,#0c0a14,#1a1a2e)}.levelup-container.svelte-1yfajey{max-width:1400px;margin:0 auto;padding:2rem}.levelup-header.svelte-1yfajey{text-align:center;margin-bottom:4rem;padding:4rem 0;background:linear-gradient(to bottom,transparent,rgba(255,0,174,.1));border-radius:24px}.header-content.svelte-1yfajey{max-width:800px;margin:0 auto;padding:0 1rem}.main-title.svelte-1yfajey{font-size:4rem;font-weight:900;margin:0 0 1.5rem;background:linear-gradient(45deg,var(--text-primary) 30%,var(--primary-glow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px}.subtitle.svelte-1yfajey{font-size:1.25rem;line-height:1.7;color:#fffc;margin:0 0 3rem}.header-stats.svelte-1yfajey{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat.svelte-1yfajey{text-align:center}.stat-number.svelte-1yfajey{display:block;font-size:2.5rem;font-weight:800;color:var(--primary-glow);margin-bottom:.5rem}.stat-label.svelte-1yfajey{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.courses-section.svelte-1yfajey{margin-bottom:4rem}.section-header.svelte-1yfajey{text-align:center;margin-bottom:3rem;position:relative;display:block}.sort-bar-wrapper.svelte-1yfajey{position:absolute;top:0;right:0;display:flex;align-items:center;height:100%}@media (max-width: 900px){.sort-bar-wrapper.svelte-1yfajey{position:static;justify-content:center;margin-top:1.5rem;width:100%}.section-header.svelte-1yfajey{display:block;text-align:center}}.section-title.svelte-1yfajey{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(45deg,var(--text-primary) 30%,var(--primary-glow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description.svelte-1yfajey{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}.courses-grid.svelte-1yfajey{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;justify-items:center;align-items:start}@media (max-width: 1200px){.courses-grid.svelte-1yfajey{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 768px){.levelup-container.svelte-1yfajey{padding:1rem}.levelup-header.svelte-1yfajey{padding:2rem 0;margin-bottom:2rem}.main-title.svelte-1yfajey{font-size:2.5rem}.subtitle.svelte-1yfajey{font-size:1.1rem}.header-stats.svelte-1yfajey{gap:2rem}.stat-number.svelte-1yfajey,.section-title.svelte-1yfajey{font-size:2rem}.courses-grid.svelte-1yfajey{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 480px){.main-title.svelte-1yfajey{font-size:2rem}.subtitle.svelte-1yfajey{font-size:1rem}.header-stats.svelte-1yfajey{flex-direction:column;gap:1rem}.courses-grid.svelte-1yfajey{grid-template-columns:1fr;gap:2rem}.section-title.svelte-1yfajey{font-size:1.5rem}}.sort-bar.svelte-1yfajey{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sort-label.svelte-1yfajey{color:#ffffffb3;font-size:1rem;margin-right:.5rem}.sort-select.svelte-1yfajey{background:#181828;color:#fff;border:1px solid #333;border-radius:8px;padding:.4rem 1.2rem .4rem .7rem;font-size:1rem;font-family:inherit;outline:none;transition:border .2s}.sort-select.svelte-1yfajey:focus{border:1.5px solid var(--primary-glow, #ff00ae)}.load-more.svelte-1yfajey{display:flex;justify-content:center;margin-top:2rem}.load-more-btn.svelte-1yfajey{padding:.75rem 2rem;border-radius:12px;background:#ffffff1a;color:#fff;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #00000014}.load-more-btn.svelte-1yfajey:hover,.load-more-btn.svelte-1yfajey:focus{background:var(--primary-glow, #ff00ae);color:#fff}
