body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.shell{display:flex;flex-direction:column;min-height:100vh}.navbar{align-items:center;background:linear-gradient(90deg,#4b6cb7,#182848);color:#fff;display:flex;justify-content:space-between;padding:1rem}.nav-links{display:flex;gap:1rem;list-style:none}.nav-links a{color:#fff;text-decoration:none}.content{flex:1 1;padding:2rem}.card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.landing-container{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.landing-content{max-width:1200px;opacity:0;position:relative;text-align:center;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease;width:100%;z-index:2}.landing-content.fade-in{opacity:1;transform:translateY(0)}.logo-container{animation:float 3s ease-in-out infinite;margin-bottom:2rem}.logo-image{display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;margin:0 auto;width:120px}.landing-title{align-items:center;display:flex;flex-wrap:wrap;font-size:2.5rem;font-weight:800;gap:.5rem;justify-content:center;line-height:1.2;margin-bottom:.5rem}.title-word{animation:slideInUp .8s ease forwards;display:inline-block;opacity:0}.title-word-1{animation-delay:.2s;color:gold}.title-word-2{animation-delay:.4s;color:#000}.landing-tagline{animation:fadeIn 1s ease .6s forwards;color:gold;font-size:1rem;font-weight:600;margin-bottom:1.5rem;opacity:0}.landing-description{animation:fadeIn 1s ease .8s forwards;color:#333;font-size:1rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:0}.cta-buttons{animation:fadeIn 1s ease 1s forwards;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;opacity:0}.cta-button{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-button span{position:relative;z-index:2}.cta-primary{background-color:#1890ff;box-shadow:0 4px 12px #1890ff4d;color:#fff}.cta-primary:hover{background-color:#0050b3;box-shadow:0 6px 16px #1890ff66;transform:translateY(-2px)}.cta-primary:active{transform:translateY(0)}.cta-secondary{background-color:#fff;border:2px solid #1890ff;box-shadow:0 4px 12px #0000001a;color:#1890ff}.cta-secondary:hover{background-color:#1890ff;box-shadow:0 6px 16px #1890ff4d;color:#fff;transform:translateY(-2px)}.cta-secondary:active{transform:translateY(0)}.features-grid{grid-gap:1.5rem;animation:fadeIn 1s ease 1.2s forwards;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3rem;opacity:0}.feature-card{background-color:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#1890ff;box-shadow:0 8px 24px #1890ff26;transform:translateY(-5px)}.feature-icon{align-items:center;animation:bounce 2s ease infinite;color:#1890ff;display:inline-flex;font-size:3rem;justify-content:center;margin-bottom:1rem}.feature-icon svg{height:3rem;width:3rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-title{color:#000;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-text{color:#666;font-size:.9rem;margin:0}.bg-shapes{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.shape{animation:move 20s ease-in-out infinite;border-radius:50%;opacity:.1;position:absolute}.shape-1{animation-delay:0s;background-color:#1890ff;height:300px;left:-150px;top:-150px;width:300px}.shape-2{animation-delay:5s;background-color:gold;bottom:-100px;height:200px;right:-100px;width:200px}.shape-3{animation-delay:10s;background-color:#1890ff;height:150px;right:-75px;top:50%;width:150px}@media (min-width:768px){.landing-container{padding:2rem}.logo-image{width:150px}.landing-title{font-size:4rem;gap:.75rem}.landing-tagline{font-size:1.25rem}.landing-description{font-size:1.125rem}.cta-buttons{flex-direction:row;justify-content:center}.cta-button{font-size:1.125rem;padding:1.125rem 2.5rem}.features-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card{padding:2.5rem 2rem}.shape-1{height:400px;left:-200px;top:-200px;width:400px}.shape-2{bottom:-150px;height:300px;right:-150px;width:300px}.shape-3{height:200px;right:-100px;width:200px}}@media (min-width:1024px){.landing-container{padding:3rem}.logo-image{width:180px}.landing-title{font-size:5rem;gap:1rem}.landing-tagline{font-size:1.5rem}.landing-description{font-size:1.25rem;margin-bottom:3rem}.cta-button{font-size:1.25rem;padding:1.25rem 3rem}.features-grid{gap:3rem;margin-top:4rem}.feature-card{padding:3rem 2.5rem}.feature-title{font-size:1.5rem}.feature-text{font-size:1rem}.feature-icon{font-size:3.5rem}.feature-icon svg{height:3.5rem;width:3.5rem}}@media (min-width:1440px){.landing-title{font-size:6rem}.landing-description{font-size:1.375rem}}@media (prefers-reduced-motion:reduce){.cta-buttons,.features-grid,.landing-content,.landing-description,.landing-tagline,.title-word{animation:none;opacity:1;transform:none}.feature-icon,.logo-container,.shape{animation:none}}.auth-container{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.auth-content{max-width:450px;opacity:0;position:relative;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease;width:100%;z-index:2}.auth-content.fade-in{opacity:1;transform:translateY(0)}.auth-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 24px #0000001a;padding:2rem 1.5rem;text-align:center}.auth-logo-container{animation:float 3s ease-in-out infinite;margin-bottom:1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-logo{display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;margin:0 auto;width:100px}.auth-title{animation:slideInUp .8s ease .2s forwards;color:#000;font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.5rem;opacity:0}.auth-title .title-highlight{color:gold}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-error{animation:shake .5s ease;background:#fee;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:1rem;padding:.75rem;text-align:left}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.auth-form{animation:fadeIn 1s ease .4s forwards;margin-bottom:1.5rem;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-input{background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;box-sizing:border-box;color:#333;font-size:1rem;margin-bottom:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.auth-input:focus{border-color:#1890ff;box-shadow:0 0 0 3px #1890ff1a;outline:none;transform:translateY(-2px)}.auth-input::placeholder{color:#999}.auth-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;overflow:hidden;padding:.875rem 1.5rem;position:relative;transition:all .3s ease;width:100%}.auth-button:disabled{cursor:not-allowed;opacity:.7}.auth-button-primary{background-color:#1890ff;box-shadow:0 4px 12px #1890ff4d;color:#fff}.auth-button-primary:hover:not(:disabled){background-color:#0050b3;box-shadow:0 6px 16px #1890ff66;transform:translateY(-2px)}.auth-button-primary:active:not(:disabled){transform:translateY(0)}.auth-button-google{background-color:#fff;border:2px solid #e0e0e0;box-shadow:0 2px 8px #0000001a;color:#333}.auth-button-google:hover:not(:disabled){border-color:#1890ff;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.auth-button-google:active:not(:disabled){transform:translateY(0)}.auth-button-google svg{height:18px;width:18px}.auth-divider{align-items:center;animation:fadeIn 1s ease .6s forwards;display:flex;margin:1.5rem 0;opacity:0}.auth-divider-line{background:#e0e0e0;flex:1 1;height:1px}.auth-divider-text{color:#666;font-size:.9rem;font-weight:500;padding:0 1rem}.auth-link{animation:fadeIn 1s ease .8s forwards;color:#555;font-size:.95rem;margin-top:1.5rem;opacity:0}.auth-link a{color:#1890ff;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-link a:hover{color:#0050b3;text-decoration:underline}.auth-bg-shapes{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.auth-shape{animation:move 20s ease-in-out infinite;border-radius:50%;opacity:.08;position:absolute}.auth-shape-1{animation-delay:0s;background-color:#1890ff;height:250px;left:-125px;top:-125px;width:250px}.auth-shape-2{animation-delay:5s;background-color:gold;bottom:-90px;height:180px;right:-90px;width:180px}.auth-shape-3{animation-delay:10s;background-color:#1890ff;height:120px;right:-60px;top:50%;width:120px}@keyframes move{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}@media (min-width:768px){.auth-container{padding:2rem}.auth-card{padding:3rem 2.5rem}.auth-logo{width:120px}.auth-title{font-size:2.25rem}.auth-input{font-size:1.05rem;padding:1rem 1.25rem}.auth-button{font-size:1.05rem;padding:1rem 2rem}.auth-shape-1{height:350px;left:-175px;top:-175px;width:350px}.auth-shape-2{bottom:-125px;height:250px;right:-125px;width:250px}.auth-shape-3{height:180px;right:-90px;width:180px}}@media (min-width:1024px){.auth-container{padding:3rem}.auth-card{padding:3.5rem 3rem}.auth-logo{width:140px}.auth-title{font-size:2.5rem}.auth-input{font-size:1.1rem;padding:1.125rem 1.5rem}.auth-button{font-size:1.1rem;padding:1.125rem 2.5rem}}@media (prefers-reduced-motion:reduce){.auth-content,.auth-divider,.auth-form,.auth-link,.auth-logo-container,.auth-title{animation:none;opacity:1;transform:none}.auth-shape{animation:none}}
/*# sourceMappingURL=main.e26ba6f1.css.map*/