@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");.LandingPage_shell__U7IfO{--landing-bg:#ffffff;--landing-panel:#ffffff;--landing-text:#111111;--landing-text-secondary:#374151;--landing-muted:#6b7280;--landing-border:#e5e7eb;--landing-card-1:linear-gradient(135deg,#e0c3fc,#8ec5fc);--landing-card-2:linear-gradient(135deg,#fbc2eb,#a6c1ee);--landing-card-3:linear-gradient(135deg,#a1c4fd,#c2e9fb);min-height:100vh;height:100vh;overflow:auto;display:flex;flex-direction:column;background:var(--landing-bg);color:var(--landing-text);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.LandingPage_dark__UEidn{--landing-bg:#09090b;--landing-panel:#09090b;--landing-text:#f8fafc;--landing-text-secondary:#94a3b8;--landing-muted:#64748b;--landing-border:#1e293b;--landing-card-1:linear-gradient(135deg,#2a1542,#162f4e);--landing-card-2:linear-gradient(135deg,#421633,#1b263b);--landing-card-3:linear-gradient(135deg,#162d54,#1c3c4e)}.LandingPage_topNavWrap__ip_kE{position:absolute;top:0;left:0;width:100%;padding:1.5rem 3rem;z-index:100}.LandingPage_topNav__VVivX{display:flex;align-items:center;justify-content:space-between}.LandingPage_brand__HJFGJ{font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.LandingPage_main__GUuHp{flex:1 1;display:flex;flex-direction:column}.LandingPage_grid__ykGmT{width:100%;min-height:100%;display:grid;grid-template-columns:7fr 3fr;background:var(--landing-bg)}.LandingPage_left__5IHKk{padding:6rem 4rem 2rem 6rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.LandingPage_content__PEj0R{width:100%;max-width:100%}.LandingPage_headline__HbLGE{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--landing-text);margin-bottom:3rem}.LandingPage_strikethrough__tQCLR{text-decoration:line-through;color:var(--landing-muted);font-weight:700}.LandingPage_right__o_sKa{display:flex;justify-content:center;align-items:center;width:100%}.LandingPage_authContainer___kLes{width:100%;max-width:100%;padding:3rem;display:flex;flex-direction:column;align-items:center;text-align:center}.LandingPage_authContainer___kLes h2{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem;color:var(--landing-text)}.LandingPage_authSubtitle__wko0m{color:var(--landing-muted);font-weight:500;margin-bottom:2rem;font-size:1rem}.LandingPage_error__eB4ky{width:100%;margin-bottom:1rem;border-radius:12px;border:1px solid #fca5a5;background:#fef2f2;color:#b91c1c;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.LandingPage_dark__UEidn .LandingPage_error__eB4ky{border-color:#7f1d1d;background:#2f1418;color:#fecaca}.LandingPage_success___jdN6{width:100%;margin-bottom:1rem;border-radius:12px;border:1px solid #86efac;background:#f0fdf4;color:#166534;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.LandingPage_dark__UEidn .LandingPage_success___jdN6{border-color:#14532d;background:#052e16;color:#bbf7d0}.LandingPage_inputGroup__NN8iP{width:100%;margin-bottom:1.25rem;text-align:left}.LandingPage_inputLabel__DFX7t{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:var(--landing-text)}.LandingPage_inputField__tts7b{width:100%;padding:.85rem 1rem;border:1px solid var(--landing-border);border-radius:12px;font-size:.95rem;outline:none;background:var(--landing-bg);color:var(--landing-text)}.LandingPage_inputField__tts7b:focus{border-color:var(--landing-text);box-shadow:0 0 0 3px rgba(17,17,17,.05)}.LandingPage_feedBtn__Nc19g,.LandingPage_googleBtn__GqcbR,.LandingPage_primaryBtn__yrCmF{width:100%;border-radius:999px;padding:.9rem;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.LandingPage_primaryBtn__yrCmF{background:var(--landing-text);color:var(--landing-bg);border:none;margin-top:.5rem}.LandingPage_feedBtn__Nc19g:hover,.LandingPage_primaryBtn__yrCmF:hover{opacity:.9}.LandingPage_googleBtn__GqcbR:disabled,.LandingPage_primaryBtn__yrCmF:disabled{opacity:.6;cursor:not-allowed}.LandingPage_feedBtn__Nc19g{border:none;background:var(--landing-text);color:var(--landing-bg);text-align:center;display:inline-block;text-decoration:none}.LandingPage_authFooter__PH9hE{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1.85rem;font-size:.98rem}.LandingPage_authLink__ADbaS{color:var(--landing-muted);text-decoration:none;font-weight:700;transition:color .2s;background:transparent;border:none;cursor:pointer;padding:.35rem .4rem}.LandingPage_authLink__ADbaS:hover{color:var(--landing-text)}.LandingPage_divider__hr9oi{width:100%;display:flex;align-items:center;text-align:center;margin:2rem 0;color:var(--landing-muted);font-size:.875rem;font-weight:500}.LandingPage_divider__hr9oi:after,.LandingPage_divider__hr9oi:before{content:"";flex:1 1;border-bottom:1px solid var(--landing-border)}.LandingPage_divider__hr9oi span{padding:0 1rem}.LandingPage_googleBtn__GqcbR{border:1px solid var(--landing-border);background:var(--landing-panel);color:var(--landing-text);display:flex;align-items:center;justify-content:center;gap:.75rem}.LandingPage_googleBtn__GqcbR:hover{border-color:var(--landing-text);background:var(--landing-bg)}.LandingPage_dark__UEidn .LandingPage_googleBtn__GqcbR{background:#1e293b;border-color:#334155;color:#f8fafc}.LandingPage_dark__UEidn .LandingPage_googleBtn__GqcbR:hover{background:#334155;border-color:#475569}.LandingPage_loggedInPanel__vwlnZ{width:100%}.LandingPage_carouselWrap__1LDMs{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:100%;max-width:100%;margin-top:2rem}.LandingPage_carouselNavButton__FTcf7{padding:1rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:var(--landing-text-secondary);transition:color .2s;z-index:20}.LandingPage_carouselNavButton__FTcf7:hover{color:var(--landing-text)}.LandingPage_cardStack__mOkD_{position:relative;width:100%;max-width:340px;height:460px;perspective:1200px;transform-style:preserve-3d;flex-shrink:0}.LandingPage_liquidGlass___XgQw{position:absolute;inset:0;border-radius:24px;border:1px solid var(--landing-border);display:flex;flex-direction:column;overflow:hidden;transform-origin:center center}.LandingPage_cardContent__y1_1N{flex:1 1;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.LandingPage_cardTag__Rt6z7{align-self:flex-start;background:var(--landing-bg);color:var(--landing-text);border:1px solid var(--landing-border);padding:6px 14px;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:.75rem}.LandingPage_cardTitle__yS78h{font-size:1.8rem;font-weight:800;line-height:1.1;color:var(--landing-text);margin-bottom:.75rem;letter-spacing:-.04em}.LandingPage_cardSummary__UFjot{color:var(--landing-text-secondary);font-size:1rem;line-height:1.5;font-weight:500}.LandingPage_cardFooter__wMAVl{padding:1rem 2rem;background:var(--landing-bg);display:flex;justify-content:flex-start;align-items:center;border-top:1px solid var(--landing-border)}.LandingPage_likeButton__HvHLE{border:none;background:transparent;color:var(--landing-text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}@media (max-width:1024px){.LandingPage_grid__ykGmT{grid-template-columns:1fr;grid-template-rows:auto auto}.LandingPage_left__5IHKk{padding:6rem 2rem 2rem}.LandingPage_right__o_sKa{padding-bottom:2rem}.LandingPage_cardStack__mOkD_{max-width:320px;height:430px}}@media (max-width:768px){.LandingPage_shell__U7IfO{height:auto}.LandingPage_topNavWrap__ip_kE{padding:1rem 1.25rem}.LandingPage_left__5IHKk{padding:5rem 1rem 1rem}.LandingPage_headline__HbLGE{font-size:2.25rem;margin-bottom:1.5rem}.LandingPage_carouselWrap__1LDMs{gap:.25rem}.LandingPage_carouselNavButton__FTcf7{padding:.5rem}.LandingPage_cardStack__mOkD_{max-width:250px;height:360px}.LandingPage_authContainer___kLes{padding:1.5rem 1rem 2rem}}