.superplay-ai-chat-widget{position:fixed;z-index:999999;bottom:20px;right:20px;font-family:"proxima-nova",Arial,sans-serif}body.home .superplay-ai-chat-widget{bottom:82px}.superplay-ai-chat-widget[data-position=bottom-left]{left:20px;right:auto}.superplay-ai-chat-widget[data-position=top-right]{top:20px;bottom:auto}.superplay-ai-chat-widget[data-position=top-left]{top:20px;bottom:auto;left:20px;right:auto}.superplay-ai-chat-button{width:60px;height:60px;border-radius:50%;background:var(--pink);border:none;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:transform .3s ease;padding:0;display:flex;align-items:center;justify-content:center}.superplay-ai-chat-button i{color:#fff}.superplay-ai-chat-button:hover{transform:scale(1.1);background:var(--pinkhover)}.superplay-ai-chat-button img{width:32px;height:32px;object-fit:contain}.superplay-ai-chat-window{position:fixed;bottom:90px;right:20px;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 5px 40px rgba(0,0,0,.16);display:flex;flex-direction:column;overflow:hidden;z-index:999999;max-width:97%;box-sizing:border-box}body.home .superplay-ai-chat-window{bottom:152px}.superplay-ai-chat-widget[data-position=bottom-left] .superplay-ai-chat-window{left:20px;right:auto}.superplay-ai-chat-widget[data-position=top-right] .superplay-ai-chat-window{top:90px;bottom:auto}.superplay-ai-chat-widget[data-position=top-left] .superplay-ai-chat-window{top:90px;bottom:auto;left:20px;right:auto}.superplay-ai-chat-header{background:#000;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.superplay-ai-chat-header h3{margin:0;font-size:16px;font-weight:600;color:#fff}.superplay-ai-chat-close{background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;line-height:1}.superplay-ai-chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px}.superplay-ai-chat-message{max-width:80%;padding:12px 16px;border-radius:12px;line-height:1.4;font-size:14px}.superplay-ai-chat-message h1{color:var(--pink);font-size:18px;margin-top:10px;margin-bottom:10px}.superplay-ai-chat-message h2{color:var(--blue);font-size:16px;margin-top:10px;margin-bottom:10px;font-weight:600}.superplay-ai-chat-message h3{color:#000;font-size:19px;margin-top:10px;margin-bottom:10px}.superplay-ai-chat-message h4{color:#000;font-size:17px}.superplay-ai-chat-message-user{background:var(--pink);color:#fff;align-self:flex-end;border-bottom-right-radius:0}.superplay-ai-chat-message-ai{background:#f0f0f0;color:#333;align-self:flex-start;border-bottom-left-radius:0}.superplay-ai-chat-input{padding:15px;border-top:1px solid #eee;display:flex;gap:10px;align-items:flex-end}.superplay-ai-chat-input textarea{flex:1;border:1px solid #ddd;border-radius:7px;padding:10px 15px;resize:none;font-family:inherit;font-size:16px !important;line-height:1.4;min-height:100px;overflow-y:auto}.superplay-ai-chat-input textarea:focus{outline:none;border-color:var(--pink)}.superplay-ai-chat-disclaimer{padding:8px 15px 15px;border-top:1px solid #eee;background:#f8f8f8}.superplay-ai-chat-disclaimer small{color:#666;font-size:11px;line-height:1.3;display:block;text-align:left}.superplay-ai-chat-input input[type=text]{font-size:16px !important}.superplay-ai-chat-send{background:var(--pink);color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.superplay-ai-chat-send:hover{background:var(--pinkhover)}.superplay-ai-chat-send svg{fill:currentColor;width:20px;height:20px;margin-left:4px}.superplay-ai-chat-send:disabled{background:#ccc;cursor:not-allowed}.superplay-ai-chat-typing{display:flex;gap:4px;padding:12px 16px;background:#f0f0f0;border-radius:12px;align-self:flex-start;margin-top:5px}.superplay-ai-chat-typing span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1s infinite ease-in-out}.superplay-ai-chat-typing span:nth-child(2){animation-delay:.2s}.superplay-ai-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:480px){.superplay-ai-chat-window{position:fixed;width:100% !important;height:calc(100% - 100px) !important;bottom:80px !important;left:0 !important;right:0 !important;border-radius:0 !important;max-width:100% !important;transform:none !important;margin:0 !important;padding:0 !important}.superplay-ai-chat-button{width:50px;height:50px}.superplay-ai-chat-button img{width:28px;height:28px}.superplay-ai-chat-input textarea{font-size:16px !important;-webkit-text-size-adjust:100% !important;-webkit-appearance:none !important;appearance:none !important;border-radius:0 !important}}html{-webkit-text-size-adjust:100% !important;-moz-text-size-adjust:100% !important;-ms-text-size-adjust:100% !important;text-size-adjust:100% !important;touch-action:manipulation}.superplay-ai-chat-input textarea{font-size:16px !important;-webkit-text-size-adjust:100% !important;-webkit-appearance:none !important;appearance:none !important;transform:scale(1) !important;transform-origin:left top !important}.superplay-ai-chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999998;display:none}