/* 成长足迹：沿用绘本感，但避免做成“成绩看板”。 */
.history-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:18px 20px;border:2px solid #b8dca9;border-radius:22px;background:linear-gradient(135deg,#edf9e8,#f8fff3 58%,#fff8d9);box-shadow:0 5px 0 #d5eacb}.history-entry-copy{min-width:0}.history-entry h2{margin:3px 0 4px}.history-entry p{margin:0;color:var(--muted);font-size:14px}.history-kicker{display:block;font-size:13px;font-weight:850;letter-spacing:.7px;color:#51734b}.history-open{flex:none;background:#fff;border:2px solid #9fc88d;border-radius:15px;padding:12px 15px;font-weight:850;color:#42643a;box-shadow:0 4px 0 #c3ddb7;white-space:nowrap}.history-shell{width:min(760px,82vw);max-width:100%;padding:5px 2px 8px}.history-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 6px 18px}.history-hero h2,.history-detail-head h2{font-size:27px;margin:5px 0 5px}.history-hero p{margin:0;max-width:570px;color:var(--muted);font-size:14px}.history-hero-icon{display:flex;align-items:center;justify-content:center;flex:none;width:72px;height:72px;border-radius:22px;background:#eef8e8;border:2px solid #b8d9aa;font-size:36px;transform:rotate(4deg)}.history-month,.history-trends,.history-detail-block{background:#fff;border:2px solid #d7e7dd;border-radius:23px;padding:18px;margin-bottom:17px;box-shadow:0 4px 0 #e2eee5}.history-month-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;margin-bottom:13px}.history-month-head h3{text-align:center;margin:0}.history-arrow{width:40px;height:40px;border-radius:13px;border:2px solid #c7dfbc;background:#eff8eb;font-size:28px;line-height:1;color:#527149;box-shadow:0 3px 0 #d5e6cd}.history-weekheads,.history-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.history-weekheads{margin-bottom:6px}.history-weekheads span{text-align:center;color:var(--muted);font-size:12px;font-weight:750}.history-day{min-height:64px;border-radius:14px;padding:7px 5px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#f6faf7;border:1px solid #e2ece5;color:var(--ink)}button.history-day{cursor:pointer}.history-day.empty{background:transparent;border-color:transparent}.history-day.has-record{background:#fff9dd;border:2px solid #ecd98c;box-shadow:0 2px 0 #f0e6bd}.history-day.today{outline:2px dashed #6aa08b;outline-offset:2px}.history-day strong{font-size:14px}.history-day-marks{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3px;margin-top:7px}.history-dot{font-size:10px;font-weight:850;border-radius:8px;padding:1px 4px;line-height:1.5}.history-dot.self{background:#fff0a8;color:#7a581b}.history-dot.help{background:#eaf2f6;color:#55707f}.history-legend{display:flex;justify-content:center;gap:18px;margin-top:13px;color:var(--muted);font-size:12px}.history-legend span{display:flex;align-items:center;gap:6px}.history-legend i{width:9px;height:9px;border-radius:50%;display:inline-block}.history-legend i.self{background:#e9bb42}.history-legend i.help{background:#9db9c7}.history-section-title h3{font-size:20px;margin:2px 0 13px}.history-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.history-summary span{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 5px;border-radius:15px;background:#f2f8f0;color:#587151;font-size:12px}.history-summary span:nth-child(2){background:#eef6fb;color:#526f81}.history-summary span:nth-child(3){background:#fff7df;color:#78652a}.history-summary strong{font-size:22px;line-height:1.2;color:var(--ink)}.history-gentle{margin:10px 0 15px;padding:11px 13px;border-radius:14px;background:#fff9e7;color:#6c6039;font-size:13px}.history-trend-list{display:grid;gap:12px}.history-trend-row{padding:11px 12px;border:1px solid #dfeae2;border-radius:15px;background:#fbfdfb}.history-trend-title{display:flex;justify-content:space-between;gap:10px;align-items:center}.history-trend-title span{font-size:12px;color:var(--muted)}.history-trend-bar{height:9px;border-radius:10px;background:#eaf0ec;overflow:hidden;margin:8px 0 5px}.history-trend-bar span{display:block;height:100%;border-radius:inherit;background:repeating-linear-gradient(120deg,#75ad70 0 8px,#94c78b 8px 16px)}.history-trend-row small{font-size:12px}.history-empty{text-align:center;padding:20px 10px;color:var(--muted);background:#f7fbf7;border-radius:15px}.history-back{margin:4px 0 12px;padding:8px 0;color:#39735c;font-weight:850}.history-detail-head{padding:4px 4px 12px}.history-day-score{display:flex;gap:7px;flex-wrap:wrap}.history-day-score span{padding:5px 9px;border-radius:11px;background:#fff2b8;color:#70531f;font-size:12px;font-weight:750}.history-day-score span:nth-child(2){background:#e9f6e4;color:#4c7044}.history-day-score span:nth-child(3){background:#eef5f8;color:#58717e}.history-detail-block h3{font-size:18px;margin-bottom:12px}.history-detail-tasks{display:grid;gap:9px}.history-detail-task{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border-radius:15px;background:#f7faf8}.history-detail-task strong,.history-detail-task small{display:block}.history-task-no{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #cfe0d3;font-size:13px;font-weight:850}.history-status{font-size:12px;font-weight:800;padding:5px 8px;border-radius:10px;white-space:nowrap}.history-status.self{background:#fff0a8;color:#755719}.history-status.help{background:#e9f2f6;color:#56717e}.history-status.pending{background:#f0f1f1;color:#6d7779}.history-plan{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:13px}.history-plan span{color:#95a4a8}.history-mood{font-size:18px;margin:0}.history-reward-list{display:flex;gap:7px;flex-wrap:wrap}.history-reward-list span{background:#fff0f3;border:1px solid #e9c2cd;border-radius:12px;padding:7px 9px;font-size:13px}.history-footnote{text-align:center;color:var(--muted);font-size:13px;margin:15px 0 2px}
@media(max-width:720px){.history-entry{align-items:flex-start;flex-direction:column}.history-open{width:100%}.history-shell{width:min(88vw,760px)}.history-day{min-height:55px;padding:5px 2px}.history-dot{font-size:9px;padding:1px 3px}.history-summary{grid-template-columns:1fr}.history-trend-title{align-items:flex-start;flex-direction:column;gap:3px}.history-detail-task{grid-template-columns:32px minmax(0,1fr)}.history-status{grid-column:2;justify-self:start}.history-hero-icon{display:none}}
@media(max-width:480px){.history-shell{width:84vw}.history-month,.history-trends,.history-detail-block{padding:13px}.history-weekheads,.history-days{gap:3px}.history-day{min-height:50px;border-radius:10px}.history-day-marks{gap:1px;margin-top:4px}.history-dot{font-size:8px}.history-legend{gap:10px;flex-wrap:wrap}.history-hero h2,.history-detail-head h2{font-size:23px}}
