*{margin:0;padding:0;box-sizing:border-box}:root{--color-green-main: #1b5e20;--color-green-light: #2e7d32;--color-yellow-accent: #ffb300;--color-bg: #fafafa;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #555555;--color-error: #b71c1c;--color-success: #1b5e20;--shadow-light: 0 2px 4px rgba(0, 0, 0, .08);--focus-color: var(--color-green-main)}@media(prefers-color-scheme:dark){:root{--color-green-main: #66bb6a;--color-green-light: #81c784;--color-yellow-accent: #ffd54f;--color-bg: #121212;--color-surface: #1d1d1d;--color-text: #eaeaea;--color-text-muted: #bbbbbb;--color-error: #ef5350;--color-success: #66bb6a;--shadow-light: 0 2px 6px rgba(0, 0, 0, .5)}}html{font-size:22px}body{min-height:100vh;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg)}nav{width:100%;height:4rem;padding:.5rem;background-color:var(--color-green-main);margin-bottom:.5rem;display:flex}.headerMenu{width:100%;padding:.75rem;background-color:var(--color-green-main);color:#fff;position:relative;display:flex;justify-content:space-between;align-items:center}.hamburgerBtn{display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;background:transparent;border:none;padding:12px;outline:none}.hamburgerBtn:focus-visible{outline:2px solid white;outline-offset:3px}.hamburgerBtn span{height:4px;width:100%;background:#fff;border-radius:2px;transition:.3s ease}.hamburgerBtn.open span:nth-child(1){transform:translateY(10px) rotate(45deg)}.hamburgerBtn.open span:nth-child(2){opacity:0}.hamburgerBtn.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobileMenu{position:absolute;top:100%;right:0;width:280px;background-color:var(--color-green-main);border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:.75rem;padding:0 1rem;max-height:0;overflow:hidden;transition:.45s cubic-bezier(.25,.46,.45,.94),padding .3s ease}.mobileMenu.show{height:fit-content;max-height:300px;padding-top:.75rem;padding-bottom:.75rem;animation:menuBounce .45s ease forwards}@keyframes menuBounce{0%{transform:translateY(-10px);opacity:0}60%{transform:translateY(6px);opacity:1}to{transform:translateY(0)}}.mobileMenu a{color:#fff;text-decoration:none;font-weight:500;font-size:x-large;padding:.5rem .75rem;border-radius:6px;transition:background .25s ease,color .25s ease}.mobileMenu a:hover,.mobileMenu a:focus{color:var(--color-green-light);background:var(--color-surface);outline:none}main{width:100%;display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;overflow-y:auto}footer{width:100%;min-height:4rem;padding:.25em;background-color:var(--color-green-main);color:#fff;display:grid;place-content:center;gap:1rem}ul{width:100%;list-style:none;padding:.25rem}ul li:before{content:"​"}.item{display:flex;justify-content:flex-start;align-items:center;padding:.5rem 0 .5rem .5rem;margin:.25rem 0;background-color:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-light)}.item:first-child{margin:0}.item input[type=checkbox]{text-align:center;width:40px;min-width:40px;height:2.5rem;height:40px;min-height:40px;cursor:pointer;margin-right:.5rem;accent-color:var(--color-green-light);border:4px solid red;_outline:none}.item input[type=checkbox]:focus+label{text-decoration:underline}.item>label{font-size:1 rem;flex-grow:1;color:var(--color-text-muted)}.item svg{width:45px;min-width:45px;height:30px;font-size:1rem;color:var(--color-yellow-accent);cursor:pointer}.item svg.trashIcon:focus,.item svg.trashIcon:hover{color:var(--color-error);outline:none}.item svg.editIcon:hover,.item svg.editIcon:focus{color:var(--color-green-light);outline:none}.item svg.saveIcon:hover,.item svg.saveIcon:focus{color:var(--color-green-light);outline:none}.item svg.cancelIcon:hover,.item svg.cancelIcon:focus{color:var(--color-text-muted);outline:none}.item input[type=text]{width:100%;max-width:calc(100% - 50px);min-height:48px;font-size:1rem;padding:.25rem;background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-text-muted);border-radius:.25rem;margin-right:.25rem;_outline:none}.addForm{width:100%;display:flex;justify-content:flex-start;margin:.5rem 0 0;padding:0 .5rem .25rem;border-bottom:1px solid var(--color-surface)}.addForm label{position:absolute;left:-99999px}.addItem{flex-grow:1;max-width:calc(100% - 50px);min-height:48px;font-size:1rem;padding:.25rem;border-radius:.25rem;margin-right:.25rem;background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-text-muted);_outline:none}button{height:48px;min-width:48px;border-radius:.25rem;padding:.5rem;font-size:1rem;background-color:var(--color-surface);color:var(--color-text);cursor:pointer}button.trashBtn:hover,button.trashBtn:focus{background-color:var(--color-error);color:#fff;outline:none}button.addBtn{border:1px solid var(--color-text-muted)}button.addBtn:hover,button.addBtn:focus{background-color:var(--color-green-light);color:var(--color-text);outline:none}.searchForm{width:100%;display:flex;justify-content:flex-start;margin:.25rem 0 0;padding:0 .5rem .25rem;border-bottom:1px solid var(--color-surface)}.searchForm label{position:absolute;left:-99999px}.searchForm input[type=search]{flex-grow:1;max-width:100%;min-height:48px;font-size:1rem;padding:.25rem;border:1px solid var(--color-text-muted);border-radius:.25rem;background-color:var(--color-surface);color:var(--color-text);outline:none}.trash{display:flex;justify-content:center;margin:.75rem 0}.empty{display:flex;justify-content:center;margin:1rem auto;color:var(--color-text)}.appMessage{position:fixed;top:1rem;left:50%;transform:translate(-50%) translateY(-20px);background:var(--color-surface);padding:10px 18px;border-radius:6px;box-shadow:0 4px 10px var(--shadow-light);font-size:.95rem;z-index:9999;opacity:0;pointer-events:none;animation:slideDownFade .4s ease forwards}@keyframes slideDownFade{0%{transform:translate(-50%) translateY(-20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.appMessageSuccess{border-left:4px solid var(--color-success);color:#2e7d32}.appMessageError{border-left:4px solid var(--color-error);color:var(--color-error)}.pageTitle{line-height:1.2}.smallerHeading{display:inline-block;white-space:nowrap;font-size:1.5rem;vertical-align:baseline;margin-left:.5rem}.headingText{white-space:nowrap}@media(max-width:480px){.smallerHeading{width:100%}.dash{display:none}.headingText{white-space:normal}}.listContainer{max-height:65vh;overflow-y:auto;padding-right:4px;width:100%;list-style:none;padding:.25rem}.itemList{list-style:none;margin:0;padding:0}.listContainer::-webkit-scrollbar{width:8px}.listContainer::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.listContainer::-webkit-scrollbar-track{background:transparent}a:focus-visible,.item input[type=text]:focus,.item input[type=checkbox]:focus-visible,.addForm input[type=text]:focus,.searchForm input[type=search]:focus{outline:2px solid var(--color-yellow-accent);outline-offset:2px}
