.landing-module__jDH3nq__container{min-height:100vh;color:var(--foreground);background-color:#192d36;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex;position:relative;overflow-x:hidden}.landing-module__jDH3nq__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle at 15%,#2dd4bf0d,#0000 25%),radial-gradient(circle at 85% 30%,#0ea5e90d,#0000 25%);width:100vw;height:100vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-module__jDH3nq__contentWrapper{z-index:1;flex-direction:column;gap:4rem;width:100%;max-width:1000px;display:flex}.landing-module__jDH3nq__navBar{justify-content:flex-start;width:100%;margin-bottom:-2rem;display:flex}.landing-module__jDH3nq__backLink{color:var(--text-secondary);background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .3s;display:flex}.landing-module__jDH3nq__backLink:hover{color:var(--primary);border-color:var(--primary);transform:translate(-3px);box-shadow:0 0 10px #0ea5e933}.landing-module__jDH3nq__hero{text-align:center;padding:4rem 0;animation:.8s ease-out forwards landing-module__jDH3nq__fadeUp}.landing-module__jDH3nq__title{background:linear-gradient(135deg, var(--foreground) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.landing-module__jDH3nq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.landing-module__jDH3nq__section{opacity:0;flex-direction:column;gap:2rem;animation:.8s ease-out .2s forwards landing-module__jDH3nq__fadeUp;display:flex;transform:translateY(20px)}.landing-module__jDH3nq__sectionTitle{border-bottom:2px solid var(--card-border);align-items:center;gap:.75rem;padding-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.landing-module__jDH3nq__sectionTitle span{color:var(--accent-teal)}.landing-module__jDH3nq__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.landing-module__jDH3nq__featureCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.landing-module__jDH3nq__featureCard:hover{border-color:var(--accent-teal);transform:translateY(-5px);box-shadow:0 10px 20px #2dd4bf1a}.landing-module__jDH3nq__featureIcon{color:var(--accent-teal);font-size:2.5rem}.landing-module__jDH3nq__featureTitle{font-size:1.25rem;font-weight:600}.landing-module__jDH3nq__featureDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.landing-module__jDH3nq__techGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.landing-module__jDH3nq__techItem{border:1px solid var(--card-border);background:#ffffff05;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:background .3s;display:flex}.landing-module__jDH3nq__techItem:hover{border-color:var(--accent-purple);background:#ffffff0d}.landing-module__jDH3nq__techIcon{color:var(--accent-purple);font-size:1.5rem}.landing-module__jDH3nq__techName{font-weight:500}.landing-module__jDH3nq__codeBlock{color:#a78bfa;background:#0f111a;border:1px solid #2a2d3a;border-radius:8px;padding:1.5rem;font-family:monospace;line-height:1.5;overflow-x:auto;box-shadow:inset 0 2px 4px #0003}.landing-module__jDH3nq__codeComment{color:#64748b}.landing-module__jDH3nq__codeVar{color:#2dd4bf}.landing-module__jDH3nq__codeVal{color:#fb923c}.landing-module__jDH3nq__setupText{color:var(--text-secondary);line-height:1.6}@keyframes landing-module__jDH3nq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.landing-module__jDH3nq__title{font-size:2.5rem}.landing-module__jDH3nq__container{padding:2rem 1rem}.landing-module__jDH3nq__contentWrapper{gap:3rem}.landing-module__jDH3nq__featuresGrid{grid-template-columns:1fr}}
.auth-module__u5r3CG__container{background-color:#192d36;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-module__u5r3CG__card{border:1px solid var(--card-border);width:100%;max-width:450px;box-shadow:var(--shadow-md);background-color:var(--card-bg);border-radius:1rem;padding:2rem}.auth-module__u5r3CG__form{flex-direction:column;gap:1.5rem;display:flex}.auth-module__u5r3CG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.auth-module__u5r3CG__label{color:var(--text-primary);font-size:.875rem;font-weight:500}.auth-module__u5r3CG__input{border:1px solid var(--card-border);background-color:var(--background);color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:1rem;transition:all .2s}.auth-module__u5r3CG__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #0ea5e933}.auth-module__u5r3CG__footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.875rem}.auth-module__u5r3CG__link{color:var(--primary);font-weight:500;text-decoration:none}.auth-module__u5r3CG__link:hover{text-decoration:underline}.auth-module__u5r3CG__splashScreen{z-index:9999;opacity:1;background-color:#192d36;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity 1s ease-in-out;display:flex;position:fixed;top:0;left:0}.auth-module__u5r3CG__fadeOut{opacity:0;pointer-events:none}.auth-module__u5r3CG__splashLogo{width:80%;max-width:500px;height:auto;margin-bottom:50px;animation:2.5s ease-in-out infinite auth-module__u5r3CG__pulseAndFloat}@keyframes auth-module__u5r3CG__pulseAndFloat{0%{opacity:.8;transform:scale(1)translateY(0)}50%{opacity:1;transform:scale(1.05)translateY(-5px)}to{opacity:.8;transform:scale(1)translateY(0)}}.auth-module__u5r3CG__fadeIn{animation:.6s ease-out forwards auth-module__u5r3CG__smoothFadeIn}@keyframes auth-module__u5r3CG__smoothFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
