body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1677ff;--secondary-color:#52c41a;--accent-color:#ff7875;--text-dark:#262626;--text-light:#8c8c8c;--bg-light:#f8f9fa;--border-color:#e8e8e8}.landing-page{color:#262626;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:9999}.loading-screen.hidden{opacity:0;pointer-events:none}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-section:before{animation:float 20s ease-in-out infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-content{color:#fff;margin:0 auto;max-width:800px;text-align:center}.hero-title{font-family:Fredoka,cursive;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:300;margin-bottom:2rem;opacity:.95}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.feature-item:hover{background:#fff3;transform:translateY(-2px)}.cta-button{align-items:center!important;border:none!important;border-radius:50px!important;box-shadow:0 8px 25px #1677ff4d!important;display:inline-flex!important;font-size:1.1rem!important;font-weight:600!important;gap:.75rem!important;height:auto!important;padding:1rem 2rem!important;text-decoration:none!important;transition:all .3s ease!important}.cta-button,.cta-button:hover{background:linear-gradient(45deg,#1677ff,#52c41a)!important;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color))!important;color:#fff!important}.cta-button:hover{box-shadow:0 12px 35px #1677ff66!important;transform:translateY(-3px)!important}.stats-section{background:#f8f9fa;background:var(--bg-light);padding:4rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;opacity:0;padding:2rem;transform:translateY(30px);transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{color:#1677ff;color:var(--primary-color);font-family:Fredoka,cursive;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#8c8c8c;color:var(--text-light);font-weight:500}.features-section{background:#fff;padding:5rem 0}.section-title{color:#262626;color:var(--text-dark);font-family:Fredoka,cursive;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.section-subtitle{color:#8c8c8c;color:var(--text-light);font-size:1.2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background:#fff;border:2px solid #e8e8e8;border:2px solid var(--border-color);border-radius:20px;opacity:0;padding:2.5rem 2rem;text-align:center;transform:translateY(30px);transition:all .3s ease}.feature-card:hover{border-color:#1677ff;border-color:var(--primary-color);box-shadow:0 15px 40px #1677ff1a;transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-title{color:#262626;color:var(--text-dark);font-size:1.4rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#8c8c8c;color:var(--text-light);line-height:1.6}.footer{background:#262626;background:var(--text-dark);color:#fff;padding:3rem 0 2rem;text-align:center}.footer-content{margin-bottom:2rem}.footer-title{font-family:Fredoka,cursive;font-size:1.5rem;margin-bottom:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#1677ff;color:var(--primary-color)}.footer-bottom{border-top:1px solid #444;color:#888;padding-top:2rem}.animate-slide-up{animation:slideInUp 1s ease-out forwards}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-features{gap:1rem}.feature-item{font-size:.9rem;padding:.5rem 1rem}.cta-button{font-size:1rem!important;padding:.875rem 1.5rem!important}.container{padding:0 1rem}.features-grid{gap:2rem;grid-template-columns:1fr}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.5rem}.feature-card{padding:2rem 1.5rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.hero-features{align-items:center;flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.9d046dad.css.map*/