:root{--primary-color:#fff;--secondary-color:#fff;--text-dark:#1a1a1a;--black:#0a0a0a;--white:#fff;--blue:#06f;--red:#f03;--dark-blue:#0052cc}.prevent-autofill{transition:background-color 5000s ease-in-out 0s!important;background-color:var(--black)!important;color:var(--white)!important}.prevent-autofill:-webkit-autofill,.prevent-autofill:-webkit-autofill:focus,.prevent-autofill:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--black) inset!important;-webkit-text-fill-color:var(--white)!important}.prevent-autofill:-webkit-autofill,.prevent-autofill:-webkit-autofill:active,.prevent-autofill:-webkit-autofill:focus,.prevent-autofill:-webkit-autofill:hover{-webkit-transition-delay:99999s!important}.prevent-button-override{background:var(--blue)!important;color:var(--white)!important}.prevent-button-override:hover{background:var(--dark-blue)!important;color:var(--white)!important}*{margin:0;padding:0;box-sizing:border-box}.landing-page{background-color:var(--black);color:var(--secondary-color);font-family:Segoe UI,Geneva,Helvetica Neue,sans-serif;min-height:100vh}@keyframes subtleFadeIn{0%{opacity:0}to{opacity:1}}.nav-fade-in{animation:subtleFadeIn .18s ease}.landing-fade-in{animation:subtleFadeIn .22s ease}.landing-mentor-section{margin:1.5rem auto 0;width:min(1100px,calc(100% - 2rem));border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:1rem 1.1rem;background:hsla(0,0%,100%,.02);text-align:center}.landing-mentor-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;margin-bottom:1.4rem}.landing-mentor-header .landing-mentor-title{width:auto;margin:0;white-space:nowrap}.landing-mentor-metrics{display:flex;align-items:center;gap:1.25rem}.landing-mentor-title{font-size:1.25rem;margin-bottom:.7rem;color:var(--white);text-align:center;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.landing-mentor-rating{color:var(--white);font-weight:700;font-size:.95rem;white-space:nowrap;display:grid;justify-items:center;text-align:center;min-width:68px;line-height:1.1}.landing-mentor-rating-value{font-size:1.1rem;font-weight:800;background:linear-gradient(90deg,var(--blue) 0,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-mentor-rating-label{font-size:.75rem;font-weight:600;opacity:.9}.landing-mentor-title-highlight{background:linear-gradient(90deg,var(--blue) 0,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.landing-mentor-content{display:grid;gap:.7rem;text-align:left}.landing-mentor-paragraph{color:hsla(0,0%,100%,.9);line-height:1.65}.landing-mentor-highlights{margin:0;padding-left:1.2rem;display:grid;gap:.35rem;color:hsla(0,0%,100%,.95)}.landing-mentor-closing{color:var(--white);font-weight:600}@media (max-width:767px){.landing-mentor-header{flex-wrap:wrap;justify-content:center;gap:.55rem;margin-bottom:1rem}.landing-mentor-header .landing-mentor-title{width:100%;text-align:center;white-space:normal}.landing-mentor-metrics{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;justify-items:center;align-items:start}.landing-mentor-rating{min-width:0;width:100%}.landing-mentor-rating-value{font-size:1rem}.landing-mentor-rating-label{font-size:.68rem}}.manage-login-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(260px,360px);gap:.75rem;align-items:start}.manage-login-table{grid-area:table}.manage-login-sidebar{grid-area:sidebar}@media (max-width:767px){.manage-login-grid{grid-template-columns:1fr;grid-template-areas:"login" "table" "search" "country"}.manage-login-table{grid-area:table}.manage-login-sidebar{display:contents!important}.manage-login-card{max-width:none;width:100%;justify-self:stretch}.manage-login-card--login{grid-area:login}.manage-login-card--search{grid-area:search}.manage-login-card--country{grid-area:country}}@media (min-width:768px){.manage-login-grid{grid-template-areas:"table sidebar"}}.auth-nav{display:flex;gap:.6rem;align-items:center;margin-left:auto;margin-right:0;justify-content:flex-start}.auth-nav-link{text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;display:inline-block}.auth-nav-link,.auth-nav-link:hover{color:var(--white)}.auth-nav .nav-separator{color:var(--white);margin:0 .5rem;font-weight:500}@media (max-width:767px){.auth-nav{position:fixed;right:-100%;top:0;width:100%;height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);flex-direction:column;gap:0;align-items:flex-start;justify-content:flex-start;padding:4rem 2rem 2rem;margin:0;transition:right .3s ease;z-index:1000;border-left:1px solid #ddd}.auth-nav.mobile-open{right:0}.auth-nav .mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#8b1538;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.auth-nav .mobile-menu-close:hover{color:#6b0f32;transform:scale(1.2)}.auth-nav.mobile-open .auth-nav-link{display:block;width:100%;padding:1.5rem;font-size:1rem;border-bottom:1px solid rgba(255,215,0,.2)}.auth-nav.mobile-open .nav-separator{display:none}}.header-left{display:none}@media (max-width:767px){.header-left{display:flex;align-items:center;gap:1rem}.header-left .hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;padding:.5rem;width:44px;height:44px;justify-content:center;align-items:center}.header-left .hamburger span{width:24px;height:2.5px;background-color:#8b1538;border-radius:2px;transition:all .3s ease}.header-left .hamburger:hover span{background-color:#6b0f32}}@media (min-width:768px){.header-left{display:none!important}}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}.navbar-header{background:hsla(0,0%,4%,.95);padding:.75rem 1rem;position:relative;border-bottom:2px solid var(--dark-blue);display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.3)}.landing-page .navbar-header{position:sticky;top:0;z-index:1100;transition:background-color .25s ease,box-shadow .25s ease,padding .25s ease}.landing-page .navbar-header.scrolled{background:hsla(0,0%,4%,.98);box-shadow:0 6px 16px rgba(0,0,0,.35);padding:.6rem 1rem}.auth-sticky-header{position:sticky;top:0;z-index:1100;transition:background-color .25s ease,box-shadow .25s ease,padding .25s ease}.auth-sticky-header.scrolled{background:hsla(0,0%,4%,.98);box-shadow:0 6px 16px rgba(0,0,0,.35);padding:.6rem 1rem}.navbar-brand-section{display:flex;align-items:center;gap:1rem;flex-shrink:0}.navbar-brand-section a{text-decoration:none;color:inherit;display:flex;align-items:center;cursor:pointer;transition:opacity .3s ease}.navbar-brand-section a:hover{opacity:.9}.brand-divider{color:rgba(255,200,80,.4);font-size:1.2rem;font-weight:300}.brand-glow{position:relative}.highlight{font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;display:inline-block;background:linear-gradient(135deg,var(--blue),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-glow:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-8px;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--red),transparent);box-shadow:0 0 10px rgba(0,102,255,.4),0 0 10px rgba(255,0,51,.4)}.navbar-header .header-nav{display:flex;gap:.6rem;align-items:center;margin-left:auto}.mobile-connect-btn{display:none;text-decoration:none;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:800;transition:all .3s ease;margin-left:auto;margin-right:.5rem}.mobile-connect-btn,.mobile-connect-btn:hover{color:var(--white);background-color:#06f}@media (max-width:767px){.mobile-connect-btn{display:inline-block}.navbar-header .header-nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:hsla(0,0%,4%,.95);flex-direction:column;gap:0;align-items:flex-start;padding:4rem 0 0;margin-left:0;z-index:999;transition:right .3s ease;overflow-y:auto}.navbar-header .header-nav.mobile-open{right:0}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:998}.navbar-header .mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#8b1538;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:all .3s ease;z-index:1001}.navbar-header .mobile-menu-close:hover{color:var(--white);transform:scale(1.2)}}@media (min-width:768px){.mobile-connect-btn{display:none!important}.navbar-header .header-nav{position:static;top:auto;right:auto;width:auto;max-width:none;height:auto;background-color:transparent;flex-direction:row;gap:.6rem;align-items:center;padding:0;transition:none}.navbar-header .header-nav.mobile-open{right:auto}.mobile-menu-backdrop,.navbar-header .mobile-menu-close{display:none}}.navbar-header .nav-link{text-decoration:none;color:var(--white);font-size:.85rem;font-weight:800;transition:all .3s ease;display:inline-block}.navbar-header .auth-connect-link{background-color:#06f;padding:.35rem .75rem;border-radius:6px}.navbar-header .auth-connect-link:hover{background-color:#06f;color:var(--white)}@media (max-width:767px){.navbar-header .header-nav .nav-link{display:none}.navbar-header .header-nav.mobile-open .nav-link{display:block;width:100%;padding:1rem;font-size:.9rem;border-bottom:1px solid #333}.navbar-header .header-nav.landing-page-nav.mobile-open .connect-menu-link,.navbar-header .header-nav.landing-page-nav.mobile-open .connect-menu-separator,.navbar-header .header-nav.mobile-open .desktop-only-logout,.navbar-header .header-nav.mobile-open .logout-separator,.navbar-header .header-nav.mobile-open .nav-separator{display:none}.navbar-header .nav-dropdown{width:100%}.navbar-header .header-nav.mobile-open .nav-dropdown .nav-link{display:block;width:100%;padding:1rem;font-size:.9rem;border-bottom:1px solid #333}.navbar-header .header-nav.mobile-open .dropdown-menu{position:static;display:none;background-color:transparent;border:none;box-shadow:none;transform:none;margin-top:0;flex-direction:column;gap:0;z-index:auto}.navbar-header .header-nav.mobile-open .nav-dropdown.mobile-expanded .dropdown-menu{display:flex}.navbar-header .header-nav.mobile-open .dropdown-item{width:100%;padding:1rem 1rem 1rem 2rem;border-bottom:1px solid #333;background-color:transparent}}@media (min-width:768px){.navbar-header .header-nav .nav-link{display:inline-block}.navbar-header .dropdown-menu{position:absolute}}.navbar-header .nav-link:hover{color:var(--dark-blue)}.navbar-header .nav-separator{color:var(--dark-blue);margin:0 .5rem;font-weight:700}.navbar-header .dropdown-menu{position:absolute;top:100%;left:52%;transform:translateX(-50%);background-color:transparent;border:none;border-radius:6px;min-width:130px;display:none;flex-direction:column;gap:0;margin-top:.5rem;box-shadow:none;z-index:2000}.navbar-header .nav-dropdown.open .dropdown-menu{display:flex}.navbar-header .dropdown-item{padding:.5rem .75rem;text-decoration:none;color:var(--white);font-weight:500;font-size:.7rem;transition:all .3s ease;display:block;border-bottom:none;background-color:transparent}.navbar-header .dropdown-item:hover{background-color:transparent;color:var(--dark-blue)}.navbar-header .hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;padding:.5rem;width:44px;height:44px;justify-content:center;align-items:center;margin-left:auto}.navbar-header .hamburger span{width:24px;height:2.5px;background-color:var(--white);border-radius:2px;transition:all .3s ease}.navbar-header .hamburger:hover span{background-color:var(--white)}@media (min-width:768px){.navbar-header .header-left{display:none}}.header{background-color:var(--secondary-color);padding:.5rem;position:relative;border-bottom:1px solid #e0e0e0;justify-content:space-between}.header,.header-nav{display:flex;align-items:center}.header-nav{gap:.6rem}.nav-link{text-decoration:none;color:var(--white);font-size:.85rem;font-weight:700;transition:all .3s ease;padding:.35rem .75rem;border-radius:6px;display:inline-block}.nav-link,.nav-link:hover{background-color:transparent}.nav-link:hover{color:var(--dark-blue)}.nav-separator{color:var(--white);margin:0 .5rem;font-weight:500}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:hsla(0,0%,4%,.95);border:1px solid #333;border-radius:6px;min-width:150px;display:none;flex-direction:column;gap:0;margin-top:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:2000}.nav-dropdown:hover .dropdown-menu{display:none}.nav-dropdown.open .dropdown-menu{display:flex}.dropdown-item{padding:.5rem .75rem;text-decoration:none;color:#8b1538;font-weight:500;font-size:.7rem;transition:all .3s ease;display:block;border-bottom:1px solid #f0f0f0;background-color:transparent}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:transparent;color:var(--white)}.dropdown-item-sign-in{color:#fff;background-color:var(--blue);border-radius:4px;border-bottom:none}.dropdown-item-sign-in:hover{background-color:#0052cc;color:#fff}.header-left{display:flex;align-items:center;gap:2rem}.tech-stack-link{text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;cursor:pointer;padding:.35rem .75rem;border-radius:6px;display:inline-block}.tech-stack-link,.tech-stack-link:hover{color:var(--white);background-color:transparent}.header-nav .tech-stack-link{padding:.35rem .75rem;margin:0}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;padding:.5rem;width:44px;height:44px;justify-content:center;align-items:center}.hamburger span{width:24px;height:2.5px;background-color:var(--primary-color);border-radius:2px;transition:all .3s ease}.hamburger:hover span{background-color:var(--white)}.header-logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.logo-img{height:70px;width:auto;-o-object-fit:contain;object-fit:contain}.welcome-container{position:relative;text-align:center;padding:2rem 1rem 1rem;margin:0}.welcome-container:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent 0,var(--blue) 30%,var(--red) 70%,transparent 100%);box-shadow:0 0 15px rgba(0,102,255,.8),0 0 30px rgba(255,0,51,.6),0 0 45px rgba(0,102,255,.4);opacity:1}.welcome-title{text-align:center;font-size:2.5rem;color:var(--blue);font-weight:700;margin:0;padding:0}.welcome-subtitle{text-align:center;font-size:1.125rem;color:var(--white);margin:.75rem 0 0;padding:0;font-weight:400}@media (max-width:768px){.welcome-container:after{width:100%}.welcome-subtitle{font-size:1rem}}@keyframes glowPulse{0%,to{opacity:.7;box-shadow:0 0 10px rgba(0,217,255,.9),0 0 20px rgba(0,217,255,.7),0 0 30px rgba(0,217,255,.5)}50%{opacity:1;box-shadow:0 0 15px #00d9ff,0 0 30px rgba(0,217,255,.9),0 0 45px rgba(0,217,255,.7),0 0 60px rgba(0,217,255,.5)}}.welcome-text{color:var(--blue)}.tagline{text-align:center;padding:2.5rem 2rem;display:flex;flex-wrap:nowrap;justify-content:center;gap:0;max-width:100%;margin:0 auto;overflow-x:hidden}.tagline-item{font-size:4rem;font-weight:900;color:var(--white);letter-spacing:2px;line-height:1.2}.tagline-item.gradient-text{background:linear-gradient(90deg,var(--blue) 0,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}@media (max-width:768px){.tagline{flex-wrap:wrap;justify-content:center;gap:0;row-gap:.5rem}.tagline-item{font-size:2rem;flex-basis:auto}.tagline-item,.tagline-item:nth-child(2){margin-right:0}.tagline-item:nth-child(3),.tagline-item:nth-child(4){flex-basis:100%;margin-right:0}}.tagline-description{text-align:center;font-size:1.125rem;color:var(--white);line-height:1.6;max-width:800px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.tagline-description{font-size:1rem;padding:0 1.5rem}}.hero{padding:2rem 0 2rem 1rem;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:flex-start}.hero-content{gap:1rem;max-width:80%}.code-floaters,.hero-content{display:flex;flex-direction:column}.code-floaters{margin-bottom:1rem;margin-top:-2rem;position:relative;height:auto;gap:2rem;align-items:flex-start;align-self:flex-start}.brand-subtitle{font-size:1.25rem;color:#ccc;line-height:1.6;margin:-8rem 0 0;font-weight:600}.hero h1{font-size:2rem;color:var(--white);line-height:1.2}.hero-logo{height:500px;width:auto;-o-object-fit:contain;object-fit:contain;margin:-17rem 0 1rem -4rem}.cta-buttons{display:flex;flex-direction:row;justify-content:center;gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.5rem;margin-top:3rem;width:100%}.landing-feedbacks-section{width:100%;max-width:none;margin:1.75rem 0 0;padding-top:1rem;border-top:2px solid var(--blue);text-align:center}.landing-feedbacks-title{display:inline-block;position:relative;color:var(--blue);font-size:1.15rem;font-weight:700;letter-spacing:.5px}.landing-feedbacks-title:after{display:none}.landing-feedbacks-image{display:block;width:min(100%,900px);height:auto;margin:1.25rem auto 0;border:1px solid #2a2a2a;border-radius:8px}.landing-feedbacks-status{margin:1.25rem auto 0;color:var(--white)}.landing-feedbacks-status--error{color:#ff5a7a}.landing-feedbacks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2rem;margin-bottom:0}.landing-feedback-card{text-align:left;border:1px solid rgba(0,102,255,.32);border-radius:12px;background:linear-gradient(180deg,rgba(16,21,31,.96),rgba(13,16,23,.96));box-shadow:0 0 14px rgba(0,82,204,.14);padding:1rem;color:var(--white);min-height:220px;display:grid;gap:.5rem;align-content:start}.landing-feedbacks-section{background:var(--black);padding-bottom:2rem;position:relative}.landing-feedbacks-section:after{display:none}.landing-feedback-card p{margin:0;color:var(--white);line-height:1.45}.landing-feedback-card strong{color:var(--white)}.landing-feedback-stars-row{display:flex;justify-content:flex-end}.landing-feedback-label{color:var(--dark-blue);font-weight:700}.tilted-label{display:inline-block;margin-bottom:.2rem}.landing-feedback-label.tilted-label,.tilted-label{color:var(--dark-blue)!important;font-weight:700!important;font-style:italic!important}.landing-feedback-value{color:var(--white)}.landing-feedback-card-comments{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.5}.landing-feedback-stars{color:#d4af37;letter-spacing:.08rem;font-weight:700}@media (max-width:767px){.landing-feedbacks-grid{grid-template-columns:1fr;justify-items:center;margin-top:1.6rem;margin-bottom:0}.landing-feedback-card{width:min(92vw,360px);min-height:280px;padding:.95rem}.landing-faqs-list{grid-template-columns:1fr}padding-bottom:1.6rem}.landing-feedbacks-pagination{margin-top:.8rem;color:#9fb8da;font-size:.88rem}.landing-section-divider{width:100%;height:2px;background:var(--blue);margin:0}.landing-faqs-section{width:100%;margin:0;padding:1.25rem 0 1.8rem;text-align:center;background:var(--black)}.landing-faqs-title{color:var(--blue);font-size:1.15rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}.landing-faqs-split{display:grid;grid-template-columns:1fr 2px 1fr;align-items:stretch;border:1px solid rgba(0,102,255,.32);border-radius:10px;overflow:hidden;background:linear-gradient(180deg,rgba(16,21,31,.96),rgba(13,16,23,.96))}.landing-faqs-column-title{color:var(--white);font-size:1rem;font-weight:700;padding:.9rem;text-align:center}.landing-faqs-vertical-divider{background:var(--blue)}.landing-faqs-content{display:grid;grid-template-columns:1fr 2px 1fr;align-items:stretch;margin-top:.9rem}.landing-faqs-content-divider{background:var(--blue)}.landing-faqs-column{padding:.25rem .75rem;display:grid;gap:.75rem}.landing-faqs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.landing-faq-card{text-align:left;border:1px solid rgba(0,102,255,.32);border-radius:10px;background:linear-gradient(180deg,rgba(16,21,31,.96),rgba(13,16,23,.96));padding:.9rem}.landing-faq-question{color:var(--white);font-size:.95rem;font-weight:700;margin:0 0 .45rem}.landing-faq-answer{margin:0;color:#d1d9e6;line-height:1.5}.landing-faq-answer+.landing-faq-answer{margin-top:.5rem}.landing-faq-bullets{margin:.55rem 0 0;padding-left:1.2rem;color:#d1d9e6;display:grid;gap:.35rem}.landing-faq-bullets li{line-height:1.45}.btn{padding:.875rem 1.5rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .3s ease;font-weight:600;display:inline-block;text-align:center;max-width:200px}.btn-primary{background-color:var(--primary-color);color:var(--secondary-color)}.btn-primary:hover{background-color:#d4af37;transform:translateY(-2px);box-shadow:0 4px 12px rgba(212,175,55,.3);color:var(--text-dark)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--blue);font-weight:700}.btn-secondary:hover{background-color:var(--blue);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,102,255,.35)}.sign-in-link{color:var(--dark-blue);text-decoration:underline;cursor:pointer;transition:color .3s ease}.sign-in-link:hover{color:var(--blue)}@media (min-width:1024px){.brand-logo{height:500px;margin-top:-8rem;margin-left:-8rem}}