:root{--bg:#f7f8f4;--card:#fff;--ink:#24332e;--muted:#718078;--line:#e7ebe5;--green:#7caf73;--green2:#e9f4e5;--yellow:#f7d98a;--blue:#dfeef4;--pink:#f6e2e4;--shadow:0 16px 40px rgba(53,75,58,.08);--radius:24px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif}button{font:inherit;cursor:pointer;border:0}.hidden{display:none!important}.app{min-height:100vh}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:21px}.logo{width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#a8d597,#6eae6d);display:grid;place-items:center;font-size:23px;box-shadow:0 7px 16px #a8d59755}.top-actions{display:flex;align-items:center;gap:12px}.pill{padding:10px 15px;border-radius:999px;background:var(--green2);color:#477044;font-size:13px;font-weight:700}.avatar{width:40px;height:40px;border-radius:50%;background:#f2d4b5;display:grid;place-items:center}.welcome{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:40px 20px;background:radial-gradient(circle at 15% 15%,#e9f5e4 0,transparent 30%),radial-gradient(circle at 90% 80%,#e7f1f6 0,transparent 28%)}.welcome-card{max-width:1060px;width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:35px;align-items:center}.welcome-copy h1{font-size:clamp(38px,5vw,64px);line-height:1.12;margin:18px 0}.welcome-copy p{font-size:18px;color:var(--muted);line-height:1.8;max-width:520px}.eyebrow{color:#60955b;font-weight:800;letter-spacing:.08em;font-size:13px}.entry-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.entry{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;text-align:left;box-shadow:var(--shadow);transition:.2s}.entry:hover{transform:translateY(-4px);border-color:#b8d6ae}.entry .entry-icon{font-size:36px}.entry h3{margin:15px 0 7px}.entry p{font-size:13px!important;line-height:1.6!important;margin:0;color:var(--muted)}.entry strong{display:block;margin-top:18px;color:#5d9259}.welcome-art{min-height:430px;border-radius:36px;background:linear-gradient(160deg,#e6f3df,#fff8e8);position:relative;overflow:hidden;box-shadow:var(--shadow)}.sun{position:absolute;width:130px;height:130px;border-radius:50%;background:#f8d987;right:45px;top:42px}.hill{position:absolute;bottom:-90px;width:115%;height:260px;border-radius:50% 50% 0 0;background:#9bc58b;left:-8%}.hill.two{bottom:-135px;background:#75ad70;left:35%;opacity:.8}.buddy{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);font-size:145px;filter:drop-shadow(0 18px 12px #4d744455);animation:float 4s ease-in-out infinite}@keyframes float{50%{transform:translate(-50%,-57%)}}.bubble{position:absolute;background:#fff;padding:13px 18px;border-radius:18px;box-shadow:var(--shadow);font-weight:700;font-size:14px}.b1{top:125px;left:28px}.b2{bottom:72px;right:25px}.layout{display:flex;min-height:calc(100vh - 76px)}.sidebar{width:245px;background:#fff;border-right:1px solid var(--line);padding:25px 16px;flex-shrink:0}.role-label{font-size:12px;color:var(--muted);padding:0 13px 12px}.nav{display:grid;gap:7px}.nav button{background:transparent;text-align:left;padding:13px 15px;border-radius:14px;color:#66756d;font-weight:650}.nav button.active,.nav button:hover{background:var(--green2);color:#477044}.sidebar-bottom{margin-top:28px;border-top:1px solid var(--line);padding:20px 13px;font-size:13px;color:var(--muted);line-height:1.7}.content{flex:1;padding:34px;max-width:1450px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px}.page-head h1{margin:0 0 8px;font-size:30px}.page-head p{margin:0;color:var(--muted)}.primary{background:#6da568;color:#fff;padding:12px 18px;border-radius:13px;font-weight:750;box-shadow:0 8px 16px #6da56830}.secondary{background:#f0f4ed;color:#55704e;padding:11px 16px;border-radius:13px;font-weight:700}.grid{display:grid;gap:20px}.stats{grid-template-columns:repeat(4,1fr)}.stat,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat{padding:21px}.stat small{color:var(--muted)}.stat strong{font-size:30px;display:block;margin:10px 0 3px}.stat span{font-size:12px;color:#6ca363}.main-grid{grid-template-columns:1.25fr .75fr;margin-top:20px}.card{padding:24px}.card h2{font-size:19px;margin:0 0 18px}.story-card{display:flex;gap:20px;align-items:center;background:linear-gradient(135deg,#f0f7ea,#fffaf0);border:1px solid #e4eddc;border-radius:20px;padding:20px}.story-cover{width:125px;height:145px;border-radius:18px;background:linear-gradient(160deg,#c5e5b7,#f7dc9b);display:grid;place-items:center;font-size:64px;flex-shrink:0}.story-card h3{margin:0 0 8px;font-size:20px}.story-card p{color:var(--muted);font-size:14px;line-height:1.7;margin:0 0 15px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tag{font-size:12px;padding:6px 9px;border-radius:999px;background:#fff;color:#6d8666}.check-list{display:grid;gap:12px}.check{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:15px}.check input{accent-color:#6da568;width:18px;height:18px}.check.done{text-decoration:line-through;color:#94a097;background:#f8fbf6}.progress{height:10px;background:#edf1eb;border-radius:999px;overflow:hidden}.progress i{display:block;height:100%;width:68%;background:#85b878;border-radius:999px}.buddy-card{text-align:center;background:linear-gradient(160deg,#eff7e9,#fff8e8)}.buddy-big{font-size:90px;margin:5px}.energy{font-weight:800;color:#668e5e}.buddy-card p{color:var(--muted);font-size:13px;line-height:1.6}.section-grid{grid-template-columns:repeat(3,1fr)}.library-card{padding:0;overflow:hidden}.library-cover{height:150px;display:grid;place-items:center;font-size:58px}.library-body{padding:18px}.library-body h3{margin:0 0 8px}.library-body p{color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}.child-shell{background:#f5f8f0;min-height:calc(100vh - 76px);padding:25px;max-width:1200px;margin:auto}.child-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.child-greeting h1{margin:0 0 7px;font-size:30px}.child-greeting p{margin:0;color:var(--muted)}.switch{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:13px;color:#55704e;font-weight:700}.child-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.child-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:25px;box-shadow:var(--shadow)}.child-card h2{margin:0 0 18px}.today-story{background:linear-gradient(135deg,#e4f2dc,#fff1c9);min-height:270px;display:flex;align-items:center;gap:20px}.today-story .emoji{font-size:105px}.today-story h2{font-size:26px}.today-story p{color:#657568;line-height:1.7}.child-action{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line)}.child-action:last-child{border:0}.action-left{display:flex;gap:13px;align-items:center}.action-icon{width:43px;height:43px;border-radius:14px;background:var(--green2);display:grid;place-items:center;font-size:22px}.done-btn{padding:9px 13px;border-radius:12px;background:#edf5e9;color:#56834e;font-weight:750}.done-btn.done{background:#6da568;color:white}.mini-buddy{display:flex;align-items:center;gap:17px}.mini-buddy .face{font-size:70px}.badge-row{display:flex;gap:10px;flex-wrap:wrap}.badge{width:62px;height:62px;border-radius:20px;background:#fff6d9;display:grid;place-items:center;font-size:28px}.modal-back{position:fixed;inset:0;background:#24332e66;display:grid;place-items:center;padding:20px;z-index:30}.modal{background:#fff;border-radius:28px;max-width:650px;width:100%;padding:28px;box-shadow:0 25px 80px #24332e40}.modal-head{display:flex;justify-content:space-between;align-items:center}.close{background:#f1f4ef;border-radius:50%;width:35px;height:35px}.story-page{background:#f7fbf2;border-radius:20px;padding:25px;margin:18px 0;min-height:210px}.story-page .big{font-size:55px}.story-page h3{font-size:22px}.story-page p{line-height:1.9;color:#5e7064}.modal-foot{display:flex;justify-content:space-between;align-items:center}.toast{position:fixed;right:22px;bottom:22px;background:#24332e;color:#fff;padding:14px 18px;border-radius:14px;display:none;z-index:50}.toast.show{display:block}
@media(max-width:950px){.sidebar{width:205px}.content{padding:24px}.stats{grid-template-columns:repeat(2,1fr)}.main-grid,.child-grid{grid-template-columns:1fr}.welcome-card{grid-template-columns:1fr}.welcome-art{min-height:320px}.section-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.topbar{padding:0 16px;height:66px}.brand{font-size:17px}.top-actions .pill{display:none}.layout{display:block}.sidebar{width:100%;padding:10px 12px;border-right:0;border-bottom:1px solid var(--line);overflow:auto}.role-label{display:none}.nav{display:flex;gap:5px;overflow:auto}.nav button{white-space:nowrap;padding:10px 12px;font-size:13px}.sidebar-bottom{display:none}.content{padding:18px 14px}.page-head h1{font-size:25px}.page-head{align-items:center}.page-head .primary{padding:10px 12px;font-size:13px}.stats{gap:10px}.stat{padding:15px}.stat strong{font-size:24px}.card{padding:17px}.story-card{align-items:flex-start;padding:15px}.story-cover{width:92px;height:110px;font-size:45px}.story-card h3{font-size:17px}.section-grid{grid-template-columns:1fr}.child-shell{padding:15px}.child-top{align-items:flex-start}.child-greeting h1{font-size:25px}.today-story{display:block;text-align:center}.today-story .emoji{font-size:75px}.entry-cards{grid-template-columns:1fr}.welcome-art{min-height:300px}.buddy{font-size:110px}}
