*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light dark;--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:20px}body{min-height:100vh;margin:0;display:flex;flex-direction:column;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;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}.appLayout{min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column;justify-content:flex-start}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]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;width:20px;height:20px;cursor:pointer;margin-right:.5rem;border:1px solid #555;position:relative}.item input[type=checkbox]:checked{background:var(--color-green-light)}.item input[type=checkbox]:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.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:20px;min-width:20px;height:20px;margin:5px;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}.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)}.addItem:-webkit-autofill,.addItem:-webkit-autofill:focus,.addItem:-webkit-autofill:active,.addItem:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--color-surface) inset;-webkit-text-fill-color:var(--color-text);-webkit-box-shadow:0 0 0 1000px var(--color-surface) inset}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}.searchForm input[type=search]:-webkit-autofill,.searchForm input[type=search]:-webkit-autofill:focus,.searchForm input[type=search]:-webkit-autofill:active,.searchForm input[type=search]:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--color-surface) inset;-webkit-text-fill-color:var(--color-text);-webkit-box-shadow:0 0 0 1000px var(--color-surface) inset}.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{_height:75vh;_overflow-y:auto;_padding-right:4px;display:flex;flex-direction:column;flex:1;width:100%;list-style:none;padding:1rem}.itemList{list-style:none;margin:0;padding:0}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:0}footer{width:100%;min-height:4rem;padding:.25em;background-color:var(--color-green-main);color:#fff;display:grid;place-content:center;gap:1rem;margin-top:auto}
