@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#26342d;background:#f7f9f7;font-synthesis:none;--green:#427a61;--green-dark:#315f4b;--line:#e3e9e5;--muted:#718077}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:#fff;border-right:1px solid var(--line);padding:24px 16px 18px;display:flex;flex-direction:column;z-index:20}.sidebar-top{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;padding:0 8px}.brand-mark{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#e5f0e9;color:var(--green)}.brand strong{font-family:Manrope;font-size:17px;display:block;color:#294d3e}.brand small{font-size:8px;letter-spacing:2.1px;font-weight:700;color:#9a7b48}.school-switch{margin:30px 0 22px;padding:10px;background:#f5f7f5;border:1px solid #edf0ed;border-radius:13px;display:flex;align-items:center;gap:9px}.school-logo{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#d9eadf;color:#396d55;font-weight:700;font-size:12px}.school-switch div{flex:1}.school-switch strong,.profile strong{display:block;font-size:12px}.school-switch small,.profile small{display:block;color:#8c9791;font-size:10px;margin-top:2px}.sidebar nav{display:grid;gap:4px}.sidebar nav button{height:43px;border:0;background:transparent;border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:12px;color:#647169;font-size:13px;font-weight:600;text-align:left}.sidebar nav button:hover{background:#f4f7f5}.sidebar nav button.active{background:#eaf3ed;color:#32664f}.sidebar nav button b{margin-left:auto;background:#dcebe2;color:#2f684c;border-radius:99px;font-size:10px;padding:3px 7px}.sidebar-help{margin-top:auto;background:#f8f6ef;border:1px solid #eee8da;border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px;color:#896c3d}.sidebar-help strong{display:block;font-size:11px}.sidebar-help small{font-size:10px;color:#9a8d74}.profile{margin-top:15px;border-top:1px solid var(--line);padding:16px 6px 0;display:flex;gap:9px;align-items:center}.profile div{flex:1}.avatar,.header-avatar{display:grid;place-items:center;border-radius:50%;background:#dbece3;color:#356b52;font-weight:700}.avatar{width:34px;height:34px;font-size:11px}.mobile-close,.menu-button{display:none}main{margin-left:244px;min-width:0;flex:1}header{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;position:sticky;top:0;z-index:10}.header-context{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#536159}.header-context i{color:#bac2bd}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.header-actions button,.week-head button,.modal-head button{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;color:#66736c}.notification{position:relative}.notification i{position:absolute;width:7px;height:7px;border-radius:50%;background:#d97757;top:7px;right:7px;border:1px solid white}.header-avatar{width:34px;height:34px;font-size:11px}.page{max-width:1380px;margin:auto;padding:36px 42px 50px}.page-title{display:flex;justify-content:space-between;align-items:flex-start}.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:800;color:#8a9a91}.page-title h1,.placeholder h1{font-family:Manrope;margin:8px 0 6px;font-size:27px;letter-spacing:-.6px;color:#26382f}.page-title h1 span{font-size:23px}.page-title p,.section-heading p{margin:0;color:var(--muted);font-size:13px}.button{height:39px;border-radius:10px;padding:0 15px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.button.primary{color:#fff;background:var(--green)}.button.primary:hover{background:var(--green-dark)}.button.primary:disabled{opacity:.45}.button.secondary,.button.ghost{background:#fff;border:1px solid var(--line);color:#516158}.stats{margin:28px 0 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;display:flex;gap:12px;align-items:center}.stat-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:11px}.stat-icon.violet{color:#7557aa;background:#f0eafa}.stat-icon.green{color:#3f8060;background:#e8f3ec}.stat-icon.amber{color:#ae7832;background:#fbf1de}.stat-icon.blue{color:#4c749c;background:#e8f0f7}.stat strong{font-family:Manrope;font-size:18px;display:block}.stat small{color:#89938d;font-size:10px}.content-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.72fr);gap:22px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.section-heading h2,.week-card h2{font-family:Manrope;font-size:16px;margin:0 0 4px}.section-heading button{border:0;background:none;color:var(--green);font-size:11px;font-weight:700;display:flex;align-items:center;gap:3px}.activity-list{display:grid;gap:10px}.activity{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:65px 1fr;transition:.2s}.activity:hover{border-color:#c8d8ce;box-shadow:0 8px 28px #394e420f}.activity-time{border-right:1px solid #edf0ee;position:relative}.activity-time strong{font-family:Manrope;font-size:13px}.activity-time span{position:absolute;right:-4px;top:28px;width:7px;height:7px;border-radius:50%}.activity-time span.purple{background:#8c6ec0}.activity-time span.orange{background:#d6904b}.activity-time span.blue{background:#5a83aa}.activity-main{padding-left:18px}.activity-top{display:flex;justify-content:space-between;gap:15px}.tag,.status,.mini-chips span{display:inline-flex;align-items:center;border-radius:99px;font-size:9px;font-weight:700}.tag{padding:3px 7px}.tag.purple{background:#f1ecf7;color:#785ca4}.tag.orange{background:#fbefe3;color:#a96932}.tag.blue{background:#eaf1f7;color:#527698}.activity h3{font-family:Manrope;font-size:14px;margin:7px 0}.activity-main>p{margin:0;color:#7c8881;font-size:11px}.status{border:1px solid #e7ddd0;color:#a77c4a;padding:4px 8px;height:24px;white-space:nowrap}.status.done{border-color:#d6e7dc;color:#488065;background:#f2f8f4}.activity-bottom{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.mini-chips{display:flex;gap:5px}.mini-chips span{padding:4px 8px;background:#f2f5f3;color:#68766e}.register{border:0;background:none;color:var(--green);font-size:10px;font-weight:800;display:flex;align-items:center;gap:5px}.week-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;height:max-content}.week-head{display:flex;justify-content:space-between}.week-head h2{margin-top:5px}.week-head>div:last-child{display:flex;gap:5px}.week-head button{width:28px;height:28px}.week-head button svg{width:14px}.week-days{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:19px 0}.week-days div{border:1px solid #edf0ee;border-radius:10px;text-align:center;padding:8px 2px;color:#7f8a84}.week-days small,.week-days strong,.week-days span{display:block}.week-days small{font-size:8px;font-weight:700}.week-days strong{font-family:Manrope;font-size:15px;margin:4px}.week-days span{font-size:7px}.week-days div.active{background:var(--green);color:#fff;border-color:var(--green)}.progress-block{border-top:1px solid #edf0ee;padding-top:18px}.progress-block>div:first-child{display:flex;justify-content:space-between;font-size:11px}.progress{height:5px;background:#edf1ee;border-radius:9px;margin:10px 0 7px;overflow:hidden}.progress i{display:block;width:47%;height:100%;background:#6a967d}.progress-block small{font-size:9px;color:#8b9690}.pending-box{display:flex;gap:10px;padding:12px;margin-top:17px;background:#fbf5e9;border-radius:10px}.pending-box>span{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#a87535;background:#f5e8cf}.pending-box strong{font-size:10px}.pending-box p{font-size:9px;color:#8c806c;margin:4px 0}.full-link{width:100%;border:0;border-top:1px solid #edf0ee;background:none;margin-top:17px;padding-top:15px;color:var(--green);font-size:10px;font-weight:800;display:flex;justify-content:center;align-items:center;gap:4px}.modal-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:#1f2b2475;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(580px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 24px 80px #19281f38}.modal-head{padding:24px 26px 19px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.modal-head h2{font-family:Manrope;font-size:19px;margin:6px 0 4px}.modal-head p{font-size:11px;color:var(--muted);margin:0}.modal-head button{border:0;background:#f4f6f4}.modal-body{padding:22px 26px}.modal-body label,.form-grid label{display:block;font-size:10px;font-weight:800;color:#58665e;margin:0 0 7px}.select-field{width:100%;height:42px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:#425048;font-size:12px;margin-bottom:18px}.select-field span{display:flex;align-items:center;gap:7px}.media-drop,.upload-drop{position:relative;width:100%;border:1.5px dashed #cbd9d0;background:#f8faf8;border-radius:12px;min-height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#577164;margin-bottom:18px}.media-drop strong,.upload-drop strong{font-size:11px;margin:7px 0 3px}.media-drop span,.upload-drop span{font-size:9px;color:#89978f}.modal textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;resize:vertical;outline:none;font-size:12px}.modal textarea:focus{border-color:#8dac99}.ai-hint,.privacy-note{display:flex;gap:8px;background:#f1f5fa;color:#58718b;padding:10px;border-radius:9px;font-size:9px;margin:9px 0 18px}.chips{display:flex;gap:6px;flex-wrap:wrap}.chip{border:1px solid var(--line);border-radius:99px;background:#fff;padding:6px 10px;color:#617068;font-size:10px;display:flex;align-items:center;gap:4px}.chip.selected{background:#eaf3ed;border-color:#d8e8dd;color:#3e7459}.modal-actions{padding:16px 26px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px}.upload-drop{min-height:155px}.upload-drop input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.success-state{text-align:center}.success-state>span{width:62px;height:62px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#e6f3ea;color:#3e7d5c}.success-state h3{font-family:Manrope;margin:14px 0 5px}.success-state p{font-size:11px;color:var(--muted);margin-bottom:20px}.analysis-row{display:flex;justify-content:space-between;padding:11px;border-top:1px solid var(--line);font-size:10px;text-align:left}.analysis-row b{color:#4b7f62}.placeholder{text-align:center;padding:12vh 20px}.placeholder>span{width:72px;height:72px;border-radius:20px;background:#e8f2eb;color:#46775f;display:grid;place-items:center;margin:auto}.placeholder p{color:var(--muted);font-size:12px}.placeholder .button{margin-top:14px}.toast{position:fixed;right:28px;bottom:28px;z-index:60;background:#315f4b;color:#fff;border-radius:11px;padding:12px 16px;display:flex;gap:9px;align-items:center;font-size:11px;box-shadow:0 12px 35px #20423138}.menu-shade{display:none}@media(max-width:1050px){.stats{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.week-card{display:none}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:.22s;width:270px}.sidebar.open{transform:translate(0);box-shadow:15px 0 45px #1e30252e}.mobile-close,.menu-button{display:grid;border:0;background:transparent;place-items:center;color:#516158}.menu-shade{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#14231b59;z-index:15}.mobile-close{width:36px;height:36px}.menu-button{margin-right:15px}main{margin-left:0}header{padding:0 17px}.page{padding:24px 17px 38px}.header-context{font-size:11px}.header-actions button:first-child{display:none}.page-title{display:block}.page-title>.button{margin-top:18px}.stats{grid-template-columns:1fr 1fr;gap:9px;margin:22px 0}.stat{padding:13px}.stat-icon{width:34px;height:34px}.stat strong{font-size:15px}.stat small{font-size:8px}.activity{grid-template-columns:48px 1fr;padding:14px}.activity-main{padding-left:13px}.activity-top{display:block}.status{margin-top:6px}.activity-bottom{align-items:flex-end}.mini-chips{flex-wrap:wrap}.page-title h1{font-size:23px}.form-grid{grid-template-columns:1fr}.modal-head,.modal-body{padding-left:20px;padding-right:20px}.modal-actions{padding:14px 20px}.modal-actions .button{flex:1}.toast{left:17px;right:17px;bottom:17px}}
