:root{--color-primary-50:#f8fafc;--color-primary-100:#f1f5f9;--color-primary-200:#e2e8f0;--color-primary-300:#cbd5e1;--color-primary-400:#94a3b8;--color-primary-500:#64748b;--color-primary-600:#475569;--color-primary-700:#334155;--color-primary-800:#1e293b;--color-primary-900:#0f172a;--color-accent-50:#eff6ff;--color-accent-100:#dbeafe;--color-accent-400:#60a5fa;--color-accent-500:#3b82f6;--color-accent-600:#2563eb;--color-accent-700:#1d4ed8;--bg-page:#f8fafc;--bg-card:#fff;--text-primary:var(--color-primary-900);--text-secondary:var(--color-primary-500);--border-light:var(--color-primary-200);--gradient-primary:linear-gradient(135deg,var(--color-primary-900)0%,var(--color-primary-800)100%);--gradient-hero:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#1d4ed8 100%);--gradient-glass:linear-gradient(135deg,#ffffffe6 0%,#ffffffb3 100%);--glass-bg:#ffffffb3;--glass-border:1px solid #ffffff80;--glass-shadow:0 8px 32px 0 #1f268712;--glass-backdrop:blur(12px);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-glow:0 0 20px #3b82f626;--primary-gradient:var(--gradient-glass);--secondary-gradient:var(--gradient-glass);--primary-shadow:var(--shadow-lg);--primary-border:1px solid var(--color-primary-200);--secondary-border:1px solid var(--color-accent-200);--primary-radius:1rem;--primary-padding:1rem;--primary-color:var(--color-primary-800);--secondary-color:var(--color-primary-500);--accent-color:var(--color-accent-600)}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.font-inter{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.educationalCard{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;margin-left:25px;margin-right:25px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.useCasesSection{background:#fff;padding:4rem 2rem 2rem}.faqSection .container{margin:0 auto;padding:0 1rem}.faqTitle{text-align:center;color:#1e293b;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.faqGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.faqItem{background:#fff;border-left:4px solid #3b82f6;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.faqItem p{color:#64748b;line-height:1.6}@media (max-width:768px){.educationalSection,.useCasesSection,.faqSection{padding:2rem 0}.educationalTitle,.useCasesTitle,.faqTitle{font-size:2rem}.educationalCard,.useCase,.faqItem{padding:1.5rem}.errorExamples,.useCasesGrid,.faqGrid{grid-template-columns:1fr}}.heroFeatures{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.featureTag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.seoContentSection{background:#fff;border-top:1px solid #e2e8f0;padding:4rem 0}.seoTitle{text-align:center;color:#1e293b;margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.2}.seoDescription{color:#64748b;text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.seoFeatures{grid-template-columns:repeat(auto-fit,minmax(40%,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.seoFeature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s}.seoFeature:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.seoFeature h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.seoFeature p{color:#64748b;font-size:.875rem;line-height:1.6}.toolKeywordsSection{background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 0}.toolKeywordsTitle{text-align:center;color:#1e293b;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.toolKeywordsDescription{color:#64748b;text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.toolGrid{grid-template-columns:repeat(auto-fit,minmax(40%,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.toolCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 2px 4px -1px #0000001a}.toolCard:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.toolCard h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.toolCard p{color:#64748b;font-size:.875rem;line-height:1.6}@media (max-width:768px){.seoContentSection,.toolKeywordsSection{padding:2rem 0}.seoTitle,.toolKeywordsTitle{font-size:2rem}.seoFeature,.toolCard{padding:1.5rem}.seoFeatures,.toolGrid{grid-template-columns:1fr}.heroFeatures{gap:.75rem}.featureTag{padding:.4rem .8rem;font-size:.8rem}}.testimonialsSection{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 0}.testimonialsTitle{text-align:center;color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.testimonialsDescription{text-align:center;color:#ffffffe6;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.testimonialCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;padding:2rem;transition:all .3s}.testimonialCard:hover{background:#ffffff26;transform:translateY(-5px)}.testimonialRating{gap:.25rem;margin-bottom:1rem;display:flex}.star{font-size:1.2rem}.testimonialContent{color:#fffffff2;margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.testimonialAuthor{align-items:center;gap:1rem;display:flex}.authorInfo{flex:1}.authorName{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.authorRole{color:#fffc;margin-bottom:.25rem;font-size:.9rem}.authorCompany{color:#ffffffb3;margin:0;font-size:.85rem}.testimonialsStats{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.testimonialsStats .stat{background:#ffffff1a;border:1px solid #fff3;border-radius:.75rem;padding:1.5rem}.testimonialsStats .statNumber{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.testimonialsStats .statLabel{color:#fffc;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.social-share{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin:2rem 0;padding:1.5rem}.educationalSection{background:#fff;padding:4rem 0}.educationalTitle{color:#1e293b;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.educationalContent{gap:2rem;display:grid}.educationalCard{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.educationalCard h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.educationalCard p{color:#64748b;margin-bottom:1rem;line-height:1.7}.educationalCard ul{margin:1rem 0;padding-left:1.5rem}.educationalCard li{color:#64748b;margin-bottom:.5rem;line-height:1.6}.codeExample{color:#e2e8f0;background:#1e293b;border-radius:8px;margin:1rem 0;padding:1.5rem;overflow-x:auto}.codeExample pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.errorExamples{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.errorExample{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem}.errorExample h4{color:#dc2626;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.errorExample pre{color:#e2e8f0;background:#1e293b;border-radius:4px;margin:0;padding:.75rem;font-size:.75rem;overflow-x:auto}.useCasesTitle{color:#1e293b;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.useCase{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.useCase:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.useCase h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.useCase p{color:#64748b;margin-bottom:1rem;line-height:1.6}.useCaseExample{color:#0c4a6e;background:#e0f2fe;border-left:3px solid #0ea5e9;border-radius:6px;padding:.75rem 1rem;font-size:.875rem}.faqSection{background:#f8fafc;padding:4rem 0}.faqTitle{color:#1e293b;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.faqGrid{grid-template-columns:repeat(auto-fit,minmax(1000px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.faqItem h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.faqItem p{color:#64748b;margin:0;line-height:1.6}.loader-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.loader-popup{text-align:center;background:#fff;border-radius:1rem;width:90%;max-width:400px;padding:2rem;animation:.2s ease-out slideInUp;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.loader-icon{justify-content:center;margin-bottom:1rem;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loader-title{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.loader-message{color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.loader-message strong{color:#374151;font-weight:600}.loader-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.loader-close:hover{color:#6b7280}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.social-share-title{color:#374151;text-align:center;margin-bottom:1rem;font-size:1rem;font-weight:600}.social-share-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.social-share-button{border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.social-share-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.social-share-button.twitter{color:#fff;background:#1da1f2}.social-share-button.twitter:hover{background:#0d8bd9}.social-share-button.facebook{color:#fff;background:#1877f2}.social-share-button.facebook:hover{background:#0d65d9}.social-share-button.linkedin{color:#fff;background:#0077b5}.social-share-button.linkedin:hover{background:#005885}.social-share-button.reddit{color:#fff;background:#ff4500}.social-share-button.reddit:hover{background:#e03d00}.social-share-button.native-share{color:#fff;cursor:pointer;background:#6b7280;border:none}.social-share-button.native-share:hover{background:#4b5563}@media (max-width:768px){.social-share-buttons{flex-direction:column;align-items:center}.social-share-button{justify-content:center;width:100%;max-width:200px}}.relatedToolsSection{background:#fff;border-top:1px solid #e2e8f0;padding:4rem 0}.relatedToolsTitle{text-align:center;color:#1e293b;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.relatedToolsDescription{color:#64748b;text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.relatedToolsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.relatedToolCard{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s}.relatedToolCard:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.relatedToolCard h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.relatedToolCard p{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.relatedToolLink{color:#fff;background:#3b82f6;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.relatedToolLink:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width:768px){.relatedToolsSection{padding:2rem 0}.relatedToolsTitle{font-size:2rem}.relatedToolsGrid{grid-template-columns:1fr}.relatedToolCard{padding:1.5rem}}
.Footer-module__S6Hkya__footer{color:#e2e8f0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-top:1px solid #475569;margin-top:4rem;padding:3rem 0 1rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__S6Hkya__brandSection{max-width:300px}.Footer-module__S6Hkya__brandName{color:#f8fafc;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__brandDescription{color:#cbd5e1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#94a3b8;border:1px solid #475569;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.Footer-module__S6Hkya__socialLink:hover{color:#60a5fa;background:#60a5fa1a;border-color:#60a5fa}.Footer-module__S6Hkya__sectionTitle{color:#f8fafc;margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__linkList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__linkList li{margin-bottom:.5rem}.Footer-module__S6Hkya__footerLink{color:#cbd5e1;font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLink:hover{color:#60a5fa}.Footer-module__S6Hkya__bottomSection{border-top:1px solid #475569;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#94a3b8;font-size:.875rem}.Footer-module__S6Hkya__copyright p{margin:0}.Footer-module__S6Hkya__disclaimer{color:#64748b;margin-top:.25rem;font-size:.75rem}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__legalLink{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__legalLink:hover{color:#60a5fa}.Footer-module__S6Hkya__separator{color:#64748b;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:2rem 0 1rem}.Footer-module__S6Hkya__footerContent{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__brandSection{max-width:none}.Footer-module__S6Hkya__socialLinks{justify-content:center}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column;gap:1rem}.Footer-module__S6Hkya__legalLinks{justify-content:center}}@media (max-width:480px){.Footer-module__S6Hkya__footerContent{gap:1.5rem}.Footer-module__S6Hkya__socialLinks{flex-wrap:wrap;gap:.5rem}.Footer-module__S6Hkya__socialLink{padding:.375rem .75rem;font-size:.8rem}}
