@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{color-scheme:light;--ink:#213c37;--muted:#71807b;--accent:#245b49;--cream:#f5f5ee;--line:#e0e6dd}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px 'DM Sans',system-ui}aside{width:240px;position:fixed;inset:0 auto 0 0;background:#eef1e8;padding:42px 24px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.brand{display:flex;gap:12px;font-size:25px;color:var(--accent);text-decoration:none;font-family:Manrope}.brand b{font-weight:400}nav{display:grid;gap:8px;margin-top:40px}nav button{text-align:left;background:transparent;color:var(--ink);border:0}nav button.active{background:var(--accent);color:white}.portal{margin-top:auto;color:var(--accent);text-decoration:none}main{max-width:1450px;margin-left:240px;padding:40px 6vw}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}small{letter-spacing:3px;color:var(--muted);font-size:10px}h1{font:800 29px Manrope;margin:8px 0}h2{font:700 30px Manrope;letter-spacing:-1px}h3{font:700 19px Manrope}p{line-height:1.6}.muted{color:var(--muted);font-size:13px}.hero{display:flex;justify-content:space-between;align-items:center;background:#dce9dd;border-radius:24px;padding:32px 40px;margin-bottom:24px}.hero h2{font-size:40px;margin:18px 0}.hero p{max-width:420px;color:#526b5c}.wave{font-size:42px;letter-spacing:5px;color:#3d7259;max-width:40%;overflow:hidden}.pill{display:inline-block;font-size:10px;letter-spacing:2px;padding:8px 12px;border-radius:24px;background:#ffffff8c;color:var(--accent)}article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;margin-bottom:20px}label{display:grid;gap:8px;font-size:13px;font-weight:600;margin-bottom:18px}input,select,textarea{width:100%;padding:13px;border:1px solid #d7dfd7;background:#fbfcf8;border-radius:10px;font:inherit;color:var(--ink)}textarea{resize:vertical;line-height:1.6}input:focus,select:focus,textarea:focus{outline:2px solid #81ab8e;outline-offset:2px}button{border:0;border-radius:11px;background:var(--accent);color:white;font:600 14px 'DM Sans';padding:13px 19px;cursor:pointer}button:hover{filter:brightness(1.08)}button:disabled{opacity:.5;cursor:wait}.quiet{background:#e7ede4;color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.two{display:grid;grid-template-columns:1fr 1fr;gap:20px}footer{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:24px}.section-intro{margin-bottom:25px}.section-intro h2{margin:12px 0}.drop{border:2px dashed #b8ccba;padding:24px;border-radius:16px}.choices{display:flex;gap:20px;flex-wrap:wrap}.choices label{display:flex;align-items:center}.choices input{width:auto}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.card{background:#f3f6ef;padding:20px;border-radius:14px;margin-bottom:15px}.card h3{margin:0 0 8px}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.actions button,.actions a{padding:8px 12px;border-radius:8px;font-size:12px}.actions a{background:#e7ede4;color:var(--ink);text-decoration:none}audio{width:100%;margin-top:15px}progress{width:100%;height:8px;accent-color:var(--accent)}.badge{background:#edf2e7;padding:6px 10px;border-radius:30px;font-size:11px}.job-head{display:flex;justify-content:space-between;gap:10px}.job-head h3{margin:0}.error{color:#a13932;white-space:pre-wrap}.foot{margin-top:40px}#notice:not(:empty){background:#fff1d4;border-radius:12px;padding:16px;margin-bottom:20px}#login{max-width:460px;margin:8vh auto}details{margin-top:10px}summary{cursor:pointer;color:var(--muted);margin-bottom:15px}[hidden]{display:none!important}@media(max-width:900px){aside{width:190px;padding:30px 16px}main{margin-left:190px;padding:30px}.hero{padding:25px}.hero h2{font-size:32px}.wave{display:none}.grid{grid-template-columns:1fr 1fr}.two{grid-template-columns:1fr}}@media(max-width:600px){aside{position:static;width:auto;padding:18px;border:0}.brand{font-size:23px}aside>p,.portal{display:none}nav{margin:15px 0 0;display:flex;gap:4px;overflow:auto}nav button{padding:10px;font-size:12px;white-space:nowrap}main{margin:0;padding:20px}header{margin-bottom:20px}h1{font-size:24px}.hero h2{font-size:29px}article{padding:20px}.grid{grid-template-columns:1fr}footer{align-items:stretch;flex-direction:column}.two{gap:0}}
