.mychart{max-width:44rem;margin:0 auto;padding:2rem 1.25rem 3rem;color:var(--astro-ink)}.mychart__title{margin:0 0 1.5rem;font-family:var(--astro-serif);font-size:1.8rem}.mychart__back{margin:0 0 .75rem;font-size:.85rem}.mychart__back a{color:var(--astro-ink-soft);text-decoration:none}.mychart__back a:hover{color:var(--astro-accent);text-decoration:underline}.mychart__section{margin-bottom:2rem;padding:1.25rem;border:1px solid var(--astro-border);border-radius:.75rem;background:var(--astro-surface);box-shadow:var(--astro-shadow)}.mychart__heading{margin:0 0 .5rem;font-family:var(--astro-serif);font-size:1.1rem}.mychart__lede,.mychart__pending,.mychart__signedout,.mychart__empty{margin:0 0 .9rem;color:var(--astro-ink-soft);font-size:.9rem;line-height:1.55}.mychart__form{display:flex;flex-direction:column;gap:.9rem;max-width:26rem}.mychart__field{display:flex;flex-direction:column;gap:.3rem}.mychart__label{font-size:.875rem;font-weight:600;color:var(--astro-ink-soft)}.mychart__input{min-height:2.25rem;padding:.4rem .65rem;border:1px solid var(--astro-border-strong);border-radius:.5rem;background:var(--astro-bg);color:var(--astro-ink);font:inherit;font-size:.9rem}.mychart__input:focus{outline:2px solid var(--astro-accent);outline-offset:1px}.mychart__input:disabled{color:var(--astro-ink-soft);background:var(--astro-surface-2)}.mychart__select{cursor:pointer}.mychart__date-row{display:flex;flex-wrap:wrap;gap:.6rem}.mychart__field--year{flex:1 1 6rem}.mychart__field--small{flex:0 1 5rem}.mychart__check{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--astro-ink);cursor:pointer}.mychart__note{margin:-.4rem 0 0;color:var(--astro-ink-soft);font-size:.82rem;line-height:1.5}.mychart__btn{align-self:flex-start;min-height:2rem;padding:.45rem 1rem;border-radius:.5rem;border:1px solid var(--astro-border);background:var(--astro-surface);color:var(--astro-ink);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.mychart__btn:hover:not(:disabled){background:var(--astro-surface-2)}.mychart__btn:focus-visible{outline:2px solid var(--astro-accent);outline-offset:1px}.mychart__btn:disabled{opacity:.5;cursor:default}.mychart__btn--primary{border-color:var(--astro-accent);background:var(--astro-accent);color:#fff}.mychart__btn--primary:hover:not(:disabled){background:color-mix(in srgb,var(--astro-accent) 85%,#000)}.mychart__btn--quiet{color:var(--astro-ink-soft)}.mychart__btn--danger{color:#b91c1c;border-color:color-mix(in srgb,#b91c1c 35%,var(--astro-border))}.mychart__btn--danger:hover:not(:disabled){background:color-mix(in srgb,#b91c1c 8%,var(--astro-surface));border-color:#b91c1c}.mychart__list{list-style:none;margin:0 0 1rem;padding:0}.mychart__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--astro-border)}.mychart__row:last-child{border-bottom:0}.mychart__row--editing{display:block}.mychart__row--editing .mychart__form{margin:.2rem 0 .4rem}.mychart__row--primary{background:var(--astro-accent-soft);margin:0 -.6rem;padding:.6rem;border-radius:.5rem;border-bottom-color:transparent}.mychart__row-link{flex:1 1 auto;min-width:0;padding:0;border:0;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.mychart__row-link:hover .mychart__row-name{color:var(--astro-accent)}.mychart__row-link:focus-visible{outline:2px solid var(--astro-accent);outline-offset:2px;border-radius:.3rem}.mychart__row-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.mychart__row-name{font-size:.92rem;font-weight:600}.mychart__row-detail{font-size:.82rem;color:var(--astro-ink-soft)}.mychart__row-actions{display:flex;flex-shrink:0;gap:.5rem}.mychart__badge{margin-left:.4rem;padding:.05rem .45rem;border-radius:999px;background:var(--astro-accent);color:#fff;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.mychart__error{margin:.8rem 0 0;color:#b91c1c;font-size:.85rem}.mychart__status{min-height:1.2rem;margin:-.75rem 0 1rem;color:var(--astro-accent);font-size:.85rem;font-weight:600}.mychart__status:empty{margin-bottom:.5rem}.mychart__confirm{flex:1 1 auto;min-width:0;align-self:center;color:var(--astro-ink);font-size:.85rem;line-height:1.4}@media(max-width:40rem){.mychart{padding:1.5rem 1rem 2.5rem}.mychart__section{padding:1rem}.mychart__row{flex-direction:column;align-items:stretch;gap:.5rem}.mychart__row-actions{flex-wrap:wrap}.mychart__form{max-width:none}.mychart__field--year{flex:1 1 100%}.mychart__field--small{flex:1 1 calc(50% - .3rem)}}