:root{--primary-background: #333;--primary-foreground: #ddd;--primary-highlight: #fff;--secondary-background: #444;--secondary-foreground: #ccc;--tertiary-background: #222;--tertiary-foreground: #ccc;--alarm-color: #f00;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}@media(prefers-color-scheme:light){:root{--primary-background: #eee;--primary-foreground: #333;--primary-highlight: #0c066d;--secondary-background: #ccc;--secondary-foreground: #444;--tertiary-background: #ccc;--tertiary-foreground: #222;--alarm-color: #f00;background-color:#fff}}*{box-sizing:border-box;color:var(--primary-foreground)}#root{flex-grow:1;display:flex;flex-direction:column;place-items:center;padding:1em;gap:1.5em}a{font-weight:500;color:var(--primary-foreground);text-decoration:inherit}a:hover{color:var(--primary-highlight)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:2px solid var(--secondary-foreground);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--secondary-background);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--primary-highlight)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}main{display:flex;justify-items:center}section._chore_yaxin_1{border:2px solid #ccc;border-radius:3px;box-shadow:0 0 3px #999;max-width:250px;padding:5px;background:var(--secondary-background);min-width:200px;min-height:fit-content;height:100%;cursor:pointer;display:flex;flex-direction:column;position:relative;transition:2s color;overflow-wrap:break-word}section._chore_yaxin_1._past-due_yaxin_25{border:2px solid var(--alarm-color);animation:_past-due_yaxin_25 1.5s infinite alternate ease-in-out}section._chore_yaxin_1._completed_yaxin_30{opacity:.5}section._chore_yaxin_1 h2{margin:-5px -5px .5em;padding:5px}section._chore_yaxin_1 ._description_yaxin_41{flex:1;white-space:pre-wrap}section._chore_yaxin_1 ._loader-container_yaxin_46{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#4444444d;z-index:3}@keyframes _past-due_yaxin_25{0%{box-shadow:0 0 12px 3px var(--alarm-color)}to{box-shadow:0 0 12px 6px var(--alarm-color)}}.loader,.loader:before,.loader:after{border-radius:50%;width:2.5em;height:2.5em;animation:bblFadInOut 1.8s infinite ease-in-out;animation-fill-mode:both}.loader{color:#fff;font-size:7px;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.loader:before,.loader:after{content:"";position:absolute;top:0}.loader:before{left:-3.5em;animation-delay:-.32s}.loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}._chores-list_gtgqp_1{list-style:none;display:flex;flex-direction:column;--chores-gap: 16px;gap:var(--chores-gap)}._chores-list_gtgqp_1 li{opacity:max(.05,calc(1 - attr(data-days-remaining number)/180));max-height:1000px;margin-block:0;transition:opacity .25s ease,max-height .25s ease .25s,margin-block .25s ease .25s;will-change:opacity,max-height,margin-block}._chores-list_gtgqp_1 li._completed_gtgqp_22{opacity:0;max-height:0;overflow:hidden;margin-block:calc(var(--chores-gap) * -.5);pointer-events:none}._chores-list_gtgqp_1 li._completed-initial_gtgqp_30{transition:none}@media only screen and (max-width:599px){._chores-list-separator_gtgqp_36{margin-top:1rem}}@media only screen and (min-width:600px){._chores-list_gtgqp_1{display:grid;grid-template-columns:auto auto;justify-content:space-around;justify-items:stretch;gap:var(--chores-gap)}._chores-list_gtgqp_1 li{order:0}._chores-list_gtgqp_1 li._completed_gtgqp_22{order:1000}._chores-list-separator_gtgqp_36{grid-column:span 2}}@media only screen and (min-width:800px){._chores-list_gtgqp_1{display:grid;grid-template-columns:auto auto auto;justify-content:space-around;justify-items:stretch;gap:var(--chores-gap)}._chores-list_gtgqp_1 li{order:0}._chores-list_gtgqp_1 li._completed_gtgqp_22{order:1000}._chores-list-separator_gtgqp_36{grid-column:span 3}}._settings-fab_esj78_2{position:fixed;left:1rem;bottom:1rem;z-index:20}._cog-btn_esj78_9{width:44px;height:44px;display:inline-grid;place-items:center;background:transparent;border:none;padding:0;cursor:pointer;border-radius:999px}._cog-icon_esj78_24{width:28px;height:28px;fill:var(--primary-foreground)}._cog-btn_esj78_9:hover{color:var(--primary-highlight)}._cog-btn_esj78_9:focus-visible{outline:2px solid var(--primary-highlight);outline-offset:3px}._dialog_1lwt6_1{width:min(90vw,520px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem}._dialog_1lwt6_1::backdrop{background:#0009}._header_1lwt6_12{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._header_1lwt6_12 h2{margin:0;font-size:1.25rem}._section_1lwt6_25{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}._section_1lwt6_25 h3{margin:0;font-size:1rem}._dialog_1lwt6_1 select,._dialog_1lwt6_1 input[type=range]{width:100%;margin-top:.5rem}
