.user-menu-btn{display:flex;align-items:center;justify-content:center;border-radius:9999px;border:2px solid var(--border-color);transition:all .2s ease-in-out;outline:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;margin-right:.5rem}.user-menu-btn-active,.user-menu-btn:hover{border-color:var(--accent-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:border-color .18s ease-in-out,box-shadow .18s ease-in-out}.user-menu-panel{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-family, inherit);backdrop-filter:var(--panel-backdrop, saturate(180%) blur(8px));border-radius:8px}.user-menu-section+.user-menu-section{border-top:1px solid var(--border-color);margin-top:4px;padding-top:6px}.user-menu-item{font-size:13px;line-height:2.25rem;color:var(--text-secondary);background:transparent;padding:4px 8px;border-radius:4px;transition:all .2s ease}.user-menu-item:hover{background:var(--bg-tertiary)}.user-menu-item:hover .user-menu-label,.user-menu-item:hover .user-menu-icon{color:var(--accent-primary)}.user-menu-icon{color:var(--text-secondary);display:flex;align-items:center}.user-menu-label{color:var(--text-secondary);font-weight:400}.user-menu-sub{color:var(--text-secondary);font-size:11px}.user-menu-beta{color:var(--accent-primary)}@media (prefers-reduced-motion: no-preference){.user-menu-item{will-change:background,color}}.logo-header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem;background-color:var(--bg-primary);position:sticky;top:0;z-index:100;width:100%}.header-content{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:8px}.logo-icon{color:var(--text-primary);flex-shrink:0}.logo-text{font-size:20px;font-weight:800;color:var(--text-primary);margin-right:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.5px}.mobile-menu-button{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s}.mobile-menu-button:hover{background:var(--bg-tertiary)}.mobile-sports-menu{display:none;width:100%;background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1rem 0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-sports-content{margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-sport-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:var(--text-primary);transition:all .2s ease;cursor:pointer}.mobile-sport-item:hover,.mobile-sport-item.active{background:var(--bg-tertiary);color:var(--accent-primary)}.mobile-sport-name{font-size:14px;font-weight:500}.mobile-match-count{font-size:12px;color:var(--text-secondary);background:var(--bg-primary);padding:2px 6px;border-radius:8px;font-weight:600;min-width:20px;text-align:center}.mobile-sport-item:hover .mobile-match-count{background:var(--bg-secondary)}.mobile-sport-item.active .mobile-match-count{background:var(--accent-primary);color:#fff}.sports-nav{display:flex;align-items:center;gap:1rem;flex:1;justify-content:center;max-width:800px;min-width:400px;margin:0 2rem;overflow:visible}.sport-item{display:flex;flex-direction:row;border-radius:8px;text-decoration:none;color:var(--text-primary);transition:all .2s ease;cursor:pointer;background:none;border:none;font-family:inherit;gap:6px;white-space:nowrap}.sport-item.normal{align-items:center;justify-content:center;padding:.75rem 1rem}.sport-item.compact{padding:.1rem .3rem}.sport-item:hover{background:var(--bg-tertiary);color:var(--accent-primary)}.sport-item:active{background:var(--bg-secondary);color:var(--accent-primary)}.sport-item.active,.sport-item.active:hover{background:var(--bg-tertiary);color:var(--accent-primary)}.sport-name{font-size:12px;font-weight:500;letter-spacing:.5px;color:inherit;white-space:nowrap}.match-count{font-size:10px;color:var(--text-secondary);background:var(--bg-secondary);padding:1px 5px;border-radius:8px;font-weight:600;min-width:14px;text-align:center;flex-shrink:0}.sport-item:hover .match-count{background:var(--bg-primary);color:var(--text-secondary)}.sport-item.active .match-count{background:var(--accent-primary);color:#fff}.more-sports{border-left:1px solid var(--border-color);margin-left:.5rem;padding-left:1rem;color:var(--text-primary);flex-direction:row;gap:.5rem;position:relative}.more-sports:hover{color:var(--accent-primary)}.more-sports .sport-name{margin-top:0}.more-chevron{transition:transform .2s ease;margin-left:.25rem}.more-chevron.open{transform:rotate(180deg)}.more-dropdown-container{position:relative}.more-dropdown{position:absolute;top:100%;right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem 0;min-width:200px;box-shadow:0 8px 32px #0000004d;z-index:1000;margin-top:.5rem;animation:slideDown .2s ease}.more-dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;text-decoration:none;color:var(--text-primary);transition:all .2s ease;cursor:pointer}.more-dropdown-item:hover,.more-dropdown-item.active{background:var(--bg-tertiary);color:var(--accent-primary)}.more-dropdown-item .sport-name{font-size:12px;font-weight:500;letter-spacing:.5px}.more-dropdown-item .match-count{font-size:10px;color:var(--text-secondary);background:var(--bg-primary);padding:1px 5px;border-radius:8px;font-weight:600;min-width:14px;text-align:center}.more-dropdown-item:hover .match-count{background:var(--bg-secondary);color:var(--text-secondary)}.more-dropdown-item.active .match-count{background:var(--accent-primary);color:#fff}.header-right{display:flex;align-items:center;gap:1rem}.header-icon{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.header-icon:hover{background:var(--bg-tertiary);color:var(--text-primary)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-primary);display:flex;align-items:center;justify-content:center;color:var(--bg-primary);font-weight:600;cursor:pointer;font-size:14px}@media (max-width: 768px){.mobile-menu-button{display:flex}.mobile-sports-menu{display:block}.sports-nav.desktop-only{display:none}.logo-container{gap:6px}.logo-icon{width:18px;height:18px}.logo-text{font-size:20px}.header-right{gap:.5rem}.header-icon{width:36px;height:36px;padding:.25rem}.user-avatar{width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.logo{width:100px}.header-right{gap:.25rem}.header-icon{width:32px;height:32px}.user-avatar{width:24px;height:24px;font-size:10px}}.sidebar-contents-scrollbar::-webkit-scrollbar{width:6px}.sidebar-contents-scrollbar::-webkit-scrollbar-track{background:transparent}.sidebar-contents-scrollbar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.sidebar-contents-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.sidebar-contents-scrollbar{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}
