.Home-module__j9H4Ba__page{background:var(--background-color);min-height:100vh;color:var(--text-primary)}.Home-module__j9H4Ba__main{overflow-x:hidden}.Home-module__j9H4Ba__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.Home-module__j9H4Ba__container{padding:0 2rem}}@media (min-width:1024px){.Home-module__j9H4Ba__container{padding:0 3rem}}.Home-module__j9H4Ba__hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Home-module__j9H4Ba__heroBackground{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)50%,var(--accent-color)100%);opacity:.1;position:absolute;top:0;bottom:0;left:0;right:0}.Home-module__j9H4Ba__auroraEffect{background:linear-gradient(45deg,transparent 5%,var(--primary-color)25%,var(--secondary-color)45%,var(--accent-color)65%,var(--primary-color)85%,transparent 95%);opacity:.4;mix-blend-mode:multiply;animation:8s ease-in-out infinite Home-module__j9H4Ba__aurora;position:absolute;top:0;bottom:0;left:0;right:0}[data-theme=dark] .Home-module__j9H4Ba__auroraEffect{opacity:.3;background:linear-gradient(45deg,transparent 8%,var(--primary-color)25%,var(--secondary-color)45%,var(--accent-color)65%,var(--primary-color)85%,transparent 95%);filter:blur(.5px);mix-blend-mode:screen}@keyframes Home-module__j9H4Ba__aurora{0%,to{opacity:.3;transform:translate(-100%)rotate(0)scale(1)}20%{opacity:.5;transform:translate(-60%)rotate(45deg)scale(1.3)}40%{opacity:.6;transform:translate(-20%)rotate(90deg)scale(1.6)}60%{opacity:.65;transform:translate(20%)rotate(135deg)scale(1.8)}80%{opacity:.5;transform:translate(60%)rotate(180deg)scale(1.4)}}.Home-module__j9H4Ba__heroContent{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (min-width:1024px){.Home-module__j9H4Ba__heroContent{grid-template-columns:1fr 1fr;gap:4rem}}.Home-module__j9H4Ba__heroTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Home-module__j9H4Ba__heroTitle{margin-bottom:1.5rem;font-size:3rem}}@media (min-width:1024px){.Home-module__j9H4Ba__heroTitle{font-size:4rem}}.Home-module__j9H4Ba__highlight{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__j9H4Ba__heroSubtitle{color:var(--text-secondary);max-width:600px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}@media (min-width:768px){.Home-module__j9H4Ba__heroSubtitle{margin-bottom:2rem;font-size:1.25rem}}.Home-module__j9H4Ba__heroButtons{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.Home-module__j9H4Ba__heroButtons{flex-direction:row;gap:1rem;margin-bottom:2.5rem}}@media (min-width:768px){.Home-module__j9H4Ba__heroButtons{gap:1.5rem;margin-bottom:3rem}}.Home-module__j9H4Ba__primaryButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(167,139,250,.3)}@media (min-width:768px){.Home-module__j9H4Ba__primaryButton{padding:1rem 2rem;font-size:1.125rem}}.Home-module__j9H4Ba__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(167,139,250,.4)}.Home-module__j9H4Ba__secondaryButton{color:var(--text-primary);border:2px solid var(--border-color);cursor:pointer;background:0 0;border-radius:.75rem;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (min-width:768px){.Home-module__j9H4Ba__secondaryButton{padding:1rem 2rem;font-size:1.125rem}}.Home-module__j9H4Ba__secondaryButton:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.Home-module__j9H4Ba__heroStats{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Home-module__j9H4Ba__stat{text-align:center}.Home-module__j9H4Ba__statNumber{color:var(--primary-color);margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.Home-module__j9H4Ba__statLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Home-module__j9H4Ba__storyPreview{position:relative}.Home-module__j9H4Ba__storyCard{background:var(--surface-color);box-shadow:0 10px 40px var(--shadow-color);border:1px solid var(--border-color);border-radius:1rem;max-width:400px;margin:0 auto;padding:1.5rem}.Home-module__j9H4Ba__storyHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Home-module__j9H4Ba__storyIcon{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.Home-module__j9H4Ba__storyMeta h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Home-module__j9H4Ba__storyMeta p{color:var(--text-secondary);font-size:.875rem}.Home-module__j9H4Ba__storyContent{margin-bottom:1rem}.Home-module__j9H4Ba__storyContent p{color:var(--text-secondary);font-style:italic;line-height:1.6}.Home-module__j9H4Ba__storyFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Home-module__j9H4Ba__storyLength{color:var(--text-muted);font-size:.875rem}.Home-module__j9H4Ba__storyTheme{background:var(--primary-color);color:#fff;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Home-module__j9H4Ba__sectionHeader{text-align:center;margin-bottom:3rem}@media (min-width:768px){.Home-module__j9H4Ba__sectionHeader{margin-bottom:4rem}}.Home-module__j9H4Ba__sectionTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2rem;font-weight:800}@media (min-width:768px){.Home-module__j9H4Ba__sectionTitle{margin-bottom:1rem;font-size:2.5rem}}@media (min-width:1024px){.Home-module__j9H4Ba__sectionTitle{font-size:3rem}}.Home-module__j9H4Ba__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}@media (min-width:768px){.Home-module__j9H4Ba__sectionSubtitle{font-size:1.25rem}}.Home-module__j9H4Ba__howItWorks{background:var(--surface-color);padding:4rem 0}@media (min-width:768px){.Home-module__j9H4Ba__howItWorks{padding:6rem 0}}.Home-module__j9H4Ba__stepsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Home-module__j9H4Ba__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.Home-module__j9H4Ba__step{text-align:center;position:relative}.Home-module__j9H4Ba__stepNumber{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex}.Home-module__j9H4Ba__stepContent h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}@media (min-width:768px){.Home-module__j9H4Ba__stepContent h3{margin-bottom:1rem;font-size:1.5rem}}.Home-module__j9H4Ba__stepContent p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}@media (min-width:768px){.Home-module__j9H4Ba__stepContent p{margin-bottom:1.5rem;font-size:1rem}}.Home-module__j9H4Ba__stepVisual{background:var(--background-color);border:1px solid var(--border-color);border-radius:.75rem;padding:1rem}@media (min-width:768px){.Home-module__j9H4Ba__stepVisual{padding:1.5rem}}.Home-module__j9H4Ba__inputExample{flex-direction:column;gap:.75rem;display:flex}.Home-module__j9H4Ba__inputField{background:var(--surface-color);border:1px solid var(--border-color);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem;display:flex}@media (min-width:768px){.Home-module__j9H4Ba__inputField{padding:.75rem}}.Home-module__j9H4Ba__inputLabel{color:var(--text-primary);font-size:.85rem;font-weight:600}@media (min-width:768px){.Home-module__j9H4Ba__inputLabel{font-size:1rem}}.Home-module__j9H4Ba__inputValue{color:var(--text-secondary);text-align:right;word-wrap:break-word;max-width:60%;font-size:.8rem}@media (min-width:768px){.Home-module__j9H4Ba__inputValue{font-size:.875rem}}.Home-module__j9H4Ba__successExample{background:var(--surface-color);border:1px solid var(--border-color);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}@media (min-width:768px){.Home-module__j9H4Ba__successExample{gap:1rem;padding:1rem}}.Home-module__j9H4Ba__successIcon{background:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}@media (min-width:768px){.Home-module__j9H4Ba__successIcon{width:3rem;height:3rem}}.Home-module__j9H4Ba__successIconSvg{color:#fff;width:1.25rem;height:1.25rem}@media (min-width:768px){.Home-module__j9H4Ba__successIconSvg{width:1.5rem;height:1.5rem}}.Home-module__j9H4Ba__successText h4{color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;font-weight:600}@media (min-width:768px){.Home-module__j9H4Ba__successText h4{font-size:1rem}}.Home-module__j9H4Ba__successText p{color:var(--text-secondary);margin:0;font-size:.8rem}@media (min-width:768px){.Home-module__j9H4Ba__successText p{font-size:.875rem}}.Home-module__j9H4Ba__styleOptions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}@media (min-width:768px){.Home-module__j9H4Ba__styleOptions{gap:1rem}}.Home-module__j9H4Ba__styleOption{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary);border-radius:.5rem;flex-direction:column;align-items:center;gap:.5rem;min-width:80px;padding:.75rem;font-size:.8rem;font-weight:600;display:flex}@media (min-width:768px){.Home-module__j9H4Ba__styleOption{min-width:auto;padding:1rem;font-size:.875rem}}.Home-module__j9H4Ba__styleIcon{width:1.25rem;height:1.25rem;color:var(--primary-color)}@media (min-width:768px){.Home-module__j9H4Ba__styleIcon{width:1.5rem;height:1.5rem}}.Home-module__j9H4Ba__resultCard{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;text-align:center;border-radius:.75rem;padding:1.5rem}.Home-module__j9H4Ba__resultHeader{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:700;display:flex}.Home-module__j9H4Ba__resultIcon{color:#fff;width:1.25rem;height:1.25rem}.Home-module__j9H4Ba__storyShowcase{padding:6rem 0}.Home-module__j9H4Ba__storiesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Home-module__j9H4Ba__storiesGrid{grid-template-columns:repeat(3,1fr)}}.Home-module__j9H4Ba__storyCard{background:var(--surface-color);box-shadow:0 4px 20px var(--shadow-color);border:1px solid var(--border-color);border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden}.Home-module__j9H4Ba__storyCard:hover{box-shadow:0 8px 30px var(--shadow-color);transform:translateY(-4px)}.Home-module__j9H4Ba__storyImage{background:var(--background-color);justify-content:center;align-items:center;height:200px;display:flex}.Home-module__j9H4Ba__imagePlaceholder{color:var(--text-muted);text-align:center;padding:1rem;font-size:.875rem}.Home-module__j9H4Ba__storyInfo{padding:1.5rem}.Home-module__j9H4Ba__storyInfo h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Home-module__j9H4Ba__storyInfo p{color:var(--text-secondary);margin-bottom:1rem}.Home-module__j9H4Ba__storyTags{flex-wrap:wrap;gap:.5rem;display:flex}.Home-module__j9H4Ba__tag{background:var(--primary-color);color:#fff;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Home-module__j9H4Ba__features{background:var(--surface-color);padding:6rem 0}.Home-module__j9H4Ba__featuresGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Home-module__j9H4Ba__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Home-module__j9H4Ba__featuresGrid{grid-template-columns:repeat(4,1fr)}}.Home-module__j9H4Ba__feature{text-align:center;padding:2rem 1rem}.Home-module__j9H4Ba__featureIcon{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.Home-module__j9H4Ba__feature h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Home-module__j9H4Ba__feature p{color:var(--text-secondary);line-height:1.6}.Home-module__j9H4Ba__cta{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center;padding:6rem 0}.Home-module__j9H4Ba__ctaContent h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}@media (min-width:768px){.Home-module__j9H4Ba__ctaContent h2{font-size:3rem}}.Home-module__j9H4Ba__ctaContent p{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.Home-module__j9H4Ba__ctaButtons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.Home-module__j9H4Ba__ctaButtons{flex-direction:row}}.Home-module__j9H4Ba__ctaButtons .Home-module__j9H4Ba__primaryButton{color:var(--primary-color);background:#fff}.Home-module__j9H4Ba__ctaButtons .Home-module__j9H4Ba__primaryButton:hover{background:var(--background-color)}.Home-module__j9H4Ba__ctaButtons .Home-module__j9H4Ba__secondaryButton{color:#fff;border-color:#fff}.Home-module__j9H4Ba__ctaButtons .Home-module__j9H4Ba__secondaryButton:hover{color:var(--primary-color);background:#fff}.Home-module__j9H4Ba__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Home-module__j9H4Ba__modal{background:var(--surface-color);border-radius:1rem;width:100%;max-width:500px;padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.Home-module__j9H4Ba__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .3s;position:absolute;top:1rem;right:1rem}.Home-module__j9H4Ba__modalClose:hover{background:var(--background-color)}.Home-module__j9H4Ba__modalContent h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Home-module__j9H4Ba__modalContent p{color:var(--text-secondary);margin-bottom:2rem}.Home-module__j9H4Ba__modalForm{flex-direction:column;gap:1rem;display:flex}.Home-module__j9H4Ba__modalInput{border:2px solid var(--border-color);background:var(--background-color);color:var(--text-primary);border-radius:.75rem;padding:1rem;font-size:1rem;transition:border-color .3s}.Home-module__j9H4Ba__modalInput:focus{border-color:var(--primary-color);outline:none}.Home-module__j9H4Ba__modalSubmit{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:1rem;font-size:1rem;font-weight:600;transition:transform .3s}.Home-module__j9H4Ba__modalSubmit:hover{transform:translateY(-2px)}
