.member-game-activity{display:flex;align-items:center;gap:6px;margin-top:2px;padding:3px 8px;background:linear-gradient(135deg,rgba(88,101,242,0.2),rgba(88,101,242,0.08));border-radius:4px;animation:gameActivityFadeIn 0.3s ease}.member-game-activity i{font-size:10px;color:#a3ea30}.member-game-activity span{font-size:11px;color:#c5f06a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}@keyframes gameActivityFadeIn{from{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}.game-activity-badge{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(135deg,rgba(88,101,242,0.15),rgba(88,101,242,0.05));border:1px solid rgba(88,101,242,0.3);border-radius:8px;margin-bottom:8px;animation:gameActivitySlideIn 0.3s ease}.game-activity-header-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 4px;background:rgba(35,165,89,0.15);border:1px solid rgba(35,165,89,0.25);border-radius:10px;margin-left:8px;margin-bottom:0;animation:headerBadgeSlideIn 0.2s ease-out;max-width:180px;height:22px;cursor:default;transition:all 0.15s ease}.game-activity-header-badge:hover{background:rgba(35,165,89,0.22);border-color:rgba(35,165,89,0.4)}@keyframes headerBadgeSlideIn{from{opacity:0;transform:translateX(-8px) scale(0.95)}to{opacity:1;transform:translateX(0) scale(1)}}.game-activity-header-badge .game-badge-icon{width:16px;height:16px;background:#23a559;border-radius:4px;display:flex;align-items:center;justify-content:center;color:white;font-size:8px;flex-shrink:0}.game-activity-header-badge .game-badge-info{display:none}.game-activity-header-badge .game-badge-label{display:none}.game-activity-header-badge > .game-badge-name{font-size:11px;font-weight:600;color:#57f287;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;line-height:1}.game-activity-header-badge > .game-badge-time{font-size:10px;color:rgba(255,255,255,0.45);font-family:'JetBrains Mono','Consolas',monospace;font-weight:500;flex-shrink:0;margin-left:4px;opacity:0.8}.electron-titlebar{display:flex;align-items:center}.electron-titlebar .title{flex-shrink:0}[data-theme="light"] .game-activity-header-badge{background:linear-gradient(135deg,rgba(35,165,89,0.15) 0%,rgba(35,165,89,0.05) 100%);border-color:rgba(35,165,89,0.3)}[data-theme="light"] .game-activity-header-badge .game-badge-name{color:#1a7a42}[data-theme="light"] .game-activity-header-badge .game-badge-time{color:rgba(0,0,0,0.4);border-left-color:rgba(0,0,0,0.1)}@keyframes gameActivitySlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.game-badge-icon{width:36px;height:36px;background:linear-gradient(135deg,#a3ea30,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-size:16px;flex-shrink:0}.game-badge-info{flex:1;min-width:0}.game-badge-label{font-size:10px;text-transform:uppercase;color:#a3ea30;font-weight:600;letter-spacing:0.5px}.game-badge-name{font-size:13px;font-weight:600;color:var(--text-primary,#fff);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-badge-time{font-size:11px;color:var(--text-muted,rgba(255,255,255,0.5));font-family:'JetBrains Mono',monospace}.profile-game-activity{display:flex;align-items:center;gap:12px;padding:12px;background:rgba(88,101,242,0.1);border-radius:8px;margin-top:12px}.profile-game-icon{width:48px;height:48px;background:linear-gradient(135deg,#a3ea30,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:20px}.profile-game-info{flex:1}.profile-game-label{font-size:11px;text-transform:uppercase;color:#a3ea30;font-weight:600;margin-bottom:2px}.profile-game-name{font-size:15px;font-weight:600;color:var(--text-primary,#fff)}.profile-game-time{font-size:12px;color:var(--text-muted);margin-top:2px}.game-stats-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color,rgba(255,255,255,0.1))}.game-stats-title{font-size:12px;text-transform:uppercase;color:var(--text-muted);font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.game-stats-title i{color:#a3ea30}.game-stats-list{display:flex;flex-direction:column;gap:8px}.game-stat-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--surface-color,rgba(255,255,255,0.05));border-radius:6px;transition:background 0.15s}.game-stat-item:hover{background:var(--hover-accent,rgba(255,255,255,0.08))}.game-stat-icon{width:32px;height:32px;background:linear-gradient(135deg,#a3ea30,#8b5cf6);border-radius:6px;display:flex;align-items:center;justify-content:center;color:white;font-size:14px;flex-shrink:0}.game-stat-info{flex:1;min-width:0}.game-stat-name{font-size:13px;font-weight:500;color:var(--text-primary,#fff);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-stat-details{font-size:11px;color:var(--text-muted);display:flex;gap:8px}.game-stat-playtime{font-weight:600;color:#a3ea30}.game-activity-settings{padding:16px;background:var(--surface-color);border-radius:8px;margin-top:12px}.game-activity-settings h4{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:12px;display:flex;align-items:center;gap:8px}.game-activity-settings h4 i{color:#a3ea30}.game-setting-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border-color,rgba(255,255,255,0.05))}.game-setting-item:last-child{border-bottom:none}.game-setting-info{flex:1}.game-setting-label{font-size:14px;color:var(--text-primary);font-weight:500}.game-setting-desc{font-size:12px;color:var(--text-muted);margin-top:2px}.user-game-status{display:flex;align-items:center;gap:4px;font-size:11px;color:#a3ea30;margin-top:2px}.user-game-status i{font-size:10px}.user-game-status .game-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.game-activity-pulse{animation:gamePulse 2s ease-in-out infinite}@keyframes gamePulse{0%,100%{box-shadow:0 0 0 0 rgba(88,101,242,0.4)}50%{box-shadow:0 0 0 8px rgba(88,101,242,0)}}[data-theme="dark"] .game-activity-badge{background:linear-gradient(135deg,rgba(88,101,242,0.15),rgba(88,101,242,0.05))}[data-theme="light"] .game-activity-badge{background:linear-gradient(135deg,rgba(88,101,242,0.1),rgba(88,101,242,0.02));border-color:rgba(88,101,242,0.2)}[data-theme="light"] .game-badge-name,[data-theme="light"] .profile-game-name,[data-theme="light"] .game-stat-name{color:#1a1a1f}