@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-corner{background:#f1f1f1}*{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.Home_page__z25kN{padding:20px}.Home_container__9OuOz{min-height:100vh;padding:0 .5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.Home_title__YEn0u a{color:#0070f3;text-decoration:none}.Home_menu__PaWB6 :hover{background:#e8e8e8}.Home_subtitle__Qob9A{font-size:24px;font-weight:700;font-family:Barlow}.Home_title__YEn0u a:active,.Home_title__YEn0u a:focus,.Home_title__YEn0u a:hover{text-decoration:underline}.Home_title__YEn0u{margin:0 0 1rem;line-height:1.15;font-size:3.6rem;text-align:center}.Home_description__zHUB6,.Home_title__YEn0u{text-align:center}.Home_description__zHUB6{line-height:1.5;font-size:1.5rem}.Home_grid__vo_ES{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:800px;margin-top:3rem}.Home_card__HIlp_{margin:1rem;flex-basis:45%;padding:1.5rem;text-align:left;color:inherit;text-decoration:none;border:1px solid #eaeaea;border-radius:10px;transition:color .15s ease,border-color .15s ease}.Home_card__HIlp_:active,.Home_card__HIlp_:focus,.Home_card__HIlp_:hover{color:#0070f3;border-color:#0070f3}.Home_card__HIlp_ h3{margin:0 0 1rem;font-size:1.5rem}.Home_card__HIlp_ p{margin:0;font-size:1.25rem;line-height:1.5}.Home_logo__ZEOng{height:1em}.Home_login-form__zidBj{display:flex;flex-direction:column;align-items:center;gap:1rem;width:90%;max-width:400px;margin-top:20px}.Home_login-button__pFp_v{padding:.75rem;margin-top:20px}@media (max-width:600px){.Home_grid__vo_ES{width:100%;flex-direction:column}}