:root{font-family:Noto Sans JP,Yu Gothic UI,Hiragino Sans,system-ui,sans-serif;color:var(--ink);background:#edf2f1;font-synthesis:none;--ink: #123f35;--muted: #687b77;--teal: #168f87;--teal-soft: #e8f5f3;--coral: #f05d60;--line: #dde5e3;--surface: #fff;--surface-raised: #fff;--shopping: #c66f00;--shopping-soft: #fff2d9;--radius: 16px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#edf2f1}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #80c9c3;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{width:min(100%,780px);margin:0 auto;min-height:100dvh;background:var(--surface);position:relative;box-shadow:0 0 30px #123f3512}.app-header{height:78px;padding:max(18px,env(safe-area-inset-top)) 28px 12px;display:flex;align-items:flex-end;justify-content:space-between;background:#fff}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:21px;font-weight:900;letter-spacing:.025em}.brand-logo{width:32px;height:32px;border-radius:9px;object-fit:cover}.sync-state{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--muted)}.sync-state span{display:grid;place-items:center;width:20px;height:20px;border:1.5px solid currentColor;border-radius:50%}.sync-state.offline{color:#a76b27}.app-main{--page-gutter: 28px;padding:22px var(--page-gutter) 112px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:32px}.page-heading h1{margin:0;color:var(--ink);font-size:clamp(28px,7vw,38px);line-height:1.15;letter-spacing:.02em}.page-heading p{margin:10px 0 0;color:var(--muted);font-size:14px}.completion-member-picker{display:flex;align-items:center;gap:8px;margin-top:14px;color:var(--muted);font-size:12px;font-weight:700}.completion-member-picker select{min-height:36px;padding:0 30px 0 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);font-size:14px}.add-button{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border:2px solid var(--teal);border-radius:13px;background:#fff;color:var(--teal);cursor:pointer}.today-heading{align-items:center;margin-bottom:10px}.today-heading .add-button{width:auto;height:42px;display:flex;gap:5px;padding:0 12px;border-width:1.5px;border-radius:999px;font-size:12px;font-weight:800}.today-heading .add-button svg{width:18px}.today-heading+.completion-member-picker{width:fit-content;margin:0 0 18px auto}.fun-growth-card{position:relative;display:flex;align-items:center;min-height:180px;margin:-6px 0 30px;padding:17px 20px 16px;overflow:hidden;border:1px solid #b9ded8;border-radius:22px;background:#e1f4f0;box-shadow:0 10px 24px #123f3517}.fun-growth-copy{position:relative;z-index:1;min-width:0;flex:1}.fun-growth-title-row{display:flex;align-items:center;gap:7px;margin-bottom:4px}.fun-growth-kicker,.fun-growth-level{display:inline-flex;align-items:center;gap:5px;color:#34746b;font-size:9px;font-weight:900;letter-spacing:.05em}.fun-growth-kicker svg{width:13px;height:13px;color:#e29c1c}.fun-growth-level{padding:3px 7px;border-radius:999px;background:#fff;color:var(--teal);letter-spacing:0}.fun-growth-card h2{margin:0;color:var(--ink);font-size:clamp(21px,5.5vw,27px);line-height:1.2}.fun-growth-card p{margin:4px 0 7px;color:#4d6f69;font-size:11px;font-weight:700;line-height:1.45}.fun-growth-score{display:flex;align-items:baseline;gap:2px;margin-bottom:7px;color:#d88f11}.fun-growth-score strong{font-size:26px;line-height:1}.fun-growth-score>span{font-size:16px}.fun-growth-score small{margin-left:5px;color:#4d6f69;font-size:9px;font-weight:800}.fun-growth-progress{width:min(100%,210px)}.fun-growth-progress>div{height:7px;overflow:hidden;border-radius:999px;background:#ffffffd1;box-shadow:inset 0 0 0 1px #168f8724}.fun-growth-progress>div span{display:block;height:100%;border-radius:inherit;background:#e7a328;transition:width .35s ease}.fun-growth-progress small{display:block;margin-top:4px;color:#4d6f69;font-size:9px}.fun-growth-progress small strong{margin:0 2px;color:#b96f00}.fun-growth-card>img{position:relative;z-index:0;width:min(39%,170px);max-height:158px;margin:0 -3px 0 8px;object-fit:contain;filter:drop-shadow(0 8px 8px rgb(18 63 53 / 18%))}.fun-growth-card.theme-rocket{border-color:#304e68;background:#17314a}.fun-growth-card.theme-rocket h2{color:#f2fbff}.fun-growth-card.theme-rocket .fun-growth-kicker,.fun-growth-card.theme-rocket p,.fun-growth-card.theme-rocket .fun-growth-score small,.fun-growth-card.theme-rocket .fun-growth-progress small{color:#b8d1df}.bottom-nav{position:fixed;bottom:0;left:50%;translate:-50% 0;width:min(100%,780px);display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff5;border-top:1px solid var(--line);padding:9px 10px max(9px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20}.bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:54px;padding:5px;border:0;background:none;color:#6c7775;font-size:12px;font-weight:600;cursor:pointer}.bottom-nav button.active{color:var(--teal)}.bottom-nav button.active:before{content:"";position:absolute;top:-10px;width:44px;height:3px;background:var(--teal);border-radius:0 0 4px 4px}.chore-section{position:relative;margin-bottom:24px}.chore-section h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:var(--teal);font-size:17px}.chore-section.overdue h2{width:fit-content;padding:6px 11px;border-radius:999px;background:#b42318;color:#fff;font-size:15px}.chore-section.overdue .chore-copy strong{color:#7a211a}.chore-section.overdue .chore-copy small,.chore-section.overdue .complete-button{color:#b42318}.chore-section.overdue .chore-copy small{font-weight:800}.chore-section.overdue .chore-icon{border-color:#d92d20;color:#c8271c;background:#ffe4e2}.chore-section.week h2,.chore-section.month h2,.chore-section.later h2{width:fit-content;padding:5px 9px;border-radius:8px;font-size:14px}.chore-section.today h2,.chore-section.today .chore-copy small,.chore-section.today .complete-button{color:#c8271c}.chore-section.today .chore-icon{border-color:#e5483f;color:#c8271c;background:#fff0ef}.chore-section.week h2{background:#ffe8a3;color:#745100}.chore-section.week .chore-copy small,.chore-section.week .complete-button{color:#8a5d00}.chore-section.week .chore-icon{border-color:#d89b16;color:#9a6900;background:#fff7d6}.chore-section.month h2,.chore-section.later h2{background:#d8f3df;color:#146c37}.chore-section.month .chore-copy small,.chore-section.later .chore-copy small,.chore-section.month .complete-button,.chore-section.later .complete-button{color:#18723d}.chore-section.month .chore-icon,.chore-section.later .chore-icon{border-color:#37a45e;color:#18723d;background:#ebf9ef}.chore-section.today .chore-row:not(.completed){background:#fff4f3;box-shadow:inset 5px 0 #e5483f}.chore-section.overdue .chore-row:not(.completed){background:#fff0ef;box-shadow:inset 7px 0 #d92d20,inset 0 1px #fecaca,inset 0 -1px #fecaca}.chore-section.week .chore-row:not(.completed){background:#fff9e6;box-shadow:inset 5px 0 #e2a51d}.chore-section.month .chore-row:not(.completed),.chore-section.later .chore-row:not(.completed){background:#f0faf3;box-shadow:inset 5px 0 #32a85b}.chore-section.today .chore-row:not(.completed) .chore-main,.chore-section.overdue .chore-row:not(.completed) .chore-main,.chore-section.week .chore-row:not(.completed) .chore-main,.chore-section.month .chore-row:not(.completed) .chore-main,.chore-section.later .chore-row:not(.completed) .chore-main{padding-left:10px;background:transparent}.chore-row{display:flex;align-items:stretch;min-height:92px;border-bottom:1px solid var(--line)}.chore-row.completed{margin-inline:calc(-1 * var(--page-gutter));padding-inline:var(--page-gutter);border-bottom-color:transparent;background:#eaf2ff;box-shadow:inset 0 1px #b8cff2,inset 0 -1px #b8cff2}.chore-row.completed .chore-main{background:transparent}.chore-row.completed .chore-icon{border-color:#4c83d3;color:#2f68b9;background:#dceaff}.chore-row.completed .chore-copy strong{color:#244f8b}.chore-row.just-saved{border-radius:12px;background:#e5f6f3;box-shadow:0 0 0 3px #b9e5df;animation:saved-highlight .45s ease-out}.chore-row.just-saved .chore-main{border-radius:12px 0 0 12px;background:#e5f6f3}@keyframes saved-highlight{0%{opacity:.55;translate:0 10px}}.chore-main{min-width:0;flex:1;display:grid;grid-template-columns:48px minmax(120px,1fr) minmax(76px,auto);align-items:center;gap:14px;padding:14px 8px 14px 0;border:0;background:#fff;text-align:left;cursor:pointer}.chore-icon,.history-icon,.breakdown-icon{display:grid;place-items:center;width:48px;height:48px;border:1.5px solid var(--teal);border-radius:50%;background:var(--teal-soft);color:var(--teal)}.chore-copy{min-width:0;display:grid;gap:5px}.chore-copy strong{color:var(--ink);font-size:17px;line-height:1.45;overflow-wrap:anywhere;white-space:normal}.chore-copy small{color:var(--teal);font-size:12px}.chore-note{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:11px;font-style:normal;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.effort{display:grid;gap:5px;justify-items:start;color:var(--teal)}.effort-label{color:var(--muted);font-size:9px;white-space:nowrap}.effort-stars{display:flex;gap:1px}.effort-stars i{color:#bdccca;font-size:12px;font-style:normal;line-height:1}.effort-stars i.filled{color:#e7a328}.complete-button{align-self:center;width:46px;height:46px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;background:#fff;color:var(--teal);cursor:pointer;transition:color .15s,background .15s,scale .15s}.complete-button:hover{background:var(--teal-soft);scale:1.04}.chore-section.overdue .complete-button:hover{background:#ffe4e2}.completion-actions{align-self:center;display:flex;align-items:center;gap:6px;margin-left:4px}.completed-mark{width:42px;min-width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#2f6fc5;color:#fff}.undo-button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer}.undo-button:hover{border-color:var(--coral);color:var(--coral);background:#fff8f8}.chore-row.completed .chore-copy small{color:#315f9f;font-weight:700}.empty-state{display:grid;justify-items:center;gap:8px;padding:70px 24px;color:var(--muted);text-align:center}.empty-state svg{width:46px;height:46px;color:var(--teal)}.empty-state h2{margin:8px 0 0;color:var(--ink);font-size:19px}.empty-state p{margin:0;font-size:14px}.today-utilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 22px}.today-utility:only-child,.today-utility[open]{grid-column:1 / -1}.today-utility{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface-raised)}.today-utility>summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 11px;color:var(--ink);font-size:12px;list-style:none;cursor:pointer}.today-utility>summary::-webkit-details-marker{display:none}.today-utility>summary span{display:flex;align-items:center;gap:6px;min-width:0}.today-utility>summary strong{white-space:nowrap}.today-utility>summary span:last-child{color:var(--muted);font-size:12px;font-weight:800}.today-utility>summary svg{width:17px;height:17px;flex:0 0 auto;color:var(--teal)}.today-utility .fun-growth-card{margin:0;border-width:1px 0 0;border-radius:0;box-shadow:none}.supply-card{margin:0;border-color:#e2bd77;border-radius:14px;background:var(--surface-raised);box-shadow:none}.supply-card>summary svg,.supply-card>summary span:last-child{color:var(--shopping)}.supply-card>header{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:14px 16px;background:#fff0cf}.supply-card>header>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#d98718;color:#fff}.supply-card>header svg{width:20px}.supply-card h2{margin:0;color:#5f3c0b;font-size:17px}.supply-card header p{margin:3px 0 0;color:#876834;font-size:10px}.supply-card header>strong{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:#5f3c0b;color:#fff;font-size:12px}.supply-list{display:grid}.supply-item{display:grid;gap:11px;padding:15px 16px;border-top:1px solid #ead9b8}.supply-item-main{display:flex;align-items:center;gap:11px}.supply-status-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff0cf;color:#b56c0c}.supply-item-main>div{min-width:0;display:grid;gap:3px}.supply-item-main strong{overflow-wrap:anywhere;color:var(--ink);font-size:15px}.supply-item-main small{color:#806d4d;font-size:10px}.supply-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.supply-actions button,.purchase-complete{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cdb887;border-radius:10px;background:#fff;color:#625337;font-weight:800;cursor:pointer}.supply-actions button svg,.purchase-complete svg{width:16px}.supply-actions .needs-purchase{border-color:#d98718;background:#d98718;color:#fff}.purchase-reminder-toggle{display:flex;align-items:center;gap:8px;color:#5f3c0b;font-size:12px;font-weight:800}.purchase-reminder-toggle input{width:19px;height:19px;accent-color:#d98718}.purchase-reminder-toggle span{display:flex;align-items:center;gap:5px}.purchase-reminder-toggle svg{width:16px}.purchase-reminder-time{display:grid;gap:5px;color:#806d4d;font-size:11px;font-weight:700}.purchase-reminder-time input{width:100%;padding:10px;border:1px solid #cdb887;border-radius:9px;background:#fff;color:var(--ink);font-size:15px}.purchase-complete{border-color:#3a8578;color:#247064}.history-switch{display:grid;grid-template-columns:1fr 1fr;margin:-8px 0 20px;padding:3px;border:1px solid var(--line);border-radius:12px;background:var(--teal-soft)}.history-switch button{min-height:39px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.history-switch button.selected{background:var(--surface-raised);color:var(--ink);box-shadow:0 2px 8px #123f351a}.purchase-history-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.purchase-history-heading h2{margin:0;font-size:19px}.purchase-history-heading span{color:var(--muted);font-size:12px;font-weight:800}.purchase-history-list{border-top:1px solid var(--line)}.purchase-history-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:78px;padding:10px 0;border-bottom:1px solid var(--line)}.purchase-history-row>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--shopping);border-radius:50%;color:var(--shopping);background:var(--shopping-soft)}.purchase-history-row>span svg{width:19px}.purchase-history-row>div{min-width:0;display:grid;gap:4px}.purchase-history-row>div:last-child{justify-items:end;text-align:right}.purchase-history-row strong{overflow-wrap:anywhere;font-size:14px}.purchase-history-row small,.purchase-history-row time{color:var(--muted);font-size:10px}.toast{position:fixed;left:50%;bottom:92px;translate:-50% 0;width:min(calc(100% - 32px),520px);display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid #34786a;border-radius:14px;background:#123f35;color:#fff;box-shadow:0 12px 28px #00000059;z-index:35;animation:toast-in .22s ease-out}.toast button{border:0;background:none;color:#8ce1da;font-weight:800;cursor:pointer}.toast-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}@keyframes toast-in{0%{opacity:0;translate:-50% 12px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:end center;background:#0e231f73;z-index:50}.modal{width:min(100%,620px);max-height:94dvh;overflow-y:auto;padding:22px 24px max(28px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -14px 50px #00000029}.modal>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal h2{margin:0;font-size:22px}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:var(--teal-soft);color:var(--ink);cursor:pointer}.icon-button:hover{border-color:var(--teal);color:var(--teal)}.editor-form{display:grid;gap:20px}.editor-form label,.settings-section label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:700}.editor-form input,.editor-form textarea,.editor-form select,.settings-section input,.select-control select{width:100%;padding:12px 13px;border:1px solid #bdccca;border-radius:10px;background:#fff;color:var(--ink);font-size:16px}.editor-form textarea{min-height:74px;resize:vertical}.editor-form fieldset{margin:0;padding:0;border:0}.editor-form legend{margin-bottom:9px;font-size:13px;font-weight:700}.editor-form .check-row{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--teal-soft);cursor:pointer}.editor-form .check-row input{width:20px;height:20px;margin:1px 0 0;padding:0;accent-color:var(--teal)}.editor-form .check-row span{display:grid;gap:4px}.editor-form .check-row small{color:var(--muted);font-weight:500;line-height:1.5}.icon-picker,.point-picker{display:flex;flex-wrap:wrap;gap:9px}.icon-picker button,.point-picker button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #bdccca;border-radius:10px;background:#fff;cursor:pointer}.icon-picker button.selected{border-color:var(--teal);background:var(--teal);color:#fff}.more-icons{margin-top:10px}.more-icons summary{width:fit-content;padding:7px 0;color:var(--teal);font-size:12px;font-weight:800;cursor:pointer}.more-icons .icon-picker{padding-top:7px}.point-picker{gap:5px}.point-picker button{width:48px;height:48px;border:0;background:transparent;color:#bdccca;font-size:32px;line-height:1}.point-picker button.filled{color:#e7a328}.point-picker button:hover{background:#fff8e8}.point-picker button:focus-visible{border-radius:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{position:relative}.form-grid label small{position:absolute;right:12px;bottom:14px;color:var(--muted)}.modal-actions{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.primary-button,.secondary-button,.inline-input button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--teal);border-radius:10px;background:var(--teal);color:#fff;font-weight:800;cursor:pointer}.primary-button.wide{width:100%}.secondary-button{background:#fff;color:var(--teal)}.danger-link{border:0;background:none;color:#c84d50;cursor:pointer}.select-control{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:0 12px;border:1px solid var(--line);border-radius:12px}.select-control select{border:0}.history-filters{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:8px}.history-filters .select-control{min-width:0;margin-bottom:16px;padding:0 7px}.history-list{border-top:1px solid var(--line)}.history-row{display:grid;grid-template-columns:44px 1fr auto 112px;align-items:center;gap:12px;min-height:78px;border-bottom:1px solid var(--line)}.history-icon{width:40px;height:40px}.history-row>div{display:grid;gap:4px}.history-row strong,.breakdown-row>strong{min-width:0;font-size:15px;line-height:1.45;overflow-wrap:anywhere}.history-row small{color:var(--muted);font-size:11px}.history-note{display:-webkit-box;margin:1px 0 0;overflow:hidden;color:var(--ink);font-size:11px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.history-points{display:grid;gap:3px;text-align:right;font-size:12px;font-weight:800}.history-points em{color:#a76b27;font-size:9px;font-style:normal}.row-action{width:34px;height:34px;display:grid;place-items:center;border:0;background:none;color:#9aaaa7;cursor:pointer}.history-actions{display:flex}.history-undo{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:0 7px;border:1px solid #d6a0a1;border-radius:8px;background:none;color:#b44f52;font-size:10px;font-weight:800;white-space:nowrap;cursor:pointer}.segmented{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:26px;border:1.5px solid var(--ink);border-radius:10px;overflow:hidden}.segmented button{min-height:44px;border:0;border-right:1px solid var(--ink);background:#fff;cursor:pointer}.segmented button:last-child{border-right:0}.segmented button.selected{background:var(--ink);color:#fff}.segmented.schedule-mode{grid-template-columns:repeat(2,1fr);margin-bottom:8px}.field-help{display:block;color:var(--muted);line-height:1.5}.date-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;margin:-10px 0 24px}.date-range label{display:grid;gap:6px;color:var(--muted);font-size:11px}.date-range input{min-width:0;width:100%;padding:10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink)}.date-range>span{padding-bottom:11px;color:var(--muted)}.chart-legend{display:flex;justify-content:center;gap:22px;margin-bottom:10px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:11px;height:11px}.count-color,.count-bar{background:#145c45}.point-color,.point-bar{background:#69aaa5}.member-chart{margin-bottom:34px}.member-bars{display:grid;grid-template-columns:90px 1fr;gap:15px;align-items:center;min-height:94px;border-bottom:1px solid var(--line)}.member-label{display:grid;gap:4px}.member-label small{color:var(--muted);font-size:10px}.bars{display:grid;gap:8px}.bars>div{display:flex;align-items:center;gap:8px;min-width:0}.bars span{display:block;height:15px;min-width:3px;border-radius:0 3px 3px 0}.bars b{font-size:11px;white-space:nowrap}.breakdown h2,.settings-section h2{margin:0 0 16px;font-size:19px}.breakdown-row{display:grid;grid-template-columns:44px minmax(100px,1fr) minmax(120px,1.5fr);gap:10px;align-items:center;min-height:80px;border-bottom:1px solid var(--line)}.breakdown-icon{width:40px;height:40px}.mini-bars{display:grid;grid-template-columns:1fr auto;gap:5px 7px;align-items:center}.mini-bars span{height:9px;min-width:3px}.mini-bars small{font-size:10px}.analytics-note{color:var(--muted);font-size:11px;line-height:1.7}.settings-section{padding:22px 0;border-top:1px solid var(--line)}.settings-section h2{display:flex;align-items:center;gap:9px}.settings-section h2 svg{width:20px;color:var(--teal)}.settings-section>p,.settings-section li{color:var(--muted);font-size:13px;line-height:1.7}.settings-section label+label{margin-top:16px}.fun-theme-options{display:grid;gap:10px;margin:16px 0 10px}.fun-theme-options button{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:13px;width:100%;min-height:82px;padding:9px 14px;border:1.5px solid var(--line);border-radius:16px;background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.fun-theme-options button.selected{border-color:var(--teal);background:var(--teal-soft);box-shadow:0 0 0 2px #168f871f}.fun-theme-options button img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 5px 4px rgb(18 63 53 / 16%))}.fun-theme-options button>span:last-child{display:grid;gap:5px}.fun-theme-options button strong{font-size:15px}.fun-theme-options button small,.fun-theme-note{color:var(--muted);font-size:11px;line-height:1.5}.fun-theme-none{display:grid;place-items:center;width:54px;height:54px;margin:auto;border-radius:50%;background:#eef2f1;color:var(--muted)}.fun-theme-none svg{width:24px}.fun-theme-note{display:block}.inline-input{display:flex;gap:8px}.inline-input button{min-height:42px}.member-list{display:grid;margin:16px 0}.member-list>div{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-height:52px;border-bottom:1px solid var(--line)}.member-list span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;font-size:12px;font-weight:800}.member-list small{color:var(--muted)}.suggestion-list{display:grid;border-top:1px solid var(--line)}.suggestion-list>div{display:grid;grid-template-columns:36px minmax(0,1fr) 38px 38px;align-items:center;gap:7px;min-height:56px;border-bottom:1px solid var(--line)}.suggestion-list strong{min-width:0;overflow-wrap:anywhere;font-size:14px}.suggestion-list input{min-width:0;padding:9px 10px;font-size:15px}.suggestion-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--teal-soft);color:var(--teal)}.mini-action{display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted);cursor:pointer}.mini-action svg{width:17px}.mini-action.confirm{color:var(--teal)}.mini-action.delete{color:#b44f52}.empty-candidates{padding:14px;border-radius:10px;background:var(--teal-soft)}.sub-setting{margin:18px 0;padding:16px;border-radius:14px;background:var(--teal-soft)}.sub-setting h3{display:flex;align-items:center;gap:8px;margin:0 0 6px;color:var(--ink);font-size:15px}.sub-setting h3 svg{width:18px;color:var(--teal)}.sub-setting p{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.6}.collapsible-setting>summary{display:flex;align-items:center;justify-content:space-between;min-height:44px;color:var(--ink);font-size:17px;font-weight:800;cursor:pointer;list-style:none}.collapsible-setting>summary::-webkit-details-marker{display:none}.collapsible-setting>summary span{display:flex;align-items:center;gap:9px}.collapsible-setting>summary svg{width:20px;color:var(--teal)}.collapsible-setting>summary>svg{transition:transform .2s ease}.collapsible-setting[open]>summary>svg{transform:rotate(180deg)}.details-content{padding-top:16px}.details-content>p{color:var(--muted);font-size:13px;line-height:1.7}.danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid #c84d50;border-radius:10px;background:#c84d50;color:#fff;font-weight:800;cursor:pointer}.invite-link-box{display:grid;gap:8px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--teal-soft)}.invite-link-box label{display:grid;gap:7px;font-size:12px;font-weight:800}.invite-link-box input{width:100%;padding:10px;border:1px solid var(--teal);border-radius:9px;background:var(--surface);color:var(--ink);font-size:13px}.invite-link-box small{color:var(--muted);line-height:1.6}.invite-copy-button{width:100%}.connection-card{display:flex;gap:12px;padding:16px;border:1px solid #e4d4b5;border-radius:12px;background:#fffaf1}.connection-card.connected{border-color:#b9dcd8;background:#f3fbfa}.connection-card svg{flex:0 0 auto;color:#a76b27}.connection-card.connected svg{color:var(--teal)}.connection-card strong{font-size:14px}.connection-card p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.inline-message{position:sticky;bottom:88px;padding:13px 16px;border:1px solid #34786a;border-radius:12px;background:#123f35;color:#fff;box-shadow:0 10px 24px #0000004d;font-size:13px}.danger-zone{margin-top:16px}.auth-screen{min-height:100dvh;display:grid;place-items:center;padding:28px 20px;background:#edf2f1}.auth-card{width:min(100%,440px);padding:34px 30px;border-radius:24px;background:var(--surface);box-shadow:0 22px 60px #123f351f}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:34px;color:var(--ink);font-size:20px;letter-spacing:.04em}.auth-card h1{margin:0 0 16px;color:var(--ink);font-size:clamp(30px,8vw,42px);line-height:1.25}.auth-card>p{margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.8}.auth-card form,.auth-card label{display:grid;gap:10px}.auth-card label{color:var(--ink);font-size:13px;font-weight:700}.auth-card label svg{vertical-align:middle;margin-right:6px;color:var(--teal)}.auth-card input{width:100%;min-height:48px;padding:0 13px;border:1px solid #bdccca;border-radius:10px;background:var(--surface);color:var(--ink);font-size:16px}.auth-card .primary-button{margin-top:8px}.auth-card .secondary-button{width:100%;margin-top:10px}.auth-card a.secondary-button{text-decoration:none}.auth-card>small{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;color:var(--muted);font-size:11px}.auth-message{margin-top:16px;padding:12px 14px;border-radius:10px;background:var(--teal-soft);color:var(--ink);font-size:13px;line-height:1.6}.loading-spinner{width:30px;height:30px;margin:0 auto 16px;border:3px solid var(--line);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{rotate:360deg}}@media(min-width:700px){.app-main{--page-gutter: 54px;padding:34px var(--page-gutter) 120px}.app-header{padding-left:54px;padding-right:54px}.modal-backdrop{place-items:center}.modal{border-radius:24px}.fun-theme-options{grid-template-columns:1fr 1fr}.fun-theme-options button:last-child{grid-column:1 / 3}}@media(max-width:480px){.app-header{padding-left:20px;padding-right:20px}.app-main{--page-gutter: 20px;padding:24px var(--page-gutter) 104px}.chore-main{grid-template-columns:44px minmax(92px,1fr) 72px;gap:9px}.chore-icon{width:42px;height:42px}.effort-label{font-size:9px}.effort-stars i{font-size:11px}.complete-button{width:42px;height:42px}.completed-mark{width:42px;min-width:42px}.undo-button{width:34px;height:34px}.page-heading{margin-bottom:26px}.fun-growth-card{min-height:170px;margin-inline:-4px;padding:16px 14px 15px;border-radius:20px}.fun-growth-card p{max-width:170px}.fun-growth-card>img{width:37%;max-height:142px;margin-right:-7px}.history-filters{grid-template-columns:1fr 1fr}.history-filters .select-control:last-child{grid-column:1 / 3}.history-row{grid-template-columns:40px 1fr auto 104px;gap:8px}.breakdown-row{grid-template-columns:40px 105px 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--ink: #f4f8fb;--muted: #b5c3cf;--teal: #48d7d0;--teal-soft: #10343b;--coral: #ff7275;--line: #294155;--surface: #091725;--surface-raised: #102337;--shopping: #ffad42;--shopping-soft: #3b2a14;background:#06111d}body,.auth-screen{background:#06111d}.app-shell,.app-header,.bottom-nav,.chore-main,.complete-button,.undo-button,.add-button,.modal,.editor-form input,.editor-form textarea,.editor-form select,.settings-section input,.select-control select,.icon-picker button,.point-picker button,.segmented button,.auth-card,.auth-card input,.secondary-button,.mini-action{background:var(--surface);color:var(--ink)}.bottom-nav{background:#091725f5}.bottom-nav button{color:#a9b8c5}.bottom-nav button.active{color:var(--teal)}.sync-state{color:#c1ccd5}.page-heading h1,.chore-copy strong,.history-row strong,.settings-section summary,.details-content label{color:var(--ink)}.completion-member-picker select{background:var(--surface-raised);color:var(--ink)}.chore-section.overdue h2{background:#d93843;color:#fff}.chore-section.overdue .chore-copy strong{color:#fff0f1}.chore-section.overdue .chore-copy small,.chore-section.overdue .complete-button{color:#ff9b9f}.chore-section.today h2,.chore-section.today .chore-copy small,.chore-section.today .complete-button{color:#ff9498}.chore-section.today .chore-icon{border-color:#ef6268;color:#ff9498;background:#421b23}.chore-section.week h2{background:#4a3910;color:#ffd96b}.chore-section.week .chore-copy small,.chore-section.week .complete-button{color:#f2c855}.chore-section.week .chore-icon{border-color:#d4a72c;color:#ffd96b;background:#392d12}.chore-section.month h2,.chore-section.later h2{background:#123b29;color:#83e4a3}.chore-section.month .chore-copy small,.chore-section.later .chore-copy small,.chore-section.month .complete-button,.chore-section.later .complete-button{color:#7edc9d}.chore-section.month .chore-icon,.chore-section.later .chore-icon{border-color:#4fc477;color:#83e4a3;background:#133523}.chore-section.today .chore-row:not(.completed){background:#351820;box-shadow:inset 5px 0 #ef6268}.chore-section.overdue .chore-row:not(.completed){background:#3a171d;box-shadow:inset 7px 0 #ff5b61,inset 0 1px #762b34,inset 0 -1px #762b34}.chore-section.week .chore-row:not(.completed){background:#30280f;box-shadow:inset 5px 0 #d4a72c}.chore-section.month .chore-row:not(.completed),.chore-section.later .chore-row:not(.completed){background:#102c20;box-shadow:inset 5px 0 #4fc477}.chore-section.overdue .chore-icon{border-color:#ff686d;color:#ff9b9f;background:#4a1c24}.chore-section.overdue .complete-button:hover{background:#4a1c24}.chore-section.today .complete-button:hover{background:#421b23}.chore-section.week .complete-button:hover{background:#392d12}.chore-section.month .complete-button:hover,.chore-section.later .complete-button:hover{background:#133523}.chore-row.completed{background:#142c4b;box-shadow:inset 0 0 0 1px #315d91}.chore-row.completed .chore-main{background:transparent}.chore-row.completed .chore-icon{border-color:#70a7ee;color:#9bc5ff;background:#17375e}.chore-row.completed .chore-copy strong{color:#e7f1ff}.chore-row.completed .chore-copy small{color:#a9cdff}.chore-row.completed .completed-mark{background:#4d86d4}.chore-row.just-saved,.chore-row.just-saved .chore-main{background:#142c4b}.today-utility{background:var(--surface-raised);border-color:#365067}.today-utility>summary span:last-child{color:#c6d2dc}.supply-card{border-color:#725126}.supply-list,.supply-item{background:#191f29}.supply-item{border-color:#55452e}.supply-status-icon{background:#3b2a14;color:#ffad42}.supply-item-main small,.purchase-reminder-time{color:#d6c29e}.supply-actions button,.purchase-complete,.purchase-reminder-time input{background:#102337;border-color:#6d5a3a;color:#f5ead7}.supply-actions .needs-purchase{background:#d77c0a;border-color:#f09a2b;color:#fff}.purchase-reminder-toggle{color:#ffd18f}.purchase-complete{border-color:#48d7d0;color:#73e3de}.history-switch{background:#0e2031;border-color:#365067}.history-switch button{color:#b5c3cf}.history-switch button.selected{background:#183149;color:#fff;box-shadow:none}.purchase-history-row>span{background:#3b2a14;border-color:#ffad42;color:#ffad42}.segmented button.selected,.primary-button,.inline-input button{background:var(--teal);color:#061b22}.connection-card{background:#2d271d;border-color:#685a3c}.connection-card.connected{background:#102f33;border-color:#2f686c}.fun-growth-card{border-color:#2b6570;background:#10343b;box-shadow:none}.fun-growth-kicker,.fun-growth-card p,.fun-growth-score small,.fun-growth-progress small{color:#c0d4d8}.fun-growth-level,.fun-growth-progress>div{background:#091725}.fun-theme-options button{background:var(--surface-raised);border-color:#365067}.fun-theme-options button.selected{background:#10343b;border-color:var(--teal)}.fun-theme-none{background:#1a3141}.editor-form .check-row,.sub-setting,.invite-link-box,.empty-candidates{background:#102d38}.editor-form input,.editor-form textarea,.editor-form select,.settings-section input,.auth-card input{border-color:#456078}.toast,.inline-message{background:#123d43;border-color:#55bdb8;color:#fff}}
