:root{--bg:#f1f3f7;--card:#fff;--text:#10151d;--hint:#6b7482;--line:#10151d1a;--accent:#2453d8;--accent-soft:#2453d81a;--accent-text:#fff;--ok:#198754;--ok-soft:#1987541f;--warn:#a86500;--warn-soft:#d68e0029;--danger:#cc3b32;--danger-soft:#cc3b321c;--muted-soft:#6b748221;--shadow:0 1px 2px #10151d0d, 0 6px 20px #10151d0d;--radius:16px;--gap:12px;--tabbar-h:60px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0b0e13;--card:#161b23;--text:#eef1f6;--hint:#8d97a6;--line:#eef1f61c;--accent:#5b86ff;--accent-soft:#5b86ff29;--accent-text:#0b0e13;--ok:#3fbf83;--ok-soft:#3fbf8326;--warn:#e2a63b;--warn-soft:#e2a63b29;--danger:#ff6b61;--danger-soft:#ff6b6124;--muted-soft:#8d97a629;--shadow:none}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;overscroll-behavior-y:none;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.4}button,input{font:inherit;color:inherit}h1,h2,p{margin:0}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.num{font-variant-numeric:tabular-nums}.screen{max-width:560px;padding:calc(var(--safe-top) + 18px) 16px calc(var(--tabbar-h) + var(--safe-bottom) + 24px);gap:var(--gap);flex-direction:column;margin:0 auto;display:flex}.screen--bare{min-height:100dvh;padding-bottom:calc(var(--safe-bottom) + 24px);justify-content:center}.screen__head{justify-content:space-between;align-items:baseline;gap:12px;padding:2px 4px 4px;display:flex}.screen__title{letter-spacing:-.02em;text-wrap:balance;font-size:28px;font-weight:750}.screen__sub{color:var(--hint);white-space:nowrap;font-size:14px}.section-label{color:var(--hint);letter-spacing:.06em;text-transform:uppercase;padding:10px 4px 0;font-size:12px;font-weight:600}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:16px;display:flex}.card--flush{gap:0;padding:0;overflow:hidden}.card__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.card__title{overflow-wrap:anywhere;font-size:17px;font-weight:650}.card__hint{color:var(--hint);font-size:14px}.pill{background:var(--muted-soft);color:var(--hint);white-space:nowrap;border-radius:999px;flex:none;padding:3px 10px;font-size:12.5px;font-weight:600}.pill--ok{background:var(--ok-soft);color:var(--ok)}.pill--warn{background:var(--warn-soft);color:var(--warn)}.pill--accent{background:var(--accent-soft);color:var(--accent)}.meter{justify-content:space-between;align-items:flex-end;gap:12px;padding:4px 0;display:flex}.meter__value{letter-spacing:-.03em;font-size:44px;font-weight:750;line-height:1}.meter__side{text-align:right;color:var(--hint);font-size:14px}.meter__side strong{color:var(--text);font-size:18px;font-weight:650;display:block}.track{background:var(--muted-soft);border-radius:3px;height:6px;overflow:hidden}.track__fill{background:var(--ok);border-radius:3px;height:100%;transition:width .4s}.track__fill--capped{background:var(--warn)}.list__item{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.list__item+.list__item{border-top:1px solid var(--line)}.list__main{flex-direction:column;gap:2px;min-width:0;display:flex}.list__title{overflow-wrap:anywhere;font-size:15.5px;font-weight:550}.list__sub{color:var(--hint);overflow-wrap:anywhere;font-size:13.5px}.list__value{text-align:right;flex:none;font-weight:600}.list__value--minus{color:var(--danger)}.list__value--muted{color:var(--hint);font-weight:500}.totals{grid-template-columns:1fr 1fr;gap:14px 12px;display:grid}.totals__cell{flex-direction:column;gap:2px;min-width:0;display:flex}.totals__label{color:var(--hint);font-size:13px}.totals__value{font-size:17px;font-weight:650}.due{border-bottom:1px solid var(--line);flex-direction:column;gap:2px;padding-bottom:14px;display:flex}.due__value{letter-spacing:-.03em;font-size:38px;font-weight:750;line-height:1.1}.btn{background:var(--accent);width:100%;min-height:50px;color:var(--accent-text);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;padding:0 18px;font-size:16.5px;font-weight:650;text-decoration:none;transition:transform 80ms,opacity .15s;display:inline-flex}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.55;cursor:default}.btn--ok{background:var(--ok);color:#fff}.btn--soft{background:var(--accent-soft);color:var(--accent)}.btn--danger-soft{background:var(--danger-soft);color:var(--danger)}.field{flex-direction:column;gap:6px;display:flex}.field__label{font-size:14px;font-weight:600}.field__hint{color:var(--hint);font-size:13.5px}.input{border:1.5px solid var(--line);background:var(--bg);font-variant-numeric:tabular-nums;appearance:none;border-radius:13px;width:100%;min-height:50px;padding:0 14px;font-size:18px}.input:focus{border-color:var(--accent);outline:none}.segment{background:var(--muted-soft);border-radius:13px;grid-auto-columns:1fr;grid-auto-flow:column;gap:4px;padding:4px;display:grid}.segment__btn{min-height:38px;color:var(--hint);cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:14.5px;font-weight:600}.segment__btn[aria-pressed=true]{background:var(--card);color:var(--text);box-shadow:var(--shadow)}.note{background:var(--muted-soft);color:var(--text);border-radius:13px;padding:12px 14px;font-size:14.5px}.note--danger{background:var(--danger-soft);color:var(--danger)}.note--ok{background:var(--ok-soft);color:var(--ok)}.note--warn{background:var(--warn-soft);color:var(--warn)}.empty{text-align:center;color:var(--hint);padding:28px 16px;font-size:15px}.empty strong{color:var(--text);margin-bottom:4px;font-size:17px;display:block}.skeleton{border-radius:var(--radius);background:var(--muted-soft);height:96px;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.5}}.tabbar{z-index:10;padding-bottom:var(--safe-bottom);background:color-mix(in srgb, var(--card) 92%, transparent);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--line);justify-content:center;display:flex;position:fixed;inset:auto 0 0}.tabbar__inner{width:100%;max-width:560px;height:var(--tabbar-h);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.tabbar__item{color:var(--hint);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11.5px;font-weight:600;text-decoration:none;display:flex}.tabbar__item[aria-current=page]{color:var(--accent)}.tabbar__item svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.sheet{z-index:20;background:#080a0e80;justify-content:center;align-items:flex-end;animation:.18s fade;display:flex;position:fixed;inset:0}.sheet__panel{width:100%;max-width:560px;max-height:92dvh;padding:10px 16px calc(var(--safe-bottom) + 18px);background:var(--card);border-radius:22px 22px 0 0;flex-direction:column;gap:14px;animation:.22s cubic-bezier(.2,.8,.2,1) rise;display:flex;overflow-y:auto}.sheet__grip{background:var(--line);border-radius:2px;align-self:center;width:38px;height:4px}.sheet__title{letter-spacing:-.01em;font-size:20px;font-weight:700}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{opacity:.6;transform:translateY(24px)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.sheet__panel>*{flex-shrink:0}.open-link{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;margin-top:8px;font-size:13px}
h3{margin:0}.weekend{color:var(--danger)}.choice{flex:none;gap:6px;display:flex}.choice__btn{border:1.5px solid var(--line);min-height:36px;color:var(--hint);cursor:pointer;background:0 0;border-radius:10px;padding:0 12px;font-size:13.5px;font-weight:600}.choice__btn:disabled{opacity:.5}.choice__btn--yes[aria-pressed=true]{background:var(--ok-soft);color:var(--ok);border-color:#0000}.choice__btn--no[aria-pressed=true]{background:var(--danger-soft);color:var(--danger);border-color:#0000}.screen--wide{max-width:980px}.weekbar{border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);align-items:center;gap:8px;padding:6px;display:flex}.weekbar__btn{background:var(--muted-soft);width:44px;height:44px;color:var(--text);cursor:pointer;border:0;border-radius:12px;flex:none;font-size:22px;line-height:1}.weekbar__title{text-align:center;min-width:0;color:var(--hint);flex-direction:column;flex:1;align-items:center;gap:1px;font-size:13px;display:flex}.weekbar__title strong{color:var(--text);font-size:16px;font-weight:650}.grid-wrap{border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);-webkit-overflow-scrolling:touch;overflow-x:auto}.grid{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px;font-size:13px}.grid th,.grid td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top;padding:0}.grid tr:last-child th,.grid tr:last-child td{border-bottom:0}.grid th:last-child,.grid td:last-child{border-right:0}.grid__corner,.grid__location{z-index:1;background:var(--card);text-align:left;width:124px;position:sticky;left:0}.grid__corner{color:var(--hint);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:600;vertical-align:middle!important;padding:10px 12px!important}.grid__location button{width:100%;min-height:56px;color:var(--text);font:inherit;text-align:left;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;font-weight:600;display:flex}.grid__tag{background:var(--accent-soft);color:var(--accent);border-radius:6px;padding:1px 6px;font-size:11px;font-weight:600}.grid__day{color:var(--hint);text-align:center;font-weight:600;padding:8px 4px!important}.grid__day strong{color:var(--text);font-size:16px;font-weight:650;display:block}.grid__day.is-today strong{background:var(--accent);width:28px;height:28px;color:var(--accent-text);border-radius:14px;place-items:center;margin:2px auto 0;display:grid}.grid .is-past{opacity:.55}.cell{width:100%;min-height:56px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:4px;padding:6px;display:flex}.cell:hover{background:var(--muted-soft)}.cell__name,.cell__gap{text-overflow:ellipsis;white-space:nowrap;border-radius:7px;padding:4px 6px;font-size:12.5px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.cell__name--planned{background:var(--accent-soft);color:var(--accent)}.cell__name--open{background:var(--ok-soft);color:var(--ok)}.cell__name--closed{background:var(--muted-soft);color:var(--hint)}.cell__gap{border:1.5px dashed var(--warn);background:var(--warn-soft);color:var(--warn);text-align:center;font-weight:600}.cell__none{color:var(--hint);text-align:center;line-height:44px}.card--inset{background:var(--bg);box-shadow:none}.list__item--button{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0}.list__item--button+.list__item--button{border-top:1px solid var(--line)}.list__item--button:disabled{opacity:.5;cursor:default}.btn--small{width:auto;min-height:36px;padding:0 14px;font-size:14px}.note__list{margin:6px 0 0;padding-left:18px}.note__actions{flex-direction:column;gap:8px;margin-top:10px;display:flex}.stepper{flex:none;align-items:center;gap:4px;display:flex}.stepper button{background:var(--muted-soft);width:40px;height:40px;color:var(--text);cursor:pointer;border:0;border-radius:11px;font-size:20px;line-height:1}.stepper button:disabled{opacity:.4;cursor:default}.stepper output{text-align:center;min-width:32px;font-size:17px;font-weight:650}.list__sub--warn{color:var(--warn)}.list__item--stack{flex-direction:column;align-items:stretch}.list__actions{gap:8px;display:flex}.list__actions .btn{flex:1}.input--text{font-variant-numeric:normal;font-size:16px}.cell__name.is-offered{outline:1.5px dashed var(--warn);outline-offset:-1.5px}.grid__tag--ok{background:var(--ok-soft);color:var(--ok)}
.chatrow{color:inherit;justify-content:flex-start;text-decoration:none}.avatar{background:var(--muted-soft);width:44px;height:44px;color:var(--hint);border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:650;display:grid}.avatar--location{background:var(--accent-soft);color:var(--accent);border-radius:14px}.chatrow .list__main{flex:1}.chatrow__top,.chatrow__bottom{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.chatrow__time{color:var(--hint);flex:none;font-size:12.5px}.chatrow__preview{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.badge{background:var(--accent);min-width:22px;color:var(--accent-text);text-align:center;border-radius:11px;flex:none;padding:2px 7px;font-size:12.5px;font-weight:650;line-height:18px}.tabbar__icon{display:grid;position:relative}.tabbar__icon .badge{min-width:18px;box-shadow:0 0 0 2px var(--card);padding:0 5px;font-size:11px;line-height:16px;position:absolute;top:-6px;left:14px}.chat{z-index:15;background:var(--bg);flex-direction:column;max-width:640px;margin:0 auto;display:flex;position:fixed;inset:0}.chat__head{padding:calc(var(--safe-top) + 8px) 12px 8px;background:var(--card);border-bottom:1px solid var(--line);flex:none;align-items:center;gap:8px;display:flex}.chat__back{width:40px;height:40px;color:var(--accent);border-radius:12px;flex:none;place-items:center;font-size:28px;line-height:1;text-decoration:none;display:grid}.chat__scroll{overscroll-behavior:contain;flex-direction:column;flex:1;gap:4px;min-height:0;padding:12px 12px 8px;display:flex;overflow-y:auto}.chat__older{align-self:center;margin-bottom:8px}.chat__empty,.chat__day,.chat__system{max-width:88%;color:var(--hint);text-align:center;align-self:center;font-size:13px}.chat__empty{margin:auto}.chat__day{background:var(--muted-soft);border-radius:10px;margin:10px 0 4px;padding:3px 10px;font-weight:600}.chat__system{background:var(--muted-soft);color:var(--text);border-radius:12px;margin:4px 0;padding:6px 12px;line-height:1.35}.bubble{background:var(--card);max-width:84%;box-shadow:var(--shadow);color:var(--text);font:inherit;text-align:left;cursor:pointer;border:0;border-radius:16px 16px 16px 5px;flex-direction:column;align-self:flex-start;gap:2px;padding:7px 11px 5px;display:flex}.bubble--mine{background:var(--accent-soft);box-shadow:none;border-radius:16px 16px 5px;align-self:flex-end}.bubble--deleted{cursor:default}.bubble--deleted .bubble__text{color:var(--hint);font-style:italic}.bubble__sender{color:var(--accent);font-size:13px;font-weight:650}.bubble__text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15.5px;line-height:1.35}.bubble__time{color:var(--hint);align-self:flex-end;font-size:11.5px}.bubble__reply{border-left:3px solid var(--accent);min-width:0;color:var(--hint);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-direction:column;padding:2px 0 2px 8px;font-size:13.5px;line-height:1.3;display:-webkit-box;overflow:hidden}.bubble__reply strong{color:var(--accent);font-weight:650;display:block}.chat__error{flex:none;margin:0 12px 8px}.chat__picked{white-space:pre-wrap;overflow-wrap:anywhere;max-height:30dvh;overflow-y:auto}.composer{padding:8px 10px calc(var(--safe-bottom) + 8px);background:var(--card);border-top:1px solid var(--line);flex-direction:column;flex:none;gap:6px;display:flex}.composer__reply{align-items:center;gap:8px;display:flex}.composer__reply .bubble__reply{flex:1}.composer__cancel{background:var(--muted-soft);width:32px;height:32px;color:var(--hint);cursor:pointer;border:0;border-radius:50%;flex:none}.composer__row{align-items:flex-end;gap:8px;display:flex}.composer__input{border:1.5px solid var(--line);background:var(--bg);min-height:44px;max-height:132px;color:var(--text);font:inherit;resize:none;field-sizing:content;border-radius:22px;flex:1;padding:10px 14px;font-size:16px;line-height:1.35}.composer__input:focus{border-color:var(--accent);outline:none}.composer__send{background:var(--accent);width:44px;height:44px;color:var(--accent-text);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.composer__send:disabled{opacity:.4;cursor:default}.composer__send svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.bubble{cursor:default}.bubble__body{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:2px;padding:0;display:flex}.bubble__body:disabled{cursor:default}.bubble--focus{outline:2px solid var(--accent);outline-offset:2px}.chat__more{align-self:center;margin:4px 0 8px}.photos{border-radius:11px;gap:3px;margin:2px 0 4px;display:grid;overflow:hidden}.photos--2,.photos--3{grid-template-columns:1fr 1fr}.photos--3>:first-child{grid-column:1/-1}.photos__item{background:var(--muted-soft);cursor:zoom-in;border:0;padding:0;display:block}.photos__item img{object-fit:cover;width:100%;height:auto;max-height:320px;display:block}.photos--2 .photos__item img,.photos--3 .photos__item img{aspect-ratio:1;height:100%}.photos--3>:first-child img{aspect-ratio:16/9}.reactions{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.reactions__chip{background:var(--muted-soft);min-height:28px;color:var(--text);font:inherit;cursor:pointer;border:1.5px solid #0000;border-radius:14px;align-items:center;gap:4px;padding:0 9px;font-size:14px;display:inline-flex}.reactions__chip[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.reactions--picker{justify-content:space-between;margin:0}.reactions__chip--big{border-radius:21px;justify-content:center;min-width:42px;min-height:42px;padding:0;font-size:22px}.composer__drafts{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.composer__draft{background:var(--muted-soft);border-radius:12px;flex:none;width:68px;height:68px;position:relative;overflow:hidden}.composer__draft img{object-fit:cover;width:100%;height:100%}.composer__draft button{color:#fff;cursor:pointer;background:#080a0e9e;border:0;border-radius:50%;width:22px;height:22px;font-size:11px;line-height:1;position:absolute;top:3px;right:3px}.composer__attach{width:44px;height:44px;color:var(--hint);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.composer__attach:disabled{opacity:.4;cursor:default}.composer__attach svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.viewer{z-index:30;padding:calc(var(--safe-top) + 8px) 8px calc(var(--safe-bottom) + 8px);cursor:zoom-out;background:#040508f0;place-items:center;display:grid;position:fixed;inset:0}.viewer img{object-fit:contain;border-radius:6px;max-width:100%;max-height:100%}.viewer__close{top:calc(var(--safe-top) + 12px);color:#fff;cursor:pointer;background:#ffffff29;border:0;border-radius:50%;width:40px;height:40px;font-size:16px;position:absolute;right:12px}.field__label--hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.bubble__via{color:var(--hint);font-weight:500}.chat__reach{background:var(--muted-soft);color:var(--hint);flex:none;padding:8px 14px;font-size:13px;line-height:1.35}.chat__reach--warn{background:var(--warn-soft);color:var(--warn)}.chat__reach a{color:inherit;font-weight:650}
