.homePage_body__2rjpm{background-color:var(--clr-background);min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:6rem}.homePage_returnLink__ovbif svg{stroke:black;position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;z-index:10}.homePage_header__XOoTz{margin-block:1rem}.homePage_header__XOoTz>h1{font-size:3rem;color:var(--clr-foreground)}.homePage_main__v_m6W{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#805b43e0;border-radius:15px;padding:2rem;box-shadow:0 0 10px 0 rgba(0,0,0,.2);width:min(90%,600px)}.homePage_checkBox__t7dKo{accent-color:var(--clr-accent)}.homePage_stats__5a3zg{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.homePage_stats__5a3zg>p{font-size:1.25rem}.homePage_completedStats__OghwG{display:flex;flex-direction:row;align-items:center;gap:.5rem}.homePage_deleteButton__gzQZe,.homePage_viewButton__EXn1P{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:.25rem;border-radius:50%;transition:background-color .2s ease}.homePage_deleteButton__gzQZe:hover,.homePage_viewButton__EXn1P:hover{background-color:rgba(0,0,0,.1)}.homePage_deleteButton__gzQZe svg,.homePage_viewButton__EXn1P svg{display:block;width:1.25rem;height:1.25rem}.homePage_viewButton__EXn1P svg path{stroke:var(--clr-blue)}.homePage_deleteButton__gzQZe svg path{stroke:var(--clr-red)}.homePage_addItem__TuovP{width:var(--inner-width);--border-color:var(--clr-background)}.homePage_addItem__TuovP>form{width:100%;background:var(--clr-background);border:1.5px solid var(--border-color);border-radius:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.homePage_addItem__TuovP>form>input[type=text]{width:100%;padding:.5rem;background:none;border:none;font-size:1.25rem}.homePage_addItem__TuovP>form>input[type=text]:focus{outline:none}.homePage_addItem__TuovP>form:focus-within{--border-color:var(--clr-accent)}.homePage_addItem__TuovP>form>input[type=submit]{background:var(--clr-accent);border:none;border-radius:15px;margin:2.5px;padding:.5rem;font-size:1.25rem;cursor:pointer}.homePage_addItem__TuovP>form>input[type=submit]:hover{background:var(--clr-background);color:var(--clr-accent)}.homePage_taskList__c_6h9{margin-top:1rem;width:100%;width:var(--inner-width)}.homePage_taskWrapper__yWwRi{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-block:.5rem}.homePage_listSpacer____l1u{width:90%;height:2px;background:var(--clr-foreground);border-radius:50vw;margin-bottom:.5rem}.homePage_task__Vs0Pf{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:95%;gap:1rem}.homePage_mobileSection__hWvAC{justify-content:space-around;width:100%}.homePage_mobileSection__hWvAC,.homePage_mobileSection__hWvAC>div{display:flex;flex-direction:row;align-items:center;gap:.75rem}.homePage_mobileSection__hWvAC>div:first-child{flex:1 1;width:100%}.homePage_task__Vs0Pf input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--clr-accent)}.homePage_task__Vs0Pf input[type=text]{flex:1 1;padding:.1rem;background:var(--clr-background);border:1.5px solid var(--clr-background);border-radius:.75rem;font-size:1.25rem;transition:all .2s ease}.homePage_task__Vs0Pf input[type=text]:focus{outline:none;border-color:var(--clr-accent)}.homePage_task__Vs0Pf p{color:var(--clr-text)}@media (max-width:680px){.homePage_body__2rjpm{padding-top:5rem}.homePage_mobileSection__hWvAC{display:flex;flex-direction:column;align-items:center;justify-content:center}}.header_header__ZYf69{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;padding-inline:2rem;padding-block:1rem;width:100%;background-color:rgba(0,0,0,.1);z-index:100}@media (max-width:680px){.header_header__ZYf69{padding-inline:1rem;padding-block:.5rem}}.header_spacer__WIAsM{flex:1 1}.header_link__xUW7A{text-decoration:none;font-size:1.25rem;font-weight:700;color:white}.header_profileContainer__mV18i{position:relative}.header_profileIcon__B7_DZ{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.header_profileIcon__B7_DZ svg{--clr-fill:var(--clr-text);transition:--clr-fill .3s ease}.header_profilePopupShown__rBlnv .header_profileIcon__B7_DZ svg{--clr-fill:var(--clr-popup)}.header_profileIcon__B7_DZ:hover{background-color:rgba(0,0,0,.1)}.header_profilePopup__Awfux{position:absolute;top:calc(100% + .5rem);right:0;background:var(--clr-popup);color:var(--clr-text);border-radius:8px;padding:1rem;min-width:200px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);opacity:0;transform:translateY(-10px);visibility:hidden;transition:all .2s ease}.header_profilePopup__Awfux.header_profilePopupShown__rBlnv{opacity:1;transform:translateY(0);visibility:visible}.header_profilePopup__Awfux button{width:100%;padding:.75rem;margin-top:.5rem;background-color:#ffffff;border:none;border-radius:6px;color:#374151;cursor:pointer;transition:background-color .2s ease}.header_profilePopup__Awfux button:hover{background-color:#e5e7eb}.landingPage_body__zwlZB{background-color:var(--clr-background);display:grid;place-items:center;height:100vh;width:100vw}.landingPage_main__i07js{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--clr-popup);border-radius:15px;padding:5rem;box-shadow:0 0 10px 0 rgba(0,0,0,.2);max-width:90%}.landingPage_main__i07js>h1{font-size:4rem;font-weight:700;color:var(--clr-text);text-shadow:2px 2px 4px rgba(0,0,0,.1)}.landingPage_main__i07js>h2{font-size:2rem;font-weight:700;color:var(--clr-text);text-align:center}.landingPage_link__d0kKg{text-decoration:none;color:var(--clr-accent);font-size:1.5rem;background-color:var(--clr-background);padding:.5rem .75rem;font-weight:700;border-radius:15px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);transition:all .3s ease;margin-top:1rem;border:none}.landingPage_link__d0kKg:hover{background-color:var(--clr-accent);color:var(--clr-background)}