body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;min-height:100vh}*{box-sizing:border-box}main{min-height:calc(100vh - 80px);padding:1rem}html{font-size:16px}@media (max-width:768px){html{font-size:14px}}@media (min-width:1800px){html{font-size:18px}}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.text-center{text-align:center}.full-width{width:100%}.header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;flex-direction:column;padding:1rem}.logo{margin-bottom:1rem}.logo a{color:#fff;display:inline-block;font-size:1.5rem;font-weight:700;padding:.5rem 0;text-decoration:none}.nav ul{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;margin:0;padding:0}.nav a{border-radius:4px;color:#fff;display:inline-block;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav a:hover{background-color:#34495e}.nav a.active{background-color:#3498db}@media (min-width:768px){.header{align-items:center;flex-direction:row;justify-content:space-between;padding:1rem 2rem}.logo{margin-bottom:0}.nav ul{gap:1.5rem}}@media (min-width:992px){.header{padding:1rem 3rem}}@media (min-width:1200px){.header{padding:1rem 4rem}}.home{padding:1rem;width:100%}.hero{background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:8px;color:#fff;margin-bottom:2rem;padding:2rem 1rem;text-align:center}.hero h1{font-size:2rem;margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:1.5rem}.cta-button{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.7rem 1.3rem;transition:all .3s ease}.cta-button:hover{background-color:#c0392b;transform:translateY(-2px)}.features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.feature-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}@media (min-width:768px){.home{padding:2rem}.hero{padding:3rem 2rem}.hero h1{font-size:2.5rem}.features{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features{grid-template-columns:repeat(3,1fr)}.hero{padding:4rem 2rem}}@media (min-width:1200px){.home{margin:0 auto;max-width:1200px}.hero h1{font-size:3rem}.hero p{font-size:1.3rem}}@media (min-width:2000px){.home{max-width:1600px}.hero{padding:6rem 4rem}.hero h1{font-size:3.5rem}.features{gap:2rem}.feature-card{padding:2rem}.feature-card h3{font-size:1.5rem}}.about{padding:1rem;width:100%}.about h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.about-content{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.about-text p{line-height:1.6;margin-bottom:1rem}.about-image img{border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%}.team-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.team-members{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.team-member{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.member-image{background-color:#ecf0f1;border-radius:50%;height:100px;margin:0 auto 1rem;width:100px}.team-member h4{color:#3498db;font-size:1.2rem;margin-bottom:.5rem}@media (min-width:768px){.about{padding:2rem}.about h2{font-size:2.2rem}.about-content{flex-direction:row}.about-image,.about-text{flex:1 1}.team-members{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.team-members{grid-template-columns:repeat(3,1fr)}.member-image{height:120px;width:120px}}@media (min-width:1200px){.about{margin:0 auto;max-width:1200px}}@media (min-width:2000px){.about{max-width:1600px}.about h2{font-size:3rem;margin-bottom:2.5rem}.team-section h3{font-size:2rem;margin-bottom:2rem}.team-members{gap:2.5rem}.member-image{height:150px;width:150px}.team-member h4{font-size:1.5rem}}.user-info{padding:1rem;width:100%}.user-info h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.user-profile{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem}.user-image img{border-radius:8px;display:block;margin:0 auto;max-width:300px;width:100%}.user-details h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.user-details p{line-height:1.5;margin-bottom:.8rem}.user-bio{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.user-bio h3{color:#3498db;font-size:1.3rem;margin-bottom:1rem}@media (min-width:768px){.user-info{padding:2rem}.user-profile{flex-direction:row}.user-image{flex:1 1}.user-details{flex:2 1}}@media (min-width:992px){.user-info h2{font-size:2.2rem}}@media (min-width:1200px){.user-info{margin:0 auto;max-width:1000px}}@media (min-width:2000px){.user-info{max-width:1400px}.user-info h2{font-size:3rem;margin-bottom:2.5rem}.user-profile{padding:3rem}.user-details h3{font-size:2rem}.user-details p{font-size:1.2rem}.user-bio{padding:2.5rem}.user-bio h3{font-size:1.8rem}.user-bio p{font-size:1.2rem}}.not-found{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:1rem}.error-container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:600px;padding:1.5rem;text-align:center;width:100%}.not-found h1{color:#e74c3c;font-size:3.5rem;line-height:1;margin:0}.not-found h2{color:#2c3e50;font-size:1.5rem;margin:.5rem 0 1rem}.not-found p{color:#7f8c8d;font-size:1rem;margin-bottom:1.5rem}.home-link{background:#3498db;border-radius:50px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.home-link:hover{background:#2980b9;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.animation{height:150px;margin:1.5rem auto;position:relative;width:150px}.planet{background:#3498db;border-radius:50%;box-shadow:inset -15px -15px 0 #0000001a;height:80px;left:35px;top:35px;width:80px}.planet,.rocket{position:absolute}.rocket{animation:float 3s ease-in-out infinite;background:#e74c3c;border-radius:50% 50% 5px 5px;height:60px;left:60px;top:45px;transform:rotate(-45deg);width:30px}.rocket:before{border-bottom:15px solid #f39c12;border-left:8px solid #0000;border-right:8px solid #0000;bottom:-14px;content:"";height:0;left:14px;position:absolute;transform:rotate(60deg);width:0}.rocket:after{content:"";font-size:16px;left:7px;position:absolute;top:12px;transform:rotate(45deg)}@keyframes float{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-15px)}}@media (min-width:768px){.not-found h1{font-size:5rem}.not-found h2{font-size:1.8rem}.not-found p{font-size:1.1rem}.animation{height:200px;width:200px}.planet{height:120px;left:40px;top:40px;width:120px}.rocket{height:80px;left:80px;top:60px;width:40px}}@media (min-width:992px){.not-found h1{font-size:6rem}.not-found h2{font-size:2rem}.home-link{font-size:1rem;padding:.8rem 2rem}}@media (min-width:1200px){.error-container{padding:2.5rem}}@media (min-width:2000px){.not-found h1{font-size:8rem}.not-found h2{font-size:3rem}.not-found p{font-size:1.5rem}.animation{height:300px;margin:3rem auto;width:300px}.planet{height:180px;left:60px;top:60px;width:180px}.rocket{height:120px;left:120px;top:90px;width:60px}.rocket:before{border-bottom:25px solid #f39c12;border-left:12px solid #0000;border-right:12px solid #0000;bottom:-20px;left:12px}.rocket:after{font-size:24px;left:12px;top:20px}.home-link{font-size:1.2rem;margin-top:2rem;padding:1rem 2.5rem}}
/*# sourceMappingURL=main.cb596587.css.map*/