.LandingPage_container__Th8JC{min-height:calc(100vh - 8rem);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.LandingPage_hero__VGCxy{max-width:800px;margin-bottom:4rem}.LandingPage_title__3bQTN{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-foreground));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.LandingPage_subtitle__tT28q{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:3rem;line-height:1.6}.LandingPage_authPrompt__vlg8G{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;margin-bottom:2rem}.LandingPage_authText__BwPX5{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:1.5rem}.LandingPage_authButtons__CApC7{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.LandingPage_signInButton__ODvZa{background:transparent;border:2px solid var(--border);color:var(--foreground);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;min-width:120px}.LandingPage_signInButton__ODvZa:hover{background:var(--muted);border-color:var(--primary)}.LandingPage_signUpButton__aglho{background:var(--primary);border:2px solid var(--primary);color:var(--primary-foreground);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;min-width:120px}.LandingPage_signUpButton__aglho:hover{background:var(--primary-hover,var(--primary));opacity:.9;transform:translateY(-1px)}.LandingPage_features__Q8OjG{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;width:100%}.LandingPage_feature__TugJP{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:transform .2s}.LandingPage_feature__TugJP:hover{transform:translateY(-2px)}.LandingPage_feature__TugJP h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--foreground)}.LandingPage_feature__TugJP p{color:var(--muted-foreground);line-height:1.5}@media (max-width:768px){.LandingPage_title__3bQTN{font-size:2.5rem}.LandingPage_subtitle__tT28q{font-size:1.125rem}.LandingPage_authButtons__CApC7{flex-direction:column;align-items:center}.LandingPage_signInButton__ODvZa,.LandingPage_signUpButton__aglho{width:100%;max-width:200px}.LandingPage_features__Q8OjG{grid-template-columns:1fr}}