.ThemeToggle-module__sGqMhG__toggle{background:var(--bg-secondary);border-radius:var(--radius-full);cursor:pointer;width:48px;height:48px;transition:all var(--transition-normal);border:2px solid #ffffff1a;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__sGqMhG__toggle:hover{border-color:var(--neon-cyan);box-shadow:var(--shadow-neon);transform:scale(1.05)}.ThemeToggle-module__sGqMhG__toggle:active{transform:scale(.95)}.ThemeToggle-module__sGqMhG__iconWrapper{width:24px;height:24px;position:relative}.ThemeToggle-module__sGqMhG__icon{width:100%;height:100%;color:var(--text-secondary);opacity:0;transition:all var(--transition-normal);position:absolute;top:0;left:0;transform:scale(.5)rotate(-90deg)}.ThemeToggle-module__sGqMhG__icon.ThemeToggle-module__sGqMhG__active{opacity:1;color:var(--neon-cyan);transform:scale(1)rotate(0)}.ThemeToggle-module__sGqMhG__sun.ThemeToggle-module__sGqMhG__active{animation:2s ease-in-out infinite ThemeToggle-module__sGqMhG__sunPulse}.ThemeToggle-module__sGqMhG__moon.ThemeToggle-module__sGqMhG__active{animation:3s ease-in-out infinite ThemeToggle-module__sGqMhG__moonGlow}@keyframes ThemeToggle-module__sGqMhG__sunPulse{0%,to{filter:drop-shadow(0 0 2px var(--neon-yellow))}50%{filter:drop-shadow(0 0 8px var(--neon-yellow))}}@keyframes ThemeToggle-module__sGqMhG__moonGlow{0%,to{filter:drop-shadow(0 0 2px var(--neon-purple))}50%{filter:drop-shadow(0 0 6px var(--neon-purple))}}
.VideoPreview-module__jQw0gW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-card);transition:all var(--transition-normal);border:1px solid #ffffff1a;flex-direction:column;display:flex;overflow:hidden}.VideoPreview-module__jQw0gW__card:hover{box-shadow:var(--shadow-glow);transform:translateY(-4px)}.VideoPreview-module__jQw0gW__thumbnailWrapper{aspect-ratio:16/9;background:var(--bg-secondary);width:100%;position:relative;overflow:hidden}.VideoPreview-module__jQw0gW__thumbnailImage{object-fit:cover;transition:transform var(--transition-slow)}.VideoPreview-module__jQw0gW__card:hover .VideoPreview-module__jQw0gW__thumbnailImage{transform:scale(1.05)}.VideoPreview-module__jQw0gW__thumbnailPlaceholder{color:var(--text-muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPreview-module__jQw0gW__thumbnailPlaceholder svg{opacity:.5;width:48px;height:48px}.VideoPreview-module__jQw0gW__badge{top:var(--space-md);left:var(--space-md);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute}.VideoPreview-module__jQw0gW__badge svg{width:20px;height:20px}.VideoPreview-module__jQw0gW__badge.VideoPreview-module__jQw0gW__facebook{color:#fff;background:#1877f2e6}.VideoPreview-module__jQw0gW__badge.VideoPreview-module__jQw0gW__tiktok{color:var(--tiktok);background:#000c}.VideoPreview-module__jQw0gW__duration{bottom:var(--space-md);right:var(--space-md);padding:var(--space-xs)var(--space-sm);color:#fff;border-radius:var(--radius-sm);background:#000c;font-size:.85rem;font-weight:600;position:absolute}.VideoPreview-module__jQw0gW__playOverlay{opacity:0;transition:opacity var(--transition-normal);background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPreview-module__jQw0gW__card:hover .VideoPreview-module__jQw0gW__playOverlay{opacity:1}.VideoPreview-module__jQw0gW__playOverlay svg{color:#fff;filter:drop-shadow(0 4px 12px #0006);width:64px;height:64px;transition:transform var(--transition-normal);transform:scale(.9)}.VideoPreview-module__jQw0gW__card:hover .VideoPreview-module__jQw0gW__playOverlay svg{transform:scale(1)}.VideoPreview-module__jQw0gW__content{padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;display:flex}.VideoPreview-module__jQw0gW__author{color:var(--neon-cyan);font-size:.9rem;font-weight:500}.VideoPreview-module__jQw0gW__title{font-family:var(--font-heading);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.VideoPreview-module__jQw0gW__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.VideoPreview-module__jQw0gW__skeleton{background:linear-gradient(90deg,var(--bg-secondary)25%,var(--bg-elevated)50%,var(--bg-secondary)75%);background-size:200% 100%;animation:1.5s infinite VideoPreview-module__jQw0gW__shimmer}.VideoPreview-module__jQw0gW__thumbnail.VideoPreview-module__jQw0gW__skeleton{aspect-ratio:16/9}.VideoPreview-module__jQw0gW__skeletonTitle{border-radius:var(--radius-sm);width:80%;height:24px}.VideoPreview-module__jQw0gW__skeletonText{border-radius:var(--radius-sm);width:100%;height:16px}@keyframes VideoPreview-module__jQw0gW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:640px){.VideoPreview-module__jQw0gW__card{max-width:100%}.VideoPreview-module__jQw0gW__content{padding:var(--space-md)}.VideoPreview-module__jQw0gW__title{font-size:1rem}}
.DownloadOptions-module__Xx1_VG__container{gap:var(--space-lg);flex-direction:column;width:100%;max-width:500px;display:flex}.DownloadOptions-module__Xx1_VG__heading{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:var(--text-primary);font-size:1.1rem;font-weight:600;display:flex}.DownloadOptions-module__Xx1_VG__heading svg{width:22px;height:22px;color:var(--neon-cyan)}.DownloadOptions-module__Xx1_VG__options{gap:var(--space-sm);flex-direction:column;display:flex}.DownloadOptions-module__Xx1_VG__option{padding:var(--space-md)var(--space-lg);background:var(--bg-secondary);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);border:2px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.DownloadOptions-module__Xx1_VG__option:hover{background:var(--bg-elevated);border-color:#fff3}.DownloadOptions-module__Xx1_VG__option.DownloadOptions-module__Xx1_VG__selected{border-color:var(--neon-cyan);background:#00f5ff0d;box-shadow:0 0 20px #00f5ff1a}.DownloadOptions-module__Xx1_VG__optionContent{align-items:center;gap:var(--space-lg);display:flex}.DownloadOptions-module__Xx1_VG__quality{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:600;display:flex}.DownloadOptions-module__Xx1_VG__videoIcon,.DownloadOptions-module__Xx1_VG__audioIcon{width:20px;height:20px;color:var(--text-secondary)}.DownloadOptions-module__Xx1_VG__option.DownloadOptions-module__Xx1_VG__selected .DownloadOptions-module__Xx1_VG__videoIcon,.DownloadOptions-module__Xx1_VG__option.DownloadOptions-module__Xx1_VG__selected .DownloadOptions-module__Xx1_VG__audioIcon{color:var(--neon-cyan)}.DownloadOptions-module__Xx1_VG__size{color:var(--text-muted);padding:var(--space-xs)var(--space-sm);background:var(--bg-primary);border-radius:var(--radius-sm);font-size:.9rem}.DownloadOptions-module__Xx1_VG__indicator{border-radius:var(--radius-full);width:28px;height:28px;transition:all var(--transition-normal);border:2px solid #fff3;justify-content:center;align-items:center;display:flex}.DownloadOptions-module__Xx1_VG__option.DownloadOptions-module__Xx1_VG__selected .DownloadOptions-module__Xx1_VG__indicator{background:var(--neon-cyan);border-color:var(--neon-cyan)}.DownloadOptions-module__Xx1_VG__indicator svg{color:#000;width:16px;height:16px}.DownloadOptions-module__Xx1_VG__downloadBtn{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-lg)var(--space-xl);font-family:var(--font-heading);color:#000;background:var(--neon-purple);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-neon);border:none;font-size:1.1rem;font-weight:700;animation:2s ease-in-out infinite DownloadOptions-module__Xx1_VG__pulseGlow;display:flex}.DownloadOptions-module__Xx1_VG__downloadBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 0 40px #00f5ff99,0 0 80px #00f5ff4d}.DownloadOptions-module__Xx1_VG__downloadBtn:active:not(:disabled){transform:scale(.98)}.DownloadOptions-module__Xx1_VG__downloadBtn:disabled{opacity:.7;cursor:not-allowed;animation:none}.DownloadOptions-module__Xx1_VG__downloadBtn svg{width:22px;height:22px}@keyframes DownloadOptions-module__Xx1_VG__pulseGlow{0%,to{box-shadow:0 0 20px #00f5ff4d,0 0 40px #00f5ff1a}50%{box-shadow:0 0 30px #00f5ff80,0 0 60px #00f5ff33}}.DownloadOptions-module__Xx1_VG__spinner{border:3px solid #0000;border-top-color:currentColor;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite DownloadOptions-module__Xx1_VG__spin}@keyframes DownloadOptions-module__Xx1_VG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.DownloadOptions-module__Xx1_VG__option{padding:var(--space-md)}.DownloadOptions-module__Xx1_VG__optionContent{gap:var(--space-md)}.DownloadOptions-module__Xx1_VG__quality{font-size:.9rem}.DownloadOptions-module__Xx1_VG__size{font-size:.8rem}.DownloadOptions-module__Xx1_VG__downloadBtn{padding:var(--space-md)var(--space-lg);font-size:1rem}}
.UrlInput-module__WUh-iW__form{gap:var(--space-lg);flex-direction:column;width:100%;max-width:700px;display:flex}.UrlInput-module__WUh-iW__inputContainer{align-items:center;gap:var(--space-md);padding:var(--space-sm)var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-xl);transition:all var(--transition-normal);border:2px solid #ffffff1a;display:flex;position:relative}.UrlInput-module__WUh-iW__inputContainer:before{content:"";background:var(--gradient-border);border-radius:inherit;opacity:0;z-index:-1;transition:opacity var(--transition-normal);background-size:200% 100%;position:absolute;inset:-3px}.UrlInput-module__WUh-iW__inputContainer.UrlInput-module__WUh-iW__focused{border-color:#0000}.UrlInput-module__WUh-iW__inputContainer.UrlInput-module__WUh-iW__focused:before{opacity:1;animation:3s linear infinite UrlInput-module__WUh-iW__borderMove}@keyframes UrlInput-module__WUh-iW__borderMove{0%{background-position:0%}to{background-position:200%}}.UrlInput-module__WUh-iW__platformIcon{border-radius:var(--radius-lg);background:var(--bg-elevated);width:44px;height:44px;transition:all var(--transition-normal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UrlInput-module__WUh-iW__platformIcon svg{width:22px;height:22px;transition:all var(--transition-normal)}.UrlInput-module__WUh-iW__fbIcon{color:var(--facebook)}.UrlInput-module__WUh-iW__ttIcon{color:var(--tiktok)}.UrlInput-module__WUh-iW__linkIcon{color:var(--text-muted)}.UrlInput-module__WUh-iW__input{padding:var(--space-md)0;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.UrlInput-module__WUh-iW__input::placeholder{color:var(--text-muted)}.UrlInput-module__WUh-iW__input:disabled{opacity:.6}.UrlInput-module__WUh-iW__pasteBtn{background:var(--bg-elevated);border-radius:var(--radius-lg);cursor:pointer;width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-normal);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.UrlInput-module__WUh-iW__pasteBtn:hover{color:var(--neon-cyan);background:#00f5ff1a}.UrlInput-module__WUh-iW__pasteBtn:disabled{opacity:.5;cursor:not-allowed}.UrlInput-module__WUh-iW__pasteBtn svg{width:20px;height:20px}.UrlInput-module__WUh-iW__submitBtn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-lg)var(--space-2xl);font-family:var(--font-heading);color:#000;background:var(--neon-purple);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-neon);border:none;align-self:center;font-size:1.1rem;font-weight:600;display:flex}.UrlInput-module__WUh-iW__submitBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 0 40px #00f5ff80,0 0 80px #00f5ff33}.UrlInput-module__WUh-iW__submitBtn:active:not(:disabled){transform:scale(.98)}.UrlInput-module__WUh-iW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.UrlInput-module__WUh-iW__submitBtn svg{width:20px;height:20px;transition:transform var(--transition-normal)}.UrlInput-module__WUh-iW__submitBtn:hover:not(:disabled) svg{transform:translateY(3px)}.UrlInput-module__WUh-iW__submitBtn.UrlInput-module__WUh-iW__loading svg{display:none}.UrlInput-module__WUh-iW__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite UrlInput-module__WUh-iW__spin}@keyframes UrlInput-module__WUh-iW__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.UrlInput-module__WUh-iW__form{gap:var(--space-md)}.UrlInput-module__WUh-iW__inputContainer{padding:var(--space-xs)var(--space-sm)}.UrlInput-module__WUh-iW__platformIcon,.UrlInput-module__WUh-iW__pasteBtn{width:40px;height:40px}.UrlInput-module__WUh-iW__platformIcon svg,.UrlInput-module__WUh-iW__pasteBtn svg{width:18px;height:18px}.UrlInput-module__WUh-iW__input{font-size:.9rem}.UrlInput-module__WUh-iW__submitBtn{width:100%;padding:var(--space-md)var(--space-xl)}}
.ProgressBar-module__VrAEDW__container{gap:var(--space-md);width:100%;max-width:500px;padding:var(--space-lg);background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);border:1px solid #ffffff1a;flex-direction:column;display:flex}.ProgressBar-module__VrAEDW__header{justify-content:space-between;align-items:center;display:flex}.ProgressBar-module__VrAEDW__status{color:var(--text-secondary);font-size:.95rem}.ProgressBar-module__VrAEDW__percentage{font-family:var(--font-heading);background:var(--gradient-neon);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.ProgressBar-module__VrAEDW__track{background:var(--bg-secondary);border-radius:var(--radius-full);width:100%;height:12px;position:relative;overflow:hidden}.ProgressBar-module__VrAEDW__bar{background:var(--gradient-neon);border-radius:var(--radius-full);min-width:20px;height:100%;transition:width .3s ease-out;position:absolute;top:0;left:0}.ProgressBar-module__VrAEDW__glow{background:linear-gradient(90deg,#0000,#fff6,#0000);width:50px;height:100%;animation:1.5s infinite ProgressBar-module__VrAEDW__shimmer;position:absolute;top:0;right:0}@keyframes ProgressBar-module__VrAEDW__shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.ProgressBar-module__VrAEDW__dots{justify-content:center;align-items:center;gap:var(--space-sm);display:flex;position:absolute;inset:0}.ProgressBar-module__VrAEDW__dots span{background:var(--neon-cyan);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ProgressBar-module__VrAEDW__bounce}.ProgressBar-module__VrAEDW__dots span:first-child{animation-delay:-.32s}.ProgressBar-module__VrAEDW__dots span:nth-child(2){animation-delay:-.16s}@keyframes ProgressBar-module__VrAEDW__bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ProgressBar-module__VrAEDW__complete{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--success);border-radius:var(--radius-md);background:#00ff881a;animation:.3s ease-out ProgressBar-module__VrAEDW__fadeIn;display:flex}.ProgressBar-module__VrAEDW__complete svg{width:22px;height:22px;color:var(--success)}.ProgressBar-module__VrAEDW__complete span{font-family:var(--font-heading);color:var(--success);font-weight:600}@keyframes ProgressBar-module__VrAEDW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.Rating-module__Enrbra__rating{align-items:center;gap:var(--space-md);margin:var(--space-md)auto;display:flex}.Rating-module__Enrbra__stars{gap:2px;display:flex}.Rating-module__Enrbra__star{color:#fbbf24;text-shadow:0 0 10px #fbbf2480;font-size:1.25rem;animation:2s ease-in-out infinite Rating-module__Enrbra__sparkle}.Rating-module__Enrbra__halfStar{width:.625rem;display:inline-block;position:relative;overflow:hidden}.Rating-module__Enrbra__starEmpty{color:#fbbf244d;font-size:1.25rem}.Rating-module__Enrbra__count{align-items:center;gap:var(--space-xs);color:var(--text-secondary);font-size:.9rem;display:flex}.Rating-module__Enrbra__ratingValue{color:var(--text-primary);font-weight:700}.Rating-module__Enrbra__ratingCount{opacity:.8}@keyframes Rating-module__Enrbra__sparkle{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.05)}}@media (max-width:480px){.Rating-module__Enrbra__rating{gap:var(--space-xs);flex-direction:column}.Rating-module__Enrbra__star,.Rating-module__Enrbra__starEmpty{font-size:1.1rem}}
.faq-module__6AW0yG__main{background:var(--bg-primary);min-height:100vh}.faq-module__6AW0yG__header{padding:var(--space-lg)var(--space-xl);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.faq-module__6AW0yG__logo{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:var(--text-primary);transition:opacity var(--transition-normal);font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.faq-module__6AW0yG__logo:hover{opacity:.8}.faq-module__6AW0yG__logo img{border-radius:var(--radius-md)}.faq-module__6AW0yG__accent{background:var(--neon-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.faq-module__6AW0yG__container{max-width:800px;padding:var(--space-3xl)var(--space-xl);margin:0 auto}.faq-module__6AW0yG__title{text-align:center;margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3rem);font-weight:900}.faq-module__6AW0yG__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:var(--space-3xl);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem}.faq-module__6AW0yG__faqList{gap:var(--space-md);margin-bottom:var(--space-3xl);flex-direction:column;display:flex}.faq-module__6AW0yG__faqItem{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);transition:all var(--transition-normal);border:1px solid #ffffff1a;overflow:hidden}.faq-module__6AW0yG__faqItem:hover{border-color:#8b5cf64d;box-shadow:0 4px 20px #8b5cf61a}.faq-module__6AW0yG__question{width:100%;padding:var(--space-lg);color:var(--text-primary);font-family:var(--font-heading);text-align:left;cursor:pointer;transition:all var(--transition-normal);background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.faq-module__6AW0yG__question:hover{color:var(--neon-purple)}.faq-module__6AW0yG__question.faq-module__6AW0yG__active{color:var(--neon-cyan)}.faq-module__6AW0yG__icon{width:24px;height:24px;transition:transform var(--transition-normal);flex-shrink:0}.faq-module__6AW0yG__active .faq-module__6AW0yG__icon{transform:rotate(180deg)}.faq-module__6AW0yG__answer{padding:0 var(--space-lg)var(--space-lg);color:var(--text-secondary);font-size:1rem;line-height:1.7;animation:.3s ease-out faq-module__6AW0yG__slideDown}@keyframes faq-module__6AW0yG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-module__6AW0yG__cta{text-align:center;padding:var(--space-3xl)var(--space-xl);background:var(--bg-card);border-radius:var(--radius-xl);margin-top:var(--space-3xl);border:2px solid #8b5cf64d}.faq-module__6AW0yG__cta h2{margin-bottom:var(--space-lg);font-size:1.75rem;font-weight:800}.faq-module__6AW0yG__ctaButton{padding:var(--space-md)var(--space-2xl);background:var(--neon-purple);color:#000;font-family:var(--font-heading);border-radius:var(--radius-full);transition:all var(--transition-normal);font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 20px #8b5cf64d}.faq-module__6AW0yG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf680}@media (max-width:768px){.faq-module__6AW0yG__container{padding:var(--space-2xl)var(--space-md)}.faq-module__6AW0yG__question{padding:var(--space-md);font-size:1rem}.faq-module__6AW0yG__answer{padding:0 var(--space-md)var(--space-md);font-size:.95rem}}
.how-to-module__8cidqa__main{background:var(--bg-primary);min-height:100vh}.how-to-module__8cidqa__header{padding:var(--space-lg)var(--space-xl);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.how-to-module__8cidqa__logo{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:var(--text-primary);transition:opacity var(--transition-normal);font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.how-to-module__8cidqa__logo:hover{opacity:.8}.how-to-module__8cidqa__logo img{border-radius:var(--radius-md)}.how-to-module__8cidqa__accent{background:var(--neon-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.how-to-module__8cidqa__hero{text-align:center;padding:var(--space-3xl)var(--space-xl)var(--space-2xl);max-width:800px;margin:0 auto}.how-to-module__8cidqa__title{margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3rem);font-weight:900}.how-to-module__8cidqa__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.how-to-module__8cidqa__container{max-width:800px;padding:0 var(--space-xl)var(--space-3xl);margin:0 auto}.how-to-module__8cidqa__steps{margin-bottom:var(--space-3xl)}.how-to-module__8cidqa__step{gap:var(--space-xl);margin-bottom:var(--space-2xl);display:flex;position:relative}.how-to-module__8cidqa__step:not(:last-child):after{content:"";background:linear-gradient(to bottom,var(--neon-purple),transparent);opacity:.3;width:2px;height:calc(100% - 50px);position:absolute;top:70px;left:32px}.how-to-module__8cidqa__stepNumber{background:var(--neon-purple);color:#000;width:64px;height:64px;font-family:var(--font-heading);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:900;display:flex;box-shadow:0 0 30px #8b5cf666}.how-to-module__8cidqa__stepContent{flex:1}.how-to-module__8cidqa__stepTitle{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.5rem;font-weight:800}.how-to-module__8cidqa__stepDescription{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:1rem;line-height:1.7}.how-to-module__8cidqa__stepTip{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border-left:3px solid var(--neon-cyan);border-radius:var(--radius-md);color:var(--text-secondary);background:#00f5ff0d;font-size:.9rem;display:flex}.how-to-module__8cidqa__stepTip svg{width:20px;height:20px;color:var(--neon-cyan);flex-shrink:0;margin-top:2px}.how-to-module__8cidqa__tips{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-2xl);margin-bottom:var(--space-3xl);border:1px solid #ffffff1a}.how-to-module__8cidqa__tips h2{margin-bottom:var(--space-lg);color:var(--text-primary);font-size:1.5rem;font-weight:800}.how-to-module__8cidqa__tips ul{padding:0;list-style:none}.how-to-module__8cidqa__tips li{padding:var(--space-md)0;color:var(--text-secondary);border-bottom:1px solid #ffffff0d;line-height:1.7}.how-to-module__8cidqa__tips li:last-child{border-bottom:none}.how-to-module__8cidqa__tips strong{color:var(--neon-cyan)}.how-to-module__8cidqa__cta{text-align:center;padding:var(--space-3xl)var(--space-xl);background:var(--bg-card);border-radius:var(--radius-xl);border:2px solid #8b5cf64d}.how-to-module__8cidqa__cta h2{margin-bottom:var(--space-lg);font-size:1.75rem;font-weight:800}.how-to-module__8cidqa__ctaButton{padding:var(--space-md)var(--space-2xl);background:var(--neon-purple);color:#000;font-family:var(--font-heading);border-radius:var(--radius-full);transition:all var(--transition-normal);font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 20px #8b5cf64d}.how-to-module__8cidqa__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf680}@media (max-width:768px){.how-to-module__8cidqa__container{padding:0 var(--space-md)var(--space-2xl)}.how-to-module__8cidqa__step{gap:var(--space-md)}.how-to-module__8cidqa__stepNumber{width:48px;height:48px;font-size:1.5rem}.how-to-module__8cidqa__step:not(:last-child):after{left:23px}.how-to-module__8cidqa__stepTitle{font-size:1.25rem}.how-to-module__8cidqa__tips{padding:var(--space-lg)}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.page-module___8aEwW__bgDecor{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.page-module___8aEwW__orb1,.page-module___8aEwW__orb2,.page-module___8aEwW__orb3{filter:blur(100px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite page-module___8aEwW__float;position:absolute}.page-module___8aEwW__orb1{background:var(--neon-purple);width:600px;height:600px;animation-delay:0s;top:-20%;left:-10%}.page-module___8aEwW__orb2{background:var(--neon-cyan);width:500px;height:500px;animation-delay:-7s;top:30%;right:-15%}.page-module___8aEwW__orb3{background:var(--neon-pink);width:400px;height:400px;animation-delay:-14s;bottom:-10%;left:20%}@keyframes page-module___8aEwW__float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-30px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(20px,10px)scale(1.02)}}.page-module___8aEwW__header{padding:var(--space-lg)var(--space-xl);justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.page-module___8aEwW__logo{align-items:center;gap:var(--space-sm);display:flex}.page-module___8aEwW__logoIcon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.page-module___8aEwW__logoIcon img{object-fit:contain;width:100%;height:100%}.page-module___8aEwW__logoText{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:800}.page-module___8aEwW__logoAccent{background:var(--neon-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module___8aEwW__hero{text-align:center;padding:var(--space-3xl)var(--space-xl)var(--space-2xl);max-width:800px;margin:0 auto}.page-module___8aEwW__title{margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1}.page-module___8aEwW__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.25rem)}.page-module___8aEwW__content{align-items:center;gap:var(--space-2xl);padding:0 var(--space-xl)var(--space-3xl);flex-direction:column;width:100%;max-width:700px;margin:0 auto;display:flex}.page-module___8aEwW__error{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);border:1px solid var(--error);border-radius:var(--radius-lg);color:var(--error);background:#ff44441a;width:100%;max-width:500px;animation:.4s ease-out page-module___8aEwW__shake;display:flex}.page-module___8aEwW__error svg{flex-shrink:0;width:24px;height:24px}@keyframes page-module___8aEwW__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.page-module___8aEwW__features{gap:var(--space-xl);padding:var(--space-3xl)var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%;max-width:1200px;margin:0 auto;display:grid}.page-module___8aEwW__feature{text-align:center;padding:var(--space-2xl);background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);transition:all var(--transition-normal);border:1px solid #ffffff1a;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__feature:hover{box-shadow:var(--shadow-neon);border-color:#00f5ff4d;transform:translateY(-8px)}.page-module___8aEwW__featureIcon{margin-bottom:var(--space-lg);font-size:3rem}.page-module___8aEwW__feature h3{font-family:var(--font-heading);margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.25rem;font-weight:700}.page-module___8aEwW__feature p{color:var(--text-secondary);font-size:.95rem}.page-module___8aEwW__footer{padding:var(--space-2xl)var(--space-xl);text-align:center;border-top:1px solid #ffffff1a;margin-top:auto}.page-module___8aEwW__footerLinks{justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-md);display:flex}.page-module___8aEwW__footerLinks a{color:var(--text-secondary);transition:color var(--transition-normal);font-weight:500;text-decoration:none}.page-module___8aEwW__footerLinks a:hover{color:var(--neon-cyan)}.page-module___8aEwW__footer p{color:var(--text-secondary);margin-bottom:var(--space-sm);font-size:.9rem}.page-module___8aEwW__disclaimer{color:var(--text-muted)!important;font-size:.8rem!important}@media (max-width:768px){.page-module___8aEwW__header{padding:var(--space-md)}.page-module___8aEwW__hero{padding:var(--space-2xl)var(--space-md)var(--space-xl)}.page-module___8aEwW__content{padding:0 var(--space-md)var(--space-2xl);gap:var(--space-xl)}.page-module___8aEwW__features{padding:var(--space-2xl)var(--space-md);gap:var(--space-md)}.page-module___8aEwW__feature{padding:var(--space-xl)}.page-module___8aEwW__featureIcon{font-size:2.5rem}.page-module___8aEwW__orb1,.page-module___8aEwW__orb2,.page-module___8aEwW__orb3{opacity:.2}}@media (max-width:480px){.page-module___8aEwW__logoText{font-size:1.2rem}.page-module___8aEwW__logoIcon{width:36px;height:36px;font-size:1.2rem}}
.results-module__b5w8AW__main{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.results-module__b5w8AW__bgDecor{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.results-module__b5w8AW__orb1,.results-module__b5w8AW__orb2{filter:blur(100px);opacity:.3;border-radius:50%;animation:15s ease-in-out infinite results-module__b5w8AW__float;position:absolute}.results-module__b5w8AW__orb1{background:var(--neon-cyan);width:500px;height:500px;top:-10%;left:-5%}.results-module__b5w8AW__orb2{background:var(--neon-purple);width:450px;height:450px;animation-delay:-7s;bottom:-10%;right:-5%}.results-module__b5w8AW__header{padding:var(--space-lg)var(--space-xl);justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.results-module__b5w8AW__backButton{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);background:var(--bg-elevated);border-radius:var(--radius-lg);color:var(--text-primary);font-family:var(--font-heading);cursor:pointer;transition:all var(--transition-normal);border:1px solid #ffffff1a;font-size:.95rem;font-weight:600;display:flex}.results-module__b5w8AW__backButton:hover{background:#ffffff14;border-color:#00f5ff4d;transform:translate(-2px)}.results-module__b5w8AW__backButton svg{width:20px;height:20px}.results-module__b5w8AW__content{align-items:center;gap:var(--space-2xl);padding:var(--space-2xl)var(--space-xl)var(--space-3xl);flex-direction:column;flex:1;width:100%;max-width:800px;margin:0 auto;display:flex}.results-module__b5w8AW__pageTitle{text-align:center;margin-bottom:var(--space-lg);font-size:clamp(2rem,5vw,3rem);font-weight:900}.results-module__b5w8AW__error{align-items:center;gap:var(--space-md);padding:var(--space-2xl);border:2px solid var(--error);border-radius:var(--radius-lg);color:var(--error);text-align:center;background:#ff44441a;flex-direction:column;width:100%;max-width:500px;animation:.4s ease-out results-module__b5w8AW__shake;display:flex}.results-module__b5w8AW__error svg{width:48px;height:48px}.results-module__b5w8AW__error span{font-size:1.1rem;font-weight:500}.results-module__b5w8AW__errorButton{margin-top:var(--space-md);padding:var(--space-md)var(--space-xl);background:var(--error);color:#fff;border-radius:var(--radius-lg);font-family:var(--font-heading);cursor:pointer;transition:all var(--transition-normal);border:none;font-weight:700}.results-module__b5w8AW__errorButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}@keyframes results-module__b5w8AW__shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}@media (max-width:768px){.results-module__b5w8AW__header{padding:var(--space-md)}.results-module__b5w8AW__content{padding:var(--space-xl)var(--space-md)var(--space-2xl);gap:var(--space-xl)}.results-module__b5w8AW__pageTitle{font-size:2rem}.results-module__b5w8AW__backButton{padding:var(--space-sm)var(--space-md);font-size:.9rem}}
