#sudimedia-bot{--bot-blue:#004a5d;--bot-dark-blue:#002a3a;--bot-yellow:#ffcc00;--bot-white:#ffffff;--bot-gray-light:#f4f6f8;--bot-gray-text:#555;--bot-radius:16px;--bot-shadow:0 8px 32px rgba(0,74,93,0.22);--bot-transition:all 0.28s cubic-bezier(0.4,0,0.2,1);--bot-font:'Montserrat',Arial,sans-serif}.bot-trigger{position:fixed;bottom:30px;left:30px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--bot-blue) 0%,#0077a9 100%);color:var(--bot-white);border:none;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(0,74,93,0.35);z-index:1000;transition:var(--bot-transition);font-family:var(--bot-font)}.bot-trigger:hover{transform:scale(1.1) translateY(-3px);box-shadow:0 8px 24px rgba(0,74,93,0.45);background:linear-gradient(135deg,#0077a9 0%,var(--bot-blue) 100%)}.bot-trigger:focus-visible{outline:3px solid var(--bot-yellow);outline-offset:3px}.bot-trigger__badge{position:absolute;top:-3px;right:-3px;width:14px;height:14px;background:var(--bot-yellow);border-radius:50%;border:2px solid var(--bot-white);display:none;animation:botPulse 2s ease-in-out infinite}.bot-trigger__badge.visible{display:block}@keyframes botPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0.8}}.bot-panel{position:fixed;bottom:100px;left:30px;width:400px;max-height:min(640px,calc(100vh - 130px));max-height:min(640px,calc(100dvh - 130px));background:var(--bot-white);border-radius:var(--bot-radius);box-shadow:var(--bot-shadow);display:flex;flex-direction:column;z-index:1001;font-family:var(--bot-font);overflow:hidden;transform:scale(0.92) translateY(16px);opacity:0;pointer-events:none;transition:var(--bot-transition);transform-origin:bottom left}.bot-panel.open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}.bot-panel__header{background:linear-gradient(135deg,var(--bot-blue) 0%,#0077a9 100%);color:var(--bot-white);padding:14px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.bot-panel__avatar{display:flex;align-items:center;gap:3px;position:relative;flex-shrink:0}.bot-avatar-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;line-height:1}.bot-avatar-circle--blue{background:rgba(255,255,255,0.2);color:var(--bot-white)}.bot-avatar-circle--yellow{background:var(--bot-yellow);color:var(--bot-blue)}.bot-panel__status{position:absolute;bottom:-1px;right:-2px;width:10px;height:10px;background:#4caf50;border-radius:50%;border:2px solid var(--bot-blue)}.bot-panel__title{flex:1;min-width:0}.bot-panel__title strong{display:block;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bot-panel__subtitle{font-size:11px;opacity:0.82}.bot-panel__close{background:none;border:none;color:var(--bot-white);cursor:pointer;font-size:16px;padding:4px 6px;border-radius:6px;opacity:0.75;transition:opacity 0.2s;flex-shrink:0}.bot-panel__close:hover{opacity:1}.bot-panel__close:focus-visible{outline:2px solid var(--bot-yellow)}.bot-messages{flex:1;overflow-y:auto;padding:16px 14px 8px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.bot-messages::-webkit-scrollbar{width:4px}.bot-messages::-webkit-scrollbar-track{background:transparent}.bot-messages::-webkit-scrollbar-thumb{background:rgba(0,74,93,0.15);border-radius:4px}.bot-msg{max-width:82%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.55;word-break:break-word;animation:botMsgIn 0.22s ease-out}@keyframes botMsgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bot-msg--user{align-self:flex-end;background:linear-gradient(135deg,var(--bot-blue) 0%,#0077a9 100%);color:var(--bot-white);border-bottom-right-radius:4px}.bot-msg--bot{align-self:flex-start;background:var(--bot-gray-light);color:#222;border-bottom-left-radius:4px}.bot-msg--bot a{color:var(--bot-blue);text-decoration:underline}.bot-msg--error{align-self:flex-start;background:#fff3f3;color:#c0392b;border:1px solid #fcc;border-bottom-left-radius:4px;font-size:12px}.bot-msg__time{display:block;font-size:10px;opacity:0.55;margin-top:4px;text-align:right}.bot-typing{padding:4px 14px 8px;flex-shrink:0}.bot-typing__bubble{display:inline-flex;gap:5px;background:var(--bot-gray-light);padding:9px 14px;border-radius:14px;border-bottom-left-radius:4px}.bot-typing__bubble span{width:7px;height:7px;background:#aab;border-radius:50%;animation:botTyping 1.2s ease-in-out infinite}.bot-typing__bubble span:nth-child(2){animation-delay:0.2s}.bot-typing__bubble span:nth-child(3){animation-delay:0.4s}@keyframes botTyping{0%,60%,100%{transform:translateY(0);opacity:0.5}30%{transform:translateY(-6px);opacity:1}}.bot-input-area{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid rgba(0,74,93,0.08);flex-shrink:0}.bot-input{flex:1;border:1.5px solid rgba(0,74,93,0.18);border-radius:22px;padding:9px 14px;font-size:14px;font-family:var(--bot-font);outline:none;background:var(--bot-gray-light);color:#222;transition:border-color 0.2s;min-width:0}.bot-input:focus{border-color:var(--bot-blue);background:var(--bot-white)}.bot-input::placeholder{color:#aaa}.bot-send{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--bot-blue) 0%,#0077a9 100%);color:var(--bot-white);border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:var(--bot-transition);flex-shrink:0}.bot-send:hover{transform:scale(1.08);background:var(--bot-yellow);color:var(--bot-blue)}.bot-send:disabled{opacity:0.45;cursor:not-allowed;transform:none}.bot-send:focus-visible{outline:2px solid var(--bot-yellow);outline-offset:2px}.bot-hint{font-size:10px;color:#bbb;text-align:center;padding:2px 14px 0;margin:0;line-height:1.4;transition:opacity 0.3s ease;flex-shrink:0}.bot-hint.hidden{opacity:0;pointer-events:none}.bot-footer__legal{display:block;font-size:9px;color:#aaa;line-height:1.4;margin-bottom:4px;font-style:italic}.bot-panel__footer{text-align:center;font-size:10px;color:#bbb;padding:6px 12px 8px;flex-shrink:0}.bot-panel__footer a{color:var(--bot-blue);text-decoration:none;font-weight:600}.bot-cursor{display:inline-block;width:2px;height:1em;background:var(--bot-blue);margin-left:2px;vertical-align:text-bottom;animation:botCursorBlink 0.8s step-end infinite}@keyframes botCursorBlink{0%,100%{opacity:1}50%{opacity:0}}.bot-suggestions{display:flex;flex-wrap:wrap;gap:6px;align-self:flex-start;max-width:92%;animation:botMsgIn 0.22s ease-out}.bot-suggestion{background:var(--bot-white);color:var(--bot-blue);border:1.5px solid var(--bot-blue);border-radius:18px;padding:7px 13px;font-size:12px;font-family:var(--bot-font);font-weight:600;cursor:pointer;transition:var(--bot-transition);line-height:1.3;text-align:left}.bot-suggestion:hover{background:var(--bot-blue);color:var(--bot-white);transform:translateY(-1px)}.bot-suggestion:focus-visible{outline:2px solid var(--bot-yellow);outline-offset:2px}.bot-msg--bot a.bot-phone-link{display:inline-block;background:var(--bot-blue);color:var(--bot-white);text-decoration:none;border-radius:16px;padding:5px 12px;margin:4px 0 2px;font-weight:600;font-size:12.5px;white-space:nowrap;transition:var(--bot-transition)}.bot-msg--bot a.bot-phone-link:hover{background:var(--bot-yellow);color:var(--bot-blue)}.bot-msg--bot a.bot-phone-link i{margin-right:5px;font-size:11px}@media (max-width:767px){.bot-panel{position:fixed;inset:0;width:100%;max-height:100%;height:100dvh;border-radius:0;bottom:auto;left:auto;right:auto;transform-origin:bottom center;display:flex;flex-direction:column}.bot-messages{flex:1;max-height:none;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.bot-input{font-size:16px}.bot-trigger{bottom:20px;left:20px;width:52px;height:52px;font-size:20px}.bot-msg{max-width:90%}.bot-panel__header{padding:12px 14px;flex-shrink:0}.bot-input-area{padding:10px 12px;flex-shrink:0;position:sticky;bottom:0;background:#fff}.bot-panel__footer{flex-shrink:0}.bot-hint{flex-shrink:0}}@media (min-width:768px) and (max-width:1024px){.bot-panel{width:420px;max-height:min(660px,calc(100dvh - 130px))}}@media (prefers-reduced-motion:reduce){.bot-trigger,.bot-panel,.bot-msg,.bot-typing__bubble span,.bot-suggestions,.bot-suggestion,.bot-cursor,.bot-trigger__badge{animation:none;transition:none}}.bot-panel--expanded{width:min(720px,calc(100vw - 60px));max-height:min(85vh,calc(100vh - 130px));max-height:min(85dvh,calc(100dvh - 130px))}.bot-panel--expanded .bot-msg{max-width:min(82%,560px)}.bot-panel__expand{background:none;border:none;color:var(--bot-white);cursor:pointer;font-size:14px;padding:4px 6px;border-radius:6px;opacity:0.75;transition:opacity 0.2s;flex-shrink:0}.bot-panel__expand:hover{opacity:1}.bot-panel__expand:focus-visible{outline:2px solid var(--bot-yellow)}@media (max-width:767px){.bot-panel__expand{display:none}}