:root{--brand: #1a7f37;font-family:system-ui,-apple-system,sans-serif;font-size:17px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.center{display:grid;place-items:center;height:100%;padding:2rem;text-align:center}.muted{color:#888}.error{color:#b42318;margin:0 1rem;font-size:.85rem}.app{display:flex;flex-direction:column;height:100%;max-width:640px;margin:0 auto}.hdr{background:var(--brand);color:#fff;padding:.6rem .85rem;display:flex;align-items:center;gap:.6rem}.hdr-avatar{width:36px;height:36px;border-radius:50%;background:#ffffff38;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex:none}.hdr-meta{display:flex;flex-direction:column;line-height:1.2;min-width:0}.hdr-name{font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hdr-presence{font-size:.72rem;opacity:.85}.hdr-gear{margin-left:auto;width:38px;height:38px;flex:none;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffff2e;color:#fff;cursor:pointer}.hdr-gear:hover{background:#ffffff4d}.sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background:#15100f66;animation:fade .2s ease}.sheet{width:min(640px,100%);background:#fff;border-radius:16px 16px 0 0;padding:1rem 1.1rem calc(1.4rem + env(safe-area-inset-bottom))}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;font-size:1.1rem}.sheet-x{border:0;background:none;font-size:1.7rem;line-height:1;color:#999;cursor:pointer}.sheet-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 0}.langtoggle{display:inline-flex;gap:.15rem;border:1px solid #d8d2c6;border-radius:999px;padding:.15rem}.langtoggle button{border:0;background:none;color:#8a8579;border-radius:999px;padding:.4rem .95rem;font:inherit;font-weight:700;cursor:pointer}.langtoggle button.on{background:var(--brand);color:#fff}@keyframes fade{0%{opacity:0}to{opacity:1}}.chat{display:flex;flex-direction:column;flex:1;min-height:0}.messages{flex:1;overflow-y:auto;padding:.9rem;display:flex;flex-direction:column;gap:.35rem;background:#f6f2ea;background-image:radial-gradient(rgba(21,16,15,.04) 1px,transparent 1px);background-size:16px 16px}.bubble{max-width:80%;padding:.5rem .7rem;border-radius:16px;line-height:1.35;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 1px #15100f0f}.bubble.me{align-self:flex-end;background:var(--brand);color:#fff;border-bottom-right-radius:5px}.bubble.them{align-self:flex-start;background:#fff;color:#15100f;border-bottom-left-radius:5px}.msg{display:flex;flex-direction:column;gap:.3rem}.msg.me{align-items:flex-end}.msg.them{align-items:flex-start}.actions{display:flex;flex-direction:column;gap:.3rem;max-width:88%}.act{text-align:left;border:1px solid #d8d2c6;background:#fff;color:#15100f;border-radius:14px;padding:.5rem .7rem;font:inherit;font-size:.92rem;line-height:1.35;cursor:pointer}.act:hover{border-color:var(--brand)}.act.on{border-color:var(--brand);background:#fff7e6}.act:disabled{opacity:.55;cursor:default}.act-row{display:flex;gap:.9rem;padding-left:.2rem}.act-mini{background:none;border:0;font:inherit;font-size:.78rem;color:#8a8579;cursor:pointer;padding:0;text-decoration:underline}.act-mini:hover{color:#15100f}.act-mini.danger{color:#b42318}.act-mini:disabled{opacity:.5;cursor:default}.upsell{display:flex;align-items:center;gap:.6rem;width:calc(100% - 1.2rem);margin:0 .6rem .45rem;padding:.6rem .85rem;border:1px solid color-mix(in srgb,var(--brand) 40%,#d8d2c6);background:#fff7e6;border-radius:12px;font:inherit;font-size:.92rem;color:#15100f;text-align:left;cursor:pointer}.upsell-cta{margin-left:auto;flex:none;font-weight:800;color:var(--brand)}.composer{display:flex;align-items:flex-end;gap:.45rem;padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom));border-top:1px solid #e7e2d8;background:#fff}.comp-field{flex:1;min-width:0;display:flex;align-items:flex-end;gap:.1rem;border:1px solid #d8d2c6;border-radius:22px;padding:.18rem .35rem;background:#fff}.comp-field:focus-within{border-color:var(--brand)}.comp-input{flex:1;min-width:0;border:0;outline:none;background:transparent;padding:.5rem .25rem;font:inherit;font-size:1.08rem;line-height:1.35;resize:none;max-height:96px;overflow-y:auto;color:#15100f}.comp-icon{width:36px;height:36px;flex:none;padding:0;border:0;border-radius:50%;background:none;color:#8a8579;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.comp-icon:hover:not(:disabled){color:var(--brand);background:#f1ece2}.comp-icon:disabled{opacity:.45;cursor:default}.composer button.send{width:44px;height:44px;flex:none;padding:0;border:0;border-radius:50%;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.composer button.send:disabled{opacity:.45;cursor:default}
