.chat-page{font-size:16px;line-height:1.5}.chat-column{max-width:768px;width:100%}.chat-messages-bg{background:#fff}.chat-input-area{background:#fff;border-top:1px solid rgba(24,23,27,.1)}.chat-input{font-family:Poppins,sans-serif;font-size:16px;line-height:1.5;color:#18171b;background:#0000000d;border:1px solid rgba(24,23,27,.1);transition:border-color .3s ease}.chat-input:focus{outline:none;border-color:#cfff00;background:#fff}.chat-input::-moz-placeholder{color:#18171b80}.chat-input::placeholder{color:#18171b80}.chat-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:#cfff00;color:#000;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.chat-send-btn:hover{transform:scale(1.08)}.chat-send-btn:disabled{opacity:.5;cursor:default;transform:none}.chat-bubble-user{background:#cfff00;color:#000;padding:.75rem 1rem;border-radius:18px 18px 4px;font-size:16px;line-height:1.5;box-shadow:0 2px 8px #00000026}.chat-bubble-bot{background:#f0ff99;color:#18171b;padding:.75rem 1rem;border-radius:18px 18px 18px 4px;border:1px solid rgba(24,23,27,.1);box-shadow:0 2px 8px #00000012;font-size:16px;line-height:1.5}.typing-dots{display:flex;gap:5px;align-items:center;height:20px;padding:0 4px}.typing-dots span{width:7px;height:7px;border-radius:50%;background:#18171b80;animation:typing-bounce 1.4s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.bot-message-content p{font-size:16px;line-height:1.5;margin-bottom:.5rem}.bot-message-content ul,.bot-message-content ol{font-size:16px;padding-left:1.25rem;margin-bottom:.5rem}.bot-message-content li{margin-bottom:.25rem;line-height:1.5}.bot-message-content code{background:#18171b1a;padding:.125rem .375rem;border-radius:4px;font-size:.85em}.bot-message-content pre{background:#18171b1a;padding:.75rem;border-radius:8px;overflow-x:auto;margin-bottom:.5rem}.bot-message-content pre code{background:none;padding:0}.bot-message-content strong{font-weight:700}.bot-message-content h1,.bot-message-content h2,.bot-message-content h3{font-size:16px;line-height:1.4;margin-top:.5rem;margin-bottom:.25rem}.floating-chat-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;width:56px;height:56px;border-radius:50%;border:none;background:#cfff00;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fff,0 6px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease}.floating-chat-btn:hover{transform:scale(1.08);box-shadow:0 0 0 3px #fff,0 8px 24px #00000052}.floating-chat-btn--img{background:transparent;padding:0;overflow:visible;width:auto;height:auto;border-radius:0;box-shadow:none}.floating-chat-btn--img:hover{box-shadow:none}.floating-chat-btn--img img{width:72px;height:auto;-o-object-fit:initial;object-fit:initial;border-radius:0;display:block;filter:drop-shadow(0 0 8px rgba(207,255,0,.65)) drop-shadow(0 0 16px rgba(207,255,0,.35));transition:filter .3s ease}.floating-chat-btn--img:hover img{filter:drop-shadow(0 0 10px rgba(207,255,0,.8)) drop-shadow(0 0 22px rgba(207,255,0,.45))}.floating-chat-backdrop{position:fixed;inset:0;z-index:199;background:#0006}.floating-chat-panel{position:fixed;z-index:200;display:flex;flex-direction:column;background:#fff;box-shadow:0 0 0 1px #18171b1a,0 12px 40px #00000038;overflow:hidden;inset:0;border-radius:0}@media(min-width:640px){.floating-chat-panel{inset:auto;bottom:5.5rem;right:1.5rem;width:450px;height:calc(100dvh - 11rem);border-radius:16px}.floating-chat-backdrop{display:none}}.floating-chat-header{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;flex-shrink:0}.floating-chat-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.floating-chat-close .icon{width:18px;height:18px;background-color:#fff;-webkit-mask:url(/img/close-icon.svg) center / contain no-repeat;mask:url(/img/close-icon.svg) center / contain no-repeat;transition:background-color .3s ease}.floating-chat-close:hover .icon{background-color:#cfff00}.floating-chat-messages .chat-bubble-user,.chats-main .chat-bubble-user{background:#fccfd6;color:#18171b}.floating-chat-toggle-close{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;width:56px;height:56px;border-radius:50%;border:none;background:#18171b;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fff,0 6px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease}.floating-chat-toggle-close:hover{transform:scale(1.08);box-shadow:0 0 0 3px #fff,0 8px 24px #00000052}.floating-chat-toggle-close:hover .icon{background-color:#f1f1f1}.floating-chat-toggle-close .icon{width:22px;height:22px;background-color:#cfff00;-webkit-mask:url(/img/arrow-head-down.svg) center / contain no-repeat;mask:url(/img/arrow-head-down.svg) center / contain no-repeat}.floating-chat-messages{flex:1;overflow-y:auto;padding:1rem;background:#fff}.floating-chat-input-area{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid rgba(24,23,27,.1);background:#fff;flex-shrink:0}.chat-header-name{font-size:16px;font-weight:700;color:#fff;line-height:1.25}.chat-header-status{font-size:13px;color:#ffffffd9;line-height:1.25}.floating-chat-input-area .chat-send-btn{width:36px;height:36px;background:#18171b;color:#cfff00}.floating-chat-input-area .chat-send-btn:hover{color:#fff}.piston-bubble-user{background:#fccfd6;color:#000;padding:.75rem 1rem;border-radius:18px 18px 4px;font-size:16px;line-height:1.5}.piston-bubble-bot{color:#18171b;font-size:16px;line-height:1.5}.piston-sidebar{width:52px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding-top:1.5rem;gap:1.25rem;z-index:30;background:transparent}.piston-sidebar-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:50%;cursor:pointer;color:#18171b;transition:background .3s ease}.piston-sidebar-btn:hover{background:#00000014}.piston-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.75rem;text-align:center;padding:1.5rem 1.5rem 0}.piston-welcome-img{width:110px;height:110px;-o-object-fit:contain;object-fit:contain}.piston-welcome h1{font-size:clamp(28px,4vw,56px);font-weight:700;color:#000;line-height:1.2;margin:0}.piston-welcome p{font-size:16px;color:#18171b;max-width:440px;line-height:1.5;margin:0}.piston-input-area{flex-shrink:0;padding:1rem 1rem 1.25rem;width:100%}.piston-input-inner{max-width:640px;margin:0 auto;display:flex;align-items:flex-end;gap:.75rem}.piston-input{flex:1;font-family:Poppins,sans-serif;font-size:16px;line-height:1.5;color:#18171b;background:#0000000d;border:1px solid rgba(24,23,27,.1);border-radius:25px;padding:.75rem 1.25rem;resize:none;overflow-y:auto;max-height:122px;transition:border-color .3s ease,background .3s ease,border-radius .3s ease}.piston-input:focus{outline:none;border-color:#cfff00;background:#fff}.piston-input::-moz-placeholder{color:#18171b80}.piston-input::placeholder{color:#18171b80}.piston-send-btn{width:44px;height:44px;border-radius:50%;border:none;background:#18171b;color:#cfff00;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,opacity .3s ease,color .3s ease}.piston-send-btn:hover{transform:scale(1.06);color:#fff}.piston-send-btn:disabled{opacity:.4;cursor:default;transform:none}.piston-drawer{position:fixed;inset-block:0;left:0;width:280px;background:#f0ff99;z-index:40;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.piston-drawer--open{transform:translate(0)}.piston-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem;flex-shrink:0}.piston-drawer-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#18171b}.piston-drawer-close{width:32px;height:32px;border-radius:50%;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#18171b;transition:background .3s ease}.piston-drawer-close:hover{background:#0000001a}@media(max-width:767px){.piston-drawer-close{display:none}}.piston-drawer-new-chat{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;font-size:16px;color:#18171b;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:background .3s ease}.piston-drawer-new-chat:hover{background:#00000014}.piston-drawer-item{display:block;width:100%;padding:.75rem 1rem;border:none;border-top:1px solid rgba(0,0,0,.1);background:none;font-family:Poppins,sans-serif;font-size:13px;color:#18171b;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .3s ease}.piston-drawer-item:hover{background:#00000014}.piston-drawer-item--active{background:#0000001f}.piston-drawer-backdrop{position:fixed;inset:0;z-index:35}
