/*!
 * chat-ui.css — chat panel restyle.
 *
 * Ports the requested React/Tailwind chat design to this site's vanilla stack.
 * The panel DOM is built by ai-pet.min.js (minified, no source), so this styles
 * the classes it already emits rather than replacing the markup:
 *   .kdcv-pet-panel > .kdcv-pet-panel-header / .kdcv-pet-log / .kdcv-pet-chips
 *                     / .kdcv-pet-form / .kdcv-pet-footer
 *
 * The reference design's indigo/violet is replaced with the site's lime — the
 * only colour change requested. Persian text uses IRANSansX, which the panel
 * already inherits; the sizing/leading below is tuned for it because Persian
 * needs more line-height than Latin at the same size to stay readable.
 */.kdcv-pet-panel{--chat-accent:#a8ff46;--chat-accent-2:#6eea7b;--chat-ink:#0b120c;--chat-surface:#0d1510;--chat-line:rgba(168, 255, 70, .16);--chat-text:#eef7ea;--chat-muted:rgba(232, 247, 232, .58);font-family:IRANSansX,Estedad,Inter,system-ui,sans-serif}.kdcv-pet-panel-header{align-items:center;gap:12px;border-bottom:1px solid var(--chat-line)!important;background:rgba(168,255,70,.04)!important}.kdcv-pet-panel-header::before{content:"";flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:url("../images/avatar/avatar-thumb-img0031.webp") center/cover no-repeat,#0d1310;border:1.5px solid var(--chat-accent);box-shadow:0 4px 14px rgba(168,255,70,.28)}.kdcv-pet-title{font-size:14px!important;font-weight:700!important;letter-spacing:-.01em}.kdcv-pet-subtitle{color:var(--chat-muted)!important;font-size:11px!important}.kdcv-pet-log{scrollbar-color:rgba(168,255,70,.28) transparent}.kdcv-pet-log::-webkit-scrollbar{width:6px}.kdcv-pet-log::-webkit-scrollbar-track{background:0 0}.kdcv-pet-log::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(168,255,70,.28)}.kdcv-pet-message{position:relative}.kdcv-pet-message-assistant .kdcv-pet-message-bubble{border:1px solid var(--chat-line)!important;border-radius:16px 16px 16px 6px!important;background:rgba(20,30,24,.92)!important;color:var(--chat-text)!important;box-shadow:0 4px 12px -2px rgba(0,0,0,.3)!important;font-size:13px!important;line-height:1.85!important}html[dir=rtl] .kdcv-pet-message-assistant .kdcv-pet-message-bubble{border-radius:16px 16px 6px 16px!important}.kdcv-pet-message-user .kdcv-pet-message-bubble{border:1px solid transparent!important;border-radius:16px 16px 6px 16px!important;background:linear-gradient(135deg,var(--chat-accent-2),var(--chat-accent))!important;color:var(--chat-ink)!important;font-weight:600;box-shadow:0 8px 24px -4px rgba(168,255,70,.34)!important;font-size:13px!important;line-height:1.8!important}html[dir=rtl] .kdcv-pet-message-user .kdcv-pet-message-bubble{border-radius:16px 16px 16px 6px!important}.kdcv-pet-typing-dots{border-radius:16px 16px 16px 6px!important}.kdcv-wisdom-quote .kdcv-pet-message-bubble{position:relative;border-color:rgba(168,255,70,.3)!important;background:linear-gradient(140deg,rgba(168,255,70,.1),rgba(20,30,24,.92) 55%)!important;padding-inline-end:34px!important;font-style:italic}.kdcv-quote-close{position:absolute;top:6px;inset-inline-end:6px;display:grid;place-items:center;width:22px;height:22px;min-width:0;min-height:0;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.28);color:var(--chat-muted);font:700 14px/1 system-ui,sans-serif;cursor:pointer;transition:background-color .18s ease,color .18s ease}.kdcv-quote-close:hover{background:var(--chat-accent);color:var(--chat-ink)}.kdcv-quote-close:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}.kdcv-wisdom-bubble{position:relative}.kdcv-bubble-close{position:absolute;top:-8px;right:-8px;z-index:2;display:grid;place-items:center;width:24px;height:24px;min-width:0;min-height:0;padding:0;border:1px solid var(--chat-line);border-radius:50%;background:#0d1510;color:#e9f6e4;font:700 13px/1 system-ui,sans-serif;cursor:pointer}.kdcv-bubble-close:hover{background:var(--chat-accent);color:var(--chat-ink)}.kdcv-bubble-close:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}.kdcv-pet-chip{border-color:var(--chat-line)!important;background:rgba(168,255,70,.06)!important;font-size:11px!important}.kdcv-pet-chip:hover{border-color:var(--chat-accent)!important;color:var(--chat-text)!important}.kdcv-pet-form{border-top:1px solid var(--chat-line)!important;background:rgba(0,0,0,.16)!important}.kdcv-pet-input{border-color:var(--chat-line)!important;background:rgba(255,255,255,.05)!important;caret-color:var(--chat-accent)!important;font-size:13px!important}.kdcv-pet-input:focus-visible{border-color:var(--chat-accent)!important}.kdcv-pet-send{background:linear-gradient(135deg,var(--chat-accent-2),var(--chat-accent))!important;color:var(--chat-ink)!important;box-shadow:0 8px 20px rgba(168,255,70,.22)!important}.kdcv-chat-actions{display:flex;align-items:center;gap:8px;padding:8px 12px 10px;border-top:1px solid var(--chat-line);background:rgba(0,0,0,.16)}.kdcv-chat-action{display:inline-flex;align-items:center;gap:6px;height:34px;min-height:34px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:0 0;color:var(--chat-muted);font:inherit;font-size:12px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.kdcv-chat-action:hover{color:var(--chat-text);background:rgba(168,255,70,.08)}.kdcv-chat-action:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}.kdcv-chat-action.is-active,.kdcv-chat-action[aria-expanded=true]{border-color:var(--chat-accent);background:rgba(168,255,70,.15);color:var(--chat-accent)}.kdcv-chat-action svg{width:16px;height:16px;flex:0 0 auto}.kdcv-chat-action.is-recording{border-color:#ff6b6b;background:rgba(255,107,107,.14);color:#ff8e8e}.kdcv-chat-action.is-recording svg{animation:kdcv-mic-pulse 1.1s ease-in-out infinite}@keyframes kdcv-mic-pulse{0%,100%{opacity:1}50%{opacity:.45}}.kdcv-chat-lang{position:relative}.kdcv-chat-lang-menu{position:absolute;bottom:calc(100% + 8px);inset-inline-start:0;z-index:5;display:grid;grid-template-columns:repeat(3,minmax(44px,1fr));gap:4px;min-width:168px;margin:0;padding:8px;list-style:none;border:1px solid var(--chat-line);border-radius:14px;background:rgba(10,16,12,.98);box-shadow:0 18px 44px rgba(0,0,0,.5)}.kdcv-chat-lang-menu[hidden]{display:none}.kdcv-chat-lang-menu button{min-height:34px;padding:0;border:0;border-radius:9px;background:0 0;color:var(--chat-text);font:inherit;font-size:11px;font-weight:700;cursor:pointer}.kdcv-chat-lang-menu button:hover{background:rgba(168,255,70,.16)}.kdcv-chat-lang-menu button[aria-current=true]{background:var(--chat-accent);color:var(--chat-ink)}@media (pointer:coarse),(max-width:767.98px){.kdcv-chat-action{height:44px;min-height:44px}.kdcv-chat-lang-menu button{min-height:44px}.kdcv-quote-close{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){.kdcv-chat-action,.kdcv-quote-close{transition:none}.kdcv-chat-action.is-recording svg{animation:none}}.kdcv-pet-message-bubble,.kdcv-pet-nudge-button,.kdcv-wisdom-bubble{unicode-bidi:plaintext;text-align:start}.kdcv-wisdom-quote .kdcv-pet-message-bubble{unicode-bidi:plaintext}.kdcv-pet-panel{overflow:hidden;animation:kdcv-panel-in 260ms cubic-bezier(.22,1,.36,1) both}.kdcv-pet-panel::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(168,255,70,.55),transparent);pointer-events:none}@keyframes kdcv-panel-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.kdcv-pet-message{animation:kdcv-msg-in .3s cubic-bezier(.22,1,.36,1) both}@keyframes kdcv-msg-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.kdcv-pet-message-assistant{position:relative;padding-inline-start:26px}.kdcv-pet-message-assistant::before{content:"";position:absolute;inset-inline-start:0;top:6px;width:20px;height:20px;border-radius:50%;background:url("../images/avatar/avatar-thumb-img0031.webp") center/cover no-repeat,#0d1310;border:1px solid rgba(168,255,70,.55);box-shadow:0 2px 8px rgba(168,255,70,.3)}.kdcv-pet-message-user{padding-inline-start:0}@media (prefers-reduced-motion:reduce){.kdcv-pet-message,.kdcv-pet-panel{animation:none}}.kdcv-chat-contact{text-decoration:none}.kdcv-pet-contact.kdcv-is-promoted{display:none!important}.kdcv-pet-footer{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:8px 16px 12px!important;border-top:1px solid rgba(168,255,70,.1)}.kdcv-pet-footer-note{margin:0;font-size:11px;letter-spacing:.04em;text-transform:uppercase;opacity:.42}.kdcv-pet-reset{min-height:32px;padding:0 12px;border:1px solid rgba(168,255,70,.22);border-radius:999px;background:0 0;color:inherit;font-size:11px;opacity:.72;cursor:pointer;transition:opacity .2s ease,border-color .2s ease,background-color .2s ease}.kdcv-pet-reset:hover{opacity:1;border-color:rgba(168,255,70,.5);background:rgba(168,255,70,.1)}.kdcv-pet-chips{display:flex!important;flex-wrap:nowrap!important;gap:8px;overflow-x:auto;padding-inline:16px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.kdcv-pet-chips::-webkit-scrollbar{display:none}.kdcv-pet-chip{flex:0 0 auto}.kdcv-pet-panel.kdcv-chat-sheet{position:fixed!important;inset-inline:8px!important;inset-block-end:8px!important;inset-block-start:auto!important;width:auto!important;max-width:none!important;max-height:min(82vh,640px)!important;max-height:min(82dvh,640px)!important;border-radius:20px!important;display:flex;flex-direction:column}.kdcv-pet-panel.kdcv-chat-sheet .kdcv-pet-log{flex:1 1 auto;min-height:0;overflow-y:auto}@media (max-width:640px){.kdcv-pet-panel .kdcv-pet-title{font-size:15px}.kdcv-pet-panel .kdcv-pet-subtitle{font-size:11px}.kdcv-pet-footer{padding:6px 12px 10px!important}.kdcv-pet-footer-note{display:none}.kdcv-pet-chips{padding-inline:12px}}@media (max-height:480px) and (orientation:landscape){.kdcv-pet-panel.kdcv-chat-sheet{max-height:94vh!important}.kdcv-pet-panel.kdcv-chat-sheet .kdcv-pet-chips{display:none!important}}.kdcv-wisdom-quote.kdcv-pet-message-assistant{padding-inline-start:0}.kdcv-wisdom-quote.kdcv-pet-message-assistant::before{display:none}.kdcv-wisdom-quote .kdcv-pet-message-bubble{position:relative;overflow:visible}.kdcv-quote-close{top:-9px;left:-9px;inset-inline-end:auto;right:auto;width:22px;height:22px;border:1px solid var(--chat-line);background:#0b120c;color:var(--chat-ink);box-shadow:0 2px 8px rgba(0,0,0,.45)}.kdcv-pet-panel .kdcv-chat-action.kdcv-hud,.kdcv-pet-panel .kdcv-pet-send.kdcv-hud{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;flex:0 0 auto}.kdcv-pet-panel .kdcv-chat-action.kdcv-hud svg,.kdcv-pet-panel .kdcv-pet-send.kdcv-hud svg{width:18px;height:18px}.kdcv-pet-panel .kdcv-pet-chip.kdcv-hud{height:34px;min-height:34px;padding:0 12px;font-size:11px;letter-spacing:.06em}.kdcv-pet-panel .kdcv-hud .kdcv-hud-dots{top:5px;inset-inline-end:5px;transform:scale(.8)}.kdcv-pet-panel .kdcv-hud:hover .kdcv-hud-dots{transform:scale(.95)}.kdcv-chat-actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:8px 16px}@media (max-width:640px){.kdcv-chat-actions{padding:6px 12px}.kdcv-pet-panel .kdcv-pet-chip.kdcv-hud{height:32px;min-height:32px;padding:0 10px}}.kdcv-chat-reset{text-decoration:none}.kdcv-pet-reset.kdcv-is-promoted{display:none!important}.kdcv-pet-footer{justify-content:flex-start!important}.kdcv-pet-footer .kdcv-pet-panel-actions:empty{display:none}.kdcv-pet-footer-note{text-transform:none;font-size:12px;font-weight:600;letter-spacing:.04em;opacity:.55}.kdcv-pet-panel .kdcv-wisdom-quote{display:none!important}.kdcv-wisdom-bubble{position:relative;overflow:visible}.kdcv-bubble-close{position:absolute;top:-14px;right:-14px;left:auto;z-index:3;display:grid;place-items:center;width:24px;height:24px;min-width:0;min-height:0;padding:0;border:1px solid var(--chat-line);border-radius:50%;background:#0b120c;color:var(--chat-ink);font:700 15px/1 system-ui,sans-serif;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.5);transition:background-color .18s ease,color .18s ease,transform .18s ease}[dir=rtl] .kdcv-bubble-close,html[dir=rtl] .kdcv-bubble-close{right:auto;left:-14px}.kdcv-bubble-close:hover{background:var(--chat-accent);color:var(--chat-ink);transform:scale(1.08)}.kdcv-bubble-close:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.kdcv-bubble-close{transition:none}.kdcv-bubble-close:hover{transform:none}}.kdcv-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.kdcv-pet-panel .kdcv-chat-lang-toggle.kdcv-hud{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;place-items:center}.kdcv-pet-panel .kdcv-chat-lang-toggle.kdcv-hud svg{width:18px;height:18px}.kdcv-chat-send-inline{order:90;margin-inline-start:auto}.kdcv-chat-actions{flex-wrap:wrap}.kdcv-pet-form{display:flex}.kdcv-pet-input{flex:1 1 auto;width:100%}.kdcv-pet-log{min-height:260px;max-height:min(58vh,520px);max-height:min(58dvh,520px)}.kdcv-pet-panel.kdcv-chat-sheet .kdcv-pet-log{min-height:0}@media (max-width:640px){.kdcv-pet-log{min-height:200px}}.kdcv-composer{margin:10px 16px 12px;padding:6px 6px 6px 8px;border:1px solid var(--chat-line);border-radius:24px;background:rgba(255,255,255,.03);transition:border-color .2s ease,box-shadow .2s ease}.kdcv-composer:focus-within{border-color:rgba(168,255,70,.5);box-shadow:0 0 0 3px rgba(168,255,70,.1)}.kdcv-composer .kdcv-pet-form{margin:0!important;padding:0!important;border:0!important;background:0 0!important}.kdcv-composer .kdcv-pet-input{width:100%;min-height:44px;padding:10px 10px 6px!important;border:0!important;border-radius:0!important;background:0 0!important;color:var(--chat-text);font-size:14px;line-height:1.5;outline:0!important;box-shadow:none!important}.kdcv-composer .kdcv-pet-input::placeholder{color:var(--chat-muted);opacity:.8}.kdcv-composer .kdcv-chat-actions{padding:4px 2px 0!important;gap:6px;background:0 0;border:0}.kdcv-pet-panel .kdcv-pet-send.kdcv-chat-send-inline{width:36px;min-width:36px;height:36px;min-height:36px;border-radius:50%!important;font-size:0}.kdcv-pet-panel .kdcv-pet-send.kdcv-chat-send-inline svg{width:17px;height:17px}.kdcv-composer .kdcv-chat-action:not(.kdcv-pet-send){width:34px;min-width:34px;height:34px;min-height:34px}.kdcv-composer .kdcv-chat-action:not(.kdcv-pet-send) svg{width:16px;height:16px}.kdcv-composer .kdcv-chat-lang-toggle.kdcv-hud{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}.kdcv-composer .kdcv-chat-lang-toggle.kdcv-hud svg{width:16px;height:16px}@media (max-width:640px){.kdcv-composer{margin:8px 12px 10px;border-radius:20px}.kdcv-composer .kdcv-chat-action:not(.kdcv-pet-send),.kdcv-composer .kdcv-chat-lang-toggle.kdcv-hud{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}}.kdcv-input-mirrored{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;margin:-1px!important;border:0!important;opacity:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;pointer-events:none!important}.kdcv-pet-textarea{display:block;width:100%;min-height:44px;max-height:160px;padding:11px 10px 7px;border:0;border-radius:0;background:0 0;color:var(--chat-text);font:inherit;font-size:14px;line-height:1.5;resize:none;outline:0;overflow-y:hidden;unicode-bidi:plaintext;text-align:start;scrollbar-width:thin;scrollbar-color:rgba(168,255,70,.28) transparent}.kdcv-pet-textarea::placeholder{color:var(--chat-muted);opacity:.8}.kdcv-pet-textarea::-webkit-scrollbar{width:6px}.kdcv-pet-textarea::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(168,255,70,.28)}@media (max-width:640px){.kdcv-pet-textarea{max-height:120px;font-size:16px}}.kdcv-pet-root .kdcv-wisdom-wrap{position:absolute;z-index:14;inset-inline-start:50%;bottom:calc(100% + 12px);transform:translateX(-50%);width:min(320px,calc(100vw - 32px))}.kdcv-pet-root .kdcv-wisdom-wrap .kdcv-wisdom-bubble{position:static!important;inset:auto!important;transform:none!important;width:100%!important;z-index:auto!important}@media (max-width:767.98px){.kdcv-pet-root .kdcv-wisdom-wrap{inset-inline-start:0;transform:none;width:min(320px,calc(100vw - 32px))}.kdcv-pet-root .kdcv-wisdom-bubble::after{inset-inline-start:28px}}.kdcv-pet-panel{display:flex;flex-direction:column;height:min(78vh,760px);height:min(78dvh,760px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}.kdcv-pet-footer,.kdcv-pet-panel-header,.kdcv-pet-panel>.kdcv-composer{flex:0 0 auto}.kdcv-pet-panel .kdcv-pet-log{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}.kdcv-pet-panel .kdcv-pet-chips{flex:0 0 auto}@media (max-width:640px){.kdcv-pet-panel{height:min(82vh,100vh - 16px);height:min(82dvh,100dvh - 16px)}}