#chat-toggle{position:fixed;bottom:100px;right:20px;background:rgba(58,240,3,.432);color:#f0f0f0;font-size:22px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9998;box-shadow:0 2px 6px rgba(0,0,0,.15);backdrop-filter:blur(4px)}@media (max-width:768px){#chat-toggle{width:45px;height:45px;bottom:5.2rem;right:1rem}}#chat-box{position:fixed;bottom:170px;right:20px;width:300px;height:350px;background:#fff;border:1px solid #ccc;border-radius:10px;display:none;flex-direction:column;z-index:99991;box-shadow:0 0 10px rgba(0,0,0,.3)}@media (max-width:768px){#chat-box{width:90%;left:5%;right:5%;bottom:10px;height:60vh;max-height:380px}#chat-input{font-size:16px}#chat-messages{padding-bottom:20px}}#chat-box.open{display:flex}#chat-header{background:#333;color:#fff;padding:10px;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;position:relative;display:flex;align-items:center;justify-content:center}#chat-header .chat-title{font-weight:600}#chat-close{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#fff;font-size:20px;line-height:1;z-index:9999;width:28px;height:28px;border-radius:4px;cursor:pointer}#chat-close:hover{background:rgba(255,255,255,.12)}#chat-messages{flex:1;padding:10px;overflow-y:auto;font-size:14px;position:relative}#chat-input{border:none;border-top:1px solid #ccc;padding:10px;outline:0}.user{text-align:right;color:#0084ff;margin:4px 0}.bot{text-align:left;color:#333;margin:4px 0}#chat-box.open~#backToTop{bottom:180px;right:85px;opacity:.5;transition:all .3s ease}@media (max-width:600px){#chat-box.open~#backToTop{opacity:0;pointer-events:none}}body.chat-open #chat-toggle{display:none}@media (max-width:768px){body.chat-open{overflow:hidden}}.typing{display:flex;align-items:center;gap:4px;padding:6px 10px;background:#f2f2f2;border-radius:15px;width:fit-content;margin:6px 0}.typing span{width:6px;height:6px;background:#5cb85c;border-radius:50%;display:inline-block;animation:blink 1.4s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,100%,80%{opacity:0}40%{opacity:1}}#chat-privacy-overlay{position:absolute;inset:0;background:0 0;z-index:2;display:flex;align-items:flex-start;justify-content:center;padding:16px 12px 12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#chat-box .chat-consent-card{background:#f5f5f5;color:#4d5768;border-radius:12px;padding:15px;margin:35px 5px;max-width:280px;width:min(280px,calc(100% - 24px));border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px rgba(15,23,42,.12);text-align:left;border-left:4px solid #1d5df1;line-height:1.3}#chat-box .chat-consent-card p{margin:6px 0;font-size:14px;color:#b3b3c2}#chat-box .chat-consent-card p:first-child{margin-top:0}#chat-box .chat-consent-card p:last-child{margin-bottom:0}#chat-box .chat-consent-card strong{color:#b3b3c2;font-weight:740}#chat-box .chat-consent-actions{display:flex;gap:12px;align-items:center;justify-content:flex-start;margin-top:12px}#chat-box .privacy-accept-btn{background:#1d5df1;color:#fff;border:none;padding:9px 10px;border-radius:6px;font-size:13px;cursor:pointer;box-shadow:0 4px 12px rgba(29,93,241,.25);transition:background .2s ease}#chat-box .privacy-accept-btn:hover{background:#1549c9}#chat-box .chat-consent-actions a{color:#1d5df1;font-weight:500;font-size:17px;text-decoration:none}#chat-box .chat-consent-actions a:hover{text-decoration:underline}#chat-box #chat-consent{display:flex;justify-content:center;padding:12px 10px 4px}