:root{color:#302d3d;font-synthesis:none;text-rendering:optimizelegibility;background:#fff7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 0,#ffddecb8,#0000 31%),radial-gradient(circle at 92% 8%,#d3e6ffb8,#0000 28%),linear-gradient(#fffafd,#f8f6ff 62%,#f5fbff);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.app-shell{width:min(1080px,100%);margin:0 auto;padding:18px 18px 60px}.site-header{border-bottom:1px solid #ded7ca;grid-template-columns:1fr auto 1fr;align-items:center;min-height:54px;display:grid}.brand{color:#3d4038;background:0 0;border:0;align-items:center;gap:9px;width:max-content;padding:0;display:flex}.brand>span{color:#fff;background:linear-gradient(135deg,#8b71cf,#ec86b0);border-radius:10px;place-items:center;width:31px;height:31px;font-family:Georgia,serif;font-size:1.05rem;display:grid;box-shadow:0 4px 12px #8467c738}.brand strong{letter-spacing:-.01em;font-size:.88rem}.site-header nav{align-self:stretch;gap:18px;display:flex}.site-header nav button{color:#878478;background:0 0;border:0;padding:0 3px;font-size:.82rem;font-weight:700;position:relative}.site-header nav button.active{color:#7259ad}.site-header nav button.active:after{content:"";background:linear-gradient(90deg,#8467c7,#ef79a8);border-radius:3px 3px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.sync{color:#99958a;background:0 0;border:0;justify-self:end;padding:5px 7px;font-size:.68rem}.auth-message{color:#735b9e;text-align:center;background:#faf4ffe0;border:1px solid #e4d7ef;border-radius:9px;margin:10px 0 -12px;padding:8px 11px;font-size:.72rem}.eyebrow{color:#7a806f;text-transform:uppercase;letter-spacing:.12em;margin:0 0 6px;font-size:.67rem;font-weight:800}h1,h2,p{margin-top:0}h1,h2{letter-spacing:-.035em}.scoreboard{padding:36px 0 30px}.score-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.score-heading h1{margin:0;font-family:Georgia,serif;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:500}.score-heading>span{color:#918d82;padding-bottom:4px;font-size:.74rem}.score-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.score{border:1px solid #e0d9cc;border-top:3px solid var(--child-color);background:#ffffffa6;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:baseline;padding:13px 15px;display:grid;box-shadow:0 3px 18px #3e372b0a}.score .place{width:22px;color:var(--child-color);font-size:.72rem;font-weight:850}.score strong{font-size:.87rem}.score b{color:#2f332c;font-family:Georgia,serif;font-size:1.45rem}.score small{color:#9b978c;grid-column:3;font-size:.61rem}.draw-stage{background:#ffffffc7;border:1px solid #e7dff0;border-radius:24px;place-items:center;min-height:460px;padding:38px 24px;display:grid;box-shadow:0 14px 45px #634c8e17}.draw-ready{text-align:center;width:min(570px,100%)}.person-picker{justify-content:center;gap:10px;margin:15px 0 28px;display:flex}.person-picker button{color:#696b63;background:#fff;border:1px solid #dedbd3;border-radius:999px;align-items:center;gap:8px;min-width:94px;padding:7px 12px 7px 7px;font-size:.83rem;font-weight:700;display:flex}.person-picker button span{width:28px;height:28px;color:var(--child-color);background:color-mix(in srgb, var(--child-color) 12%, white);border-radius:50%;place-items:center;display:grid}.person-picker button.selected{border-color:var(--child-color);color:#30332c;box-shadow:0 0 0 3px color-mix(in srgb, var(--child-color) 12%, transparent)}.draw-button{color:#fff;background:linear-gradient(135deg,#8467c7 0%,#6d8ed1 52%,#e879a9 125%);border:0;border-radius:20px;width:min(460px,100%);padding:25px 24px;transition:transform .15s,box-shadow .15s;box-shadow:0 12px 30px #6e5bb147}.draw-button:hover{transform:translateY(-2px);box-shadow:0 15px 36px #6e5bb157}.draw-button:disabled{box-shadow:none;cursor:default;background:linear-gradient(135deg,#b9b3c8,#aaa6b7);transform:none}.draw-button span{letter-spacing:-.03em;font-family:Georgia,serif;font-size:clamp(1.75rem,6vw,2.4rem);display:block}.draw-button small{color:#f1ecff;margin-top:7px;font-size:.7rem;display:block}.draw-note{color:#a19c91;margin:18px 0 0;font-size:.75rem}.chore-card{background:#fff;border:1px solid #ded9cf;border-radius:22px;grid-template-columns:210px 1fr;width:min(800px,100%);display:grid;overflow:hidden;box-shadow:0 15px 42px #3530271a}.card-art{color:#4d3f65;text-align:center;background:#f5b4ca;align-content:center;min-height:420px;padding:26px;display:grid}.category-bathroom .card-art{color:#315d73;background:#b8e3f3}.category-vacuum .card-art{color:#4f4778;background:#cfc5ee}.category-kitchen .card-art{color:#754f61;background:#ffd0da}.category-organize .card-art{color:#705a3f;background:#f4d8ae}.category-pet .card-art{color:#4f5e78;background:#c9dcf3}.card-art>span{filter:saturate(.75);font-size:4.5rem}.card-art p{text-transform:uppercase;letter-spacing:.11em;margin:22px 0 0;font-size:.72rem;font-weight:800}.card-art.has-image{background:#ddd;min-height:420px;padding:0;position:relative;overflow:hidden}.card-art.has-image img{object-fit:cover;width:100%;height:100%;min-height:420px}.card-art.has-image p{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;background:#302a3aad;border-radius:9px;margin:0;padding:8px 10px;position:absolute;bottom:12px;left:12px;right:12px}.card-body{padding:34px 36px 30px}.card-meta{flex-wrap:wrap;gap:7px;display:flex}.card-meta span{color:#667064;background:#f0f2ec;border-radius:99px;padding:5px 8px;font-size:.68rem;font-weight:760}.card-body h2{margin:17px 0 15px;font-family:Georgia,serif;font-size:clamp(1.7rem,5vw,2.45rem);font-weight:500;line-height:1.07}.card-body ol{color:#62645c;margin:0 0 24px;padding-left:22px;font-size:.86rem;line-height:1.55}.card-body li+li{margin-top:5px}.card-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.card-actions button{border-radius:10px;min-height:42px;font-size:.76rem;font-weight:780}.complete{color:#fff;background:#8066bd;border:0}.effort{color:#6c55a4;background:#f8f4ff;border:1px solid #d8cfea}.effort:disabled{color:#aaa;cursor:default;background:#f5f5f2;border-color:#e1e1db}.quiet{color:#99968e;background:0 0;border:0;grid-column:1/-1}.timer-panel{background:#f5f7f1;border:1px solid #d6ddcf;border-radius:12px;place-items:center;margin:0 0 20px;padding:15px;display:grid}.timer-panel p,.timer-panel small{color:#7d768b;margin:0;font-size:.68rem}.timer-panel strong{color:#765cb1;margin:2px 0;font-family:Georgia,serif;font-size:2.1rem}.timer-panel.finished{background:#fff1f6;border-color:#edb2c8}.timer-panel.finished strong{color:#ba537d}.activity-strip{background:#ffffff7a;border:1px solid #e0d9cc;border-radius:13px;justify-content:space-between;align-items:center;margin-top:16px;padding:15px 18px;display:flex}.activity-strip p{margin-bottom:3px}.activity-strip strong{font-size:.8rem}.activity-strip button{color:#7a806f;background:0 0;border:0;font-size:.72rem;font-weight:700}.manage-page{padding-top:42px}.manage-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.manage-heading h1{margin-bottom:8px;font-family:Georgia,serif;font-size:clamp(2rem,6vw,3.2rem);font-weight:500}.manage-heading>div>p:last-child{color:#7e7e75;max-width:610px;margin:0;font-size:.85rem;line-height:1.5}.add-chore{color:#fff;background:linear-gradient(135deg,#8467c7,#6e8ed0);border:0;border-radius:10px;flex:none;padding:10px 14px;font-size:.76rem;font-weight:800;box-shadow:0 7px 18px #7058aa33}.priority-panel,.library{background:#ffffffb8;border:1px solid #e3dcec;border-radius:16px;margin-bottom:18px;overflow:hidden}.section-title,.library-head{border-bottom:1px solid #ebe4f1;justify-content:space-between;align-items:center;padding:17px 19px;display:flex}.section-title h2,.library-head h2{margin:0;font-size:1.05rem}.section-title>span{color:#fff;background:#8467c7;border-radius:50%;place-items:center;width:27px;height:27px;font-size:.72rem;font-weight:800;display:grid}.priority-list>div{background:#fff;border-bottom:1px solid #eee8f3;grid-template-columns:25px 34px 1fr auto auto;align-items:center;gap:9px;padding:10px 15px;display:grid}.priority-list>div:last-child{border-bottom:0}.priority-list>div.dragging{opacity:.45;background:#f5effb}.drag-grip{cursor:grab;color:#9d92a9!important;background:0 0!important;border:0!important;padding:6px 3px!important;font-size:1rem!important}.mini-icon{font-size:1.1rem}.priority-list strong,.chore-list strong{font-size:.82rem;display:block}.priority-list small,.chore-list small{color:#9a968c;font-size:.65rem}.priority-list button,.chore-list button{color:#7158aa;background:#faf6ff;border:1px solid #ddd3ec;border-radius:7px;padding:6px 8px;font-size:.68rem;font-weight:750}.priority-list button.remove{color:#8d8794;background:0 0;border-color:#0000}.auto-pile{background:#ffffffb8;border:1px solid #dce5f2;border-radius:16px;margin-bottom:18px;overflow:hidden}.auto-chore-list>div,.later-list>div{background:#fff;border-bottom:1px solid #edf0f5;grid-template-columns:25px 30px 1fr auto;align-items:center;gap:9px;padding:10px 15px;display:grid}.auto-chore-list b{color:#a09aaa;font-size:.68rem}.auto-chore-list strong,.later-list strong{font-size:.8rem;display:block}.auto-chore-list small,.later-list small{color:#9992a0;font-size:.64rem}.auto-chore-list button,.later-list button{color:#5475a7;background:#f4f8ff;border:1px solid #d5deec;border-radius:7px;padding:6px 8px;font-size:.66rem;font-weight:750}.later-list summary{color:#81798a;cursor:pointer;background:#faf8fc;padding:12px 16px;font-size:.72rem;font-weight:780}.later-list>div{background:#fcfbfd;grid-template-columns:30px 1fr auto}.assigned-panel{background:#ffffffbd;border:1px solid #ead7e7;border-radius:16px;margin-bottom:18px;overflow:hidden}.assigned-panel>button{width:100%;color:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #f0e5ee;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;padding:11px 15px;display:grid}.assigned-panel>button:last-child{border-bottom:0}.assigned-panel>button:hover{background:#fff9fd}.assigned-panel>button>span{width:34px;height:34px;color:var(--child-color);background:color-mix(in srgb, var(--child-color) 14%, white);border-radius:50%;place-items:center;font-size:.75rem;font-weight:850;display:grid}.assigned-panel strong{font-size:.82rem;display:block}.assigned-panel small{color:#9a8e9b;font-size:.65rem}.assigned-panel b{font-size:1.1rem}.empty-queue{text-align:center;padding:34px}.empty-queue>span{color:#765db0;background:#eee8fb;border-radius:50%;place-items:center;width:38px;height:38px;margin:0 auto 10px;display:grid}.empty-queue strong{font-size:.86rem;display:block}.empty-queue p{color:#9b978d;margin:4px 0 0;font-size:.72rem}.library-head input{background:#fff;border:1px solid #ded6e7;border-radius:8px;outline:0;width:min(240px,42vw);padding:8px 10px;font-size:.75rem}.library-head input:focus{border-color:#9a81cf;box-shadow:0 0 0 3px #8467c71f}.chore-list{grid-template-columns:1fr 1fr;display:grid}.chore-list article{background:#fff;border-bottom:1px solid #eee8f3;border-right:1px solid #eee8f3;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-height:67px;padding:10px 14px;display:grid}.chore-list article:nth-child(2n){border-right:0}.library-icon{background:linear-gradient(135deg,#fff0f6,#eef3ff);border:0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid}.chore-summary{min-width:0;color:inherit;text-align:left;background:0 0;border:0;padding:4px 0}.chore-summary:hover strong{color:#7259ad}.chore-list button.prioritized{color:#fff;background:#8467c7;border-color:#8467c7}.library-icon.has-thumb{overflow:hidden}.library-icon.has-thumb img{object-fit:cover;width:100%;height:100%}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#322b4261;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.timer-sheet{background:#fffaff;border:1px solid #e0d7eb;border-radius:18px;width:min(440px,100%);padding:27px;position:relative;box-shadow:0 22px 70px #372b4f40}.timer-sheet h2{margin-bottom:8px;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.timer-sheet>p:not(.eyebrow){color:#777187;font-size:.78rem;line-height:1.45}.modal-close{color:#87808f;background:#f2edf6;border:0;border-radius:50%;width:31px;height:31px;font-size:1.25rem;position:absolute;top:12px;right:12px}.timer-presets{grid-template-columns:repeat(4,1fr);gap:7px;margin:21px 0 14px;display:grid}.timer-presets button{color:#55505f;background:#fff;border:1px solid #ddd5e8;border-radius:10px;padding:11px 5px;font-size:1rem;font-weight:800}.timer-presets small{color:#9993a0;font-size:.58rem;display:block}.timer-presets button.selected{color:#fff;background:#8467c7;border-color:#8467c7}.timer-presets button.selected small{color:#f0eaff}.timer-sheet label{color:#6d6875;grid-template-columns:1fr 80px;align-items:center;margin-bottom:16px;font-size:.73rem;font-weight:700;display:grid}.timer-sheet input{border:1px solid #ddd6e4;border-radius:7px;width:80px;padding:7px}.primary{color:#fff;background:linear-gradient(135deg,#8467c7,#708ed0);border:0;border-radius:10px;width:100%;padding:11px 14px;font-weight:800}.center-screen{color:#777;text-align:center;place-items:center;min-height:100vh;padding:24px;display:grid}.signin-card{background:#fffdf8;border:1px solid #ded8cc;border-radius:20px;width:min(380px,100%);padding:38px 30px;box-shadow:0 12px 45px #3730261a}.signin-card .big-icon{font-size:3.6rem}.signin-card h1{margin:5px 0 10px;font-family:Georgia,serif;font-size:2.2rem;font-weight:500}.signin-card>p:not(.eyebrow){color:#77776f;margin-bottom:22px;font-size:.85rem;line-height:1.5}.chore-editor{background:#fffaff;border:1px solid #e0d7eb;border-radius:18px;width:min(580px,100%);max-height:calc(100vh - 32px);padding:27px;position:relative;overflow-y:auto;box-shadow:0 22px 70px #372b4f40}.chore-editor h2{margin:0 40px 22px 0;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.chore-editor form{gap:15px;display:grid}.chore-editor label>span{color:#625b6d;justify-content:space-between;margin:0 2px 6px;font-size:.72rem;font-weight:800;display:flex}.chore-editor label small{color:#9c94a5;font-size:.63rem;font-weight:600}.chore-editor input,.chore-editor textarea,.chore-editor select{color:#393440;background:#fff;border:1px solid #ddd5e6;border-radius:9px;outline:0;width:100%}.chore-editor input,.chore-editor select{min-height:42px;padding:8px 10px}.chore-editor textarea{resize:vertical;min-height:145px;padding:11px;line-height:1.5}.chore-editor input:focus,.chore-editor textarea:focus,.chore-editor select:focus{border-color:#9a81cf;box-shadow:0 0 0 3px #8467c71f}.editor-row{grid-template-columns:90px 90px 1fr;gap:10px;display:grid}.editor-actions{grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;margin-top:5px;display:grid}.editor-actions button{border-radius:9px;min-height:39px;padding:8px 12px;font-size:.72rem;font-weight:800}.delete-chore{color:#b45d7b;background:#fff5f8;border:1px solid #edcbd6}.cancel-edit{color:#89828f;background:0 0;border:0}.save-chore{color:#fff;background:linear-gradient(135deg,#8467c7,#6e8ed0);border:0}.recurrence-field>div{grid-template-columns:90px 1fr;align-items:center;gap:10px;display:grid}.recurrence-field p{color:#8a8392;margin:0;font-size:.68rem;line-height:1.4}.assignment-field>small{color:#918999;margin:6px 2px 0;font-size:.66rem;line-height:1.4;display:block}.chore-list article>button:disabled{color:#8f8796;cursor:default;background:#f4f1f5;border-color:#e4dde7}.artwork-field{background:#faf6ff;border:1px solid #e1d8e9;border-radius:13px;grid-template-columns:150px 1fr;gap:15px;padding:13px;display:grid}.artwork-preview{color:#765eaa;background:linear-gradient(135deg,#f7dbea,#dfe9fa);border-radius:10px;place-items:center;min-height:124px;font-size:2.5rem;display:grid;overflow:hidden}.artwork-preview img{object-fit:cover;width:100%;height:100%}.artwork-field>div:last-child>strong{margin:3px 0 5px;font-size:.78rem;display:block}.artwork-field p{color:#847c8d;margin:0 0 10px;font-size:.66rem;line-height:1.45}.upload-button{color:#7258aa;cursor:pointer;background:#fff;border:1px solid #d6c9e4;border-radius:8px;padding:7px 10px;font-size:.68rem;font-weight:800;display:inline-block}.upload-button input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.remove-art{color:#a3697e;background:0 0;border:0;margin-left:5px;padding:7px 8px;font-size:.66rem;font-weight:750}.image-error{color:#b04f6d;margin-top:6px;font-size:.64rem;display:block}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #8467c747}@media (width<=700px){.app-shell{padding:10px 11px 40px}.site-header{grid-template-columns:1fr auto auto}.brand strong{display:none}.site-header nav{gap:12px}.scoreboard{padding:25px 2px 20px}.score-heading h1{font-size:1.45rem}.score-heading>span{display:none}.score-grid{grid-template-columns:repeat(5,minmax(63px,1fr));gap:6px;padding-bottom:3px;overflow-x:auto}.score{text-align:center;grid-template-columns:1fr;min-width:63px;padding:8px}.score .place,.score small{display:none}.score strong{font-size:.67rem}.score b{font-size:1.2rem}.person-picker{flex-wrap:wrap;gap:5px}.draw-stage{border-radius:18px;min-height:440px;padding:24px 12px}.person-picker button{min-width:88px;padding-right:9px}.person-picker button span{width:26px;height:26px}.chore-card{grid-template-columns:1fr}.card-art{text-align:left;grid-template-columns:auto 1fr;align-items:center;gap:16px;min-height:105px;padding:18px 25px}.card-art.has-image{min-height:190px}.card-art.has-image img{min-height:190px;max-height:240px}.card-art>span{font-size:2.8rem}.card-art p{margin:0}.card-body{padding:23px 20px 20px}.card-body h2{font-size:1.75rem}.card-actions{grid-template-columns:1fr}.quiet{grid-column:auto}.manage-page{padding-top:27px}.manage-heading{display:block}.add-chore{width:100%;margin-top:16px}.chore-list{grid-template-columns:1fr}.chore-list article,.chore-list article:nth-child(2n){border-right:0}.priority-list>div{grid-template-columns:20px 30px 1fr auto}.priority-list button:not(.remove){display:none}.priority-list button.remove{grid-column:4}.library-head{gap:12px}.activity-strip{margin-bottom:12px}.chore-editor{padding:23px 18px}.artwork-field{grid-template-columns:1fr}.artwork-preview{max-height:190px}.editor-row{grid-template-columns:1fr 1fr}.editor-row label:last-child{grid-column:1/-1}.editor-actions{grid-template-columns:1fr 1fr}.editor-actions>span{display:none}.delete-chore{order:3;grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
