:root{--paper: #f7f4ee;--surface: #fffdf9;--surface-sunk: #f0ece3;--ink: #1b2124;--ink-muted: #5f676c;--line: #e0dad0;--accent: #b5482c;--accent-ink: #8f3520;--accent-soft: #f7e2d9;--done: #6b7378;--complete: #4f7a2f;--radius: 14px;--tabbar-height: 3.6rem;--shadow: 0 1px 2px rgb(27 33 36 / 6%), 0 8px 24px rgb(27 33 36 / 6%);color-scheme:light}:root[data-theme=dark]{--paper: #14181a;--surface: #1c2124;--surface-sunk: #22282b;--ink: #e8e6e1;--ink-muted: #98a1a5;--line: #2d3438;--accent: #f0906b;--accent-ink: #f4a184;--accent-soft: #3d2318;--done: #6d767a;--complete: #7fb45a;--shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 8px 24px rgb(0 0 0 / 25%);color-scheme:dark}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;padding:0 0 calc(var(--tabbar-height) + 1.75rem);padding:0 0 calc(var(--tabbar-height) + env(safe-area-inset-bottom) + 1.75rem);background:var(--paper);color:var(--ink);font:1rem/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-text-size-adjust:100%}body>*,main{max-width:34rem;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;padding-top:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:.6rem;background:var(--paper)}.topbar__row{display:flex;align-items:center;gap:.7rem}.wordmark{display:flex;flex:none;align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:650;letter-spacing:-.02em}.topbar__search{display:flex;flex:1;align-items:center;gap:.35rem;min-width:0;height:2.25rem;margin:0;padding:0 .6rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink-muted)}.topbar__search:focus-within{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:2px}.topbar__search-icon{flex:none;width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.topbar__search-input{flex:1;min-width:0;padding:0;border:0;background:none;color:var(--ink);font:inherit;font-size:.9rem;outline:none}.topbar__search-input::placeholder{color:var(--ink-muted)}.topbar__search-input:focus{outline:none}.wordmark__mark{display:grid;flex:none;place-items:center;width:2rem;height:2rem;border-radius:21.875%;background:var(--accent)}.wordmark__mark svg{width:100%;fill:none;stroke:var(--surface);stroke-width:52;stroke-linecap:round}.topbar__date{flex:none;color:var(--ink-muted);font-size:.85rem;white-space:nowrap}.topbar__filter{display:inline-flex;flex:none;align-items:center;gap:.3rem;padding:.15rem .55rem .15rem .45rem;border:0;border-radius:999px;background:var(--accent-soft);color:var(--accent-ink);font:inherit;font-size:.85rem;font-weight:650;white-space:nowrap;cursor:pointer;position:relative}.topbar__filter:after{content:"";position:absolute;top:-.6rem;right:0;bottom:-.6rem;left:0}.topbar__filter-icon{flex:none;width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.topbar__filter-icon--dots{stroke-width:3.2}.progress{height:4px;margin-top:.85rem;border-radius:999px;background:var(--surface-sunk);overflow:hidden}.progress__fill{display:block;width:0;height:100%;border-radius:999px;background:var(--accent);transition:width .24s ease,background-color .24s ease}.progress__fill--full{background:var(--complete)}.tabbar{position:fixed;z-index:15;right:0;bottom:0;left:0;max-width:none;padding:0;border-top:1px solid var(--line);background:var(--surface)}.tabbar__row{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,1fr);max-width:34rem;margin-right:auto;margin-left:auto;padding-bottom:env(safe-area-inset-bottom)}.tabbar__views{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;padding:0}.tabbar__tab{display:flex;flex-direction:column;align-items:center;gap:.15rem;height:var(--tabbar-height);padding:.55rem .25rem;border:0;background:none;color:var(--ink-muted);font:inherit;font-size:.7rem;cursor:pointer}.tabbar__label{line-height:1}.tabbar__tab[aria-current=page]{color:var(--accent-ink);font-weight:650}.tabbar__icon{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tabbar__glyph{position:relative;display:grid;place-items:center}.tabbar__dot{position:absolute;bottom:-.05rem;left:-.1rem;width:.4rem;height:.4rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--surface)}.tabbar__tab[aria-current=page] .tabbar__icon{stroke-width:2.2}.block{margin-top:1.5rem}.block__title,.section__title{margin:0 0 .5rem;color:var(--ink-muted);font-size:.78rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.block__empty{margin:0;padding:.5rem 0 0;color:var(--ink-muted);font-size:.9rem}.entries{margin:0;padding:0;list-style:none}.entry{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.7rem 2.6rem .7rem .85rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-bottom:.5rem}.entry__check{flex:none;width:1.4rem;height:1.4rem;margin:.05rem 0 0;accent-color:var(--accent)}.entry__body{display:flex;flex:1;align-items:flex-start;gap:.75rem;min-width:0}.entry__box{flex:none;display:block;padding:.7rem;margin:-.65rem 0 -.7rem -.7rem;cursor:pointer}.entry__text{flex:1;min-width:0}.entry__title{display:block;overflow-wrap:break-word;overflow-wrap:anywhere}.entry--done .entry__title{color:var(--done);text-decoration:line-through}.entry__meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem;color:var(--ink-muted);font-size:.78rem}.chip{display:inline-flex;align-items:center;gap:.28rem;padding:.1rem .45rem;border-radius:999px;background:var(--surface-sunk)}.chip__icon{flex:none;width:.8rem;height:.8rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chip__icon.glyph--dots{stroke-width:3.8}.chip--category{background:none;box-shadow:inset 0 0 0 1px var(--line)}.chip--accent{background:var(--accent-soft);color:var(--accent-ink)}.upcoming{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line)}.upcoming__list{margin:0;padding:0;list-style:none;color:var(--ink-muted);font-size:.9rem}.upcoming__list li{position:relative;display:flex;align-items:center;gap:.6rem;padding:.35rem 2.2rem .35rem 0}.upcoming__list .entry__check{margin:0}.upcoming__title{flex:1;min-width:0;color:var(--ink);overflow-wrap:break-word;overflow-wrap:anywhere}.upcoming__list .more-button{top:.15rem}.upcoming__list .rowmenu{top:1.9rem}.history__day+.history__day{margin-top:1.5rem}.history__date{margin:0 0 .5rem;color:var(--ink-muted);font-size:.78rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.history__list{margin:0;padding:0;list-style:none;border-left:2px solid var(--line)}.history__entry{display:flex;gap:.7rem;padding:.4rem 0 .4rem .85rem;font-size:.9rem}.history__time{flex:none;color:var(--ink-muted);font-size:.82rem;font-variant-numeric:tabular-nums;padding-top:.05rem}.history__what{display:flex;flex-wrap:wrap;gap:.15rem .45rem;min-width:0}.history__event{font-weight:600}.history__event--done{color:var(--accent-ink)}.history__event--archived{color:var(--ink-muted)}.history__title{color:var(--ink-muted);overflow-wrap:break-word;overflow-wrap:anywhere}.history__glyph{flex:none;width:.85rem;height:.85rem;margin-top:.3rem;fill:none;color:var(--ink-muted);stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.history__what .history__glyph{margin-top:.28rem}.history__glyph.glyph--dots{stroke-width:3.8}.history__glyph-gap{color:var(--ink-muted)}.history__entry{position:relative;padding-right:2rem}.more-button:after,.toast__button:after{content:"";position:absolute}.more-button:after{top:-.6rem;right:-.6rem;bottom:-.6rem;left:-.6rem}.toast__button{position:relative}.toast__button:after{top:-.6rem;right:-.275rem;bottom:-.6rem;left:-.275rem}.history__note{display:block;width:100%;margin-top:.2rem;padding-left:.6rem;border-left:2px solid var(--line);color:var(--ink-muted);font-size:.82rem;font-style:italic;overflow-wrap:break-word;overflow-wrap:anywhere}.more-button{position:absolute;top:.2rem;right:0;width:1.6rem;height:1.6rem;padding:0;border:0;border-radius:50%;background:none;color:var(--ink-muted);font:inherit;font-size:1rem;line-height:1;cursor:pointer}.more-button:hover,.more-button[aria-expanded=true]{background:var(--surface-sunk);color:var(--ink)}.rowmenu{position:absolute;z-index:25;top:1.9rem;right:0;display:flex;flex-direction:column;min-width:10rem;padding:.3rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);animation:menu-reveal .14s ease both}.rowmenu__action{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border:0;border-radius:8px;background:none;color:var(--ink);font:inherit;font-size:.85rem;font-weight:600;text-align:left;cursor:pointer}.rowmenu__action:hover{background:var(--surface-sunk)}.rowmenu__glyph{flex:none;width:.9rem;height:.9rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:var(--ink-muted)}.history__more{margin:1.5rem 0 0;padding-top:.85rem;border-top:1px solid var(--line);color:var(--ink-muted);font-size:.82rem}.dimbubble{position:absolute;bottom:calc(100% + .55rem);right:0;left:0;width:calc(100% - 1.6rem);max-width:30rem;margin-right:auto;margin-left:auto;padding:.7rem;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);animation:dimbubble-rise .16s ease both}@keyframes dimbubble-rise{0%{opacity:0;transform:translateY(.4rem)}}.dimbubble:after{content:"";position:absolute;bottom:-.43rem;left:50%;width:.85rem;height:.85rem;margin-left:-.425rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-bottom-right-radius:4px;background:var(--surface);transform:rotate(45deg)}.dimbubble__empty{margin:.3rem .2rem;color:var(--ink-muted);font-size:.85rem;text-align:center}.dimensions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.dimension{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;aspect-ratio:1.25;padding:.45rem .3rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer}.dimension:hover{border-color:var(--accent)}.dimension[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-ink)}.dimension__icon{width:1.7rem;height:1.7rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dimension[aria-pressed=true] .dimension__icon{stroke-width:2}.dimension--rest .dimension__icon{stroke-width:3}.dimension__label{font-size:.8rem;font-weight:600;line-height:1.1;text-align:center}.dimension__count{color:var(--ink-muted);font-size:.7rem;font-variant-numeric:tabular-nums;line-height:1}.dimension[aria-pressed=true] .dimension__count{color:var(--accent-ink)}.dimension__count--zero{opacity:.45}.dimension__count--pending .dimension__count-lead{color:var(--accent-ink);font-weight:700}.items{margin:0;padding:0;list-style:none}.item{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.7rem 2.6rem .7rem .85rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-bottom:.5rem}.item--archived{opacity:.55}.items-archived{margin-top:1.5rem}.item .more-button,.entry .more-button{top:.55rem;right:.6rem}.item .rowmenu,.entry .rowmenu{top:2.3rem;right:.6rem}.item__body{flex:1;min-width:0}.empty{color:var(--ink-muted)}.menu{position:relative;flex:none}.menu__button{display:inline-block;width:2.25rem;height:2.25rem;padding:0;line-height:0;border:1px solid var(--line);border-radius:10px;background:none;color:var(--ink-muted);cursor:pointer}.menu__button:hover,.menu__button[aria-expanded=true]{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}.menu__button svg{display:block;width:1.15rem;height:1.15rem;margin:calc(.55rem - 1px) auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.menu__button svg[hidden]{display:none}.menu__panel{position:absolute;z-index:20;top:calc(100% + .5rem);right:0;min-width:17rem;padding:.35rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);animation:menu-reveal .16s ease both}@keyframes menu-reveal{0%{opacity:0;transform:translateY(-.35rem)}}.menu__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .65rem;border:0;border-radius:10px;background:none;color:var(--ink);font:inherit;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.menu__item:hover{background:var(--surface-sunk)}.menu__icon{flex:none;width:1.1rem;height:1.1rem;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu__label{flex:1}.menu__switch{position:relative;flex:none;width:2.1rem;height:1.25rem;border-radius:999px;background:var(--surface-sunk);box-shadow:inset 0 0 0 1px var(--line);transition:background .16s ease}.menu__switch:after{content:"";position:absolute;top:.175rem;left:.175rem;width:.9rem;height:.9rem;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px #00000040;transition:transform .16s ease}.menu__item[aria-checked=true] .menu__switch{background:var(--accent);box-shadow:none}.menu__item[aria-checked=true] .menu__switch:after{transform:translate(.85rem)}.toasts{position:fixed;z-index:40;top:.5rem;top:max(.5rem,env(safe-area-inset-top));right:0;left:0;display:flex;flex-direction:column;gap:.4rem;width:calc(100% - 1.6rem);max-width:26rem;margin-right:auto;margin-left:auto;padding:0;pointer-events:none}.toasts:empty{display:none}.toast{position:relative;display:flex;align-items:center;gap:.5rem;padding:calc(.8rem + 3px) .4rem .5rem .85rem;border-radius:10px;background:var(--ink);color:var(--paper);box-shadow:var(--shadow);pointer-events:auto;animation:toast-in .16s ease both;touch-action:pan-y;transition:transform .18s ease,opacity .18s ease}.toast--dragging{transition:none;cursor:grabbing}.toast--leaving{pointer-events:none}@keyframes toast-in{0%{opacity:0;transform:translateY(-.4rem)}}.toast--done{background:var(--complete);color:var(--surface)}.toast--undone{background:var(--accent);color:var(--surface)}.toast__timer{position:absolute;top:.4rem;right:.4rem;left:.4rem;height:3px;border-radius:999px;background:currentColor;opacity:.9;transform-origin:left;animation:toast-cooldown var(--toast-ms, 4s) linear both}@keyframes toast-cooldown{to{transform:scaleX(0)}}.toast__text{flex:1;min-width:0;font-size:.85rem;overflow-wrap:break-word;overflow-wrap:anywhere}.toast__text{font-weight:600}.toast__actions{display:flex;flex:none;gap:.55rem}.toast__glyph{flex:none;width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.toast__button{display:inline-block;width:1.6rem;height:1.6rem;padding:0;border:0;line-height:0;border-radius:50%;background:#ffffff29;color:inherit;cursor:pointer}.toast__button:hover{background:#ffffff4d}.toast__button-glyph{display:block;width:.85rem;height:.85rem;margin:.375rem auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}:root[data-theme=dark] .toast__button{background:#00000029}:root[data-theme=dark] .toast__button:hover{background:#00000047}.notices:empty{display:none}.notice{margin-top:.75rem;padding:.7rem .85rem;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface);font-size:.88rem}.button{padding:.55rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font:inherit;font-size:.9rem;cursor:pointer}.button--primary{border-color:var(--accent);background:var(--accent);color:var(--surface);font-weight:600}.button--danger{border-color:transparent;background:#b3261e;color:#fff}:root[data-theme=dark] .button--danger{background:#f2b8b5;color:#1b2124}.button--quiet{background:var(--surface-sunk)}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;width:34rem;max-width:100%;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;max-height:88vh;max-height:88dvh;overflow-y:auto;overscroll-behavior:contain;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);margin:auto auto 0}@media(min-width:36rem){.sheet{margin:auto}}.sheet--narrow{width:24rem}.sheet--page{width:100%;max-width:none;height:100%;max-height:none;margin:0;border:0;border-radius:0;background:var(--paper)}@media(min-width:36rem){.sheet--page{margin:0}}.page__bar{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top));padding-bottom:.75rem;margin-bottom:.5rem;background:var(--paper)}.page__title{margin:0;font-size:1.15rem}.page__close{display:inline-block;width:2.25rem;height:2.25rem;padding:0;line-height:0;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink-muted);cursor:pointer}.page__close:hover{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}.page__close svg{display:block;width:1.15rem;height:1.15rem;margin:calc(.55rem - 1px) auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.note{padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}.note--scroll{max-height:calc(88vh - 2px);max-height:calc(88dvh - 2px);overflow-y:auto;overscroll-behavior:contain;padding-bottom:0}.terms__updated{margin:-.5rem 0 0;color:var(--ink-muted);font-size:.78rem}.terms__lead{margin:.75rem 0 0;font-size:.95rem}.terms__section{margin-top:1.5rem}.terms__section--emphasis{padding:.85rem 1rem;border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:var(--surface-sunk)}.terms__heading{margin:0 0 .4rem;font-size:.95rem;font-weight:650}.terms__text{margin:.6rem 0 0;color:var(--ink-muted);font-size:.88rem;line-height:1.6}.terms__text:first-of-type{margin-top:0}.terms__text strong{color:var(--ink)}.terms__text a{color:var(--accent-ink)}.terms__text code{padding:.05rem .3rem;border-radius:5px;background:var(--surface-sunk);font-size:.9em;overflow-wrap:break-word;overflow-wrap:anywhere}.terms__section--emphasis .terms__text code{background:var(--paper)}.about{text-align:center}.about__mark{display:grid;place-items:center;width:4rem;height:4rem;margin:.25rem auto .9rem;border-radius:21.875%;background:var(--accent)}.about__mark svg{width:100%;fill:none;stroke:var(--surface);stroke-width:52;stroke-linecap:round}.about__name{margin:0;font-size:1.5rem;font-weight:650;letter-spacing:-.02em}.about__tagline{margin:.1rem 0 .9rem;color:var(--ink-muted)}.about__meta,.about__maker,.about__contact{margin:.25rem 0;font-size:.9rem}.about__meta{color:var(--ink-muted)}.about__maker a,.about__contact a{color:var(--accent-ink);font-weight:600;text-decoration:none}.about__maker a:hover,.about__contact a:hover{text-decoration:underline}.about__footer{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:1.1rem 0 0;color:var(--ink-muted);font-size:.85rem}.about__flag{width:1.25rem;height:.875rem}.about .form__actions{justify-content:center}.manual__heading{display:flex;align-items:center;gap:.45rem}.manual__tab-glyph{flex:none;width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;color:var(--accent)}.manual__legend{display:flex;flex-wrap:wrap;gap:.4rem .9rem;margin:.5rem 0 0;padding:0;list-style:none;font-size:.85rem}.manual__legend li{display:inline-flex;align-items:center;gap:.35rem}.manual__glyph{flex:none;width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:var(--ink-muted)}.manual__glyph.glyph--dots{stroke-width:3.2}.note--scroll .form__actions{position:-webkit-sticky;position:sticky;bottom:0;margin-top:1.5rem;padding-top:.85rem;padding-bottom:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.note__body{margin:0;color:var(--ink-muted);font-size:.9rem}.sheet::backdrop{background:#00000073}.form{padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}.form--page{padding-top:0;min-height:100%}.form__title{margin:0 0 1rem;font-size:1.1rem}.field{display:block;margin:0 0 1.1rem;padding:0;border:0}.field__label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:600}.field__optional{color:var(--ink-muted);font-weight:400}.field__hint{display:block;margin-top:.35rem;color:var(--ink-muted);font-size:.78rem}.field__sub input[type=number],.field input[type=text],.field input[type=date],.field input[type=time],.field input[type=number]{width:100%;padding:.6rem .7rem;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font:inherit}.field__sub{display:block;margin-top:.6rem}.field__error{margin:.4rem 0 0;color:#b3261e;font-size:.8rem}.field__error:empty{display:none}:root[data-theme=dark] .field__sub{display:block;margin-top:.6rem}.field__textarea{width:100%;padding:.6rem .7rem;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font:inherit;resize:vertical}.field__error{color:#f2b8b5}.segmented,.weekdays{display:flex;flex-wrap:wrap;gap:.4rem}.weekdays{margin-top:.5rem}.segmented label,.weekdays label{position:relative}.segmented input,.weekdays input{position:absolute;width:1px;height:1px;opacity:0}.segmented span,.weekdays span{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border:1px solid var(--line);border-radius:999px;background:var(--paper);font-size:.88rem;cursor:pointer}.segmented__icon{flex:none;width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.glyph--dots{stroke-width:3.2}.glyph--fill{fill:currentColor;stroke:none}.segmented input:checked+span,.weekdays input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-ink);font-weight:600}.segmented input:focus+span,.weekdays input:focus+span{outline:2px solid var(--accent);outline-offset:2px}.segmented input:focus:not(:focus-visible)+span,.weekdays input:focus:not(:focus-visible)+span{outline:none}.form__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{transition-duration:0ms!important;animation-duration:0ms!important}}.welcome{text-align:center}.welcome__title{margin-bottom:.5rem}.welcome__consent{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:start;margin:1.1rem 0 .4rem;padding:.75rem .85rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-sunk);text-align:left;font-size:.88rem;cursor:pointer}.welcome__consent input{width:1.15rem;height:1.15rem;margin:.1rem 0 0;accent-color:var(--accent)}.welcome__link{padding:.25rem 0;border:0;background:none;color:var(--accent-ink);font:inherit;font-size:.85rem;font-weight:600;text-decoration:underline;cursor:pointer}.welcome__choices{display:grid;gap:.6rem;margin-top:1.1rem}.welcome__choices .button{width:100%;padding:.7rem 1rem}.welcome__choices .button:disabled{opacity:.5;cursor:not-allowed}.welcome__hint{margin:-.15rem 0 .2rem;color:var(--ink-muted);font-size:.8rem}dialog:not([open]){display:none}dialog.is-polyfilled{display:block}dialog.is-polyfilled:not([open]){display:none}dialog.is-polyfilled+.backdrop,._dialog_overlay{position:fixed;top:0;right:0;bottom:0;left:0}dialog.is-polyfilled+.backdrop{background:#00000073}@supports not (aspect-ratio: 1){.dimension{min-height:5rem}}@supports not (inset: 0){.topbar__row>*+*{margin-left:.7rem}.wordmark__mark{margin-right:.5rem}.topbar__search-icon{margin-right:.35rem}.topbar__filter-icon{margin-right:.3rem}.tabbar__tab>*+*{margin-top:.15rem}.entry__body>*+*{margin-left:.75rem}.entry__meta{margin-bottom:-.4rem}.entry__meta>*{margin:0 .4rem .4rem 0}.chip__icon{margin-right:.28rem}.upcoming__list li>*+*:not(.more-button){margin-left:.6rem}.history__entry>*+*:not(.more-button){margin-left:.7rem}.history__what{margin-bottom:-.15rem}.history__what>*{margin:0 .45rem .15rem 0}.rowmenu__glyph{margin-right:.5rem}.dimension>*+*{margin-top:.3rem}.menu__item>*+*{margin-left:.6rem}.toasts>*+*{margin-top:.4rem}.toast>*+*{margin-left:.5rem}.toast__actions>*+*{margin-left:.55rem}.about__footer>*+*{margin-left:.4rem}.manual__tab-glyph{margin-right:.45rem}.manual__legend{margin-bottom:-.4rem}.manual__legend>li{margin:0 .9rem .4rem 0}.manual__legend .manual__glyph{margin-right:.35rem}.weekdays{margin-bottom:-.4rem}.weekdays>label{margin:0 .4rem .4rem 0}.form__actions>*+*{margin-left:.5rem}}
