@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');:root{--ink:#17251e;--muted:#7c8a81;--line:#e5ebe6;--paper:#fbfcfa;--green:#b7dc4d;--dark:#24362b;--cream:#f1f4eb}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,'Noto Sans SC',sans-serif}.shell{display:flex;min-height:100vh}.sidebar{width:248px;background:#f0f3ed;border-right:1px solid var(--line);padding:30px 20px 24px;display:flex;flex-direction:column}.brand{display:flex;gap:11px;align-items:center;margin:0 10px 42px}.brand-mark{width:35px;height:35px;background:var(--dark);color:var(--green);display:grid;place-items:center;border-radius:10px;font-weight:800;font-size:18px}.brand strong{display:block;font-size:15px}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.new-week{border:0;background:var(--green);color:var(--dark);border-radius:9px;padding:13px 14px;font-weight:800;text-align:left;font:inherit;cursor:pointer;margin-bottom:32px}.side-label,.eyebrow,.hero-kicker,.section-number{font:500 10px 'DM Mono',monospace;letter-spacing:1.5px;color:#94a097}.side-label{margin:0 10px 12px}#weekList{display:flex;flex-direction:column;gap:5px}.week-item{border:0;background:transparent;text-align:left;padding:12px 11px;border-radius:8px;color:var(--muted);font:inherit;cursor:pointer}.week-item strong{display:block;font-size:13px;color:inherit}.week-item small{font-size:10px}.week-item.active{background:#fff;color:var(--ink);box-shadow:0 4px 14px #273c2310}.sidebar-foot{margin-top:auto;color:#a0aaa2;font-size:11px;line-height:1.7;padding:0 10px}.main{max-width:1250px;flex:1;padding:48px 6vw 80px}.topbar{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.eyebrow{margin-bottom:12px}.topbar h1{font-size:32px;letter-spacing:-1.5px;margin:0 0 6px}.topbar p{margin:0;color:var(--muted);font-size:13px}.header-actions{display:flex;gap:10px;align-items:center;padding-top:11px}.save-state{font-size:11px;color:#7b9580;margin-right:7px}.outline,.primary{border-radius:8px;padding:11px 15px;font:600 12px Manrope,'Noto Sans SC',sans-serif;cursor:pointer}.outline{border:1px solid #d9e2da;background:white;color:var(--ink)}.primary{border:0;background:var(--dark);color:white}.primary span{color:var(--green);font-size:15px;margin-left:5px}.hero{margin-top:46px;background:var(--cream);border-radius:16px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;gap:30px}.hero h2{font-size:24px;letter-spacing:-1.1px;margin:11px 0 9px}.hero p{color:#78857d;font-size:13px;margin:0}.progress-card{width:290px;background:#fff;border-radius:11px;padding:18px 20px}.progress-head,.progress-foot{display:flex;justify-content:space-between;align-items:center}.progress-head{font-size:11px;color:var(--muted)}.progress-head strong{font-size:19px;color:var(--ink)}.progress-track{height:7px;border-radius:10px;background:#eef1eb;margin:16px 0 11px;overflow:hidden}.progress-track i{display:block;height:100%;width:0;background:var(--green);border-radius:10px;transition:width .3s}.progress-foot{font-size:10px;color:#a0aaa2}.workspace{margin-top:48px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading>div{display:flex;align-items:center;gap:14px}.section-heading h3{font-size:18px;margin:0}.section-tip{color:#a0aaa2;font-size:11px}.days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.day-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;min-height:190px;transition:.2s}.day-card:focus-within{border-color:#b7d76c;box-shadow:0 5px 20px #36532b0c}.day-card.today{border-color:#c7df91}.day-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.day-name{font-size:13px;font-weight:800}.day-date{font:11px 'DM Mono',monospace;color:#96a198}.today-badge{font-size:9px;background:#edf7d8;color:#63822a;border-radius:4px;padding:3px 6px;margin-left:7px}.day-card textarea{width:100%;resize:vertical;min-height:78px;border:0;outline:0;background:transparent;font:13px/1.7 'Noto Sans SC',sans-serif;color:var(--ink);padding:0}.day-card textarea::placeholder{color:#b7c0b9}.toast{position:fixed;right:28px;bottom:24px;background:var(--dark);color:white;padding:12px 16px;border-radius:8px;font-size:12px;opacity:0;transform:translateY(10px);transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translateY(0)}dialog{border:0;border-radius:14px;width:min(720px,90vw);padding:0;box-shadow:0 24px 80px #15251d35}dialog::backdrop{background:#17251e55}.dialog-head{display:flex;justify-content:space-between;padding:27px 30px 18px}.dialog-head h2{margin:8px 0 0;font-size:22px}.close{border:0;background:#f1f4ef;border-radius:50%;width:30px;height:30px;font-size:20px;color:#778279;cursor:pointer}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;padding:16px 30px 25px}#reportText{display:block;width:calc(100% - 60px);height:410px;margin:0 30px;border:1px solid var(--line);border-radius:8px;background:#fafcf8;padding:16px;font:12px/1.8 'DM Mono','Noto Sans SC',monospace;color:#526258;resize:vertical}@media(max-width:900px){.sidebar{width:200px}.main{padding:34px 28px}.topbar{display:block}.header-actions{margin-top:22px;flex-wrap:wrap}.hero{display:block}.progress-card{width:auto;margin-top:24px}.days{grid-template-columns:1fr}}@media(max-width:600px){.sidebar{display:none}.main{padding:26px 17px 50px}.topbar h1{font-size:28px}.hero{padding:24px}.day-card{padding:16px}}

.weekly-plan{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.weekly-plan-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.weekly-plan-head>div{display:flex;align-items:center;gap:14px}.weekly-plan h3{font-size:18px;margin:0}.weekly-plan textarea{width:100%;min-height:100px;resize:vertical;border:1px solid #edf1ec;border-radius:8px;padding:12px;font:13px/1.7 "Noto Sans SC",sans-serif;color:var(--ink);outline:0}.weekly-plan textarea:focus{border-color:#b7d76c}.primary:disabled{opacity:.7;cursor:wait}.spinner{display:inline-block;width:12px;height:12px;border:2px solid #ffffff66;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin-right:7px;vertical-align:-2px}@keyframes spin{to{transform:rotate(360deg)}}
dialog{max-height:calc(100vh - 32px)}#reportText{max-height:calc(100vh - 220px)}
/* Compact responsive workspace */
.main{padding:28px 4vw 42px}
.hero{margin-top:24px;padding:22px 26px;gap:22px}
.hero h2{font-size:21px;margin:8px 0 6px}
.hero p{font-size:12px}
.progress-card{width:260px;padding:14px 16px}
.progress-track{margin:11px 0 8px}
.workspace{margin-top:26px}
.section-heading{margin-bottom:12px}
.section-heading h3{font-size:16px}
.days{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.day-card{padding:14px 15px;min-height:154px}
.day-head{margin-bottom:8px}
.day-card textarea{min-height:52px;font-size:12px;line-height:1.55}

.weekly-plan{margin-top:12px;padding:14px}
.weekly-plan textarea{min-height:72px;padding:9px;font-size:12px}
@media(max-width:1100px){.main{padding:24px 3vw 38px}.days{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding:20px 23px}.hero h2{font-size:20px}.progress-card{width:235px}}
@media(max-width:700px){.days{grid-template-columns:1fr}.hero{display:block}.progress-card{width:100%;margin-top:16px}.main{padding:20px 16px 34px}}

#savedReportList{margin-bottom:18px}.saved-report{margin-top:5px}.saved-empty{margin:6px 8px 0;color:#9aa59e;font-size:11px;line-height:1.5}

.dialog-tip{margin:6px 0 0;color:var(--muted);font-size:12px}#reportText{cursor:text}

.daily-editor{min-height:125px!important;border:1px solid #dfe8df!important;border-radius:9px;padding:10px!important;background:#fcfdfb!important}.daily-editor:focus{border-color:#9ecb4d!important;box-shadow:0 0 0 3px #b7dc4d22}.saved-reports{margin-top:26px}.saved-report-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.saved-report-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px 14px;text-align:left;color:var(--ink);cursor:pointer}.saved-report-card:hover{border-color:#b7d76c;box-shadow:0 5px 18px #36532b0c}.saved-report-card strong{font-size:12px}.saved-report-card small{font-size:10px;color:var(--muted)}.saved-report-card span{font-size:10px;color:#75963a;margin-top:3px}@media(max-width:1100px){.saved-report-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.saved-report-cards{grid-template-columns:1fr}.daily-editor{min-height:115px!important}}

.saved-reports-top{margin-top:24px;background:var(--cream);border-radius:16px;padding:22px 26px}.saved-reports-top .section-heading{margin-bottom:12px}

#modelSelect{max-width:240px;border:1px solid #d9e2da;border-radius:8px;background:#fff;color:var(--ink);padding:10px 28px 10px 11px;font:600 11px Manrope,"Noto Sans SC",sans-serif;outline:0}#modelSelect:focus{border-color:#9ecb4d}@media(max-width:900px){#modelSelect{max-width:100%;flex:1}}
