#Popup{background-color:var(--background-rgb);border-color:var(--foreground-rgb)}#Pupup button{border-style:solid!important;border-width:2px!important;border-color:var(--foreground-rgb)!important}:root{--foreground-rgb:#000;--background-rgb:#fff;--header-background-rgba:hsla(0,0%,100%,.2);--button-backgrount-rgba:transparent}@media (prefers-color-scheme:dark){:root{--foreground-rgb:#fff;--background-rgb:#000;--header-background-rgba:rgba(0,0,0,.2)}}#CommunityHeader{position:fixed;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:60px;background:linear-gradient(0deg,var(--header-background-rgba) 0,var(--background-rgb) 100%);z-index:1;border-color:var(--foreground-rgb);border-style:solid;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:0;border-left:0;border-right:0;border-width:2px;padding-left:5px;padding-right:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(0 5px 10px #000000);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.25s;overflow:hidden}#CommunityHeader:hover{height:70px}#CommunityHeader hr{border-color:var(--foreground-rgb);height:65%}#CommunityHeader #CommunityTitle,#CommunityHeader #UserTab{white-space:nowrap;display:flex;flex-direction:row;align-items:center;padding:5px;color:var(--foreground-rgb);width:25%}#CommunityHeader #UserTab{justify-content:end}#CommunityHeader #CommunitySearchInput{height:30px;margin-left:10px;background-color:var(--background-rgb);border-radius:9999px;padding-left:10px;width:200px;border-color:var(--foreground-rgb);border-style:solid;border-width:1.5px}#CommunityHeader button{font-weight:700;margin:5px;padding:10px;border-radius:9999px;border:2px;border-style:solid;border-color:transparent;background-color:transparent;transition:.2s;height:-moz-fit-content;height:fit-content}#CommunityHeader button:hover{color:var(--background-rgb);border-color:var(--background-rgb);background-color:var(--foreground-rgb);cursor:pointer}#CommunityHeader button:active{color:#000;background-color:#fff;border-color:transparent}@media (prefers-color-scheme:light){#CommunityHeader{filter:none}}@media (orientation:portrait){#CommunityHeader #UserButtons{display:none}#CommunityHeader #CommunityTitle,#CommunityHeader #UserTab{width:-moz-fit-content;width:fit-content}#CommunityTitle #CommunitySearchInput{display:none}#CommunityHeader:hover{height:50px}}