
  /*.title-logo {
            --color1: #ffffff;
            --color2: #ec3d3d;
            background: repeating-linear-gradient(
              45deg,
              var(--color1),
              var(--color1) 20px,
              var(--color2) 20px,
              var(--color2) 40px
            );
            background-clip: text;
            color: transparent;
            -webkit-background-clip: text;
            animation: 40s linear 0s infinite move;
          }

          @keyframes move {
            from {
              background-position: 0px;
            }
            to {
              background-position: 1000px;
            }
          }
        */
#toggle-chat,.friend-item{font-size:14px;cursor:pointer}.chat-container,.chat-window{box-shadow:0 4px 20px rgba(0,0,0,.5)}.chat-message,.typing-message{max-width:85%}.chat-container{position:fixed;bottom:0;right:20px;width:300px;max-height:500px;background:#1e1e1e;border:1px solid #333;border-bottom:none;border-radius:8px 8px 0 0;display:flex;flex-direction:column;z-index:10000;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.chat-content{display:flex;flex-direction:column;height:100%;width:100%;border-radius:8px 8px 0 0;overflow:hidden}.chat-window-messages,.friends-list{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#555 transparent}#toggle-chat{background:#2c2c2c;border:none;color:#e0e0e0;width:100%;text-align:left;padding:12px 15px;border-radius:8px 8px 0 0;font-weight:600;font-family:inherit;border-bottom:1px solid #333;transition:background-color .2s}#toggle-chat:hover{background:#363636}.chat-header{display:flex;justify-content:space-between;align-items:center;width:100%}.friends-list{flex:1;width:100%;background:#1e1e1e;max-height:400px}.friends-list::-webkit-scrollbar{width:6px}.friends-list::-webkit-scrollbar-track{background:0 0}.friends-list::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.friends-list::-webkit-scrollbar-thumb:hover{background:#666}.friend-item{display:flex;align-items:center;padding:10px 15px;color:#bdbdbd;transition:.2s;position:relative;border-bottom:1px solid #2a2a2a}.friend-item:hover{background:#2a2a2a;color:#fff}.friend-item:last-child{border-bottom:none}.friend-headshot{width:32px;height:32px;border-radius:50%;margin-right:12px;border:1px solid #333;background:#333}.friend-item span{flex:1;font-weight:500}.online-indicator{width:8px;height:8px;background:#00c851;border-radius:50%;margin-left:8px;border:2px solid #1e1e1e;display:none}.typing-indicator{color:#888;font-size:12px;font-style:italic;margin-left:auto;display:none}.chat-windows{position:fixed;bottom:0;right:330px;display:flex;gap:10px;z-index:9999}.chat-window{width:300px;height:400px;background:#1e1e1e;border:1px solid #333;border-bottom:none;border-radius:8px 8px 0 0;display:flex;flex-direction:column}.chat-window-header{background:#2c2c2c;padding:12px 15px;border-radius:8px 8px 0 0;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}.chat-window-name{color:#e0e0e0;font-weight:600;font-size:14px}.chat-window-close{background:0 0;border:none;color:#888;font-size:18px;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.chat-message.own-message .game-title,.chat-window-close:hover{color:#fff}.chat-window-messages{flex:1;padding:10px;background:#1e1e1e;display:flex;flex-direction:column;gap:8px}.chat-message p,.typing-dots{background:#2a2a2a;padding:8px 12px}.chat-window-messages::-webkit-scrollbar{width:6px}.chat-window-messages::-webkit-scrollbar-track{background:0 0}.chat-window-messages::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.chat-message{word-wrap:break-word;animation:.3s ease-out messageSlideIn}.chat-message.own-message{align-self:flex-end}.chat-message.other-message,.typing-message{align-self:flex-start}.message-sender{font-size:12px;color:#888;margin-bottom:3px;font-weight:600}.chat-message p{border-radius:12px;margin:0;font-size:14px;color:#e0e0e0;line-height:1.4;border:1px solid #333}.chat-message.own-message p{background:#0078d4;color:#fff;border-color:#106ebe}.message-timestamp{font-size:11px;color:#666;margin-top:2px;display:block}.chat-message.own-message .message-timestamp{text-align:right}.typing-dots{border-radius:12px;display:flex;align-items:center;gap:3px;border:1px solid #333}.typing-dots span{width:4px;height:4px;background:#888;border-radius:50%;animation:1.4s ease-in-out infinite typingBounce}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,100%,80%{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes messageSlideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-window-input{display:flex;padding:10px;background:#2c2c2c;border-top:1px solid #333;gap:8px}.chat-window-input input{flex:1;background:#1e1e1e;border:1px solid #444;border-radius:6px;padding:8px 10px;color:#e0e0e0;font-size:14px;outline:0;transition:border-color .2s}.chat-window-input input:focus{border-color:#0078d4}.chat-window-input input::placeholder{color:#666}.chat-window-input button{background:#0078d4;border:none;border-radius:6px;padding:8px 15px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.chat-window-input button:hover,.message-retry-btn:hover{background:#106ebe}.chat-window-input button:disabled{background:#444;cursor:not-allowed}.chat-loading{text-align:center;padding:20px;color:#888;font-size:14px}.message-failed{opacity:.6;position:relative}.message-failed p{background:#dc3545!important;color:#fff!important;border-color:#c82333!important}.message-retry-btn{background:#0078d4;border:none;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px;cursor:pointer;margin-top:4px;display:block}@media (max-width:768px){.chat-container{right:10px;width:280px}.chat-windows{right:300px;flex-direction:column-reverse;align-items:flex-end}.chat-window{width:260px;height:350px;margin-bottom:10px}}@media (max-width:640px){.chat-windows{right:10px;left:10px;bottom:410px}.chat-window{width:100%;max-width:300px}.chat-container{left:10px;right:10px;width:auto}}.friend-item.has-unread{background:rgba(0,120,212,.1);border-left:3px solid #0078d4}.friend-item.has-unread .friend-headshot{border:2px solid #0078d4}.notification-badge{background:#dc3545;color:#fff;font-size:10px;font-weight:700;border-radius:10px;padding:2px 6px;position:absolute;top:4px;right:8px;min-width:16px;text-align:center}.game-link-card{background:#2a2a2a;border:1px solid #333;border-radius:8px;padding:12px;margin:4px 0;cursor:pointer;transition:.2s;max-width:280px}.game-link-card:hover{background:#363636;border-color:#0078d4}.game-card-content,.game-card-error,.game-card-loading{display:flex;align-items:center;gap:12px}.game-icon{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background:#1e1e1e;border:1px solid #444}.game-icon img{width:100%;height:100%;object-fit:cover}.game-info{flex:1;min-width:0}.game-title{font-weight:600;font-size:14px;color:#e0e0e0;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-creator{font-size:12px;color:#888;margin-bottom:4px}.game-description{font-size:12px;color:#bdbdbd;line-height:1.3;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-play-button{flex-shrink:0;width:36px;height:36px;background:#00c851;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:.2s;border:2px solid #00c851}.game-icon-placeholder,.shimmer-line{background:#333;animation:1.5s infinite shimmer}.game-play-button:hover{background:#00a63f;border-color:#00a63f;transform:scale(1.05)}.game-play-button svg{width:16px;height:16px}.game-icon-placeholder{width:60px;height:60px;border-radius:6px}.game-info-placeholder{flex:1}.shimmer-line{height:14px;border-radius:4px;margin-bottom:6px}.shimmer-line.short{width:60%}.game-icon-error{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#444;border-radius:6px;color:#888}.game-link{color:#0078d4;text-decoration:none;font-size:12px}.game-link:hover{text-decoration:underline;color:#106ebe}@keyframes shimmer{0%,100%{opacity:1}50%{opacity:.4}}.chat-message .game-link-card{margin:0;background:0 0;border:1px solid #444}.chat-message.own-message .game-link-card{border-color:#106ebe;background:rgba(0,120,212,.1)}.chat-message.own-message .game-creator{color:#b3d9ff}.chat-message.own-message .game-description{color:#e6f3ff}