:root{--ink:#28243b;--muted:#77738c;--purple:#6c55e8;--purple-deep:#4d3ec7;--purple-light:#f0edff;--orange:#ff9851;--green:#36b881;--blue:#3b82f6;--line:#eae7f2;--bg:#f8f7fc;--white:#fff;--danger:#e05252}*{box-sizing:border-box}html{touch-action:manipulation}body{margin:0;background:linear-gradient(180deg,#fbfaff 0%,var(--bg) 360px);color:var(--ink);font-family:Nunito,system-ui,sans-serif;touch-action:pan-y;overscroll-behavior-y:contain}.topbar{height:74px;padding:0 max(24px,calc((100vw - 1180px)/2));background:#ffffffd9;backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-size:21px;font-weight:800}.brand b{color:var(--purple)}.brand-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--purple);color:white;transform:rotate(-5deg);box-shadow:0 8px 18px #6c55e838}.top-actions{display:flex;align-items:center;gap:12px}.month{font-weight:700;color:var(--muted);text-transform:capitalize}.avatar{width:40px;height:40px;border:0;border-radius:50%;background:#ffdf7c;color:#725217;font-weight:900;font-size:16px;cursor:pointer}.ghost-button,.history-button,.secondary-action,.install-button{border:1px solid var(--line);background:white;color:var(--purple);border-radius:11px;padding:10px 13px;font:800 13px Nunito;cursor:pointer}.history-button{background:var(--purple-light);border-color:transparent}.secondary-action{color:var(--ink)}.install-button{width:40px;height:40px;padding:0;font-size:21px;line-height:1}.install-button:hover{border-color:#bdb4f2;background:var(--purple-light)}main{width:min(1180px,calc(100% - 40px));margin:auto}.hero{margin:34px 0 20px;padding:32px 38px;min-height:190px;border-radius:26px;background:linear-gradient(120deg,#6553df,#8569ee 58%,#ff9851);color:white;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 18px 42px #6c55e82e}.hero:after{content:"";position:absolute;width:310px;height:310px;border:70px solid #ffffff18;border-radius:50%;right:-80px;top:-130px}.eyebrow{margin:0 0 7px;font-size:11px;letter-spacing:1.7px;font-weight:900;color:inherit;opacity:.72}.hero h1{font-size:34px;margin:0 0 8px}.hero p{margin:0;opacity:.86}.sync-status{display:inline-block;margin-top:14px;padding:7px 10px;background:#ffffff1e;border:1px solid #ffffff2b;border-radius:999px;font-weight:800}.hero-badge{z-index:1;width:150px;padding:19px 12px;background:#ffffff1e;border:1px solid #ffffff2b;border-radius:20px;display:grid;place-items:center}.hero-badge span{font-size:32px}.hero-badge strong{font-size:18px}.hero-badge small{opacity:.72}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stats article{min-height:105px;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;align-items:center;gap:15px;position:relative;box-shadow:0 10px 28px #34285b0a}.stat-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;font-weight:900;flex:0 0 auto}.purple{background:var(--purple-light);color:var(--purple)}.orange{background:#fff2e8;color:var(--orange)}.green{background:#e9f9f2;color:var(--green)}.blue{background:#eaf2ff;color:var(--blue)}.stats small{display:block;color:var(--muted);font-weight:700;margin-bottom:4px}.stats strong{display:block;font-size:21px}.stats strong i,.stats article i{font-size:13px;color:var(--muted);font-style:normal}.reward-card{padding-bottom:30px!important}.mini-progress{position:absolute;height:5px;border-radius:4px;background:#e8f6f0;left:20px;right:20px;bottom:13px;overflow:hidden}.mini-progress span{display:block;height:100%;background:var(--green);transition:.3s}.missions-section{margin:38px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-head h2{font-size:26px;margin:0}.selected-child-hint{margin:4px 0 0!important;color:var(--muted);font-weight:700;font-size:13px}.primary{border:0;border-radius:13px;background:var(--purple);color:white;padding:13px 18px;font:800 14px Nunito;box-shadow:0 8px 18px #6c55e82b;cursor:pointer}.primary:hover{background:var(--purple-deep)}.day-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;background:white;border:1px solid var(--line);padding:8px;border-radius:17px;margin-bottom:15px;touch-action:pan-x}.day-tab{border:0;background:transparent;border-radius:12px;padding:10px 5px;color:var(--muted);font:800 13px Nunito;cursor:pointer}.day-tab small{display:block;font-size:10px;margin-top:2px}.day-tab.active{background:var(--purple);color:white}.mission-list{display:grid;gap:10px}.mission{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:15px;background:white;border:1px solid var(--line);border-radius:18px;padding:16px 18px;transition:.2s;box-shadow:0 8px 20px #2b214e08}.mission:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2b214e12}.mission.done{opacity:.68}.mission.done h3{text-decoration:line-through}.task-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--purple-light);font-size:23px}.mission h3{font-size:16px;margin:0 0 3px}.mission p{font-size:12px;color:var(--muted);margin:0}.coins{font-weight:900;color:#d98131;background:#fff4e8;padding:8px 11px;border-radius:10px}.mission-actions{display:flex;align-items:center;gap:8px}.icon-action{width:31px;height:31px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--muted);font:900 15px Nunito;cursor:pointer}.icon-action:hover{color:var(--purple);border-color:#cfc8f7}.icon-action.danger:hover{color:var(--danger);border-color:#f4c5c5}.check{appearance:none;width:29px;height:29px;border:2px solid #d9d5e5;border-radius:9px;cursor:pointer}.check:checked{background:var(--green);border-color:var(--green);position:relative}.check:checked:after{content:"✓";color:white;font-weight:900;position:absolute;left:6px;top:1px}.empty{text-align:center;padding:48px}.empty span{font-size:45px}.empty h3{margin:8px}.empty p{color:var(--muted)}.hidden{display:none!important}dialog{border:0;border-radius:24px;padding:0;width:min(520px,calc(100% - 30px));box-shadow:0 24px 80px #27213a40}dialog::backdrop{background:#241d4180;backdrop-filter:blur(3px)}form,.install-dialog-content{padding:28px}.dialog-head{display:flex;justify-content:space-between;align-items:start}.dialog-head h2{margin:0 0 20px}.close{border:0;background:#f2f0f7;border-radius:10px;width:34px;height:34px;font-size:25px;cursor:pointer}label,legend{font-size:13px;font-weight:800;color:var(--ink)}input,select{width:100%;margin:6px 0 14px;border:1px solid #ddd9e8;border-radius:12px;padding:12px;font:700 14px Nunito;background:white}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:6px}fieldset{border:0;padding:0;margin:4px 0 18px}.weekday-checks{display:flex;gap:6px;margin-top:8px}.weekday-checks label{flex:1}.weekday-checks input{display:none}.weekday-checks span{height:36px;display:grid;place-items:center;border:1px solid #ddd9e8;border-radius:9px;color:var(--muted);cursor:pointer}.weekday-checks input:checked+span{background:var(--purple);border-color:var(--purple);color:white}.submit{width:100%}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);padding:12px 18px;background:#28243b;color:white;border-radius:12px;font-weight:800;opacity:0;pointer-events:none;transition:.25s;z-index:20}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:900px){.stats{grid-template-columns:1fr 1fr}.reward-card{grid-column:auto}.mission{grid-template-columns:auto 1fr}.coins{justify-self:start}.mission-actions{grid-column:2;justify-self:end}}@media(max-width:750px){main{width:min(100% - 24px,1180px)}.topbar{padding:0 15px}.brand span:last-child{display:none}.ghost-button{display:none}.month{display:none}.hero{padding:25px 22px}.hero h1{font-size:27px}.hero-badge{display:none}.stats{grid-template-columns:1fr}.section-head{align-items:center}.day-tabs{overflow-x:auto;grid-template-columns:repeat(7,62px)}.form-row{grid-template-columns:1fr}.dialog-actions{display:grid}.dialog-actions>*{width:100%}input,select{font-size:16px}}

.access-gate{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#f8f6ff 0%,#fff 55%,#fff4e9 100%)}.access-panel{width:min(480px,100%);text-align:center}.access-mark{width:64px;height:64px;margin:0 auto 23px;display:grid;place-items:center;border-radius:20px;background:var(--purple);box-shadow:0 14px 30px #6c55e842;color:white;font-size:30px;transform:rotate(-5deg)}.access-panel h1{margin:0;font-size:32px}.access-copy{margin:10px auto 28px;color:var(--muted);font-weight:700;max-width:330px}.role-options{display:grid;gap:12px}.role-option{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:white;text-align:left;color:var(--ink);font-family:inherit;cursor:pointer;box-shadow:0 10px 26px #33215c0d;transition:transform .2s,border-color .2s,box-shadow .2s}.role-option:hover{transform:translateY(-2px);border-color:#bdb4f2;box-shadow:0 14px 28px #33215c19}.role-option.child:hover{border-color:#ffc190}.role-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:var(--purple-light);color:var(--purple);font-size:21px}.role-option.child .role-icon{background:#fff2e8;color:var(--orange)}.role-option strong,.role-option small{display:block}.role-option strong{font-size:16px}.role-option small{margin-top:2px;color:var(--muted);font-weight:700;font-size:12px}.role-option>b{font-size:22px;color:var(--purple)}.role-option.child>b{color:var(--orange)}.access-link{margin-top:20px;border:0;background:transparent;color:var(--purple);font:800 14px Nunito;text-decoration:underline;cursor:pointer}.selected-role{margin:-8px 0 16px;padding:10px 12px;border-radius:10px;background:var(--purple-light);color:var(--purple);font-size:13px;font-weight:800}

#loginDialog{max-height:calc(100dvh - 24px);overflow-y:auto}.field-hint{display:block;margin:-9px 0 14px;color:var(--muted);font-size:11px;font-weight:700}.auth-feedback{margin:0 0 14px;padding:11px 12px;border:1px solid #f2c9c9;border-radius:10px;background:#fff1f1;color:#a53636;font-size:12px;font-weight:800;line-height:1.35}.auth-feedback[data-type="info"]{border-color:#d4cdfa;background:var(--purple-light);color:var(--purple)}.auth-feedback[data-type="success"]{border-color:#bbe8d5;background:#ebfbf3;color:#217e57}.auth-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);gap:10px;width:100%;margin-top:4px}.auth-actions button{width:100%;min-height:48px;display:grid;place-items:center}.auth-actions .secondary-action{padding-inline:12px}.auth-actions .primary{padding-inline:14px}.auth-actions button:disabled{cursor:wait;opacity:.7}@media(max-width:750px){#loginDialog{width:min(100% - 24px,520px)}#loginDialog form{padding:24px 20px}.auth-actions{grid-template-columns:1fr 1.18fr;gap:9px}.auth-actions>*{width:100%}}

.child-mode .manager-only{display:none!important}.invite-box{margin:2px 0 16px;padding:14px 16px;background:var(--purple-light);border:1px dashed #c8bef7;border-radius:14px}.invite-box small{display:block;color:var(--muted);font-weight:800}.invite-box strong{display:block;margin-top:4px;color:var(--purple);font-size:18px;letter-spacing:.5px}

.compact{padding:10px 13px;font-size:13px}.family-progress{margin-top:22px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 28px #34285b0a}.family-progress-head{display:flex;align-items:start;justify-content:space-between;gap:18px}.family-progress-head h2{margin:0;font-size:22px}.family-progress-head p:not(.eyebrow){margin:5px 0 0;color:var(--muted);font-weight:700}.family-progress-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.children-count{padding:8px 10px;border-radius:10px;background:var(--purple-light);color:var(--purple);font-size:13px;white-space:nowrap}.children-progress-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.child-progress-card{padding:15px;border:1px solid var(--line);border-radius:14px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.child-progress-card:hover,.child-progress-card:focus-visible{border-color:#bdb4f2;box-shadow:0 8px 18px #6c55e814;outline:0;transform:translateY(-1px)}.child-progress-card.selected{border:2px solid var(--purple);padding:14px;background:var(--purple-light)}.child-progress-topline{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px}.child-progress-topline h3{margin:0;font-size:15px}.child-progress-topline p{margin:2px 0 0!important;font-size:11px}.child-progress-topline>strong{color:var(--purple);font-size:16px}.child-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#fff2e8;color:#bd6a26;font-size:12px;font-weight:900}.child-progress-track{height:6px;margin-top:13px;overflow:hidden;border-radius:99px;background:#ece9f7}.child-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--purple)}.child-earned{display:block;margin-top:9px;color:var(--muted);font-size:11px;font-weight:800}.children-progress-empty{display:flex;align-items:center;gap:12px;margin-top:18px;padding:16px;border:1px dashed #c8bef7;border-radius:14px;background:#fbfaff}.children-progress-empty>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--purple-light);color:var(--purple)}.children-progress-empty strong,.children-progress-empty p{display:block;margin:0}.children-progress-empty p{margin-top:2px;color:var(--muted);font-size:12px;font-weight:700}.children-progress-empty code{margin-left:auto;padding:8px 10px;border-radius:9px;background:white;color:var(--purple);font:800 13px Nunito}.task-family-status{min-width:105px;color:var(--muted);font-size:11px;font-weight:800;text-align:right}.dialog-copy{margin:-4px 0 18px;color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}.child-access-hint{margin-top:-3px}.auth-feedback[data-type="success"]{border-color:#bbe8d5;background:#ebfbf3;color:#217e57}

@media(max-width:900px){.children-progress-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:750px){.family-progress{padding:20px 16px}.family-progress-head{display:block}.family-progress-actions{margin-top:14px;justify-content:space-between}.children-progress-list{grid-template-columns:1fr}.children-progress-empty{align-items:flex-start;flex-wrap:wrap}.children-progress-empty code{margin-left:46px}.task-family-status{min-width:0}.mission-actions{width:100%;justify-content:flex-end}}

.child-progress-topline .child-edit{width:30px;height:30px;border:1px solid var(--line);border-radius:9px;background:white;color:var(--purple);font:900 15px Nunito;cursor:pointer}.child-progress-topline .child-edit:hover{border-color:#bdb4f2;background:var(--purple-light)}.code-refresh{margin-top:10px;border:0;background:transparent;color:var(--purple);font:800 12px Nunito;text-decoration:underline;cursor:pointer}

.mission.future{background:#fbfaff}.mission.future .check:disabled{cursor:not-allowed;border-color:#e4e0ec;background:#f6f4fa;opacity:.8}.avatar span{display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:inherit}.avatar img,.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.child-photo-setting{display:flex;align-items:center;gap:15px;margin:0 0 22px}.profile-photo-preview{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:var(--purple-light);color:var(--purple);font-size:23px;font-weight:900}.child-photo-setting strong{display:block;font-size:15px}.photo-picker,.text-action{display:inline-block;margin-top:7px;border:0;background:transparent;color:var(--purple);font:800 12px Nunito;cursor:pointer;text-decoration:underline}.text-action{margin-left:10px;color:var(--muted)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.theme-picker{margin:0 0 20px}.theme-swatches{display:flex;gap:11px;margin-top:10px}.theme-swatch{width:42px;height:42px;border:3px solid transparent;border-radius:50%;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffffa8}.theme-swatch.selected{border-color:var(--ink);box-shadow:0 0 0 3px #eae7f2}.theme-swatch.violet{background:#6c55e8}.theme-swatch.ocean{background:#2878d4}.theme-swatch.berry{background:#df4f83}.theme-swatch.forest{background:#299d70}body[data-child-theme="ocean"]{--purple:#2878d4;--purple-deep:#1d5baf;--purple-light:#eaf4ff}body[data-child-theme="berry"]{--purple:#df4f83;--purple-deep:#b93967;--purple-light:#fff0f5}body[data-child-theme="forest"]{--purple:#299d70;--purple-deep:#1f7956;--purple-light:#e9f8f1}body[data-child-theme="ocean"] .hero{background:linear-gradient(120deg,#2878d4,#4ca9eb 58%,#54c5b2)}body[data-child-theme="berry"] .hero{background:linear-gradient(120deg,#cf4b84,#e779a4 58%,#ffad71)}body[data-child-theme="forest"] .hero{background:linear-gradient(120deg,#299d70,#52bb8f 58%,#f2b451)}@media(max-width:750px){.child-photo-setting{align-items:flex-start}.theme-swatch{width:38px;height:38px}}
