.Home-module__g21JLG__container{flex-direction:column;min-height:100vh;padding:0 2rem;display:flex}@media (max-width:600px){.Home-module__g21JLG__container{padding:0 1rem}}.Home-module__g21JLG__main{flex-direction:column;flex:1;place-content:space-around flex-start;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:2rem 0;display:flex}.Home-module__g21JLG__main p{text-align:center;width:100%;color:var(--text-gray);max-width:700px;margin:1rem 0;font-size:1.125rem}.Home-module__g21JLG__legend{flex-flow:wrap;justify-content:center;align-items:stretch;gap:1.5rem;width:100%;margin:2rem 0;display:flex}.Home-module__g21JLG__areaFilterContainer{flex-flow:wrap;justify-content:center;align-items:center;gap:.75rem;width:100%;margin:1.5rem auto;display:flex}.Home-module__g21JLG__filterButton{border:2px solid var(--border-light);cursor:pointer;min-width:120px;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s}.Home-module__g21JLG__filterButton:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Home-module__g21JLG__filterButton:active{transform:translateY(0)}.Home-module__g21JLG__filterButtonActive{border-color:var(--primary-blue);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;box-shadow:var(--shadow-md)}.Home-module__g21JLG__legendItem{border:2px solid var(--border-light);text-align:center;width:140px;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem .75rem;transition:all .2s;display:flex}.Home-module__g21JLG__legendItem:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Home-module__g21JLG__legendItemActive{border:2px solid var(--accent-orange);text-align:center;background:linear-gradient(135deg,#f973161a,#fbbf241a);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:140px;padding:1.25rem .75rem;display:flex;transform:scale(1.05);box-shadow:0 0 20px #f973164d}.Home-module__g21JLG__legendItem>div,.Home-module__g21JLG__legendItemActive>div{margin:.25rem}.Home-module__g21JLG__legendIcon{margin-bottom:.5rem;font-size:3.5rem}.Home-module__g21JLG__legendText{color:var(--text-dark);font-size:.875rem;font-weight:600}.Home-module__g21JLG__footer{border-top:2px solid var(--border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:4rem;padding:3rem 0 2rem;display:flex}.Home-module__g21JLG__footer p{color:var(--text-gray);margin:.25rem 0;font-size:.9375rem}.Home-module__g21JLG__footer a{color:var(--primary-blue);font-weight:600;text-decoration:none;transition:all .2s}.Home-module__g21JLG__footer a:hover{color:var(--secondary-blue);text-decoration:underline}.Home-module__g21JLG__regionHeader{width:auto;margin:2rem 0 1rem;display:inline-block}.Home-module__g21JLG__regionHeader h2{color:var(--text-dark);border-bottom:3px solid var(--primary-blue);margin:0;padding-bottom:.5rem;font-size:1.875rem;display:inline-block}.Home-module__g21JLG__regionHeader a:hover h2{color:var(--primary-blue)}.Home-module__g21JLG__verticalList{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.Home-module__g21JLG__title a{text-decoration:none}.Home-module__g21JLG__title a:hover,.Home-module__g21JLG__title a:focus,.Home-module__g21JLG__title a:active{opacity:.8}.Home-module__g21JLG__title{text-align:center;letter-spacing:-.025em;margin:2rem 0 1rem;font-size:3.5rem;font-weight:800}@media (max-width:600px){.Home-module__g21JLG__title{font-size:2.5rem}}.Home-module__g21JLG__description{margin:1rem 0 2rem;font-size:1.125rem;line-height:1.6}.Home-module__g21JLG__code{background:#fafafa;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;font-size:1.1rem}.Home-module__g21JLG__grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;max-width:1100px;margin-top:1rem;display:flex}.Home-module__g21JLG__card{text-align:left;color:inherit;border:2px solid var(--border-light);width:100%;max-width:450px;min-height:280px;box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__card:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--accent-orange));opacity:0;height:5px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Home-module__g21JLG__card:hover:before{opacity:1}.Home-module__g21JLG__cardFooter{flex-direction:row;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Home-module__g21JLG__cardFooter h3{text-align:center;width:100%;margin:.5rem 0;display:block}.Home-module__g21JLG__cardFooter a{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));box-shadow:var(--shadow-sm);border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;color:#fff!important}.Home-module__g21JLG__cardFooter a:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);color:#fff!important}.Home-module__g21JLG__card:hover,.Home-module__g21JLG__card:focus,.Home-module__g21JLG__card:active{border-color:var(--primary-blue);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Home-module__g21JLG__card a{color:var(--primary-blue);font-weight:600}.Home-module__g21JLG__card h3{color:var(--text-dark);margin:0 0 .75rem;font-size:1.5rem}.Home-module__g21JLG__card p{color:var(--text-gray);margin:.5rem 0;font-size:1rem;line-height:1.6}.Home-module__g21JLG__cardHeader{border-bottom:1px solid var(--border-light);flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Home-module__g21JLG__cardHeader a{flex:1;text-decoration:none}.Home-module__g21JLG__cardHeader h3{margin:0}.Home-module__g21JLG__drivetime{color:var(--text-gray);white-space:nowrap;background:var(--ice-blue);border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.Home-module__g21JLG__drivetime:before{content:"🚗";font-size:1.125rem}.Home-module__g21JLG__cardIcons{align-items:center;gap:.75rem;margin:1rem 0;display:flex}.Home-module__g21JLG__cardIcons span{cursor:default;font-size:2.25rem;transition:transform .2s}.Home-module__g21JLG__cardIcons span:hover{transform:scale(1.15)}.Home-module__g21JLG__weather{background:var(--ice-blue);border-radius:12px;margin:1rem 0;padding:1rem}.Home-module__g21JLG__weatherBlock{flex-direction:row;justify-content:space-around;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.Home-module__g21JLG__weatherBlockCurrent{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}.Home-module__g21JLG__weatherBlockCurrent span{color:var(--text-gray);font-size:.875rem;font-weight:600}.Home-module__g21JLG__weather h3{text-align:center;color:var(--text-dark);margin:0 0 .5rem;font-size:1.125rem}.Home-module__g21JLG__weatherBlockCurrentTemp{color:var(--primary-blue);font-size:1.75rem;font-weight:700}.Home-module__g21JLG__weatherBlockCurrentIcon img{filter:drop-shadow(0 2px 4px #0000001a)}.Home-module__g21JLG__snow{justify-content:center;align-items:center;padding:0 .5rem;display:flex}.Home-module__g21JLG__snowWarning{border:2px solid var(--accent-orange);color:var(--text-dark);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f9731633,#fbbf2433);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.75rem 1rem;font-weight:700;animation:2s ease-in-out infinite Home-module__g21JLG__pulse;display:flex}@keyframes Home-module__g21JLG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Home-module__g21JLG__snowWarning span:first-child{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.Home-module__g21JLG__snowWarning span:last-child{font-size:1.25rem;font-weight:800}.Home-module__g21JLG__logo{height:1em;margin-left:.5rem}@media (max-width:600px){.Home-module__g21JLG__grid{flex-direction:column;width:100%}}.Home-module__g21JLG__button{border:2px solid var(--primary-blue);color:var(--primary-blue);text-align:center;cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;margin:.5rem auto;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Home-module__g21JLG__button:hover{background:var(--primary-blue);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.Home-module__g21JLG__button:active{transform:translateY(0)}.Home-module__g21JLG__fakeButton{text-align:center;cursor:pointer;background:0 0;border:none;padding:.5rem;text-decoration:none;transition:transform .2s;display:block}.Home-module__g21JLG__fakeButton:hover{transform:scale(1.1)}.Home-module__g21JLG__fakeButton:focus-visible{outline:2px solid var(--primary-blue);outline-offset:4px;border-radius:8px}.Home-module__g21JLG__cardBody{margin:.75rem 0}.Home-module__g21JLG__cardBody>div:first-child{color:var(--text-gray);border-left:3px solid var(--primary-blue);background:linear-gradient(135deg,#0891b214,#0e749014);border-radius:6px;margin-bottom:1rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:600}.Home-module__g21JLG__seasonBadge{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;text-align:center;box-shadow:var(--shadow-md);border-radius:16px;max-width:400px;margin:1rem auto;padding:.875rem 1.5rem;font-size:1rem;animation:.5s Home-module__g21JLG__slideDown}.Home-module__g21JLG__seasonBadgeOff{background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));color:var(--text-dark);text-align:center;box-shadow:var(--shadow-md);border-radius:16px;max-width:450px;margin:1rem auto;padding:.875rem 1.5rem;font-size:1rem;animation:.5s Home-module__g21JLG__slideDown}@keyframes Home-module__g21JLG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Home-module__g21JLG__statsContainer{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin:2rem 0;display:flex}.Home-module__g21JLG__statCard{border:2px solid var(--border-light);text-align:center;min-width:140px;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:1.5rem 1.25rem;transition:all .2s}.Home-module__g21JLG__statCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-blue);transform:translateY(-3px)}.Home-module__g21JLG__statNumber{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.Home-module__g21JLG__statLabel{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Home-module__g21JLG__statCardClickable{cursor:pointer;position:relative;overflow:hidden}.Home-module__g21JLG__statCardClickable:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-blue);transform:translateY(-4px)}.Home-module__g21JLG__statCardClickable:active{transform:scale(.98)}.Home-module__g21JLG__statCardActive{border-color:var(--primary-blue);background:linear-gradient(135deg,#0891b226,#0e749026);transform:translateY(-3px);box-shadow:0 0 20px #0891b24d}.Home-module__g21JLG__statCardActive .Home-module__g21JLG__statNumber{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:.5s Home-module__g21JLG__heartbeat}.Home-module__g21JLG__statCardFavorites{cursor:pointer;position:relative;overflow:hidden}.Home-module__g21JLG__statCardFavorites[aria-pressed=true]{border-color:var(--accent-orange);background:linear-gradient(135deg,#f9731626,#fbbf2426);transform:translateY(-3px);box-shadow:0 0 20px #f973164d}.Home-module__g21JLG__statCardFavorites[aria-pressed=true] .Home-module__g21JLG__statNumber{background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:.5s Home-module__g21JLG__heartbeat}@keyframes Home-module__g21JLG__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Home-module__g21JLG__statCardFavorites:active{transform:scale(.98)}.Home-module__g21JLG__controlsContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;margin:2rem 0;display:flex}.Home-module__g21JLG__sortContainer{align-items:center;gap:.75rem;display:flex}.Home-module__g21JLG__sortContainer label{color:var(--text-dark);font-size:.9375rem;font-weight:600}.Home-module__g21JLG__sortSelect{border:2px solid var(--border-light);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s}.Home-module__g21JLG__sortSelect:focus{border-color:var(--primary-blue);box-shadow:var(--shadow-md);outline:none}.Home-module__g21JLG__sortSelect:hover{border-color:var(--primary-blue)}.Home-module__g21JLG__favoriteButton{cursor:pointer;color:var(--accent-orange);background:0 0;border:none;padding:.25rem .5rem;font-size:1.75rem;line-height:1;transition:all .2s}.Home-module__g21JLG__favoriteButton:hover{transform:scale(1.2)}.Home-module__g21JLG__favoriteButton:active{transform:scale(.95)}@media (max-width:600px){.Home-module__g21JLG__statsContainer{gap:.75rem}.Home-module__g21JLG__statCard{min-width:120px;padding:1.25rem 1rem}.Home-module__g21JLG__statNumber{font-size:2rem}}
