:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#203b31;background:#f5f6ee;font-synthesis:none;line-height:1.5;--green:#196343;--muted:#596b60;--line:#dfe6d9}
*{box-sizing:border-box}body{margin:0}header,main{width:min(1180px,calc(100% - 48px));margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:26px 0;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-size:22px;letter-spacing:-.7px}.brand b{font-weight:400;color:var(--green)}.brand-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--green);color:white;font-weight:800}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:750;color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(30px,4vw,46px);letter-spacing:-1.7px;line-height:1.12;margin:14px 0}h2{font-size:22px;letter-spacing:-.6px;margin:0}h3{font-size:18px}p{margin-bottom:14px}.greeting{display:flex;justify-content:space-between;align-items:center;padding:44px 0 24px}.greeting p{color:var(--muted);font-size:17px}.leaf-art{font-size:76px;transform:rotate(-12deg);padding:0 45px}.layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:22px}.primary{display:grid;gap:20px;align-content:start}.card{background:#fffefa;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 4px 18px #25473404}.narrow{max-width:640px;margin:70px auto}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pill{border-radius:20px;background:#edf3e8;padding:6px 12px;font-size:12px;font-weight:650;white-space:nowrap}.time-card{background:#e9f1de;border-color:#d6e5c9}.time{font-size:64px;font-weight:750;line-height:1;letter-spacing:-3px;margin:24px 0 18px}.time-card p:not(.time){max-width:520px}.muted,small{color:var(--muted)}.buttons{display:flex;gap:10px;flex-wrap:wrap}button{font:inherit;font-weight:650;min-height:46px;border:1px solid transparent;border-radius:13px;padding:11px 18px;background:var(--green);color:white;cursor:pointer}button:hover{filter:brightness(.93)}button:disabled{opacity:.5;cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #bc650c;outline-offset:3px}.secondary{background:#f4f7ef;color:#264d3a;border-color:#cedccb}.quiet{padding:6px;background:transparent;color:var(--green);font-size:13px}.full{width:100%;margin-top:12px}input,textarea,select{font:inherit;display:block;width:100%;padding:12px;border:1px solid #c7d3c4;border-radius:12px;background:#fff;color:#203b31;margin:6px 0 14px}input:focus,textarea:focus,select:focus{outline:2px solid var(--green);outline-offset:1px}label{font-size:14px;font-weight:600}textarea{min-height:85px;resize:vertical}form{margin-top:18px}form button{margin:0 5px 6px 0}.notice{background:#fff1d3;padding:12px 16px;border-radius:12px;color:#68501f;margin:18px 0}.chat{align-self:start;position:sticky;top:20px}.dot{width:10px;height:10px;border-radius:50%;background:#6b9567}.messages{min-height:140px;max-height:360px;overflow:auto;display:flex;flex-direction:column;gap:10px;margin:20px 0}.bubble{background:#edf3e8;padding:12px 15px;border-radius:16px;max-width:92%;align-self:flex-start;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.mine{align-self:flex-end;background:#e5efdb}.bubble small{display:block;font-size:11px;margin-bottom:4px}.task{border-top:1px solid var(--line);padding:16px 0}.task h3{margin-bottom:6px}.task p{font-size:14px;margin-bottom:8px}.soft{background:#f1eadb}.videos{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}video{width:100%;aspect-ratio:16/10;background:#203b31;border-radius:16px;object-fit:cover}#call-panel{margin-top:22px}#feedback{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#203b31;color:white;border-radius:14px;padding:15px 22px;box-shadow:0 4px 25px #0002;max-width:min(90%,680px);z-index:5}footer{text-align:center;color:var(--muted);padding:26px;font-size:13px}#connection{font-size:12px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}
@media(max-width:800px){header,main{width:calc(100% - 28px)}header{padding:18px 0}.layout{grid-template-columns:1fr}.chat{position:static}.greeting{padding:28px 0 15px}.leaf-art{font-size:46px;padding:0 6px}.card{padding:22px;border-radius:20px}.time{font-size:54px}.videos{grid-template-columns:1fr}#connection{max-width:135px;text-align:right}.section-heading{align-items:flex-start;flex-wrap:wrap}}
@media(prefers-reduced-motion:no-preference){button{transition:filter .15s}.card{animation:appear .3s ease-out}@keyframes appear{from{opacity:.5;transform:translateY(6px)}to{opacity:1;transform:none}}}
