.dark-tooltip{font-size:13px;}.dark-tooltip code{ font-family:monospace;}#iyad-chat-circle{position: fixed; bottom: 85px; right: 20px; width: 55px; height: 55px; border-radius: 50%; background: #DD0B51; color: white; display: flex; align-items: center; justify-content: center; font-size: 22px; cursor: pointer; z-index: 1501; box-shadow: 0 4px 15px rgba(0,0,0,0.5);}#iyad-chat-box{display: none; position: fixed; bottom: 85px; right: 20px; width: 320px; max-width: 85vw; height: 420px; background: #050c12; border: 1px solid #e91e6369; border-radius: 12px; z-index: 1501; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,0.8); overflow: hidden; transition: all 0.3s ease;}#iyad-chat-box.pinned, #iyad-chat-circle.pinned{z-index: 2101 !important; }#iyad-chat-box.pinned{bottom: 20px !important; height: 320px !important; opacity: 0.95; border: 1px solid #DD0B51; }.chat-header{background: #DD0B51; color: white; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 0.9em; }#iyad-chat-logs{flex: 1; overflow-y: auto; padding: 15px; display: flex; flex-direction: column; gap: 10px; background: #050c12; scroll-behavior: smooth; }.msg-bubble{background: #161320; padding: 10px; border-radius: 8px; border-left: 3px solid #DD0B51; cursor: pointer; user-select: none; -webkit-user-select: none; transition: transform 0.1s ease; }.msg-bubble:active{transform: scale(0.98); background: #1a1726 !important; }.msg-bubble b{font-size: 11px; display: block; margin-bottom: 3px; }.msg-bubble p{color: #f0f0f0; font-size: 13px; margin: 0; word-wrap: break-word; line-height: 1.4; white-space: pre-wrap; }.msg-bubble small{color: #555; font-size: 9px; display: block; text-align: right; margin-top: 5px; }.chat-input-area{padding: 12px; background: #080814bd; border-top: 1px solid #333; }#iyad-name{width: 100%; background: #111; border: 1px solid #333; color: white; padding: 6px 10px; border-radius: 5px; font-size: 11px; margin-bottom: 8px; outline: none; }.chat-input-row{display: flex; gap: 8px; align-items: flex-end; }#iyad-msg{flex: 1; background: #111; border: 1px solid #333; color: white; padding: 8px 12px; border-radius: 5px; font-size: 13px; outline: none; resize: none; height: 50px; font-family: inherit; line-height: 1.4; }#iyad-msg:focus{border-color: #DD0B51; }#iyad-send-btn{background: #DD0B51; border: none; color: white; width: 45px; height: 49px; border-radius: 5px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }.dark-tooltip, .chat-toast{background: rgba(5, 12, 18, 0.95); color: #f0f0f0; border-radius: 8px; border: 1px solid #DD0B51; backdrop-filter: blur(5px); }.dark-tooltip{display: none; position: absolute; bottom: 30px; right: 0; width: 200px; padding: 12px; font-size: 11px; z-index: 2000; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }.chat-toast{visibility: hidden; min-width: 150px; text-align: center; padding: 10px; position: fixed; z-index: 3000; bottom: 150px; left: 50%; transform: translateX(-50%); font-size: 12px; opacity: 0; transition: opacity 0.3s, visibility 0.3s; }.chat-toast.show{visibility: visible; opacity: 1; }#iyad-pin-icon{cursor: pointer; font-size: 0.85em; opacity: 0.6; transform: rotate(45deg); transition: all 0.2s ease; }#iyad-pin-icon.active{color: #ffc900; opacity: 1 !important; transform: rotate(0deg); }@media (max-width: 480px){#iyad-chat-circle{width: 45px; height: 45px; font-size: 18px; bottom: 75px; right: 15px;}#iyad-chat-box{width: 280px; height: 420px; bottom: 75px; right: 15px; }}