#yandex-chat-wrapper{position:fixed;z-index:99999;width:fit-content;font-family:'Segoe UI',Tahoma,sans-serif;--main-color:#28a745;--bg-color:#ffffff;--radius:14px;--font-size:14px;}#yandex-chat-btn{padding:10px 25px;background:var(--main-color);border-radius:30px;display:flex;align-items:center;justify-content:center;color:white !important;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,0.2);transition:0.3s;font-size:16px;font-weight:bold;}#yandex-chat-btn:hover{opacity:0.9;}.yandex-dark #yandex-chat-btn{background:var(--main-color) !important;color:white !important;border:none !important;}#yandex-chat-win{position:absolute;bottom:80px;right:0;width:360px;max-width:calc(100vw - 40px);height:550px;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);box-sizing:border-box;background:var(--bg-color);border-radius:var(--radius);box-shadow:0 10px 30px rgba(0,0,0,0.2);display:none;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,0.1);}#yandex-chat-header{background:var(--main-color);color:white;padding:20px;font-weight:600;display:flex;justify-content:space-between;align-items:center;}#yandex-chat-header-left{display:flex;align-items:center;gap:12px;}#yandex-chat-icon{width:48px;height:48px;border-radius:4px;object-fit:cover;}#yandex-chat-msgs{flex:1 1 auto;min-height:0;padding:15px;overflow-y:auto;background:inherit;display:block;font-size:var(--font-size);overscroll-behavior:contain;}.yandex-msg{padding:10px 14px;border-radius:var(--radius);max-width:85%;line-height:1.5;word-wrap:break-word;margin-bottom:10px;}.y-msg-u{background:var(--main-color);color:white;align-self:flex-end;border-bottom-right-radius:2px;}.y-msg-a{background:#f0f0f0;color:#333;align-self:flex-start;border-bottom-left-radius:2px;}.y-msg-a a{color:var(--main-color);text-decoration:underline;}#yandex-chat-input-box{display:flex;padding:15px;flex-shrink:0;background:#fff;border-top:1px solid #eee;gap:10px;}#yandex-chat-wrapper input#yandex-chat-input{all:unset;box-sizing:border-box;flex:1 1 auto;min-width:0;padding:8px 15px;border:1px solid #ddd;border-radius:20px;background:#fff;color:#111;font-size:var(--font-size);line-height:1.4;font-family:inherit;-webkit-appearance:none;appearance:none;box-shadow:none;outline:none;}#yandex-chat-wrapper input#yandex-chat-input::placeholder{color:#666;opacity:1;}#yandex-chat-wrapper input#yandex-chat-input:focus{border-color:rgba(0,0,0,0.25);box-shadow:0 0 0 2px rgba(40,167,69,0.12);}#yandex-chat-send{background:var(--main-color);color:white;border:none;width:36px;height:36px;border-radius:50%  !important;padding: 17px 17px 17px 17px !important;cursor:pointer;display:flex;align-items:center;justify-content:center;}.yandex-dark #yandex-chat-win{background:#000 !important;border:1px solid #333 !important;}.yandex-dark #yandex-chat-input-box{background:#000 !important;border-top:1px solid #333 !important;}.yandex-dark #yandex-chat-wrapper input#yandex-chat-input{background:#000 !important;border:1px solid #444 !important;color:#eee !important;}.yandex-dark #yandex-chat-btn{background:var(--main-color) !important;color:white !important;border:none !important;}.yandex-dark .y-msg-a{background:#222;color:#eee;}#yandex-copy{font-size:10px;text-align:center;padding:5px;opacity:0.6;flex-shrink:0;}.ygt-captcha-container{position:absolute;right:0;bottom:0;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;}