.Home_homeContainer__h7U1S{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-lightest) 100%);padding:2rem 1rem;position:relative}.Home_heroSection__6EfYe{max-width:600px;text-align:center;padding:2rem;background-color:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.Home_title__hYX6j{font-size:3rem;color:var(--primary-dark);margin-bottom:1rem;font-weight:700}.Home_subtitle__KzT68{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem}.Home_authOptions__FJuRE{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.Home_authButton__BFB2m{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.Home_loginButton__Hqu1n{background-color:var(--primary);color:white}.Home_loginButton__Hqu1n:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.Home_signupButton__qXE4n{background-color:var(--success-dark);color:white}.Home_signupButton__qXE4n:hover{background-color:#047857;transform:translateY(-2px)}.Home_guestButton__IYFNg{background-color:var(--primary-lightest);color:#1f2937;border:1px solid var(--primary-light)}.Home_guestButton__IYFNg:hover{background-color:var(--primary-light);transform:translateY(-2px)}.Home_googleButton__HfC_M{background-color:white;color:#1f2937;border:1px solid var(--gray-200)}.Home_googleButton__HfC_M:hover{background-color:#f9fafb;border-color:var(--primary-light);transform:translateY(-2px)}.Home_googleButton__HfC_M svg{color:#4285F4}@media (min-width:640px){.Home_authOptions__FJuRE{flex-direction:row;flex-wrap:wrap;justify-content:center}.Home_authButton__BFB2m{flex:1 1 40%;min-width:160px;margin:.5rem}}.Home_authFooter__TuDcq{width:100%;max-width:440px;text-align:center;padding:1rem;color:white;margin-top:1rem}.Home_privacyLinks__tqJam{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:.5rem}.Home_footerLink__201sb{color:rgba(255,255,255,.9);font-size:.85rem;text-decoration:none;transition:all .2s ease}.Home_footerLink__201sb:hover{color:white;text-decoration:underline}.Home_linkDivider__CiM8h{color:rgba(255,255,255,.5);font-size:.75rem}.Home_privacyNote__ywzA5{color:rgba(255,255,255,.8);font-size:.75rem;margin-top:.5rem}.Home_privacyNote__ywzA5 a{color:rgba(255,255,255,.95);text-decoration:underline}.Home_privacyNote__ywzA5 a:hover{color:white}.Home_loadingSpinner__XoUQF{display:inline-block;width:40px;height:40px;border-top:4px solid var(--primary-lightest);border:4px solid var(--primary-lightest);border-top-color:var(--primary);border-radius:50%;animation:Home_spin__VEV0f 1s linear infinite}@keyframes Home_spin__VEV0f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_homeLoggedIn__Mkq52{max-width:1200px;margin:0 auto;padding:2rem 1rem}.Home_welcomeSection__26ZwS{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-200)}.Home_welcomeTitle__mM2pc{font-size:2.5rem;color:var(--primary-dark);margin-bottom:.5rem;font-weight:700}.Home_welcomeSubtitle__LJ81J{font-size:1.1rem;color:var(--primary)}.Home_instructionsContainer__v0c3g{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Home_instructionSection__SiIdI{background:white;border:1px solid var(--gray-200);border-radius:8px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease}.Home_instructionSection__SiIdI:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--primary);transform:translateY(-2px)}.Home_instructionHeader__RRr4g{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.Home_instructionIcon__kySkn{color:var(--primary);flex-shrink:0}.Home_instructionHeader__RRr4g h2{font-size:1.5rem;color:#1f2937;margin:0;font-weight:600}.Home_instructionText__mfvIp{color:var(--gray-700);line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.Home_instructionDetails__mkoT_{background:var(--primary-lightest);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid var(--primary)}.Home_instructionDetails__mkoT_ p{color:#1f2937;margin:0 0 .75rem;font-weight:500}.Home_instructionDetails__mkoT_ ul{list-style:none;padding:0;margin:0}.Home_instructionDetails__mkoT_ li{color:var(--gray-700);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.Home_instructionDetails__mkoT_ li:before{content:"✓";position:absolute;left:0;color:var(--success-dark);font-weight:700}.Home_tip__INZnS{background:var(--primary-lightest);padding:1rem;border-left:4px solid var(--primary);margin-top:1rem;border-radius:8px;color:var(--primary);font-size:.95rem}.Home_instructionButton__HmDLy{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.Home_instructionButton__HmDLy:hover{transform:translateY(-2px);box-shadow:0 10px 15px rgba(77,109,154,.3)}.Home_instructionButton__HmDLy:active{transform:translateY(0)}.Home_quickLinksSection__E4iKx{margin:3rem 0;padding:2rem;background:linear-gradient(135deg,var(--primary-lightest) 0,white 100%);border-radius:8px;border:2px solid var(--primary-light);box-shadow:0 1px 3px rgba(0,0,0,.1)}.Home_quickLinksTitle__2VOdz{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;text-align:center;font-weight:600}.Home_quickLinksList__f2AgC{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.Home_quickLink__qQwPL{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:white;border-radius:8px;text-decoration:none;color:#1f2937;font-weight:600;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Home_quickLink__qQwPL:hover{box-shadow:0 4px 12px rgba(77,109,154,.15);transform:translateY(-3px);color:var(--primary)}.Home_quickLink__qQwPL svg{color:var(--primary);transition:all .2s ease}.Home_quickLink__qQwPL:hover svg{color:var(--primary-dark)}.Home_learnMoreSection__d04Nn{background:var(--warning-light);border:2px solid #fcd34d;border-radius:8px;padding:2rem;text-align:center;margin-top:3rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Home_learnMoreSection__d04Nn h2{color:var(--warning-dark);margin-bottom:1rem;font-weight:600}.Home_learnMoreSection__d04Nn p{color:var(--warning-dark);font-size:1.05rem;margin:0}.Home_learnMoreSection__d04Nn a{color:var(--warning-dark);font-weight:600;text-decoration:none;transition:all .2s ease}.Home_learnMoreSection__d04Nn a:hover{text-decoration:underline}@media (max-width:1024px){.Home_homeLoggedIn__Mkq52{padding:1.5rem 1rem}.Home_welcomeTitle__mM2pc{font-size:2rem}.Home_instructionHeader__RRr4g h2{font-size:1.3rem}}@media (max-width:768px){.Home_homeLoggedIn__Mkq52{padding:1rem}.Home_welcomeSection__26ZwS{margin-bottom:2rem;padding-bottom:1.5rem}.Home_welcomeTitle__mM2pc{font-size:1.8rem}.Home_welcomeSubtitle__LJ81J{font-size:1rem}.Home_instructionSection__SiIdI{padding:1.5rem}.Home_instructionHeader__RRr4g{flex-direction:column;text-align:center}.Home_instructionHeader__RRr4g h2{font-size:1.2rem}.Home_instructionDetails__mkoT_{padding:1rem}.Home_quickLinksSection__E4iKx{margin:2rem 0;padding:1.5rem}.Home_quickLinksTitle__2VOdz{font-size:1.3rem;margin-bottom:1rem}.Home_quickLinksList__f2AgC{grid-template-columns:repeat(2,1fr);gap:.75rem}.Home_quickLink__qQwPL{padding:1rem}.Home_learnMoreSection__d04Nn{padding:1.5rem;margin-top:2rem}.Home_learnMoreSection__d04Nn h2{font-size:1.2rem;margin-bottom:.75rem}.Home_learnMoreSection__d04Nn p{font-size:.95rem}}@media (max-width:480px){.Home_homeLoggedIn__Mkq52{padding:.75rem}.Home_welcomeTitle__mM2pc{font-size:1.5rem}.Home_welcomeSubtitle__LJ81J{font-size:.95rem}.Home_instructionSection__SiIdI{padding:1rem}.Home_instructionHeader__RRr4g h2{font-size:1.1rem}.Home_instructionText__mfvIp{font-size:.9rem}.Home_quickLinksList__f2AgC{grid-template-columns:1fr}.Home_quickLink__qQwPL{padding:.75rem}.Home_quickLink__qQwPL span{font-size:.9rem}}@media (max-width:768px){.Home_heroSection__6EfYe{padding:1.5rem;margin:0 1rem}.Home_title__hYX6j{font-size:2rem}.Home_subtitle__KzT68{font-size:1rem}.Home_authFooter__TuDcq{max-width:calc(100% - 2rem)}}@media (max-width:480px){.Home_homeContainer__h7U1S{padding:1rem}.Home_heroSection__6EfYe{padding:1rem;margin:0}.Home_title__hYX6j{font-size:1.5rem}.Home_subtitle__KzT68{font-size:.95rem}.Home_authButton__BFB2m{padding:.75rem;font-size:.9rem}}