/* Tanya MJHK MVP v1 - additive only */
.tanya-mjhk-launcher{position:fixed;right:22px;bottom:22px;z-index:135;border:0;border-radius:999px;padding:13px 17px;background:var(--green,#0b4f3a);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.22);cursor:pointer;font:inherit;font-weight:800;display:flex;align-items:center;gap:9px}.tanya-mjhk-launcher:hover{transform:translateY(-1px)}.tanya-mjhk-launcher svg{width:20px;height:20px;fill:currentColor}.tanya-mjhk-panel{padding:0;position:fixed;right:22px;bottom:82px;z-index:136;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 112px));background:#fff;border:1px solid #dfe8e2;border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.26);display:none;grid-template-rows:auto 1fr auto;overflow:hidden}.tanya-mjhk-panel.open{display:grid}.tanya-mjhk-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 17px;background:var(--green2,#073b2d);color:#fff}.tanya-mjhk-head strong{display:block;font-size:16px}.tanya-mjhk-head span{display:block;font-size:11px;color:#d8e8df;margin-top:3px}.tanya-mjhk-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:22px}.tanya-mjhk-body{overflow:auto;padding:16px;background:#f6f8f6}.tanya-mjhk-message{max-width:88%;margin:0 0 11px;padding:11px 13px;border-radius:15px;line-height:1.55;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.tanya-mjhk-message.bot{background:#fff;border:1px solid #e1e8e3;color:#26352e;border-bottom-left-radius:5px}.tanya-mjhk-message.user{margin-left:auto;background:var(--green,#0b4f3a);color:#fff;border-bottom-right-radius:5px}.tanya-mjhk-message.is-loading{color:#6e7a74;font-style:italic}.tanya-mjhk-link{display:inline-flex;margin-top:9px;padding:7px 10px;border-radius:999px;background:#eef7f1;color:var(--green2,#073b2d);font-weight:800;text-decoration:none;font-size:12px}.tanya-mjhk-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin:2px 0 13px}.tanya-mjhk-chip{border:1px solid #dbe5de;border-radius:999px;background:#fff;color:var(--green2,#073b2d);padding:7px 9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.tanya-mjhk-foot{padding:11px;border-top:1px solid #e4e9e6;background:#fff}.tanya-mjhk-form{display:grid;grid-template-columns:1fr auto;gap:8px}.tanya-mjhk-input{width:100%;min-width:0;border:1px solid #d5ddd8;border-radius:12px;padding:11px 12px;font:inherit;font-size:13px;outline:none}.tanya-mjhk-input:focus{border-color:var(--green,#0b4f3a);box-shadow:0 0 0 3px rgba(11,79,58,.08)}.tanya-mjhk-send{border:0;border-radius:12px;background:var(--gold,#d7a72a);color:#20271f;font:inherit;font-weight:900;padding:0 14px;cursor:pointer}.tanya-mjhk-send:disabled{opacity:.55;cursor:not-allowed}.tanya-mjhk-note{margin:7px 2px 0;color:#7b8680;font-size:10px;line-height:1.4}@media(max-width:640px){.tanya-mjhk-launcher{right:14px;bottom:14px;padding:12px 15px}.tanya-mjhk-panel{right:10px;left:10px;bottom:72px;width:auto;height:min(650px,calc(100vh - 92px));border-radius:18px}}
