.Home_main__2uIek{display:grid;grid-gap:5px;gap:5px;grid-template-columns:repeat(3,1fr);grid-template-rows:.5fr .25fr 2fr;grid-template-areas:"header header header" "subheader subheader subheader" "content content content";min-height:100vh}.Home_header__ZUWxe{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-area:header}.Home_subheader__eWAU7{grid-area:subheader;height:200px;display:flex;flex-direction:column;justify-content:center}.Home_content__Qnbja{height:500px;grid-area:content}.Home_history__NVgin{grid-area:history}.Home_footer__wJNRn{background-color:green;grid-area:footer}.Home_itemContainer__KG53Y{padding:18px;border-radius:12px;max-height:250px;min-height:105px}@media (max-width:768px){.Home_main__2uIek{grid-template-columns:1fr;grid-template-rows:10% 30% 30% 10%;grid-template-areas:"header" "subheader" "content"}}@media (prefers-color-scheme:dark){.Home_vercelLogo__fCw7S{filter:invert(1)}.Home_logo__ZEOng{filter:invert(1) drop-shadow(0 0 .3rem #ffffff70)}}.CompletedTasksList_cardContainer__qprLk{border-radius:12px;padding:18px;height:auto;min-height:500px;max-height:500px;overflow:auto}.CompletedTasksList_chart__1bYOh{color:rgb(54,65,82);transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0s;box-shadow:none;background-image:none;border-radius:12px;overflow:hidden;padding:20px;width:100%;height:100%}.SelectedTaskDetail_itemContainer__XlL_e,.Timer_itemContainer__aHcsf{padding:18px;border-radius:12px;max-height:250px}