.Home_page__z25kN{background:var(--surface);padding:1.5rem;border-radius:8px;border:1px solid var(--border-default);min-height:100%}.Home_main__2uIek{display:flex;flex-direction:column;gap:1.5rem}.Home_main__2uIek h1{font-size:1.125rem;font-weight:600;color:var(--text-primary);border-bottom:1px solid var(--border-default);padding-bottom:1rem;margin-bottom:0}.Home_cardGrid__awOta{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.Home_loginForm__d_OVh{max-width:400px;margin:2rem auto;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px}.Home_loginForm__d_OVh h1{font-size:1.125rem;margin-bottom:1.5rem;text-align:center}.Home_loginForm__d_OVh .Home_formGroup__4d6Bt{margin-bottom:1rem}.Home_loginForm__d_OVh button{width:100%;margin-top:1rem}@media (max-width:600px){.Home_cardGrid__awOta{grid-template-columns:1fr}}