:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#13291e;background:#f3f6f2;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.app{max-width:1220px;margin:auto;min-height:100vh;padding:24px}header{height:76px;display:flex;align-items:center;justify-content:space-between}h1{font-size:24px;margin:2px 0}.eyebrow{font-size:10px;letter-spacing:.18em;color:#538366;font-weight:800}button{border:0;border-radius:12px;background:#176b45;color:white;padding:12px 17px;font-weight:700;cursor:pointer}button:disabled{opacity:.55;cursor:wait}main{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;height:calc(100vh - 124px)}.chat,aside{background:white;border:1px solid #dfe7df;border-radius:20px;box-shadow:0 8px 35px #173a2420}.chat{display:flex;flex-direction:column;overflow:hidden}.messages{flex:1;overflow:auto;padding:26px}.message{max-width:76%;padding:13px 16px;margin:0 0 15px;border-radius:16px;white-space:pre-wrap;line-height:1.48}.assistant{background:#eef5ef;border-bottom-left-radius:4px}.user{background:#176b45;color:white;margin-left:auto;border-bottom-right-radius:4px}.empty{height:100%;display:grid;place-items:center;color:#789081;text-align:center}form{margin:0 20px 8px;padding:9px;display:flex;gap:9px;border:1px solid #cedbd1;border-radius:16px;background:#fafcf9}textarea{resize:none;border:0;outline:0;flex:1;padding:10px;background:transparent;font:inherit;max-height:120px}#status{min-height:19px;margin:0 28px 10px;color:#9a5327;font-size:13px}aside{padding:22px;height:max-content}.year,.progress>div,dl>div{display:flex;justify-content:space-between;align-items:center}.year{padding-bottom:18px;border-bottom:1px solid #e6ece7}.year strong{font-size:28px}.progress{margin:22px 0}.track{height:8px;background:#e6eee8;border-radius:8px;margin-top:10px;overflow:hidden}.track i{display:block;width:0;height:100%;background:#e6a725;transition:width .3s}dl{margin:0}dl>div{border-top:1px solid #edf0ed;padding:13px 0}dt{color:#698073;font-size:13px}dd{margin:0;font-weight:700}.secondary{width:100%;margin-top:10px;background:#e7f0e9;color:#175d3d}.disclaimer{font-size:11px;line-height:1.5;color:#748177;margin-top:20px}@media(max-width:800px){.app{padding:12px}header{height:70px}main{grid-template-columns:1fr;height:auto}.chat{height:70vh}aside{order:-1}.message{max-width:90%}aside dl{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}}
