.bg-scroll{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:url('../assets/login.webp') repeat 0 0;background-size:800px 600px;animation:bgMarquee 120s linear infinite;filter:opacity(.2);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%);pointer-events:none}@keyframes bgMarquee{0%{background-position:0 0}100%{background-position:800px 600px}}.section-divider{position:relative;width:100%;height:60px;overflow:visible;z-index:2;margin-top:-30px;margin-bottom:-30px;pointer-events:none}.divider-svg{width:100%;height:100%;display:block}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);background-attachment:fixed;color:#475569;line-height:1.6;-webkit-font-smoothing:antialiased}.hero-section{position:relative;min-height:85vh;display:flex;flex-direction:column;overflow:hidden;z-index:1}.hero-bg-blur{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 40%),radial-gradient(circle at bottom left,rgba(14,165,233,.05),transparent 40%);z-index:1}.navbar{padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;background:0 0;border-bottom:1px solid rgba(203,213,225,.2);position:relative;z-index:3}.logo{display:flex;align-items:center;gap:.75rem}.logo svg{width:45px;height:45px}.logo-text{font-size:1.5rem;font-weight:700;color:#1e40af;letter-spacing:-.025em}.nav-signin-btn{background:#fff;color:#2563eb;border:1px solid #2563eb;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-signin-btn:hover{background:#2563eb;color:#fff}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;max-width:900px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:4.5rem;font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;color:#475569;margin-bottom:2.5rem}.email-catcher{display:flex;gap:.5rem;width:100%;max-width:600px;margin-bottom:1rem}.email-catcher input{flex:1;padding:1rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1.1rem;background:#fff;color:#0f172a;outline:0;transition:border-color .2s}.email-catcher input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.get-started-btn{background:#2563eb;color:#fff;border:none;padding:0 2rem;border-radius:.5rem;font-size:1.25rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.get-started-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(30,64,175,.2)}.catcher-note{color:#64748b;font-size:.95rem}.section-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.features-section{padding:5rem 3rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.feature-card:hover{transform:translateY(-8px);border-color:#bae6fd;box-shadow:0 20px 40px -8px rgba(30,64,175,.12)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#0f172a;margin-bottom:.5rem}.feature-card p{color:#475569;font-size:.95rem}.faq-section{padding:3rem 3rem 6rem;max-width:800px;margin:0 auto;position:relative;z-index:1}.faq-item{background:#fff;margin-bottom:1rem;border:1px solid rgba(226,232,240,.8);border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.faq-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.faq-question{width:100%;padding:1.5rem;background:0 0;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease;color:#475569}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:200px}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.panda-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:8px}.panda-circle-container{display:flex;align-items:flex-end;justify-content:center;width:65px;height:65px;transition:transform .3s ease}.panda-svg{width:100%;height:100%;margin-bottom:-10px}.paw{transform-box:fill-box;transform-origin:center;transition:transform .4s cubic-bezier(.34, 1.56, .64, 1)}.paw-left{transform:translateY(0) rotate(0)}.paw-right{transform:translateY(0) rotate(0)}#panda-container.pwd-active .paw-left{transform:translateY(-95px) translateX(22px) rotate(38deg)}#panda-container.pwd-active .paw-right{transform:translateY(-95px) translateX(-22px) rotate(-38deg)}#pupils{transition:transform .1s ease-out}.auth-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.4);backdrop-filter:blur(8px);z-index:1000;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.auth-modal-overlay.show{display:flex}.auth-modal-container{background:#fff;width:100%;max-width:450px;border-radius:1.25rem;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:none;transition:height .3s ease;animation:slideUp .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.auth-logo-center{display:flex;justify-content:center;margin-bottom:1.5rem}.auth-title{font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:.5rem}.auth-subtitle{text-align:center;color:#64748b;font-size:.95rem;margin-bottom:1.5rem}.auth-form{display:none}.auth-form.active{display:block;animation:formFade .4s ease-out}.input-group{margin-bottom:1.25rem}.input-group label{display:block;font-size:.9rem;font-weight:500;color:#334155;margin-bottom:.4rem}.input-group input{width:100%;padding:.875rem 1.25rem;border:1px solid #cbd5e1;border-radius:.75rem;background:#f8fafc;color:#0f172a;font-size:.95rem;outline:0;transition:all .2s ease}.input-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);background:#fff}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{padding-right:2.5rem}.toggle-password{position:absolute;right:1rem;background:0 0;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;transition:color .2s}.toggle-password:hover{color:#475569}.auth-submit-btn{width:100%;padding:1rem;background:#2563eb;color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;margin-top:.5rem}.auth-submit-btn:hover{background:#1d4ed8}.google-btn{width:100%;padding:.875rem;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease}.google-btn:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 2px 4px rgba(0,0,0,.05)}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#94a3b8;font-size:.85rem;font-weight:500}.auth-divider::after,.auth-divider::before{content:'';flex:1;border-bottom:1px solid #e2e8f0}.auth-divider span{padding:0 10px}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#64748b}.auth-footer p{margin-bottom:.5rem}.auth-footer a{color:#2563eb;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.main-footer{background:#fff;padding:4rem 3rem;margin-top:4rem;border-top:1px solid #e2e8f0;position:relative;z-index:1}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-logo{font-size:1.5rem;font-weight:700;color:#1e40af;letter-spacing:-.025em}.footer-copyright{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#475569;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#2563eb}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes formFade{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.navbar{padding:1rem 1.25rem}.logo svg{width:35px;height:35px}.logo-text{font-size:1.25rem}.nav-signin-btn{padding:.5rem 1rem;font-size:.9rem}.hero-section{min-height:70vh}.hero-content{padding:0 1.25rem;margin-top:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.email-catcher{flex-direction:column;gap:1rem}.email-catcher input{width:100%;padding:1rem}.get-started-btn{width:100%;padding:1rem;font-size:1.1rem}.features-section{padding:3rem 1.25rem}.section-title{font-size:1.75rem}.feature-card{padding:1.5rem}.faq-section{padding:2rem 1.25rem 4rem}.faq-question{padding:1.25rem 1rem;font-size:1rem}.faq-answer{padding:0 1rem}.faq-item.active .faq-answer{padding:0 1rem 1.25rem}.auth-modal-container{padding:1.5rem;width:92%;max-height:90vh;overflow-y:auto;margin:1rem}.auth-title{font-size:1.25rem}.input-group input{padding:.75rem 1rem}.main-footer{padding:2rem 1.25rem;margin-top:2rem}.footer-links{flex-direction:column;gap:1rem}.bg-scroll{animation:none;background-repeat:no-repeat;background-size:cover;background-position:center;filter:opacity(.15)}}@media (max-width:480px){.navbar{padding:.75rem 1rem}.logo-text{font-size:1.1rem}.logo svg{width:30px;height:30px}.nav-signin-btn{padding:.5rem 1rem;font-size:.85rem;min-height:44px;display:inline-flex;align-items:center}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-content{padding:0 1rem;margin-top:1.5rem}.catcher-note{font-size:.85rem}.features-section{padding:2rem 1rem}.section-title{font-size:1.4rem;margin-bottom:1.5rem}.feature-card{padding:1.25rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.85rem}.faq-section{padding:1.5rem 1rem 3rem}.faq-question{padding:1rem;font-size:.95rem;min-height:44px;display:flex;align-items:center}.trending-title{font-size:1.5rem}.trending-carousel{padding:.5rem 1rem 3rem 1.5rem;gap:2rem}.trending-number{font-size:3.5rem!important;left:-10px!important}.trending-item{min-width:170px;height:240px}.poster-title{font-size:1rem}.poster-content{padding:1rem}.auth-modal-container{padding:1.25rem;margin:.75rem}.main-footer{padding:1.5rem 1rem}.footer-links{gap:.75rem}}.trending-section{padding:4rem 0 2rem;max-width:1300px;margin:0 auto;position:relative;z-index:10}.trending-title{font-size:2.2rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;text-align:center;padding:0 1rem;text-shadow:none;font-family:Inter,sans-serif}.trending-carousel-container{position:relative;width:100%}.trending-carousel{display:flex;overflow-x:auto;gap:3.5rem;padding:1rem 3rem 4rem 4.5rem;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;cursor:grab}.trending-carousel:active{cursor:grabbing}.trending-carousel::-webkit-scrollbar{display:none}.trending-item{position:relative;min-width:280px;height:380px;scroll-snap-align:start;transition:transform .4s cubic-bezier(.175, .885, .32, 1.275);user-select:none}.trending-item:hover{transform:translateY(-15px) scale(1.03);z-index:20}.trending-number{position:absolute;left:-45px;bottom:-15px;font-size:10rem;font-weight:900;line-height:.75;color:transparent;-webkit-text-stroke:3px rgba(255,255,255,0.95);text-shadow:8px 0 15px rgba(0,0,0,.6);z-index:15;font-family:'Arial Black',Impact,sans-serif;pointer-events:none}@media (max-width:768px){.trending-number{font-size:6rem;left:-25px;-webkit-text-stroke:2px white}.trending-item{min-width:210px;height:290px}}.trending-card{width:100%;height:100%;border-radius:12px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:10;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.15);background-size:cover;background-position:center;background-repeat:no-repeat}.poster-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(30,64,175,.15) 50%,rgba(15,23,42,.7) 100%);z-index:1;pointer-events:none}.poster-content{position:relative;z-index:5;padding:1.5rem}.trending-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:.65rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:.75rem;box-shadow:0 2px 5px rgba(0,0,0,.5);text-shadow:none}.red-badge{background:#e50914;color:#fff}.pink-badge{background:#d946ef;color:#fff}.green-badge{background:#10b981;color:#fff}.purple-badge{background:#8b5cf6;color:#fff}.cyan-badge{background:#0ea5e9;color:#fff}.blue-badge{background:#3b82f6;color:#fff}.orange-badge{background:#f59e0b;color:#000}.lightblue-badge{background:#e0f2fe;color:#0284c7}.teal-badge{background:#0f766e;color:#fff}.slate-badge{background:#f8fafc;color:#0f172a}.poster-title{font-size:1.3rem;font-weight:900;line-height:1.1;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:-.5px;color:#fff;text-shadow:2px 2px 5px rgba(0,0,0,.9)}.poster-subtitle{font-size:.8rem;color:#cbd5e1;font-weight:500;font-style:italic;text-shadow:1px 1px 3px rgba(0,0,0,.9)}.poster-mini-logo{position:absolute;top:12px;left:14px;z-index:20;font-family:'Arial Black',Impact,sans-serif;font-size:1.3rem;font-weight:900;color:#3b82f6;background:0 0;line-height:1;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.8);pointer-events:none}.poster-mini-logo::after{content:'';position:absolute;top:4px;left:2px;width:10px;height:8px;background:linear-gradient(#3b82f6,#3b82f6) top left/100% 2px no-repeat,linear-gradient(#3b82f6,#3b82f6) center left/75% 2px no-repeat,linear-gradient(#3b82f6,#3b82f6) bottom left/50% 2px no-repeat;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .8))}.trending-item:hover .poster-mini-logo{transform:scale(1.1);transition:transform .3s ease}.scroll-btn{position:absolute;top:0;bottom:2rem;width:60px;background:0 0;color:#fff;border:none;cursor:pointer;z-index:30;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0}.trending-carousel-container:hover .scroll-btn{opacity:1}.scroll-btn:hover{background:0 0}.scroll-btn i{font-size:3.5rem;filter:drop-shadow(0px 0px 8px rgba(0,0,0,.8));transition:transform .2s ease,color .2s ease}.scroll-btn:hover i{transform:scale(1.2);color:#e2e8f0}.scroll-left{left:0}.scroll-right{right:0}@media (max-width:768px){.scroll-btn{display:none!important}}@media (max-width:360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.2rem}.trending-title{font-size:1.3rem}.trending-item{min-width:140px;height:200px}.trending-number{font-size:2.8rem!important;left:-6px!important}.auth-modal-container{padding:1rem;margin:.5rem}}.testimonial-section{padding:3rem 0 4rem;background:0 0;position:relative;z-index:10;overflow:hidden}.testimonial-section .section-title{font-size:2.2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;text-align:center}.testimonial-section p{text-align:center;color:#64748b;margin-bottom:3rem}.testimonial-marquee-wrapper{width:100%;overflow:hidden;position:relative;cursor:grab;padding:2rem 0;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.testimonial-marquee-wrapper:active{cursor:grabbing}.testimonial-track{display:flex;gap:2.5rem;padding-left:2.5rem;width:max-content;will-change:transform;align-items:stretch}.testi-card{min-width:320px;max-width:320px;height:auto!important;background:#fff;border-radius:1.5rem;padding:2.5rem 1.5rem 2rem;text-align:center;position:relative;box-shadow:0 10px 25px rgba(15,23,42,.04);border:1px solid rgba(226,232,240,.8);transition:transform .4s cubic-bezier(.175, .885, .32, 1.275),box-shadow .4s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;user-select:none}.testi-card:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 50px rgba(15,23,42,.1);border-color:#cbd5e1;z-index:10}.testi-quote-bg{position:absolute;top:-10px;left:20px;font-size:7rem;font-family:Georgia,serif;color:#f1f5f9;line-height:1;z-index:0;pointer-events:none}.testi-avatar{width:65px;height:65px;min-width:65px;min-height:65px;flex-shrink:0;border-radius:50%;color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 8px 15px rgba(0,0,0,.1);position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.2)}.testi-name{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:1rem;position:relative;z-index:2}.testi-text{font-size:.95rem;color:#475569;line-height:1.6;position:relative;z-index:2;font-weight:500;word-break:break-word}@media (max-width:768px){.testimonial-section{display:none!important}}