.waste-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.waste-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.waste-item__head{width:100%;min-height:56px;display:flex;align-items:center;gap:10px;padding:12px 16px;background:none;border:0;text-align:left}.waste-item__head:hover{background:var(--line-soft)}.waste-item__name{flex:1 1;font-size:15px;font-weight:600;overflow-wrap:anywhere}.waste-item__arrow{flex-shrink:0;width:20px;text-align:center;font-size:16px;color:var(--muted-2)}.waste-tag{flex-shrink:0;padding:4px 9px;border-radius:999px;font:500 11.5px var(--mono);white-space:nowrap}.waste-tag--trash{background:var(--warn-soft);color:var(--warn-ink)}.waste-tag--recycle{background:var(--ok-soft);color:var(--ok-ink)}.waste-tag--dropoff{background:var(--accent-soft);color:var(--accent-soft-ink)}.waste-tag--bulky{background:var(--line-soft);color:var(--muted)}.waste-item__body{border-top:1px solid var(--line-soft);padding:14px 16px 16px}.waste-item__verdict{margin:0;font-size:13px;font-weight:500;color:var(--accent)}.dex{padding-bottom:40px}.dex__count{justify-self:end;padding-right:10px}.dex__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.dex__cell{display:flex;flex-direction:column;gap:8px;min-height:84px;height:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink);text-decoration:none}a.dex__cell:hover{color:var(--ink);border-color:var(--dash)}.dex__cell--off{background:transparent;border:1.5px dashed var(--dash);color:var(--muted)}.dex__chip{align-self:flex-start;max-width:100%;padding:6px 9px;border-radius:9px;background:var(--term);color:var(--term-prompt);font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dex__cell--off .dex__chip{background:var(--line-soft);color:var(--muted-2)}.dex__name{font-size:12.5px;font-weight:500;line-height:1.45;word-break:keep-all}.dex__cell--off .dex__name{color:var(--muted-2)}.churu__top{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface)}.churu__count{font-size:17px;font-weight:600}.churu__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.churu__item{width:100%;min-height:44px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer}.churu__item:active:not(:disabled){transform:scale(.97)}.churu__item:disabled{cursor:default;opacity:.6}.churu__item--on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-soft-ink)}.churu__figure{display:flex;min-height:52px}.churu__figure--locked{opacity:.4}.churu__name{font-size:12.5px;font-weight:500}.churu__note{font-size:11px;color:var(--muted-2)}.churu__item--on .churu__note{color:var(--accent-soft-ink)}@media (min-width:900px){.dex__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.churu__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.couple-page{padding-bottom:40px}.couple-invite{padding:18px;background:var(--accent-soft);color:var(--accent-soft-ink);border-radius:var(--r-lg)}.couple-invite .fine-print{color:var(--accent-soft-ink);opacity:.8}.couple-code{padding:12px 14px;background:var(--surface);border-radius:var(--r-sm);font:400 12.5px/1.6 var(--mono);color:var(--ink);overflow-wrap:anywhere}.couple-copied{background:var(--ok-soft);border-color:var(--ok-soft)}.couple-copied,.couple-copied:hover{color:var(--ok-ink)}.couple-row{display:flex;align-items:center;gap:8px}.couple-row .input{min-width:0}.couple-row .btn{flex-shrink:0}.couple-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.couple-item{display:flex;align-items:center;gap:12px;min-height:60px;padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.couple-item__title{font-size:14.5px;font-weight:600;overflow-wrap:anywhere}.couple-item__sub{font-size:11.5px;color:var(--muted-2)}.couple-item--done{background:transparent;border-style:dashed;border-color:var(--dash)}.couple-item--done .couple-item__title{color:var(--muted);text-decoration:line-through}.couple-left{font:600 12.5px var(--mono);color:var(--accent)}.couple-left,.couple-remove{margin-left:auto;flex-shrink:0}.couple-remove{min-height:44px;padding:0 6px;background:none;border:0;color:var(--muted-2);font-size:12px}.couple-remove:hover:not(:disabled){color:var(--danger)}.couple-check{flex-shrink:0;width:44px;height:44px;margin:-6px 0 -6px -6px;display:flex;align-items:center;justify-content:center;background:none;border:0;color:var(--ok-ink)}.couple-check__box{width:20px;height:20px;border:2px solid var(--dash);border-radius:7px}.couple-check:disabled{color:var(--muted-2)}.couple-empty{padding:18px 16px;border:1.5px dashed var(--dash);border-radius:var(--r-md);font-size:14px;color:var(--muted);text-align:center}.couple-add{padding-top:4px}.couple-danger{padding:16px;background:var(--danger-soft);color:var(--danger-ink);border-radius:var(--r-md)}.couple-danger .btn{min-width:0}.couple-locked{padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.couple-delete{font:600 13px var(--mono);color:var(--danger-ink)}.couple-dday{display:flex;flex-direction:column;gap:6px;padding:22px 20px;background:var(--term);color:var(--term-ink);border-radius:var(--r-lg)}.couple-dday__cmd{font-size:12.5px;font-weight:500;color:var(--term-prompt);overflow-wrap:anywhere}.couple-dday__big{margin-top:8px;font-size:56px;font-weight:600;line-height:1;letter-spacing:-.03em}.couple-dday__unit{margin-left:4px;font-size:22px;color:var(--term-dim)}.couple-dday__sub{font-size:13.5px;color:var(--term-text)}.couple-q{display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--accent-soft);color:var(--accent-soft-ink);border-radius:var(--r-lg)}.couple-q__cmd{font-size:12px;font-weight:500}.couple-q__text{font-size:20px;font-weight:700;line-height:1.45;letter-spacing:-.01em}.couple-answer{min-height:116px;font-size:15px;line-height:1.55}.couple-answer-card{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--dash);border-radius:var(--r-md)}.couple-answer-card--partner{border-left-color:var(--pink)}.couple-answer-card__who{font-size:11.5px;font-weight:600;color:var(--muted-2)}.couple-answer-card__body{font-size:14.5px;line-height:1.6;overflow-wrap:anywhere;white-space:pre-line}.couple-list--talks{gap:10px}.couple-talk{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.couple-talk__day{font-size:11.5px;color:var(--muted-2)}.couple-talk__q{font-size:14px;font-weight:600;line-height:1.5}.couple-talk__a{font-size:13.5px;line-height:1.6;color:var(--muted);overflow-wrap:anywhere}.couple-talk__who{margin-right:6px;padding:2px 6px;border-radius:6px;background:var(--line-soft);font-size:11px;color:var(--ink)}@media (min-width:900px){.couple-dday{padding:30px 30px 26px;border-radius:22px}.couple-dday__big{font-size:72px}.couple-q__text{font-size:24px}}.bug-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%;padding:10px;background:var(--term);border-radius:var(--r-lg)}.bug-hole{position:relative;display:flex;align-items:center;justify-content:center;min-height:56px;padding:0 6px;border:1px solid var(--term-line);border-radius:var(--r-sm);background:var(--term-bg);color:var(--term-dim);overflow:hidden;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bug-hole--ok{border-color:var(--term-green)}.bug-hole--bad{border-color:var(--term-red)}.bug-hole--feat{border-color:var(--term-orange)}.bug-hole--bug{border-color:var(--term-pink)}.bug-hole__code{font-size:13px;color:var(--term-dim);opacity:.45;white-space:nowrap}.bug-hole--bad .bug-hole__code,.bug-hole--bug .bug-hole__code,.bug-hole--feat .bug-hole__code,.bug-hole--ok .bug-hole__code{opacity:.15}.bug-hole__mark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:500;animation:bug-pop .12s ease-out}.bug-hole__mark--bug{color:var(--term-pink)}.bug-hole__mark--feat{color:var(--term-orange)}.bug-hole__mark--ok{color:var(--term-green)}.bug-hole__mark--bad{color:var(--term-red)}@keyframes bug-pop{0%{transform:scale(.7);opacity:.4}to{transform:scale(1);opacity:1}}.bug-hole__key{position:absolute;right:5px;bottom:3px;font-size:10px;color:var(--term-dim);opacity:.5}.stk-stage{align-items:stretch}.stk-field{position:relative;width:100%;border-radius:var(--r-lg);background:var(--term);overflow:hidden}.stk-tower{position:absolute;inset:0;transition:transform .12s ease-out}.stk-block{position:absolute;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:var(--term-line);color:var(--term-text);overflow:hidden}.stk-block--top{background:var(--pink);color:var(--ink)}.stk-block--mover{background:var(--accent);color:#fff}.stk-block__name{font-size:11.5px;font-weight:500;white-space:nowrap;padding:0 4px}.stk-tap{inset:0;width:100%;height:100%;background:none;border:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.stk-start,.stk-tap{position:absolute;z-index:2}.stk-start{left:50%;top:50%;width:160px;height:160px;transform:translate(-50%,-50%);background:var(--bg);color:var(--ink)}.stk-start:active{transform:translate(-50%,-50%) scale(.97)}.stk-error{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:3px;padding:14px 16px;background:rgba(27,21,19,.92);text-align:left}.stk-error__title{font-size:14px;font-weight:600;color:var(--term-red)}.stk-error__line{font-size:12px;color:var(--term-text)}.stk-error__line--dim{color:var(--term-dim)}.beat-sound{flex:0 0 auto;min-height:44px}.beat-note{text-align:center;margin-top:-8px}.beat-stage{flex-direction:column;gap:12px}.beat-pad{display:flex;align-items:center;justify-content:center;width:168px;height:168px;border-radius:50%;font:600 22px/1 var(--mono);transition:background-color .08s linear,color .08s linear;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.beat-pad--listen{background:var(--surface);border:1.5px solid var(--line);color:var(--muted-2);font-size:38px}.beat-pad--on{border-color:var(--yellow)}.beat-pad--on,.round-btn.beat-pad--on{background:var(--yellow);color:var(--ink)}.beat-dots{display:flex;gap:8px;justify-content:center;padding:0;margin:0;list-style:none}.beat-dot{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line);background:var(--surface)}.beat-dot--wait{border-style:dashed;border-color:var(--dash)}.beat-dot--ok{background:var(--ok);border-color:var(--ok)}.beat-dot--near{background:var(--yellow);border-color:var(--warn);border-radius:6px}.beat-dot--off{background:var(--surface);border-color:var(--danger);border-width:2.5px;border-radius:4px}.beat-log__rows{display:flex;flex-direction:column;gap:2px;margin-top:14px;font-size:12.5px;line-height:1.7}.beat-log__row{display:grid;grid-template-columns:12px auto 1fr auto;grid-gap:8px;gap:8px;align-items:baseline}.beat-log__graph{color:var(--term-dim)}.beat-log__hash{color:var(--term-prompt)}.beat-log__ms{color:var(--term-text)}.beat-log__mark{color:var(--term-dim);font-size:11.5px;white-space:nowrap}.beat-log__row--ok .beat-log__graph,.beat-log__row--ok .beat-log__mark{color:var(--term-green)}.beat-log__row--near .beat-log__graph,.beat-log__row--near .beat-log__mark{color:var(--term-orange)}.beat-log__row--off .beat-log__graph,.beat-log__row--off .beat-log__mark{color:var(--term-red)}.bal-q{font-size:22px;font-weight:700;line-height:1.45;letter-spacing:-.01em;overflow-wrap:anywhere}.bal-q__vs{font-size:15px;font-weight:500;color:var(--accent);margin:0 4px}.bal-choices{display:flex;flex-direction:column;gap:10px}.bal-choice{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:72px;padding:16px 18px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);color:var(--ink);font:inherit;cursor:pointer}.bal-choice:hover:not(:disabled){border-color:var(--dash)}.bal-choice:active:not(:disabled){transform:scale(.99)}.bal-choice--voted,.bal-choice:disabled{cursor:default}.bal-choice--mine{border-color:var(--accent)}.bal-choice__bar{position:absolute;inset:0 auto 0 0;background:var(--line-soft);transition:width .35s ease-out}.bal-choice--mine .bal-choice__bar{background:var(--accent-soft)}.bal-choice__text{position:relative;display:flex;flex-direction:column;gap:3px}.bal-choice__label{font-size:16px;font-weight:600}.bal-choice__note{font-size:12.5px;line-height:1.5;color:var(--muted)}.bal-choice__pct{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:17px;font-weight:600}.bal-choice__me{font-size:11px;font-weight:500;color:var(--accent)}.bal-comments{padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.bal-comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bal-comment{display:grid;grid-template-columns:1fr auto;grid-gap:2px 10px;gap:2px 10px;padding:12px 14px;background:var(--bg);border-radius:var(--r-sm)}.bal-comment__who{font-size:11.5px;color:var(--muted-2)}.bal-comment__body{grid-column:1;font-size:14.5px;line-height:1.6;overflow-wrap:anywhere}.bal-comment__report{grid-row:1/span 2;grid-column:2;align-self:start;min-height:44px;margin:-10px -6px 0 0;padding:0 6px;background:none;border:0;color:var(--muted-2);font:inherit;font-size:12px;cursor:pointer}.bal-comment__report:hover:not(:disabled){color:var(--accent)}.bal-card__lines{display:grid;grid-template-columns:auto 1fr;grid-gap:2px 12px;gap:2px 12px;margin-top:10px;font-size:12.5px;line-height:1.7}.bal-card__lines .term__key{min-width:0}.bal-card__picks{list-style:none;margin:10px 0 0;padding:12px 0 0;border-top:1px solid var(--term-line);display:flex;flex-direction:column;gap:4px;font-size:12px;line-height:1.6}.bal-card__picks li{display:flex;justify-content:space-between;gap:12px}.bal-card__picks .term__key{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hol-card__lines{display:grid;grid-template-columns:auto 1fr;grid-gap:2px 12px;gap:2px 12px;margin-top:10px;font-size:12.5px;line-height:1.7}.hol-card__lines .term__key{min-width:0}.hol-plans{list-style:none;margin:0;padding:0;gap:10px}.hol-plan,.hol-plans{display:flex;flex-direction:column}.hol-plan{width:100%;gap:6px;min-height:44px;padding:14px 16px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);color:var(--ink);font:inherit;cursor:pointer}.hol-plan:hover{border-color:var(--dash)}.hol-plan--on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-soft-ink)}.hol-plan__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hol-plan__title{font-size:15.5px;font-weight:600}.hol-plan__score{font-size:13px;font-weight:600;color:var(--accent)}.hol-plan--on .hol-plan__score{color:var(--accent-soft-ink)}.hol-plan__range{font-size:12.5px;color:var(--muted-2)}.hol-plan__leaves{font-size:13px;line-height:1.6;color:var(--muted)}.hol-plan--on .hol-plan__around,.hol-plan--on .hol-plan__leaves,.hol-plan--on .hol-plan__range{color:var(--accent-soft-ink)}.hol-plan__around{font-size:11.5px;color:var(--muted-2)}.hol-plan__pick{margin-top:2px;font-size:12.5px;font-weight:600;color:var(--accent)}.hol-plan--on .hol-plan__pick{color:var(--accent-soft-ink)}.hol-picked{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hol-picked__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.hol-picked__main{display:flex;flex-direction:column;gap:2px;font-size:14.5px}.hol-picked__del{flex-shrink:0;min-height:44px;padding:0 10px;background:none;border:0;color:var(--muted);font:inherit;font-size:12.5px;cursor:pointer}.hol-picked__del:hover{color:var(--accent)}.hol-legend{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:var(--muted)}.hol-legend__item{display:inline-flex;align-items:center;gap:6px}.hol-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.hol-dot--holiday{background:var(--accent)}.hol-dot--leave{background:var(--yellow)}.hol-dot--weekend{background:var(--line)}.hol-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}@media (min-width:1024px){.hol-months{grid-template-columns:repeat(3,minmax(0,1fr))}}.hol-month{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.hol-month__name{font-size:12.5px;font-weight:600;color:var(--muted-2)}.hol-month__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px;font-size:11.5px;line-height:1.5;color:var(--muted)}.hol-month__list .mono{color:var(--accent)}.hol-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:2px;gap:2px}.hol-dow{font-size:10px;text-align:center;color:var(--muted-2);padding-bottom:2px}.hol-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:5px;font-size:11px;color:var(--ink)}.hol-cell--empty{visibility:hidden}.hol-cell--weekend{background:var(--line-soft);color:var(--muted)}.hol-cell--holiday{background:var(--accent);color:#fff;font-weight:600}.hol-cell--leave{background:var(--yellow);color:var(--ink);font-weight:600}