#simple-chatbot-window{position:fixed;right:20px;bottom:180px;width:350px;height:420px;min-width:350px;min-height:350px;max-width:90vw;max-height:80vh;background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(0, 0, 0, 0.25);display:none;flex-direction:column;overflow:hidden;z-index:9999;font-family:system-ui, sans-serif}#simple-chatbot-resize-tl{position:absolute;top:0;left:0;width:18px;height:18px;cursor:nwse-resize;z-index:10000;background:transparent}#simple-chatbot-resize-tl::before{content:"";position:absolute;width:12px;height:12px;border-top:4px solid #fff;border-left:4px solid #fff;top:5px;left:5px;opacity:0.9}#simple-chatbot-header{padding:10px 12px;background:#EC6707;color:#fff;font-size:14px;font-weight:600}#simple-chatbot-messages{padding:12px;flex:1;overflow-y:auto;font-size:14px;line-height:1.35}.chat-line{margin-bottom:10px;display:flex}.chat-line.user{justify-content:flex-end}.chat-line.bot{justify-content:flex-start}.chat-bubble{display:inline-block;padding:8px 12px;border-radius:12px;max-width:90%;word-wrap:break-word;white-space:normal}.chat-line.user .chat-bubble{background:#EC6707;color:#fff;border-bottom-right-radius:2px;text-align:left}.chat-line.bot .chat-bubble{background:#f1f3f5;color:#212529;border-bottom-left-radius:2px}.chat-line.bot .chat-bubble p{margin:0 0 10px 0}.chat-line.bot .chat-bubble ul,.chat-line.bot .chat-bubble ol{margin:8px 0 12px;padding-left:22px}.chat-line.bot .chat-bubble li{margin-bottom:6px;line-height:1.4;padding-left:2px}.chat-line.bot .chat-bubble ul li{list-style-type:disc}.chat-line.bot .chat-bubble ol li{list-style-type:decimal}.chat-line.bot .chat-bubble strong,.chat-line.bot .chat-bubble b{font-weight:700;color:#EC6707}.chat-line.bot .chat-bubble em,.chat-line.bot .chat-bubble i{font-style:italic;color:#495057}#simple-chatbot-input-area{border-top:1px solid #dee2e6;padding:8px;display:flex;gap:6px}#simple-chatbot-input{flex:1;font-size:14px;padding:6px 8px;border-radius:6px;border:1px solid #ced4da}#simple-chatbot-send{padding:6px 12px;border-radius:6px;border:none;background:#EC6707;color:#fff;font-size:14px;cursor:pointer}#simple-chatbot-send:hover{background:#EC6707}.box{width:100%;height:100%;position:relative}.video-circle{width:390px;height:390px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:40px auto}.video-circle::after{content:"";position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:50%;pointer-events:none;background:radial-gradient(circle at 45% 40%, rgba(236, 103, 7, 0.35), transparent 60%), radial-gradient(circle at 65% 60%, rgba(236, 103, 7, 0.25), transparent 65%), radial-gradient(circle at 35% 70%, rgba(236, 103, 7, 0.2), transparent 70%), radial-gradient(circle at 55% 50%, rgba(236, 103, 7, 0.18), transparent 75%);mix-blend-mode:screen;filter:blur(22px);opacity:0.65;animation:firestormGlow 7s ease-in-out infinite}@keyframes firestormGlow{0%{transform:translate(-50%, -50%) scale(0.92) rotate(0deg);filter:blur(20px);opacity:0.55}25%{transform:translate(-50%, -50%) scale(1.02) rotate(90deg);filter:blur(24px);opacity:0.7}50%{transform:translate(-50%, -50%) scale(1.1) rotate(180deg);filter:blur(26px);opacity:0.75}75%{transform:translate(-50%, -50%) scale(1.03) rotate(260deg);filter:blur(23px);opacity:0.65}100%{transform:translate(-50%, -50%) scale(0.95) rotate(360deg);filter:blur(21px);opacity:0.55}}@keyframes glowDrift{0%{transform:translate3d(-3%, 2%, 0) rotate(-8deg) scale(1.05);filter:blur(11px) saturate(1.2);opacity:0.75}50%{transform:translate3d(3%, -2%, 0) rotate(10deg) scale(1.1);filter:blur(13px) saturate(1.35);opacity:0.9}100%{transform:translate3d(-2%, -3%, 0) rotate(18deg) scale(1.08);filter:blur(12px) saturate(1.3);opacity:0.82}}@media (prefers-reduced-motion:reduce){.video-circle::after{animation:none}}.video-circle video{width:500px;height:500px;object-fit:cover;border-radius:50%;aspect-ratio:1;display:block}.particles{z-index:-1;position:absolute;inset:0;overflow:hidden;pointer-events:none;mix-blend-mode:screen}.particles span{position:absolute;left:50%;top:50%;width:var(--s);height:var(--s);border-radius:50%;background:radial-gradient(circle, var(--col) 0%, rgba(255, 80, 60, 0.7) 40%, transparent 80%);box-shadow:0 0 12px rgba(255, 70, 60, 0.9), 0 0 25px rgba(255, 70, 60, 0.6), 0 0 40px rgba(255, 70, 60, 0.35);transform:translate(-50%, -50%);animation:explode var(--t) linear infinite;animation-delay:var(--d)}@keyframes explode{from{transform:translate(-50%, -50%) scale(0.2);opacity:1}to{transform:translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1.5);opacity:0}}#simple-chatbot-button{display:none;scale:0.2;transform-origin:right bottom;position:fixed;width:500px;height:500px;right:10px;bottom:80px;background:transparent}#simple-chatbot-button.visible{display:flex}#simple-chatbot-button{transition:transform 2.3s ease;animation:chatbotHoverPulse 2.3s ease-in-out infinite}@keyframes chatbotHoverPulse{0%{transform:scale(1)}50%{transform:scale(1.075)}100%{transform:scale(1)}}