@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#26251f;background:#f4f1e9;font-synthesis:none;--ink:#26251f;--muted:#7b796f;--paper:#fffdf8;--green:#52715b;--green-dark:#3e5947;--mint:#dce9da;--line:#e9e4d9;--yellow:#e6b94e;--app-safe-top:max(env(safe-area-inset-top, 0px),var(--tg-safe-area-inset-top, 0px),var(--tg-content-safe-area-inset-top, 0px),var(--telegram-safe-top, 0px));--app-safe-bottom:max(env(safe-area-inset-bottom, 0px),var(--tg-safe-area-inset-bottom, 0px),var(--tg-content-safe-area-inset-bottom, 0px),var(--telegram-safe-bottom, 0px));--app-safe-left:max(env(safe-area-inset-left, 0px),var(--tg-safe-area-inset-left, 0px),var(--tg-content-safe-area-inset-left, 0px),var(--telegram-safe-left, 0px));--app-safe-right:max(env(safe-area-inset-right, 0px),var(--tg-safe-area-inset-right, 0px),var(--tg-content-safe-area-inset-right, 0px),var(--telegram-safe-right, 0px))}*{box-sizing:border-box}html,body,#root{height:100%;min-height:0;max-width:100%;overflow:hidden}body{margin:0;min-width:320px;background:radial-gradient(circle at 80% -10%,#e7eedf 0,transparent 32%),#f4f1e9}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{max-width:520px;height:100vh;height:100dvh;min-height:0;margin:0 auto;position:relative;overflow:hidden}.app-shell>main{height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:var(--app-safe-bottom)}.app-shell>main::-webkit-scrollbar{display:none}.screen{padding:calc(18px + var(--app-safe-top)) calc(18px + var(--app-safe-right)) 30px calc(18px + var(--app-safe-left));animation:fade .25s ease}@keyframes fade{0%{opacity:0;transform:translateY(4px)}}.eyebrow{margin:0 0 3px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.home-header,.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.home-header h1,.page-header h1{font-size:29px;line-height:1.1;letter-spacing:-.04em;margin:0}.member-stack{display:flex;padding-right:5px}.member-stack .avatar+.avatar{margin-left:-9px}.avatar{width:41px;height:41px;border-radius:50%;display:grid;place-items:center;background:#d7e1cf;color:#385044;font-size:12px;font-weight:800;border:3px solid #f4f1e9;position:relative;flex:0 0 auto}.avatar.small{width:30px;height:30px;border-width:2px;font-size:10px}.avatar.penalized{background:#f4d777;color:#5f491a}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.pause-dot{width:10px;height:10px;border-radius:50%;background:#7894af;border:2px solid white;position:absolute;right:-2px;bottom:0}.pause-banner{display:flex;gap:11px;align-items:center;padding:12px 14px;background:#e6edf3;color:#4c667e;border-radius:16px;margin:-7px 0 14px}.pause-banner div{display:flex;flex-direction:column;gap:2px}.pause-banner strong{font-size:13px}.pause-banner span{font-size:11px;opacity:.8}.home-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-card{aspect-ratio:1;background:linear-gradient(145deg,#526f5a,#344c3c);color:#fff;border-radius:25px;box-shadow:0 14px 34px #304b3933;position:relative;overflow:hidden;display:flex;flex-direction:column;text-align:left}.hero-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:#ffffff12;right:-42px;top:-55px;pointer-events:none}.hero-card-main{position:relative;z-index:1;flex:1;width:100%;padding:18px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.hero-card-main:active{transform:scale(.99)}.hero-card h2{font-size:24px;letter-spacing:-.035em;margin:0}.locations-shortcut{border:1px solid #e5e0d5;border-radius:25px;background:#fff;color:var(--ink);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:6px;padding:18px;box-shadow:0 8px 20px #3c372d0d;font:inherit;font-weight:800;font-size:15px;text-align:left;position:relative}.locations-shortcut svg:last-child{position:absolute;right:15px;bottom:18px;color:var(--muted)}.locations-shortcut svg:first-child{color:var(--green);margin-bottom:auto}.hero-pause-button{position:relative;z-index:1;margin:0 14px 14px;border:0;background:#ffffff24;color:#fff;padding:9px 11px;border-radius:12px;display:flex;justify-content:center;gap:6px;align-items:center;font-size:11px;font-weight:700;white-space:nowrap}.hero-pause-button:active{background:#ffffff36}.section-title{display:flex;align-items:center;gap:8px;margin:25px 2px 12px}.section-title h2{font-size:17px;letter-spacing:-.025em;margin:0}.section-title span{font-size:11px;font-weight:800;background:#e4e0d5;color:#706e66;min-width:23px;height:23px;padding:0 6px;border-radius:10px;display:grid;place-items:center}.chore-list{display:flex;flex-direction:column;gap:10px}.chore-card{display:flex;align-items:center;gap:12px;background:var(--paper);border:1px solid rgba(226,221,210,.8);border-radius:19px;padding:13px;box-shadow:0 5px 18px #3e372a0b;position:relative}.chore-card-button{width:100%;color:inherit;text-align:left;cursor:pointer;transition:transform .12s ease,background .12s ease}.chore-card-button:active{transform:scale(.985);background:#f8f7f1}.chore-card.is-mine{border-color:#cbdac7;box-shadow:0 6px 20px #52715b17}.chore-card.is-suspended{opacity:.72}.room-icon{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;font-size:21px;background:#f2eee4;flex:0 0 auto}.chore-copy{min-width:0;flex:1}.chore-copy>span,.duty-log-item span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.chore-copy h3{font-size:14px;line-height:1.35;margin:2px 0 4px;white-space:normal;overflow:visible;overflow-wrap:anywhere;text-overflow:clip}.meta{display:flex;align-items:center;gap:4px;color:#8a887e;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chore-card>.avatar{margin-left:-5px}.done-icon,.duty-log-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--mint);color:var(--green);flex:0 0 auto}.completed-card{opacity:.72}.completed-card h3{text-decoration:line-through}.undo-button{border:0;background:#f0ece3;color:#77746b;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.mini-pause{color:#6d879d;display:grid;place-items:center;padding:8px}.rotation-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;color:#55745e;background:#e7f0e4;border-radius:9px}.rotation-icon.fixed{color:#78736a;background:#efede6}.location-chore-groups{display:flex;flex-direction:column;gap:17px}.home-location-group>h3{margin:0 2px 8px;font-size:12px;color:var(--muted);letter-spacing:.04em}.chore-card-with-complete{padding:0;gap:0;overflow:hidden}.home-chore-main{min-width:0;flex:1;display:flex;align-items:center;gap:12px;padding:13px;background:transparent;border:0;color:inherit;text-align:left}.home-chore-main .chore-copy h3{display:block;white-space:normal;overflow:visible;-webkit-line-clamp:unset}.home-chore-complete{width:38px;height:38px;flex:0 0 38px;margin:0 10px 0 0;border:0;border-radius:12px;background:#efede6;color:#78736a;display:grid;place-items:center}.home-chore-complete:active{background:#e3e0d8}.location-chore-card{padding:0;gap:0;overflow:hidden}.location-chore-main{min-width:0;flex:1;display:flex;align-items:center;gap:12px;padding:13px;background:transparent;border:0;color:inherit;text-align:left}.location-chore-main:is(button){cursor:pointer}.location-chore-main:is(button):active{background:#f8f7f1}.location-chore-copy h3{margin:0 0 5px}.location-chore-copy .meta{margin-bottom:0}.location-chore-card .chore-actions{align-self:center;padding:8px 9px 8px 0}.location-chore-card .chore-actions button{width:38px;height:38px;min-height:38px;flex:0 0 38px}.chore-actions{display:flex;flex-direction:column;gap:5px}.chore-actions button{width:34px;flex:1;min-height:0;border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--green-dark);display:grid;place-items:center}.chore-actions button.danger{color:#a64e40;background:#fff8f5}.round-button{width:42px;height:42px;border:0;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 6px 15px #46644e33}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.location-card{width:100%;min-height:145px;padding:16px;border:0;color:inherit;text-align:left;cursor:pointer;border-radius:22px;background:#e5eadc;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:transform .12s ease}.location-card:active{transform:scale(.975)}.location-card.tone-1{background:#e6e0d4}.location-card.tone-2{background:#dfe9eb}.location-card.tone-3{background:#ebe0df}.location-card svg{position:absolute;right:14px;bottom:15px;opacity:.35}.location-emoji{font-size:28px}.location-card h3{font-size:16px;margin:0 0 2px}.location-card p{font-size:11px;color:#77746b;margin:0}.location-loader{display:grid;place-items:center;padding:60px 0}.location-detail-screen{touch-action:pan-y}.back-swipe-zone{position:fixed;z-index:35;top:0;left:0;bottom:0;width:46px;touch-action:pan-y;-webkit-user-select:none;user-select:none}.primary-button,.secondary-button{width:100%;min-height:49px;border:0;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:14px}.primary-button{background:var(--green);color:#fff;box-shadow:0 8px 20px #3d5b462b}.primary-button:disabled{opacity:.4}.secondary-button{background:#edf1e9;color:var(--green-dark)}.sticky-action{margin-top:14px}.duty-log-group>h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:22px 3px 9px}.duty-log-item{display:flex;gap:12px;padding:13px 2px;border-bottom:1px solid var(--line)}.duty-log-mark{width:37px;height:37px}.duty-log-mark.missed{background:#f5df9d;color:#8d6b17}.duty-log-item h3{font-size:14px;margin:2px 0}.duty-log-item p{font-size:11px;color:var(--muted);margin:0}.duty-log-item blockquote{font-size:11px;margin:7px 0 0;padding:7px 9px;border-left:2px solid #b8cbb5;background:#edf1e9;border-radius:0 7px 7px 0}.secondary-button.compact{margin-top:13px;min-height:42px}.welcome-screen{min-height:100vh;padding:calc(54px + var(--app-safe-top)) calc(24px + var(--app-safe-right)) calc(36px + var(--app-safe-bottom)) calc(24px + var(--app-safe-left));display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.welcome-screen .logo-mark{margin-bottom:30px}.welcome-screen h1{font-size:34px;line-height:1.08;letter-spacing:-.05em;margin:5px 0 14px}.welcome-screen>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.6;max-width:330px}.welcome-screen .field,.welcome-screen .primary-button{width:100%}.inline-error{color:#a64e40;font-size:11px;margin-top:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d1e1a6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:50;display:flex;align-items:flex-end;justify-content:center;animation:backdrop .2s ease;padding-left:var(--app-safe-left);padding-right:var(--app-safe-right);overflow:hidden}@keyframes backdrop{0%{opacity:0}}.modal-sheet{width:min(520px,100%);max-width:100%;max-height:calc(92vh - var(--app-safe-top));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;background:#faf8f2;border-radius:27px 27px 0 0;padding:19px 20px calc(25px + var(--app-safe-bottom));position:relative;will-change:transform}.modal-drag-zone{height:58px;margin:-19px -20px 0;display:grid;place-items:center;touch-action:none;-webkit-user-select:none;user-select:none}.grabber{width:38px;height:4px;border-radius:5px;background:#d2cec4;padding:10px 24px;background-clip:content-box;box-sizing:content-box}.modal-close{position:absolute;z-index:1;right:17px;top:20px;width:34px;height:34px;border:0;border-radius:50%;background:#eeebe3;color:#6d6a62;display:grid;place-items:center}.modal-title{touch-action:none;-webkit-user-select:none;user-select:none}.modal-title>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--green);font-weight:800}.modal-title h2{font-size:23px;letter-spacing:-.035em;margin:4px 42px 7px 0}.modal-title p{font-size:12px;color:var(--muted);margin-bottom:17px}.success-orb,.pause-orb{width:55px;height:55px;border-radius:18px;background:var(--mint);color:var(--green);display:grid;place-items:center;margin-bottom:15px}.pause-orb{background:#dfe8ef;color:#58738a}.field{display:flex;flex-direction:column;gap:7px;margin:13px 0}.field>span{font-size:10px;font-weight:800;color:#747168;text-transform:uppercase;letter-spacing:.06em}.field input,.field select,.field textarea,.split-fields>input,.split-fields>select{width:100%;border:1px solid #ded9ce;background:#fffefb;border-radius:13px;padding:12px 13px;color:var(--ink);outline:none}.field textarea{min-height:84px;resize:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8da58f;box-shadow:0 0 0 3px #64826a1a}.split-fields{display:flex;gap:9px}.split-fields>*{flex:1;min-width:0}.emoji-picker{display:flex;gap:6px;overflow:auto;padding:3px 0 7px}.emoji-picker button{width:42px;height:42px;flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:12px;font-size:20px}.emoji-picker button.selected{border-color:var(--green);background:var(--mint)}.pause-date-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pause-date-fields .field{min-width:0;margin:0}.pause-date-fields input{min-width:0;font-size:12px;padding:11px 8px;-moz-appearance:none;appearance:none;-webkit-appearance:none}@media(max-width:380px){.pause-date-fields{grid-template-columns:1fr}.pause-date-fields input{font-size:14px;padding:12px 13px}}.field-hint{display:block;color:var(--muted);font-size:10px;line-height:1.4;margin-top:7px}.switch-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:16px 0}.switch-row>div{display:flex;flex-direction:column;gap:2px}.switch-row strong{font-size:13px}.switch-row span{font-size:10px;color:var(--muted)}.toggle{width:47px;height:27px;border:0;border-radius:20px;background:#d4d0c7;padding:3px}.toggle i{display:block;width:21px;height:21px;border-radius:50%;background:#fff;transition:.2s}.toggle.on{background:var(--green)}.toggle.on i{transform:translate(20px)}.person-picker{display:flex;gap:8px}.person-picker button{flex:1;border:1px solid var(--line);background:#fff;padding:9px;border-radius:13px;display:flex;align-items:center;gap:7px;font-size:12px}.person-picker button.selected{border-color:#89a088;background:#edf3ea}.modal-sheet .primary-button{margin-top:18px}.complete-chore-button{margin-top:10px}.empty-state{text-align:center;padding:32px 20px;color:var(--muted)}.empty-state>div{width:48px;height:48px;margin:0 auto 10px;border-radius:16px;background:#e8e4da;display:grid;place-items:center}.empty-state h3{font-size:14px;color:var(--ink);margin-bottom:5px}.empty-state p{font-size:11px}.toast{position:fixed;left:50%;bottom:calc(18px + var(--app-safe-bottom));transform:translate(-50%);width:min(480px,calc(100% - 32px));background:#343630;color:#fff;padding:12px 14px;border-radius:13px;display:flex;justify-content:space-between;align-items:center;z-index:80;font-size:12px;box-shadow:0 8px 30px #0003}.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.splash h1{font-size:20px;margin:14px}.logo-mark{width:58px;height:58px;border-radius:20px;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px #344c3c33}.loader{width:22px;height:22px;border:2px solid #d5d1c7;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:521px){body{border-left:1px solid #e4dfd4;border-right:1px solid #e4dfd4}.app-shell{box-shadow:0 0 50px #3c372d0f}}.home-chore-complete{border:1px solid #d4d1c8;background:transparent}.home-chore-complete:active{background:#f1efe9}
