.Checkbox{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.Checkbox--focused{outline:none;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}html[data-focus-visible] .Checkbox--focused{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3)}html[data-theme=dark][data-focus-visible] .Checkbox--focused{-webkit-box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6);box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6)}.Checkbox--disabled{cursor:no-drop;opacity:.4}.Checkbox-iconOn{color:#06f}html[data-theme=dark] .Checkbox-iconOn{color:#37f}.Checkbox-iconOff,html[data-theme=dark] .Checkbox-iconOff{color:#999}.Checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;clip:rect(0,0,0,0);pointer-events:none;position:absolute}.Card{margin-bottom:10px;background:#fff;overflow:hidden;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(18,18,18,.1);box-shadow:0 1px 3px rgba(18,18,18,.1);-webkit-box-sizing:border-box;box-sizing:border-box}html[data-theme=dark] .Card{background:#121212;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}.Card:last-child{margin-bottom:0}.Card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding:0 20px;border-bottom:1px solid #f6f6f6;-webkit-box-sizing:border-box;box-sizing:border-box}html[data-theme=dark] .Card-header{border-bottom:1px solid #1b1b1b}.Card-header:last-child{border-bottom:none}.Card-headerText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-synthesis:style}html[data-ios] .Card-headerText{font-weight:500}html[data-android] .Card-headerText{font-weight:700}.Card-section{padding:16px 20px;position:relative}.Card-section+.Card-section:after{position:absolute;top:0;left:0;right:0;margin:0 20px;display:block;border-bottom:1px solid #f6f6f6;content:""}html[data-theme=dark] .Card-section+.Card-section:after{border-bottom:1px solid #1b1b1b}.LeftArea{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.LeftArea,.LeftArea-button{display:-webkit-box;display:-ms-flexbox;display:flex}.LeftArea-button{margin-left:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.NavigationBar--Android .LeftArea-button{margin-left:14px}.LeftArea-button svg{fill:grey}html[data-theme=dark] .LeftArea-button svg{fill:#999}.RightArea{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.RightArea,.RightArea-button{display:-webkit-box;display:-ms-flexbox;display:flex}.RightArea-button{margin-right:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.NavigationBar--Android .RightArea-button{margin-right:14px}.RightArea-button svg{fill:grey}html[data-theme=dark] .RightArea-button svg{fill:#999}.NavigationBar{position:relative}.NavigationBar-safeArea{min-height:20px}@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){html[data-ios] .NavigationBar-safeArea{min-height:44px}}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2){html[data-ios] .NavigationBar-safeArea{min-height:44px}}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3){html[data-ios] .NavigationBar-safeArea{min-height:44px}}.NavigationBar-mainArea{position:fixed;top:0;left:0;right:0;z-index:1;background-color:#fff;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}html[data-theme=dark] .NavigationBar-mainArea{background-color:#121212}.NavigationBar--iOS .NavigationBar-mainArea{-webkit-box-shadow:0 1px 0 0 #ebebeb;box-shadow:0 1px 0 0 #ebebeb}html[data-theme=dark] .NavigationBar--iOS .NavigationBar-mainArea{-webkit-box-shadow:0 1px 0 0 #1b1b1b;box-shadow:0 1px 0 0 #1b1b1b}.NavigationBar-transparent .NavigationBar-mainArea{background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.NavigationBar-contentArea{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.NavigationBar--Android .NavigationBar-contentArea{height:56px}.NavigationBar-placeholderArea{min-height:64px}.NavigationBar--Android .NavigationBar-placeholderArea{min-height:76px}.NavigationBar-placeholder{height:44px}.NavigationBar--Android .NavigationBar-placeholder{height:56px}.NavigationBar-middle{-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0 12px;font-size:17px;color:#121212;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=dark] .NavigationBar-middle{color:#fff}.NavigationBar--iOS .NavigationBar-middle{font-weight:600;font-synthesis:style}html[data-ios] .NavigationBar--iOS .NavigationBar-middle{font-weight:500}html[data-android] .NavigationBar--iOS .NavigationBar-middle{font-weight:700}.NavigationBar-dark,.NavigationBar-dark .NavigationBar-middle,html[data-theme=dark] .NavigationBar-dark,html[data-theme=dark] .NavigationBar-dark .NavigationBar-middle{color:#fff}.NavigationBar-dark .LeftArea svg,.NavigationBar-dark .RightArea svg,html[data-theme=dark] .NavigationBar-dark .LeftArea svg,html[data-theme=dark] .NavigationBar-dark .RightArea svg{fill:#fff}.Club-ScrollContainer{height:100vh;overflow:scroll;-webkit-overflow-scrolling:touch}.ClubApplicationIntro-Section{padding:0 16px}.ClubApplicationIntro-Section h2{margin:30px 0 18px;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:21px;font-weight:600;font-synthesis:style;color:#121212;--bg-color:rgba(0,132,255,0.08);background-image:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(var(--bg-color)),to(var(--bg-color)));background-image:linear-gradient(0,var(--bg-color),var(--bg-color));background-size:100% 8px;background-repeat:no-repeat;background-position:bottom}html[data-ios] .ClubApplicationIntro-Section h2{font-weight:500}html[data-android] .ClubApplicationIntro-Section h2{font-weight:700}html[data-theme=dark] .ClubApplicationIntro-Section h2{color:#fff}.ClubApplicationIntro-Section ol,.ClubApplicationIntro-Section ul{margin-left:1em}.ClubApplicationIntro-Section ol li,.ClubApplicationIntro-Section ul li{margin-top:18px;font-size:15px;color:#444}html[data-theme=dark] .ClubApplicationIntro-Section ol li,html[data-theme=dark] .ClubApplicationIntro-Section ul li{color:#d3d3d3}.ClubApplicationIntro-Section ol>li{list-style:decimal}.ClubApplicationIntro-Section ul>li{list-style:disc}.ClubApplicationIntro-Section .ClubApplicationIntro-ListTitle{line-height:1.16667;font-weight:600;font-synthesis:style}html[data-ios] .ClubApplicationIntro-Section .ClubApplicationIntro-ListTitle{font-weight:500}html[data-android] .ClubApplicationIntro-Section .ClubApplicationIntro-ListTitle{font-weight:700}.ClubApplicationIntro-Section .ClubApplicationIntro-ListDescription{margin-top:6px;font-size:13px;line-height:1.42308;color:#999}html[data-theme=dark] .ClubApplicationIntro-Section .ClubApplicationIntro-ListDescription{color:#999}.ClubApplicationIntro-Section .ClubApplicationIntro-ListDescription--isError,html[data-theme=dark] .ClubApplicationIntro-Section .ClubApplicationIntro-ListDescription--isError{color:#f1403c}.ClubApplicationIntro-Footer{margin:30px 0;padding:0 16px}.ClubApplicationIntro-Footer .ClubApplicationIntro-AgreementsLink{margin:18px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#999}html[data-theme=dark] .ClubApplicationIntro-Footer .ClubApplicationIntro-AgreementsLink{color:#999}.ClubApplicationIntro-Footer .ClubApplicationIntro-AgreementsLink .Checkbox{margin-right:5px}.ClubApplicationIntro-Footer .ClubApplicationIntro-AgreementsLink a,html[data-theme=dark] .ClubApplicationIntro-Footer .ClubApplicationIntro-AgreementsLink a{color:#0084ff}.Club-CheckinDaysIndicator-Container{position:relative;overflow:hidden}.Club-CheckinDaysIndicator-Container:after{pointer-events:none;content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0),hsla(0,0%,100%,0),#fff)}html[data-theme=dark] .Club-CheckinDaysIndicator-Container:after{background:-webkit-gradient(linear,left top,right top,from(#121212),color-stop(rgba(18,18,18,0)),color-stop(rgba(18,18,18,0)),to(#121212));background:linear-gradient(90deg,#121212,rgba(18,18,18,0),rgba(18,18,18,0),#121212)}.Club-CheckinDaysIndicator-Wrapper{overflow:scroll;-webkit-overflow-scrolling:touch;margin-bottom:-10px}.Club-CheckinDaysIndicator{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:50px 0 37px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Club-CheckinDaysIndicator>div{-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;width:58px;text-align:center;font-weight:800}.Club-CheckinDaysIndicator>div:before{content:"";position:absolute;top:0;bottom:0;width:1px;height:24px;left:0;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,82.7%,0)),color-stop(#d3d3d3),color-stop(#d3d3d3),to(hsla(0,0%,82.7%,0)));background:linear-gradient(180deg,hsla(0,0%,82.7%,0),#d3d3d3,#d3d3d3,hsla(0,0%,82.7%,0))}html[data-theme=dark] .Club-CheckinDaysIndicator>div:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(46,46,46,0)),color-stop(#2e2e2e),color-stop(#2e2e2e),to(rgba(46,46,46,0)));background:linear-gradient(180deg,rgba(46,46,46,0),#2e2e2e,#2e2e2e,rgba(46,46,46,0))}.Club-CheckinDaysIndicator>div:first-child:before,.Club-CheckinDaysIndicator>div[data-type=today]+div:before,.Club-CheckinDaysIndicator>div[data-type=today]:before{content:none}.Club-CheckinDaysIndicator>div:first-child{margin-left:calc(50vw - 29px)}.Club-CheckinDaysIndicator>div:last-child{margin-right:calc(50vw - 29px)}.Club-CheckinDaysIndicator>div .Club-CheckinDaysIndicator-Day{font-size:24px;height:34px}.Club-CheckinDaysIndicator>div .Club-CheckinDaysIndicator-Score{width:28px;line-height:16px;font-size:11px;border-radius:8px;margin:0 auto}.Club-CheckinDaysIndicator>div[data-type=past] .Club-CheckinDaysIndicator-Day,html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=past] .Club-CheckinDaysIndicator-Day{color:rgba(0,132,255,.8)}.Club-CheckinDaysIndicator>div[data-type=past] .Club-CheckinDaysIndicator-Score{background-color:rgba(0,132,255,.1);color:#0084ff}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=past] .Club-CheckinDaysIndicator-Score{background-color:rgba(0,132,255,.1);color:#0084ff}.Club-CheckinDaysIndicator>div[data-type=today]{width:80px;padding:8px 0 16px;border-radius:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(#0084ff),to(#03a9f4));background-image:linear-gradient(180deg,#0084ff,#03a9f4)}.Club-CheckinDaysIndicator>div[data-type=today],html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=today]{-webkit-box-shadow:0 8px 20px -8px #03a9f4;box-shadow:0 8px 20px -8px #03a9f4}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=today]{background-image:-webkit-gradient(linear,left top,left bottom,from(#0084ff),to(#03a9f4));background-image:linear-gradient(180deg,#0084ff,#03a9f4)}.Club-CheckinDaysIndicator>div[data-type=today]:first-child{margin-left:calc(50vw - 40px)}.Club-CheckinDaysIndicator>div[data-type=today]:last-child{margin-right:calc(50vw - 40px)}.Club-CheckinDaysIndicator>div[data-type=today] .Club-CheckinDaysIndicator-Day{color:#fff;font-size:34px;height:48px}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=today] .Club-CheckinDaysIndicator-Day{color:#121212}.Club-CheckinDaysIndicator>div[data-type=today] .Club-CheckinDaysIndicator-Score{width:40px;line-height:22px;font-size:15px;border-radius:11px;background-color:hsla(0,0%,100%,.9);color:#03a9f4}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=today] .Club-CheckinDaysIndicator-Score{background-color:rgba(18,18,18,.9);color:#03a9f4}.Club-CheckinDaysIndicator>div[data-type=future] .Club-CheckinDaysIndicator-Day{color:#bfbfbf}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=future] .Club-CheckinDaysIndicator-Day{color:#444}.Club-CheckinDaysIndicator>div[data-type=future] .Club-CheckinDaysIndicator-Score{background-color:hsla(0,0%,50.2%,.1);color:#8590a6}html[data-theme=dark] .Club-CheckinDaysIndicator>div[data-type=future] .Club-CheckinDaysIndicator-Score{background-color:hsla(0,0%,60%,.1);color:#8590a6}.Club-CheckinModal-Wrapper{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.25);z-index:99}.Club-CheckinModal{position:absolute;width:100%;bottom:0;border-radius:15px 15px 0 0;overflow:hidden;background-color:#fff}html[data-theme=dark] .Club-CheckinModal{background-color:#121212}.Club-CheckinModal-CloseButton{position:absolute;right:0;top:0;width:50px;height:50px;color:grey;z-index:1;-webkit-tap-highlight-color:transparent}html[data-theme=dark] .Club-CheckinModal-CloseButton{color:#999}.Club-CheckinModal-Greeting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:500;color:#121212}html[data-theme=dark] .Club-CheckinModal-Greeting{color:#fff}.Club-CheckinModal-Emoji{-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;width:26px;height:26px;border-radius:50%;border:1px solid #ebebeb;margin-right:8px}html[data-theme=dark] .Club-CheckinModal-Emoji{border:1px solid #2e2e2e}.Club-CheckinModal-Emoji div{position:absolute;top:0;left:0;margin:1px;width:240px;height:240px;border-radius:50%;font-size:160px;line-height:260px;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(.1);transform:scale(.1);text-align:center;background-color:#f6f6f6}html[data-theme=dark] .Club-CheckinModal-Emoji div{background-color:#1b1b1b}.Club-CheckinModal-Info{font-weight:600;font-synthesis:style;font-size:12px;line-height:1.67;color:#8590a6;margin:6px 0 24px;text-align:center}html[data-ios] .Club-CheckinModal-Info{font-weight:500}html[data-android] .Club-CheckinModal-Info{font-weight:700}html[data-theme=dark] .Club-CheckinModal-Info{color:#8590a6}.AutoSizeTextArea{resize:none}.ClubApplicationModal-modal{width:calc(100vw - 60px);max-width:580px}.ClubApplicationModal-modal .Modal-inner{border-radius:10px}.ClubApplicationModal-modalWrapper{margin:-24px -24px -32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubApplicationModal-modalCloseButton{position:absolute;top:15px;cursor:pointer;right:15px;fill:grey}html[data-theme=dark] .ClubApplicationModal-modalCloseButton{fill:#999}.ClubApplicationModal-modalWithDetailPage{-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.3);box-shadow:0 10px 30px 0 rgba(0,0,0,.3)}.ClubApplicationModal-title{font-size:20px;line-height:1.2;color:#121212;margin-top:24px;font-weight:600;font-synthesis:style}html[data-theme=dark] .ClubApplicationModal-title{color:#fff}html[data-ios] .ClubApplicationModal-title{font-weight:500}html[data-android] .ClubApplicationModal-title{font-weight:700}.ClubApplicationModal-desc{font-size:14px;line-height:1.43;color:grey;margin-top:8px;padding:0 12px}html[data-theme=dark] .ClubApplicationModal-desc{color:#999}.ClubApplicationModal-desc span,html[data-theme=dark] .ClubApplicationModal-desc span{color:#0084ff}.ClubApplicationModal-answer{width:calc(100vw - 124px);max-width:516px;height:168px!important;border-radius:4px;border:1px solid #d3d3d3;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;margin:20px auto;padding:12px;outline:none;font-size:15px;color:#444}html[data-theme=dark] .ClubApplicationModal-answer{border:1px solid #2e2e2e;background-color:#121212;color:#d3d3d3}.ClubApplicationModal-answer::-webkit-input-placeholder{color:#bfbfbf}html[data-theme=dark] .ClubApplicationModal-answer::-webkit-input-placeholder{color:#444}.ClubApplicationModal-button{width:calc(100vw - 100px);max-width:516px;height:36px;border-radius:4px;margin-bottom:20px;font-size:15px;line-height:1.2;color:hsla(0,0%,100%,.3);font-weight:600;font-synthesis:style}.ClubApplicationModal-button,html[data-theme=dark] .ClubApplicationModal-button{background-color:rgba(0,132,255,.3)}html[data-theme=dark] .ClubApplicationModal-button{color:hsla(0,0%,100%,.3)}html[data-ios] .ClubApplicationModal-button{font-weight:500}html[data-android] .ClubApplicationModal-button{font-weight:700}.ClubApplicationModal-buttonWithSave{background-color:#0084ff;color:#fff}html[data-theme=dark] .ClubApplicationModal-buttonWithSave{background-color:#0084ff;color:#fff}.ClubApplicationModal-count{color:#bfbfbf;font-size:13px;bottom:86px;right:32px;position:absolute}html[data-theme=dark] .ClubApplicationModal-count{color:#444}.clubPostComment .Topbar-options{display:none}.PostReaction-popover{padding:0 8px;background:#fff;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex}html[data-theme=dark] .PostReaction-popover{background:#2e2e2e}.PostReaction-popover .PostReactionIcon{width:30px;height:30px;margin:12px 8px;border-radius:100%}.PostReactionIcon{cursor:pointer}.PostReactionItem{-webkit-tap-highlight-color:transparent;height:28px;border:1.5px solid #ebebeb;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-right:8px;margin-bottom:8px}html[data-theme=dark] .PostReactionItem{border:1.5px solid #2e2e2e}.PostReactionItem .PostReactionIcon{width:20px;height:20px;margin-left:6px;margin-right:4px}.PostReactionItem-chosen{background:rgba(0,132,255,.05);color:#0084ff;font-weight:600;font-synthesis:style}.PostReactionItem-chosen,html[data-theme=dark] .PostReactionItem-chosen{border:1.5px solid rgba(0,132,255,.5)}html[data-theme=dark] .PostReactionItem-chosen{background:rgba(0,132,255,.05);color:#0084ff}html[data-ios] .PostReactionItem-chosen{font-weight:500}html[data-android] .PostReactionItem-chosen{font-weight:700}.PostReactionItem-hidden{display:none}.PostReactionItem-icon{width:100%;height:100%}.PostReactionItem-count{padding-right:4px}.ReactionPopOver-item{-webkit-tap-highlight-color:transparent;height:28px;border:1.5px solid #ebebeb;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-right:8px;margin-bottom:8px}html[data-theme=dark] .ReactionPopOver-item{border:1.5px solid #2e2e2e}.ReactionPopOver-item .PostReactionIcon{width:20px;height:20px;margin-left:6px;margin-right:4px}.ReactionPopOver-emotionIcon{padding-left:6px;padding-right:4px}.ReactionPopOver-plusIcon{padding-right:4px}.ReactionPopOver-popoverContent{border-radius:8px}.ReactionPopOver-popoverContent .Popover-arrow:after{background:#fff}html[data-theme=dark] .ReactionPopOver-popoverContent .Popover-arrow:after{background:#2e2e2e}.PostItem-action{-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:28px;margin-bottom:8px}.PostItem-action,.PostItem-comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.PostItem-comment{-ms-flex-align:center}.PostItem-comment,.PostItem-more{-webkit-tap-highlight-color:transparent}.PostItem-more{margin-left:20px;padding:6px}.PostItem-commentIcon{margin-right:6px}.PostItem-footer{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#999;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html[data-theme=dark] .PostItem-footer{color:#999}.PostReaction{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ReactionsBar{margin:0 -16px 6px!important;padding:2px 16px 0;position:relative;border-bottom:1px solid #ebebeb}html[data-theme=dark] .ReactionsBar{border-bottom:1px solid #2e2e2e}.ReactionsBar:after,.ReactionsBar:before{top:100%;left:10%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactionsBar:after{border-top-color:#fff;border-width:6px;margin-left:-6px}html[data-theme=dark] .ReactionsBar:after{border-top-color:#121212}.ReactionsBar:before{border-top-color:#ebebeb;border-width:7px;margin-left:-7px}html[data-theme=dark] .ReactionsBar:before{border-top-color:#2e2e2e}.WalleModal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}.WalleModal-des{font-size:15px;line-height:1.4;color:#444}html[data-theme=dark] .WalleModal-des{color:#d3d3d3}.WalleModal-img{width:auto;height:auto;max-width:100%;max-height:100%;margin-top:40px;margin-bottom:15px}.WalleModal-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.WalleModal-content{width:60%}.WalleModal-title{font-size:16px;line-height:1.2;color:#444}html[data-theme=dark] .WalleModal-title{color:#d3d3d3}@media only screen and (min-device-width:320px){.WalleModal-title{font-size:15px}}.WalleModal-intro{font-size:13px;line-height:1.38;color:#646464;margin-top:3px}html[data-theme=dark] .WalleModal-intro{color:#d3d3d3}.WalleModal-btn{width:92px;height:32px}.ShareMenu-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:40px}.ShareMenu-button .ShareMenu-Icon--normal{margin-left:-2px;margin-right:6px}.ShareMenu-button .ShareMenu-Icon--small{margin-right:7px}.ShareMenu-wechat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px}.ShareMenu-fakeQRCode{display:none}.ShareMenu-qrCode{width:94px;height:94px}.CommentButton-text{margin-right:4px}@media (max-width:320px){.CommentButton-text{display:none}}.PostWebActionButtons-comment,.PostWebActionButtons-expandButton,.PostWebActionButtons-more,.PostWebActionButtons-shareMenu{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostWebActionButtons-comment svg,.PostWebActionButtons-expandButton svg,.PostWebActionButtons-more svg,.PostWebActionButtons-shareMenu svg{margin-right:6px}.PostWebActionButtons-comment,.PostWebActionButtons-shareMenu{margin-left:18px}.PostWebActionButtons-item{font-size:14px;color:#8590a6;line-height:40px}html[data-theme=dark] .PostWebActionButtons-item{color:#8590a6}.PostWebActionButtons-expandButton{margin-left:auto}.ClubTopPosts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:8px solid #f6f6f6;padding:4px 16px 10px}html[data-theme=dark] .ClubTopPosts{border-bottom:8px solid #000}.ClubTopPosts .ClubTopPosts-Post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#444;font-size:16px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}html[data-theme=dark] .ClubTopPosts .ClubTopPosts-Post{color:#d3d3d3}.ClubTopPosts .ClubTopPosts-Post span{word-break:break-word}.ClubTopPosts .ClubTopPosts-Post .ClubTopPosts-Post-Text{line-height:1.38;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;color:#121212;font-weight:600;font-synthesis:style}html[data-theme=dark] .ClubTopPosts .ClubTopPosts-Post .ClubTopPosts-Post-Text{color:#fff}html[data-ios] .ClubTopPosts .ClubTopPosts-Post .ClubTopPosts-Post-Text{font-weight:500}html[data-android] .ClubTopPosts .ClubTopPosts-Post .ClubTopPosts-Post-Text{font-weight:700}.ClubTopPosts .ClubTopPosts-Post .ClubTopPosts-topIcon{width:47px;height:18px;margin-right:6px;margin-bottom:-3px}.ClubTopPosts-img{width:105px;height:69px;border-radius:4px;-ms-flex-negative:0;flex-shrink:0;-webkit-filter:brightness(.95);filter:brightness(.95)}html[data-theme=dark] .ClubTopPosts-img{-webkit-filter:brightness(1);filter:brightness(1)}.ClubTopPosts-img img{width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}.ClubTopPosts-title{cursor:pointer}.ClubLevelIcon{width:23px;height:14px}.ClubMaintainerIcon{display:inline-block;background-repeat:no-repeat;background-size:100% 100%;overflow:hidden;text-indent:-9999em;margin-left:6px;-ms-flex-negative:0;flex-shrink:0}.ClubMaintainerIcon--owner--normal{background-image:url(https://pic1.zhimg.com/80/v2-7a79f34854438063159a16b85ff87e49_1440w.png)}html[data-theme=dark] .ClubMaintainerIcon--owner--normal{background-image:url(https://picb.zhimg.com/80/v2-9474461c393c0f9df48457b410436f66_1440w.png)}@media (-webkit-max-device-pixel-ratio:2),(max-device-pixel-ratio:2),(max-resolution:192dpi){.ClubMaintainerIcon--owner--normal{background-image:url(https://picb.zhimg.com/80/v2-9db8a5bafa8c4ddc3f6cfc4dcfd1b6df_1440w.png)}html[data-theme=dark] .ClubMaintainerIcon--owner--normal{background-image:url(https://pic4.zhimg.com/80/v2-68a0ce178b0545526800c8bcbab4450e_1440w.png)}}.ClubMaintainerIcon--owner--detail{background-image:url(https://pic1.zhimg.com/80/v2-a8d728d2a16d02115632d94a45ba3e16_720w.png)}html[data-theme=dark] .ClubMaintainerIcon--owner--detail{background-image:url(https://pic4.zhimg.com/80/v2-8eff1feccce082f8ca81ef80498308c0_720w.png)}@media (-webkit-max-device-pixel-ratio:2),(max-device-pixel-ratio:2),(max-resolution:192dpi){.ClubMaintainerIcon--owner--detail{background-image:url(https://pic1.zhimg.com/80/v2-a3c8c9ed50816a44d6714bc789d9e00b_720w.png)}html[data-theme=dark] .ClubMaintainerIcon--owner--detail{background-image:url(https://pic3.zhimg.com/80/v2-84c9045522c1fdc0564429afff1b8666_720w.png)}}.ClubMaintainerIcon--admin--normal{background-image:url(https://pic3.zhimg.com/80/v2-938e03cc49dfa319e3b0a54d71eb6b39_1440w.png)}html[data-theme=dark] .ClubMaintainerIcon--admin--normal{background-image:url(https://pic3.zhimg.com/80/v2-07159c95ee275332f4205b078dbcf160_1440w.png)}@media (-webkit-max-device-pixel-ratio:2),(max-device-pixel-ratio:2),(max-resolution:192dpi){.ClubMaintainerIcon--admin--normal{background-image:url(https://pic4.zhimg.com/80/v2-69ffef5e31752cd34242d3b0037ea651_1440w.png)}html[data-theme=dark] .ClubMaintainerIcon--admin--normal{background-image:url(https://pic3.zhimg.com/80/v2-20be5a4346c34955092b7c3e50216dea_1440w.png)}}.ClubMaintainerIcon--admin--detail{background-image:url(https://pic3.zhimg.com/80/v2-9eb07c725336642d52f345e1c790bf18_720w.png)}html[data-theme=dark] .ClubMaintainerIcon--admin--detail{background-image:url(https://pic1.zhimg.com/80/v2-ef54d95658bbc8b61797bc3b8bc98ebe_720w.png)}@media (-webkit-max-device-pixel-ratio:2),(max-device-pixel-ratio:2),(max-resolution:192dpi){.ClubMaintainerIcon--admin--detail{background-image:url(https://pic4.zhimg.com/80/v2-791d36561e6cb2c15ad39fcdbff319d6_720w.png)}html[data-theme=dark] .ClubMaintainerIcon--admin--detail{background-image:url(https://pic4.zhimg.com/80/v2-5d1aeed3553d0ae123faeb390d969a34_720w.png)}}.ClubMaintainerIcon--admin--normal,.ClubMaintainerIcon--owner--normal{width:14px;height:14px}.ClubMaintainerIcon--admin--detail,.ClubMaintainerIcon--owner--detail{height:14px}.ClubMaintainerIcon--admin--detail{width:45px}.ClubMaintainerIcon--owner--detail{width:64px}.FollowButton{min-width:96px}.FollowButton-icon{margin-right:8px;fill:currentColor}.PostAvatar-wrapper{width:34px;height:34px;border-radius:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-filter:brightness(.95);filter:brightness(.95)}html[data-theme=dark] .PostAvatar-wrapper{-webkit-filter:brightness(1);filter:brightness(1)}.PostItem-webHead .PostAvatar-wrapper{width:24px;height:24px}.PostAvatar{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover}.PostItem-feeds-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostItem-feeds-header .ActionButton{margin-left:auto;padding:5px;color:#999;-webkit-tap-highlight-color:transparent}html[data-theme=dark] .PostItem-feeds-header .ActionButton{color:#999}.PostItem-feeds-header .ActionButton>span>svg{margin-right:0}.PostItem-feeds-headerAvatar{height:40px;width:40px;border-radius:6px;background-color:#dedede}.PostItem-feeds-headline{margin-left:12px;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.PostItem-feeds-headline,.PostItem-feeds-headName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical}.PostItem-feeds-headName{color:#121212;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;font-weight:600;font-synthesis:style;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:14px}html[data-theme=dark] .PostItem-feeds-headName{color:#fff}html[data-ios] .PostItem-feeds-headName{font-weight:500}html[data-android] .PostItem-feeds-headName{font-weight:700}.PostItem-feeds-headState{height:16px;line-height:16px;font-size:12px;min-width:50px;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html[data-theme=dark] .PostItem-feeds-headState{color:#999}.PostItem-feeds-headerTime{color:#999;font-size:12px;margin-right:6px}html[data-theme=dark] .PostItem-feeds-headerTime{color:#999}.PostItem-feeds-publisher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostItem-feeds-publisherAvatar{width:16px;height:16px;border-radius:50%;margin-right:4px}.PostItem-feeds-publisherName{max-width:100px;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#646464}.CheckboxIcon{height:20px;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:8px}.PostPollCard-OptionItem{padding:11px 0}.PostPollCard-OptionItem>label{display:-webkit-box;display:-ms-flexbox;display:flex}.PostPollCard-OptionItem>label input[type=checkbox]{display:none}.PostPollCard-OptionItem-Title{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:15px;color:#444}html[data-theme=dark] .PostPollCard-OptionItem-Title{color:#d3d3d3}[data-selected] .PostPollCard-OptionItem-Title{font-weight:600;font-synthesis:style;color:#0084ff}html[data-ios] [data-selected] .PostPollCard-OptionItem-Title{font-weight:500}html[data-android] [data-selected] .PostPollCard-OptionItem-Title{font-weight:700}html[data-theme=dark] [data-selected] .PostPollCard-OptionItem-Title{color:#0084ff}.PostPollCard-OptionItem-Result{font-size:12px;-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-item-align:end;align-self:flex-end;text-align:right;color:#999;line-height:1;padding:.375em 0}html[data-theme=dark] .PostPollCard-OptionItem-Result{color:#999}[data-selected] .PostPollCard-OptionItem-Result,html[data-theme=dark] [data-selected] .PostPollCard-OptionItem-Result{color:#0084ff}.PostPollCard-OptionItem-Progress{width:100%;height:6px;border-radius:3px;margin-top:8px;overflow:hidden;background-color:#ebebeb}html[data-theme=dark] .PostPollCard-OptionItem-Progress{background-color:#2e2e2e}.PostPollCard-OptionItem-Progress>div{height:100%;background-color:#bfbfbf;border-radius:3px}html[data-theme=dark] .PostPollCard-OptionItem-Progress>div{background-color:#444}[data-selected] .PostPollCard-OptionItem-Progress>div,html[data-theme=dark] [data-selected] .PostPollCard-OptionItem-Progress>div{background-color:#0084ff}.PostPollPK-PercentageBar{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-radius:4px;overflow:hidden;height:var(--bar-height)}.PostPollPK-PercentageBar>div{height:100%}.PostPollPK-PercentageBar div:first-child{background-color:var(--left-color)}.PostPollPK-PercentageBar div:last-child{background-color:var(--right-color)}.PostPollPK-PercentageBar .PostPollPK-PercentageBar-Divider{--divider-width:calc(1.5*var(--bar-height));-webkit-box-flex:0;-ms-flex:none;flex:none;width:var(--divider-width);-webkit-transform:rotate(.5rad);transform:rotate(.5rad);position:relative}.PostPollPK-PercentageBar .PostPollPK-PercentageBar-Divider:after,.PostPollPK-PercentageBar .PostPollPK-PercentageBar-Divider:before{content:"";width:100%;top:-100%;bottom:-100%;margin:3px;position:absolute}.PostPollPK-PercentageBar .PostPollPK-PercentageBar-Divider:before{background-color:var(--left-color);right:50%}.PostPollPK-PercentageBar .PostPollPK-PercentageBar-Divider:after{background-color:var(--right-color);margin-right:-100p;left:50%}.PostPollPK-Options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PostPollPK-Options .PostPollPK-OptionItem{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;white-space:nowrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.PostPollPK-Options .PostPollPK-OptionItem .allowEllipsis{text-overflow:ellipsis;overflow:hidden}.PostPollPK-Options .PostPollPK-OptionItem:first-child{color:var(--left-color)}.PostPollPK-Options .PostPollPK-OptionItem:last-child{color:var(--right-color)}.PostPollPK-Wrapper{--right-color:#f1403c}.PostPollPK-Wrapper,html[data-theme=dark] .PostPollPK-Wrapper{--left-color:#0084ff}html[data-theme=dark] .PostPollPK-Wrapper{--right-color:#f1403c}.PostPollPK-Wrapper--inactive{--bar-height:10px}.PostPollPK-Wrapper--inactive .PostPollPK-Options{font-size:12px;margin-bottom:6px}.PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem span{margin-right:4px}.PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem b{font-size:14px;font-weight:600;font-synthesis:style}html[data-ios] .PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem b{font-weight:500}html[data-android] .PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem b{font-weight:700}.PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem:first-child{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.PostPollPK-Wrapper--inactive .PostPollPK-Options .PostPollPK-OptionItem:first-child b{margin-right:4px}.PostPollPK-Wrapper--active{--bar-height:32px;position:relative}.PostPollPK-Wrapper--active .PostPollPK-OptionItem{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;padding:0 .5em;height:var(--bar-height);line-height:var(--bar-height);cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600}.PostPollPK-Wrapper--active .PostPollPK-OptionItem b{font-weight:600;margin-left:.5em}.PostPollPK-Wrapper--active .PostPollPK-PercentageBar{position:absolute;top:0;opacity:.08;pointer-events:none}.PostPollCard{background-color:#f6f6f6;border-radius:6px;margin:16px 0;padding:16px 12px}html[data-theme=dark] .PostPollCard{background-color:#1b1b1b}.PostPollCard-Header{padding-bottom:16px}.PostPollCard-Header--border{position:relative}.PostPollCard-Header--border:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #d3d3d3}html[data-theme=dark] .PostPollCard-Header--border:before{border-bottom:1px solid #1b1b1b}.PostPollCard-Header h4{margin:0;font-size:17px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:600;font-synthesis:style}html[data-ios] .PostPollCard-Header h4{font-weight:500}html[data-android] .PostPollCard-Header h4{font-weight:700}.PostPollCard-Header .PostPollCard-Header-Info{margin-top:4px;font-size:12px;color:#999}html[data-theme=dark] .PostPollCard-Header .PostPollCard-Header-Info{color:#999}.PostPollCard-Header .PostPollCard-Header-PollType{color:#0084ff;display:inline-block;border:1px solid #0084ff;border-radius:3px;font-size:10px;line-height:1;padding:2px;margin-right:6px;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostPollCard-Header .PostPollCard-Header-PollType{color:#0084ff;border:1px solid #0084ff}html[data-ios] .PostPollCard-Header .PostPollCard-Header-PollType{font-weight:500}html[data-android] .PostPollCard-Header .PostPollCard-Header-PollType{font-weight:700}.PostPollCard-SubmitButton{display:block;margin:16px auto 0;border-radius:4px;width:90px;height:32px;line-height:30px;font-size:13px}.PostPollCard-StaticEntry{position:relative;margin-top:-11px;cursor:pointer;padding:23px 0 3px;background-color:#f6f6f6;color:#999;font-size:12px;text-align:center}html[data-theme=dark] .PostPollCard-StaticEntry{background-color:#1b1b1b;color:#999}.PostPollPK-Wrapper+.PostPollCard-StaticEntry{margin-top:0}.PostPollCard-StaticEntry--mask:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:30px;background-image:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(#f6f6f6),to(hsla(0,0%,96.5%,0)));background-image:linear-gradient(0,#f6f6f6,hsla(0,0%,96.5%,0))}html[data-theme=dark] .PostPollCard-StaticEntry--mask:before{background-image:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(#1b1b1b),to(rgba(27,27,27,0)));background-image:linear-gradient(0,#1b1b1b,rgba(27,27,27,0))}.PostPollCard-activity{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:12px}.PostPollCard-activityAvatar{width:18px;height:18px;border-radius:100%;-ms-flex-negative:0;flex-shrink:0;margin-right:4px;-o-object-fit:cover;object-fit:cover}.PostPollCard-activityDesc{font-size:12px;line-height:1.42;color:#121212}html[data-theme=dark] .PostPollCard-activityDesc{color:#fff}.PostPollCard-activityMask{width:100%;height:50px;display:block;position:absolute;left:0;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(90%,#fff));background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%)}html[data-theme=dark] .PostPollCard-activityMask{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(18,18,18,0)),color-stop(90%,#121212));background-image:linear-gradient(180deg,rgba(18,18,18,0),#121212 90%)}.PinHeader{padding-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.PinItem-headline{font-size:12px;min-width:50px;color:#999}html[data-theme=dark] .PinItem-headline{color:#999}.Attachment-wrap{margin:12px 0;padding:12px;background-color:#f6f6f6;border-radius:8px;font-size:12px;line-height:14px;color:#999}html[data-theme=dark] .Attachment-wrap{background-color:#1b1b1b;color:#999}.Attachment-head{padding:0 0 12px;position:relative}.Attachment-head:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #d3d3d3}html[data-theme=dark] .Attachment-head:before{border-bottom:1px solid #1b1b1b}.Attachment-title{color:#121212;font-size:15px;line-height:21px;font-weight:500;margin-bottom:5px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}html[data-theme=dark] .Attachment-title{color:#fff}.Attachment-icon{width:30px;height:30px;padding-right:12px;-ms-flex-negative:0;flex-shrink:0}.Attachment-content{padding:12px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.Attachment-content:not(:last-child){padding:12px 0;position:relative}.Attachment-content:not(:last-child):before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #d3d3d3}html[data-theme=dark] .Attachment-content:not(:last-child):before{border-bottom:1px solid #1b1b1b}.Attachment-info{width:100%}.Attachment-footer,.Attachment-info{display:-webkit-box;display:-ms-flexbox;display:flex}.Attachment-footer{width:90px;cursor:pointer;height:32px;border-radius:4px;background-color:#fff;font-size:13px;font-weight:600;font-synthesis:style;letter-spacing:.23px;color:#0084ff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:16px auto 4px}html[data-theme=dark] .Attachment-footer{background-color:#121212}html[data-ios] .Attachment-footer{font-weight:500}html[data-android] .Attachment-footer{font-weight:700}html[data-theme=dark] .Attachment-footer{color:#0084ff}.Attachment-wrapWithEditor{width:343px}.Attachment-deleteIcon{position:absolute;right:11px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:25px;border-radius:50%;text-align:center;padding-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;background:#fff}html[data-theme=dark] .Attachment-deleteIcon{background:#121212}.Attachment-deleteIcon:before{content:"";position:absolute;width:100%;height:100%;background:#fff;opacity:.5;top:0;left:0;border-radius:50%}html[data-theme=dark] .Attachment-deleteIcon:before{background:#121212}.Attachment-deleteIcon svg{vertical-align:top;position:relative;height:16px;top:-1px;fill:#282828}.Attachment-Text{overflow:hidden}.Attachment-Text .Attachment-title{display:block}.PostItem-video{max-width:640px}.PostItem-video iframe{width:100%;height:100%}.PostItem-video-isPostDetail{margin-top:0!important;margin:0 -16px;overflow:hidden}.PostItem-video--isWeb{margin:0}.PostItem-videoWrapper{height:100%;width:100%;position:absolute}.PostTextContent-more{padding:0;margin-left:4px;color:#175199}html[data-theme=dark] .PostTextContent-more{color:#6385a6}.PostTextContent-more:hover{color:grey}html[data-theme=dark] .PostTextContent-more:hover{color:#999}.PostTextContent-more .Icon{fill:currentColor}.PostItem-contentName{font-size:16px;color:#121212;font-weight:500}html[data-theme=dark] .PostItem-contentName{color:#fff}.PostItem-contentNameTop{margin-top:10px}.ImageView{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;overflow:hidden;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.ImageView.is-active{background-color:rgba(18,18,18,.65)}html[data-theme=dark] .ImageView.is-active{background-color:rgba(0,0,0,.65)}.ImageView-inner{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ImageView-img{cursor:-webkit-zoom-out;cursor:zoom-out;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.ImageView-transformOrigin{-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transition-property:-webkit-transform opacity;transition-property:-webkit-transform opacity;transition-property:transform opacity;transition-property:transform opacity,-webkit-transform opacity}.ClubImageView-controls{-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ClubImageView-controls .Button{background:hsla(0,0%,100%,.1);width:72px;height:72px;border-radius:50%}.ClubImageView-controlsLeft{z-index:1;left:calc(50% - 508px)}.ClubImageView-controlsLeft,.ClubImageView-controlsRight{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ClubImageView-controlsRight{z-index:2;right:calc(50% - 508px)}.ClubImageView-CloseIcon{width:36px;height:36px}.ClubImageView-controlsMore{position:fixed;right:5%;width:72px;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ClubImageView-controlsMore .Button{margin-top:30px}.ClubImageView-controlsSelect .ClubImageView-controlsDisable{background:hsla(0,0%,100%,.06)}.ClubImageView-controlsSelect .ClubImageView-controlsDisable svg{fill:hsla(0,0%,100%,.5)}.ClubImageView{position:fixed;top:0;bottom:0;right:0;left:0;z-index:100}.ClubImageView,.ClubImageView .ClubImageView-controls,.ClubImageView .ClubImageView-mask{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubImageView .ClubImageView-controls,.ClubImageView .ClubImageView-mask{-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.ClubImageView-mask{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(18,18,18,.65);z-index:-1}html[data-theme=dark] .ClubImageView-mask{background:hsla(0,0%,100%,.65)}.ClubImageView-image{max-width:100%;-o-object-fit:contain;object-fit:contain}.ClubImageView-imageItem{width:80px;height:80px;cursor:pointer;-o-object-fit:cover;object-fit:cover;margin-top:24px;margin-right:10px;border-radius:3px}.ClubImageView-imageItem:last-child{margin-right:0}.ClubImageView-imageItemAcitve{-webkit-box-shadow:0 0 0 3px #fff;box-shadow:0 0 0 3px #fff}.ClubImageView-imageHide{display:none}.ClubImageView-transitionImg{-o-object-fit:contain;object-fit:contain}.ClubImageView-imageItemWrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ClubImageView-imageItemWrap,.ClubImageView-imageWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubImageView-imageWrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ImageListPost-item{margin-top:10px;position:relative}.ImageListPost-coverLimit{height:600px;overflow:hidden}.ImageListPost-share{position:absolute;top:12px;right:12px}.ImageListPost-image{width:100%;border-radius:4px}.ImageListPost-cover{position:absolute;width:343px;height:200px;left:0;bottom:-2px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,76.9%,0)),color-stop(33.85%,hsla(0,0%,100%,.53)),color-stop(70.31%,#fff));background:linear-gradient(180deg,hsla(0,0%,76.9%,0),hsla(0,0%,100%,.53) 33.85%,#fff 70.31%)}.ImageListPost-coverButton{position:absolute;bottom:17px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ImageListPost-coverButton span{font-size:14px;line-height:14px;color:#999;margin-left:8px}.ImageCube{margin-top:10px;overflow:hidden}.ImageCube .ImageCube-single{border-radius:8px;overflow:hidden}.ImageCube .r-3-4{width:calc(75vw - 24px);height:calc(100vw - 52px)}.ImageCube .r-1-1{width:calc(75vw - 44px);height:calc(75vw - 44px)}.ImageCube .r-4-3{width:calc(100vw - 32px);height:calc(75vw - 24px)}.ImageCube .r-16-9{width:calc(100vw - 32px);height:calc(56.25vw - 18px)}.ImageCube .ImageCube-multi{border-radius:8px;overflow:hidden}.ImageCube .s-1,.ImageCube .s-2{position:relative;border-radius:8px;overflow:hidden}.ImageCube .s-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ImageCube .s-2-item{width:calc((100vw - 36px)/2);height:calc(75vw - 44px)}.ImageCube .s-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-radius:8px;overflow:hidden}.ImageCube .s-3-left{width:calc((100vw - 36px)/3*2);height:calc(75vw - 44px)}.ImageCube .s-3-right{height:calc(75vw - 44px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ImageCube .s-3-right-item{width:calc((100vw - 36px)/3);height:calc((75vw - 48px)/2);position:relative}.ImageCube .s-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;border-radius:8px;overflow:hidden}.ImageCube .s-4-item:nth-child(-n+2){margin-bottom:4px}.ImageCube .s-4-item{width:calc((100vw - 36px)/2);height:calc((100vw - 56px)/2)}.ImageCube .s-5{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;position:relative;border-radius:8px;overflow:hidden}.ImageCube .s-5,.ImageCube .s-5-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ImageCube .s-5-top{margin-bottom:4px;width:calc(100vw - 32px);height:calc((100vw - 36px)/3*2 - 20px);-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ImageCube .s-5-top-item{width:calc((100vw - 36px)/2);height:100%}.ImageCube .s-5-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ImageCube .s-5-bottom-item:nth-child(-n+2){margin-right:4px}.ImageCube .s-5-bottom-item{width:calc((100vw - 40px)/3);height:calc((100vw - 36px)/3)}.ImageCube .s-5-last{position:relative}.ImageCube .s-mask{position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.2);pointer-events:none}.ImageCube .s-more{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:24px;font-weight:600;line-height:19px;pointer-events:none}.ImageCube-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ImageCube-image--long{height:auto}.LinkCard-ecommerceLoadingCard{height:80px;-webkit-box-sizing:border-box;box-sizing:border-box;background:hsla(0,0%,96.5%,.88);color:#d3d3d3}html[data-theme=dark] .LinkCard-ecommerceLoadingCard{background:rgba(27,27,27,.88);color:#2e2e2e}.LinkCard-ecommerceLoadingCardAvatarWrapper{width:60px;height:60px;background:#ebebeb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px;margin-right:10px}html[data-theme=dark] .LinkCard-ecommerceLoadingCardAvatarWrapper{background:#2e2e2e}.LinkCard-ecommerceLoadingCardNetwork{width:20px;height:20px}.LinkCard-ecommerceLoadingCardLoadingbar{height:60px;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.LinkCard-ecommerceLoadingCardLoadingbar span{height:16px;display:inline-block;background:#ebebeb}html[data-theme=dark] .LinkCard-ecommerceLoadingCardLoadingbar span{background:#2e2e2e}.LinkCard-ecommerceLoadingCardLoadingbar span:first-of-type{width:60px;margin-bottom:4px}.LinkCard-ecommerceLoadingCardLoadingbar span:nth-of-type(2){width:127px}.LinkCard.old{position:relative;display:block;margin:1em auto;width:390px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px;max-width:100%;overflow:hidden}.LinkCard.old,.LinkCard.old:hover{text-decoration:none;border:none!important;color:inherit!important}.LinkCard-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px;border-radius:inherit;background-color:hsla(0,0%,96.5%,.88)}html[data-theme=dark] .LinkCard-content{background-color:rgba(27,27,27,.88)}.LinkCard--noImage .LinkCard-content{background-color:#f6f6f6}html[data-theme=dark] .LinkCard--noImage .LinkCard-content{background-color:#1b1b1b}.LinkCard-text{overflow:hidden}.LinkCard-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:40px;font-size:16px;font-weight:500;line-height:1.25;color:#121212}html[data-theme=dark] .LinkCard-title{color:#fff}.LinkCard-meta{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4px;font-size:14px;line-height:20px;color:#999;white-space:nowrap}html[data-theme=dark] .LinkCard-meta{color:#999}.LinkCard-textMeta{overflow:hidden;text-overflow:ellipsis}.LinkCard-metaItem:first-child:before{content:none}.LinkCard-metaItem:before{content:" \B7   "}@media (max-width:320px){.LinkCard-metaItem-jobLocation{display:none}}.LinkCard-badge{background:#fff;border-radius:5px;color:#c2a469;display:inline-block;margin-left:8px;min-width:50px;padding:0 4px;text-align:center;font-weight:600;font-synthesis:style}html[data-theme=dark] .LinkCard-badge{background:#121212;color:#c2a469}html[data-ios] .LinkCard-badge{font-weight:500}html[data-android] .LinkCard-badge{font-weight:700}.LinkCard-image{background-color:#ebebeb;display:block;width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:inherit}html[data-theme=dark] .LinkCard-image{background-color:#2e2e2e}.LinkCard-image.LinkCard-image--horizontal{width:90px}.LinkCard-image.LinkCard-image--vertical{height:80px}.LinkCard-imageCell{margin-left:8px;border-radius:6px}.LinkCard-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;-webkit-filter:blur(20px);filter:blur(20px);background-size:cover;background-position:50%}.LinkCard-image--default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ebebeb;color:#d3d3d3}html[data-theme=dark] .LinkCard-image--default{background-color:#2e2e2e;color:#2e2e2e}.TravelMVPLinkCard{border-radius:8px;background-color:#f6f6f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html[data-theme=dark] .TravelMVPLinkCard{background-color:#1b1b1b}.TravelMVPLinkCard-main{padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex}.TravelMVPLinkCard-banner{-ms-flex-negative:0;flex-shrink:0;width:100px;height:100px;border-radius:6px;overflow:hidden}.TravelMVPLinkCard-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.TravelMVPLinkCard-core{margin-left:12px;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.TravelMVPLinkCard-info{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.TravelMVPLinkCard-name{font-size:15px;line-height:20px;max-height:40px;color:#121212;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;font-synthesis:style}html[data-theme=dark] .TravelMVPLinkCard-name{color:#fff}html[data-ios] .TravelMVPLinkCard-name{font-weight:500}html[data-android] .TravelMVPLinkCard-name{font-weight:700}.TravelMVPLinkCard-tags{line-height:16px;margin-top:4px;color:grey;font-size:12px;font-weight:600;font-synthesis:style}html[data-theme=dark] .TravelMVPLinkCard-tags{color:#999}html[data-ios] .TravelMVPLinkCard-tags{font-weight:500}html[data-android] .TravelMVPLinkCard-tags{font-weight:700}.TravelMVPLinkCard-priceArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#ff7955;font-size:15px;line-height:1.2;font-weight:600;font-synthesis:style}html[data-theme=dark] .TravelMVPLinkCard-priceArea{color:#ff7955}html[data-ios] .TravelMVPLinkCard-priceArea{font-weight:500}html[data-android] .TravelMVPLinkCard-priceArea{font-weight:700}.TravelMVPLinkCard-buyButton{font-size:13px}.TravelMVPLinkCard-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px;height:16px;color:#999;font-size:11px;font-weight:600;font-synthesis:style}html[data-theme=dark] .TravelMVPLinkCard-location{color:#999}html[data-ios] .TravelMVPLinkCard-location{font-weight:500}html[data-android] .TravelMVPLinkCard-location{font-weight:700}.TravelMVPLinkCard-location svg{margin-right:4px}.TravelMVPLinkCard-locationTag{line-height:16px}.TravelMVPLinkCard-locationTag+.TravelMVPLinkCard-locationTag:before{content:"\B7";margin:0 4px;line-height:16px}.ClubLinkCardWithHover{position:relative}.ClubLinkCardWithHover .LinkCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:-webkit-gradient(linear,right top,left top,from(#f6f6f6),to(hsla(0,0%,96.5%,0)));background-image:linear-gradient(270deg,#f6f6f6,hsla(0,0%,96.5%,0));border-radius:inherit;pointer-events:none}html[data-theme=dark] .ClubLinkCardWithHover .LinkCard:after{background-image:-webkit-gradient(linear,right top,left top,from(#1b1b1b),to(hsla(0,0%,96.5%,0)));background-image:linear-gradient(270deg,#1b1b1b,hsla(0,0%,96.5%,0))}.ClubLinkCard-deleteIcon{position:absolute;left:350px;top:28px;width:25px;height:25px;border-radius:50%;text-align:center;padding-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;background:#fff}html[data-theme=dark] .ClubLinkCard-deleteIcon{background:#121212}.ClubLinkCard-deleteIcon:before{content:"";position:absolute;width:100%;height:100%;background:#fff;opacity:.5;top:0;left:0;border-radius:50%}html[data-theme=dark] .ClubLinkCard-deleteIcon:before{background:#121212}.ClubLinkCard-deleteIcon svg{vertical-align:top;position:relative;height:16px;top:-1px;fill:#282828}.AnswerRichContent{color:#444;padding-top:16px}html[data-theme=dark] .AnswerRichContent{color:#d3d3d3}.AnswerRichContent-card{width:calc(100vw - 56px);max-width:584px;border-radius:4px}.AnswerRichContent-cardTitle{font-size:15px;font-weight:600;font-synthesis:style;line-height:1.2;color:#121212;margin-bottom:6px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}html[data-ios] .AnswerRichContent-cardTitle{font-weight:500}html[data-android] .AnswerRichContent-cardTitle{font-weight:700}html[data-theme=dark] .AnswerRichContent-cardTitle{color:#fff}.AnswerRichContent-cardDesc{font-size:13px;color:#999;line-height:1.23}html[data-theme=dark] .AnswerRichContent-cardDesc{color:#999}.PostItem{padding:16px 16px 8px;background:#fff;border-bottom:8px solid #f6f6f6;display:block}html[data-theme=dark] .PostItem{background:#121212;border-bottom:8px solid #000}.PostItem-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostItem-head,.PostItem-headline{display:-webkit-box;display:-ms-flexbox;display:flex}.PostItem-headline{margin-left:8px;line-height:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:34px;padding:1px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.PostItem-headName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostItem-headNameText{font-size:14px;color:#121212;margin-right:4px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostItem-headNameText{color:#fff}html[data-ios] .PostItem-headNameText{font-weight:500}html[data-android] .PostItem-headNameText{font-weight:700}.PostItem-headTime{font-size:12px;min-width:50px;color:#999}html[data-theme=dark] .PostItem-headTime{color:#999}.PostItem-title{-webkit-tap-highlight-color:transparent;letter-spacing:.35px;color:#121212;margin-top:16px;word-break:break-all;cursor:pointer;margin-right:4px;display:inline-block;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostItem-title{color:#fff}html[data-ios] .PostItem-title{font-weight:500}html[data-android] .PostItem-title{font-weight:700}.PostItem-content{line-height:1.4;letter-spacing:.3px;color:#444;word-break:break-all;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;font-weight:400}html[data-theme=dark] .PostItem-content{color:#d3d3d3}.PostItem-imgWrapper,.PostItem-videoWraper{width:100%;height:100%;border-radius:4px;-webkit-filter:brightness(.95);filter:brightness(.95);cursor:pointer;-webkit-tap-highlight-color:transparent}html[data-theme=dark] .PostItem-imgWrapper,html[data-theme=dark] .PostItem-videoWraper{-webkit-filter:brightness(1);filter:brightness(1)}.PostItem-singleImg{max-width:calc(100vw - 32px - (100vw - 36px)/3 - 2px);max-height:calc(100vw - 32px - (100vw - 36px)/3 - 2px);min-width:calc((100vw - 36px)/3);min-height:calc((100vw - 36px)/3);width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}@media (min-width:690px){.PostItem-singleImg{max-width:404.66667px;max-height:404.66667px;min-width:201.33333px;min-height:201.33333px}}.PostItem-gif{position:relative;width:100%;height:100%}.PostItem-gif:after{content:"";position:absolute;bottom:8px;right:12px;background-image:url(https://static.zhihu.com/clubr/assets/gif.5839d627.svg);background-size:28px 28px;background-repeat:no-repeat;background-position:50%;width:28px;height:28px}.PostItem-video{position:relative;margin-top:8px}.PostItem-video:first-child{margin-top:12px}.PostItem-Img.PostItem-ImgWithWeb{max-width:219.33333px;max-height:219.33333px}.PostItem-Img{width:calc((100vw - 36px)/3);max-width:201.33333px;max-height:201.33333px;height:calc((100vw - 36px)/3);border-radius:4px;-o-object-fit:cover;object-fit:cover;margin-right:2px;margin-bottom:2px}.PostItem-Img:nth-child(3n){margin-right:0}.PostItem-FourImg:nth-child(3){margin-right:2px}.PostItem-titleWithLineClamp{margin-top:10px;cursor:pointer}.PostItem-titleThreeLine,.PostItem-titleWithLineClamp{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.PostItem-titleTextShow{display:none}.PostItem-titleText{margin-right:4px}.PostItem-contentWithLineClamp{margin-top:4px;-webkit-line-clamp:3}.PostItem-contentWithLineClamp,.PostItem-contentWithLineClamp:first-child{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical}.PostItem-contentWithLineClamp:first-child{-webkit-line-clamp:5}.PostItem-imgList{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:8px}.PostItem-imgList:first-child{margin-top:12px}.PostItem-imgNewList{position:relative;z-index:0}.PostItem-imgNewList>.PostItem-Img:nth-child(3n){margin-right:2px}.PostItem-imgNewList>.PostItem-Img:last-child,.PostItem-imgNewListDetail>.PostItem-Img:nth-child(3n){margin-right:0}.PostItem-Tag{-webkit-tap-highlight-color:transparent;cursor:pointer;color:#0084ff;margin-right:8px}.PostItem-Tag svg{margin-right:4px}html[data-theme=dark] .PostItem-Tag{color:#0084ff}.PostItem-CampaignTag,html[data-theme=dark] .PostItem-CampaignTag{color:#f36}.PostItem-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:auto}.PostItem-iconExtra{margin-left:6px}.PostItem-featureIconWithTop{margin-bottom:4px}.PostItem-featureIconWithoutExtra{margin-left:auto}.PostItem-featureIcon,.PostItem-topIcon{width:47px;height:18px;margin-bottom:-3px;margin-right:4px}.PostItem-imgMore{position:absolute;z-index:1;height:24px;line-height:24px;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:0 8px;font-size:13px;font-weight:500;color:#fff;white-space:nowrap;top:16px;right:16px;background-color:rgba(18,18,18,.3)}html[data-theme=dark] .PostItem-imgMore{color:#fff;background-color:rgba(0,0,0,.3)}.PostItem-imgMore{top:10px;right:10px}.PostItem-imageList{width:100vw;max-width:640px;overflow:hidden;margin:0 -16px;position:relative;z-index:0;padding-bottom:20px}.PostItem-imageList .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PostItem-imageList .swiper-pagination-bullets{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:hidden;height:18px;white-space:nowrap}.PostItem-imageList .swiper-pagination-bullet{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;width:6px;height:6px;margin:0 3px;background-color:#bfbfbf;-webkit-transition:left .2s ease 0s,background-color .2s ease 0s,-webkit-transform .2s ease 0s;transition:left .2s ease 0s,background-color .2s ease 0s,-webkit-transform .2s ease 0s;transition:transform .2s ease 0s,left .2s ease 0s,background-color .2s ease 0s;transition:transform .2s ease 0s,left .2s ease 0s,background-color .2s ease 0s,-webkit-transform .2s ease 0s}html[data-theme=dark] .PostItem-imageList .swiper-pagination-bullet{background-color:#444}.PostItem-imageList .swiper-pagination-bullet-active{background-color:#646464}html[data-theme=dark] .PostItem-imageList .swiper-pagination-bullet-active{background-color:#d3d3d3}.PostItem-newHead{letter-spacing:.35px;color:#121212;word-break:break-all;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostItem-newHead{color:#fff}html[data-ios] .PostItem-newHead{font-weight:500}html[data-android] .PostItem-newHead{font-weight:700}.PostItem-newHead span{margin-right:4px}.PostItem-newHead .PostItem-featureIcon,.PostItem-newHead .PostItem-topIcon{position:relative;top:2px;margin-bottom:0}.PostItem-new{padding-top:1px}.PostItem-new .PostItem-content{margin-top:12px}.PostItem-new .PostTag-detail{margin:8px 0}.PostItem-new .PostItem-head{padding-top:16px}.PostItem-time{color:#999;font-size:12px;margin-top:6px}html[data-theme=dark] .PostItem-time{color:#999}.PostItem-webHead .PostItem-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PostItem-webHead .PostItem-headNameText{font-size:15px}.PostItem-webHead .PostItem-headName{margin-right:8px}.PostItem-time{cursor:pointer}.PostItem .PostItem-head .FollowButton{-webkit-tap-highlight-color:transparent;min-width:69px;height:28px;position:static;background-color:hsla(0,0%,60%,.08);border-radius:5px;font-size:13px;line-height:28px;margin-left:auto;border:none;font-weight:600;padding:0}html[data-theme=dark] .PostItem .PostItem-head .FollowButton{background-color:hsla(0,0%,60%,.08)}.PostItem .PostItem-head .FollowButton-following{color:#444;background-color:hsla(0,0%,50.2%,.08)}html[data-theme=dark] .PostItem .PostItem-head .FollowButton-following{color:#d3d3d3;background-color:hsla(0,0%,60%,.08)}.PostItem .PostItem-head .ActionButton{margin-left:auto;padding:5px;color:#999;-webkit-tap-highlight-color:transparent}html[data-theme=dark] .PostItem .PostItem-head .ActionButton{color:#999}.PostItem .PostItem-head .ActionButton>span>svg{margin-right:0}.PostItem .PostItem-head .FollowButton+.ActionButton{margin-left:10px}.PostItem .PostItem-head svg{margin-right:6px}.PostItem-feedsName{color:#121212;font-size:14px;margin-left:8px;-ms-flex-negative:0;flex-shrink:0;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostItem-feedsName{color:#fff}html[data-ios] .PostItem-feedsName{font-weight:500}html[data-android] .PostItem-feedsName{font-weight:700}.PostItem-name{font-size:14px;color:#121212;margin-left:6px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;font-synthesis:style}html[data-theme=dark] .PostItem-name{color:#fff}html[data-ios] .PostItem-name{font-weight:500}html[data-android] .PostItem-name{font-weight:700}.PostItem-name span{color:#999;font-weight:400}html[data-theme=dark] .PostItem-name span{color:#999}.ClubPostList{background-color:#f6f6f6}html[data-theme=dark] .ClubPostList{background-color:#000}.Club-BottomPlaceholder{width:100%;color:#999;min-height:147.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:15px}html[data-theme=dark] .Club-BottomPlaceholder{color:#999}.Club-BottomPlaceholder span{margin-top:16px}.ClubPostList-placeholder{background:#fff;padding:16px}html[data-theme=dark] .ClubPostList-placeholder{background:#121212}.Club-PostComments-EmptyState{-webkit-box-sizing:border-box;box-sizing:border-box;height:300px;padding-top:200px;color:rgba(133,144,166,.8);font-size:15px;font-weight:700;text-align:center;background-color:#fff;background-image:url(https://zhstatic.zhihu.com/heifetz/club/images/emptyPosts.png);background-size:160px auto;background-repeat:no-repeat;background-position:center 30px}html[data-theme=dark] .Club-PostComments-EmptyState{color:rgba(133,144,166,.8);background-color:#121212;background-image:url(https://zhstatic.zhihu.com/heifetz/club/images/emptyPostsWithDark.png)}.ClubTabs{cursor:pointer}.MentionSuggestions{position:absolute;z-index:203;line-height:1}.MentionSuggestions-input{width:200px;padding:4px 6px;font-size:inherit}.MentionSuggestions-input .Input{height:auto;background:transparent}.MentionSuggestions-menu{width:200px}.MentionSuggestions-menu .Menu-item{padding:0 10px}.LinkModal-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.LinkModal-input .Zi,html[data-theme=dark] .LinkModal-input .Zi{color:#8590a6}.LinkModal-input+.LinkModal-input{margin-top:10px}.LinkModal-input .Input{margin-left:8px}.BaiduFileSelector .Modal-content{margin-top:0;padding:0}.BaiduFileSelector-iframe{min-height:660px}.Editable-imageUploader{text-align:center}.Editable-imageUploader-layout{position:relative;display:inline-block;max-width:100%;vertical-align:top}.Editable-imageUploader-layout.is-fullWidth{width:100%}.Editable-imageUploader-image{display:block;max-width:100%;opacity:.3}.Editable-imageUploader-placeholder{height:192px;background-color:#ebebeb}html[data-theme=dark] .Editable-imageUploader-placeholder{background-color:#2e2e2e}.Editable-imageUploader-status{position:absolute;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.Editable-imageUploader-statusText{font-size:28px;line-height:40px;color:#8590a6}html[data-theme=dark] .Editable-imageUploader-statusText{color:#8590a6}.Editable-imageUploader-status.is-error .Editable-imageUploader-statusText,html[data-theme=dark] .Editable-imageUploader-status.is-error .Editable-imageUploader-statusText{color:#f36}.Editable-imageUploader-retry{margin-top:4px;font-size:16px;line-height:32px}.Editable-imageUploader-retry .Button{font-size:inherit}.Editable-imageUploader-progress{position:absolute;left:0;bottom:0;width:100%;height:4px;background-color:#06f}html[data-theme=dark] .Editable-imageUploader-progress{background-color:#37f}.Editable-imageUploader-progress.is-error,html[data-theme=dark] .Editable-imageUploader-progress.is-error{background-color:#f36}.Editable-imageUploader-progress .LoadingBar{position:relative;height:100%;background-color:hsla(0,0%,100%,.3)}html[data-theme=dark] .Editable-imageUploader-progress .LoadingBar{background-color:rgba(18,18,18,.3)}.uploadImage-container{padding:0 24px 0 16px;height:64px;overflow:hidden;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.uploadImage-container ul{display:-webkit-box;display:-ms-flexbox;display:flex}.uploadImage-container ul li{margin-left:8px;position:relative}.uploadImage-container ul li,.uploadImage-container ul li img{width:64px;height:64px;border-radius:4px}.uploadImage-container ul li em{padding:0 4px;background:#fff;opacity:.6;border-radius:2px;font-size:12px;color:#121212;position:absolute;right:4px;bottom:4px;font-style:normal}html[data-theme=dark] .uploadImage-container ul li em{background:#121212;color:#fff}.uploadImage-container ul li .uploadImage-cancel{position:absolute;right:4px;top:4px;width:16px;height:16px;border-radius:50%;text-align:center;padding-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.uploadImage-container ul li .uploadImage-cancel:before{content:"";position:absolute;width:100%;height:100%;background:#121212;opacity:.5;top:0;left:0;border-radius:50%}html[data-theme=dark] .uploadImage-container ul li .uploadImage-cancel:before{background:#fff}.uploadImage-container ul li .uploadImage-cancel svg{vertical-align:top;position:relative;height:12px;top:-3px;fill:#fff}html[data-theme=dark] .uploadImage-container ul li .uploadImage-cancel svg{fill:#121212}.uploadImage-container .uploadImage-upload{position:relative;width:64px;overflow:hidden}.uploadImage-container .uploadImage-upload>span{width:64px;height:64px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px dashed #bfbfbf;border-radius:4px;font-size:40px;display:block;color:#bfbfbf;cursor:pointer;text-align:center;font-weight:200;line-height:54px}html[data-theme=dark] .uploadImage-container .uploadImage-upload>span{border:2px dashed #444;color:#444}.uploadImage-container .uploadImage-fileInput{position:absolute;width:64px;height:64px;left:0;top:0}.uploadImage-container .Editable-imageUploader{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;width:60px}html[data-theme=dark] .uploadImage-container .Editable-imageUploader{background:#121212}.uploadImage-container .Editable-imageUploader-statusText{font-size:12px;text-align:center;line-height:18px}.uploadImage-container .Editable-imageUploader-retry{display:none}.Editable-VideoTitleInput-container{-ms-flex-item-align:stretch;align-self:stretch;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}html[data-theme=dark] .Editable-VideoTitleInput-container{background:#121212}.Editable-VideoTitleInput-innerContainer{cursor:text;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 16px}.Editable-VideoTitleInput-innerContainer--isBeforeIconShown{padding:0 10px}.Editable-VideoTitleInput-beforeIcon{color:grey}html[data-theme=dark] .Editable-VideoTitleInput-beforeIcon{color:#999}.Editable-VideoTitleInput-value{font-size:15px;line-height:48px}.Editable-VideoTitleInput-value--noContent{color:grey}html[data-theme=dark] .Editable-VideoTitleInput-value--noContent{color:#999}.Editable-VideoTitleInput{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:15px;height:48px;padding:0;width:100%}.Editable-VideoTitleInput:focus{outline:none}.Editable-VideoTitleInput::-webkit-input-placeholder{color:grey}.Editable-VideoTitleInput::-moz-placeholder{color:grey}.Editable-VideoTitleInput:-ms-input-placeholder{color:grey}.Editable-VideoTitleInput::-ms-input-placeholder{color:grey}.Editable-VideoTitleInput::placeholder{color:grey}html[data-theme=dark] .Editable-VideoTitleInput::-webkit-input-placeholder{color:#999}html[data-theme=dark] .Editable-VideoTitleInput::-moz-placeholder{color:#999}html[data-theme=dark] .Editable-VideoTitleInput:-ms-input-placeholder{color:#999}html[data-theme=dark] .Editable-VideoTitleInput::-ms-input-placeholder{color:#999}html[data-theme=dark] .Editable-VideoTitleInput::placeholder{color:#999}.VideoCardPlayButton{position:absolute;top:0;right:0;bottom:0;left:0;width:56px;height:56px;margin:auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.VideoCardPlayButton-icon{display:block;-webkit-box-shadow:0 0 4px 0 rgba(18,18,18,.16);box-shadow:0 0 4px 0 rgba(18,18,18,.16);border-radius:50%}html[data-theme=dark] .VideoCardPlayButton-icon{-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.16);box-shadow:0 0 4px 0 rgba(0,0,0,.16)}.VideoCardPlayButton-withFileSize--outer{position:absolute;top:0;right:0;bottom:0;left:0;height:36px;margin:auto;text-align:center}.VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize{font-weight:600;font-synthesis:style;height:36px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:35px;padding:0 14px;font-size:14px;border-radius:18px;display:inline-block;color:#fff;background-color:rgba(18,18,18,.6);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:.5px solid hsla(0,0%,100%,.1)}html[data-ios] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize{font-weight:500}html[data-android] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize{font-weight:700}@supports not ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))){.VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize{background-color:rgba(18,18,18,.8)}}.VideoCardPlayButton-withFileSize--outer .Zi{margin-left:-2.5px;margin-right:7.5px}.VideoCard{position:relative;overflow:hidden;border:1px solid #ebebeb;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(18,18,18,.1);box-shadow:0 1px 3px rgba(18,18,18,.1)}html[data-theme=dark] .VideoCard{border:1px solid #2e2e2e;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}.VideoCard.is-videoAnswer{border:none;border-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.VideoCard--converting .VideoCard-thumbnail{-webkit-filter:blur(8px);filter:blur(8px);-webkit-transform:scale(1.1);transform:scale(1.1)}.VideoCard--converting .VideoCard-video-content:after{content:"\89C6\9891\6B63\5728\8F6C\7801\4E2D";color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html[data-theme=dark] .VideoCard--converting .VideoCard-video-content:after{color:#121212}.VideoCard-link{display:block}.VideoCard-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.VideoCard-poster{width:120px;height:90px;background-color:#ebebeb;position:relative}html[data-theme=dark] .VideoCard-poster{background-color:#2e2e2e}.VideoCard-poster img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.VideoCard-poster .VideoCard-playIcon--nonLens{position:absolute;top:0;right:0;bottom:0;left:0;width:36px;height:36px;margin:auto}.VideoCard-video{position:relative;width:100%}.VideoCard-video:before{display:block;padding-top:56.25%;content:""}.VideoCard-video-content{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.VideoCard-thumbnail{position:relative;width:100%;height:100%;background-color:#ebebeb}html[data-theme=dark] .VideoCard-thumbnail{background-color:#2e2e2e}.VideoCard-thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.VideoCard-thumbnail--placeholder{background-image:url(https://zhstatic.zhihu.com/zhihu-components/video-card/video_placeholder.jpg);background-size:cover}.VideoCard--interactive .VideoCard-video:hover .VideoCard-play-button{-webkit-transform:scale(1.1);transform:scale(1.1)}.VideoCard-content{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;padding:10px 16px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.VideoCard-VideoTitleInputHolder{height:48px;width:100%}.VideoCard-title{overflow:hidden;height:28px;font-size:16px;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title{color:#175199}html[data-theme=dark] .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title{color:#6385a6}.VideoCard-description{height:25px;margin-top:5px;line-height:25px}.VideoCard-source{display:inline-block;margin-right:10px;color:#8590a6}html[data-theme=dark] .VideoCard-source{color:#8590a6}.VideoCard-badge{display:inline-block;padding:0 8px;color:#8590a6;background-color:#f6f6f6;border-radius:3px}html[data-theme=dark] .VideoCard-badge{color:#8590a6;background-color:#1b1b1b}.VideoCard-player{width:100%;height:100%;background-color:#121212}html[data-theme=dark] .VideoCard-player{background-color:#fff}.VideoCard-player .Embed,.VideoCard-player iframe{display:block;width:100%;height:100%}.VideoCard-overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#fff}html[data-theme=dark] .VideoCard-overlay{background-color:#121212}.VideoCard-overlay.is-loading{opacity:0}.VideoCard-mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#121212;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}html[data-theme=dark] .VideoCard-mask{background-color:#fff}.VideoCard-mask:not(.is-shown){opacity:0;visibility:hidden}.VideoCard--mobile .VideoCard-poster{width:100px;height:75px}.VideoCard--mobile .VideoCard-video:hover .VideoCard-play-button{-webkit-transform:scale(1);transform:scale(1)}.VideoCard--mobile .VideoCard-content{padding:10px 12px}.VideoCard--mobile .VideoCard-title{font-size:16px}.VideoCard--mobile .VideoCard-description{margin-top:0;font-size:12px}input[type=range].RangeInput{width:220px;height:12px;padding:0;margin:0 10px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range].RangeInput:focus{outline:none;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}html[data-focus-visible] input[type=range].RangeInput:focus{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3)}html[data-theme=dark][data-focus-visible] input[type=range].RangeInput:focus{-webkit-box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6);box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6)}input[type=range].RangeInput::-webkit-slider-runnable-track{height:5px;cursor:pointer;background:#f6f6f6;border-radius:2px}html[data-theme=dark] input[type=range].RangeInput::-webkit-slider-runnable-track{background:#1b1b1b}input[type=range].RangeInput::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;cursor:pointer;background:#d3d3d3;border-radius:50%;-webkit-appearance:none;appearance:none}html[data-theme=dark] input[type=range].RangeInput::-webkit-slider-thumb{background:#2e2e2e}input[type=range].RangeInput::-moz-range-track{height:5px;cursor:pointer;background:#f6f6f6;border-radius:2px}html[data-theme=dark] input[type=range].RangeInput::-moz-range-track{background:#1b1b1b}input[type=range].RangeInput::-moz-range-thumb{width:12px;height:12px;cursor:pointer;background:#d3d3d3;border:none;border-radius:50%}html[data-theme=dark] input[type=range].RangeInput::-moz-range-thumb{background:#2e2e2e}input[type=range].RangeInput::-ms-track{width:100%;height:5px;color:transparent;cursor:pointer;background:transparent;border-color:transparent}input[type=range].RangeInput::-ms-fill-lower,input[type=range].RangeInput::-ms-fill-upper{background:#f6f6f6;border-radius:2px}html[data-theme=dark] input[type=range].RangeInput::-ms-fill-lower,html[data-theme=dark] input[type=range].RangeInput::-ms-fill-upper{background:#1b1b1b}input[type=range].RangeInput::-ms-thumb{width:12px;height:12px;cursor:pointer;background:#d3d3d3;border:none;border-radius:50%}html[data-theme=dark] input[type=range].RangeInput::-ms-thumb{background:#2e2e2e}input[type=range].RangeInput::-ms-tooltip{display:none}input[type=range].RangeInput .Zi{vertical-align:middle;display:inline-block;fill:#8590a6}html[data-theme=dark] input[type=range].RangeInput .Zi{fill:#8590a6}.Mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.Mask-hidden{pointer-events:none;opacity:0}.Mask-mask{position:absolute;z-index:-1;width:100%;height:100%;opacity:.4;-webkit-box-sizing:border-box;box-sizing:border-box}.Mask-mask--black{background:#121212}html[data-theme=dark] .Mask-mask--black{background:#fff}.Mask-mask--white{background:hsla(0,0%,100%,.95)}html[data-theme=dark] .Mask-mask--white{background:rgba(18,18,18,.95)}.Mask-content{position:absolute;top:50%;left:50%;z-index:5;color:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html[data-theme=dark] .Mask-content{color:#121212}.Mask-content--full{width:100%;height:100%}.VideoCoverEditor-Modal .Modal-inner{width:400px;min-height:480px}.VideoCoverEditor-title{font-size:20px;font-weight:500;color:#121212}html[data-theme=dark] .VideoCoverEditor-title{color:#fff}.VideoCoverEditor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 80px);margin:0 auto}.VideoCoverEditor-tabItem{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;font-weight:500;font-size:20px;color:#444;cursor:pointer}html[data-theme=dark] .VideoCoverEditor-tabItem{color:#d3d3d3}.VideoCoverEditor-tabItem:not(:last-child):after{content:" |";float:right;font-weight:100;color:#ebebeb}html[data-theme=dark] .VideoCoverEditor-tabItem:not(:last-child):after{color:#2e2e2e}.VideoCoverEditor-tabItem.active{color:#06f}html[data-theme=dark] .VideoCoverEditor-tabItem.active{color:#37f}.VideoCoverPicker-coverSelect{text-align:center}.VideoCoverPicker-coverList{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:36px}.VideoCoverPicker-coverItem{position:relative;width:112px;height:63.5px;margin:0 8px 8px 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(18,18,18,.03);cursor:pointer;border:3px solid #fff}html[data-theme=dark] .VideoCoverPicker-coverItem{background:hsla(0,0%,100%,.03);border:3px solid #121212}.VideoCoverPicker-coverItem.actived{border-color:#06f}html[data-theme=dark] .VideoCoverPicker-coverItem.actived{border-color:#37f}.VideoCoverPicker-coverItem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.VideoCoverPicker-coverItem:nth-child(3n+0){margin-right:0}.VideoCoverPicker-coverSelect .BounceLoading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-120%);transform:translate(-50%,-120%)}.VideoCoverPicker-coverSelectBtn{width:220px;height:34px;margin:62px auto 0}.VideoCoverPicker-coverSelectBtn.disabled{opacity:.5}.VideoCoverFileInput{margin-top:40px}.VideoCoverFile-uploader{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;height:220px;border:2px dashed #ebebeb;border-radius:10px;cursor:pointer}html[data-theme=dark] .VideoCoverFile-uploader{border:2px dashed #2e2e2e}.VideoCoverFile-uploader:hover,html[data-theme=dark] .VideoCoverFile-uploader:hover{border-color:#8590a6}.VideoCoverFile-uploader:hover .Zi,html[data-theme=dark] .VideoCoverFile-uploader:hover .Zi{fill:#999}.VideoCoverFile-uploader input{opacity:0;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer}.VideoCoverFile-uploader-icon{text-align:center;display:block}.VideoCoverFile-uploader-icon .Zi{vertical-align:middle;fill:#ebebeb}html[data-theme=dark] .VideoCoverFile-uploader-icon .Zi{fill:#2e2e2e}.VideoCoverFileInput-uplaodImg .Zi,html[data-theme=dark] .VideoCoverFileInput-uplaodImg .Zi{fill:#999}.VideoCoverFile-uploader-text{margin-top:10px;font-size:18px;line-height:30px;text-align:center;color:#444}html[data-theme=dark] .VideoCoverFile-uploader-text{color:#d3d3d3}.VideoCoverFile-uploader-tip{font-size:14px;line-height:30px;text-align:center;color:#999}html[data-theme=dark] .VideoCoverFile-uploader-tip{color:#999}.VideoCoverCrop-range{margin:22px auto 0}.VideoCoverCrop .RangeInput{margin-top:4px}.VideoCoverCrop-uploadImgFooter{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:30px}.VideoCoverCrop-uploadImgFooter button{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.VideoCoverCrop-uploadImgFooter button:not(:last-child){margin-right:20px}.VideoCoverPickerPending{margin-top:100px;text-align:center}.VideoCoverPickerPending p{font-size:18px;line-height:1.78;color:#999}html[data-theme=dark] .VideoCoverPickerPending p{color:#999}.VideoCoverPickerPending-nowUpdate{margin-top:135px}.VideoCoverPicker-coverItem .Mask-mask{opacity:.03}.Editable-videoUploader{margin:16px 0;border-radius:4px}.Editable-videoUploader.is-videoAnswer{margin:0;border-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Editable-videoUploader-thumbnail{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.Editable-videoUploader-text{text-align:center;position:relative;color:#8590a6}html[data-theme=dark] .Editable-videoUploader-text{color:#8590a6}.Editable-videoUploader-text.is-bright,html[data-theme=dark] .Editable-videoUploader-text.is-bright{color:#fff}.Editable-videoUploader-status{font-size:28px;line-height:40px}.Editable-videoUploader-status.is-videoAnswer{font-size:15px;line-height:24px;font-weight:600;font-synthesis:style}html[data-ios] .Editable-videoUploader-status.is-videoAnswer{font-weight:500}html[data-android] .Editable-videoUploader-status.is-videoAnswer{font-weight:700}.Editable-videoUploader-size{margin-top:10px;font-size:14px;line-height:20px}.Editable-videoUploader-size.is-videoAnswer{margin-top:4px;font-size:12px;line-height:18px}.Editable-videoUploader-retry{margin-top:4px;font-size:16px;line-height:32px}.Editable-videoUploader-retry .Button{font-size:inherit}.Editable-videoUploader-retry .Button:hover{background-color:transparent!important;background-color:initial!important}.Editable-videoUploader-retry.is-videoAnswer{font-size:12px;line-height:18px}.Editable-videoUploader-retry.is-videoAnswer .Button--link,html[data-theme=dark] .Editable-videoUploader-retry.is-videoAnswer .Button--link{color:#8590a6}.Editable-videoUploader-progress{position:absolute;left:0;right:0;bottom:0;overflow:hidden;height:4px;background-color:rgba(18,18,18,.05)}html[data-theme=dark] .Editable-videoUploader-progress{background-color:hsla(0,0%,100%,.05)}.Editable-videoUploader-progress.is-videoAnswer{top:0;bottom:auto;height:2px}.Editable-videoUploader-progress-bar{position:absolute;left:0;top:0;height:100%;background-color:#06f}html[data-theme=dark] .Editable-videoUploader-progress-bar{background-color:#37f}.Editable-videoUploader-progress-bar.is-error,html[data-theme=dark] .Editable-videoUploader-progress-bar.is-error{background-color:#f36}.Editable-videoUploader-progress .LoadingBar{position:absolute;left:0;top:0;height:100%;background-color:hsla(0,0%,100%,.3)}html[data-theme=dark] .Editable-videoUploader-progress .LoadingBar{background-color:rgba(18,18,18,.3)}.Editable-videoUploader-image{position:absolute}.Editable-videoUploader-uploadPosterButton{background:rgba(18,18,18,.5);border:1px solid hsla(0,0%,100%,.3);border-radius:3px;height:32px;width:109px;position:absolute;bottom:16px;right:16px;text-align:center;line-height:32px;cursor:pointer}html[data-theme=dark] .Editable-videoUploader-uploadPosterButton{background:hsla(0,0%,100%,.5);border:1px solid rgba(18,18,18,.3)}.Editable-videoUploader-uploadPosterButton p{color:#fff;font-size:14px;margin:0!important}html[data-theme=dark] .Editable-videoUploader-uploadPosterButton p{color:#121212}.Editable-videoUploader-uploadPosterButton.is-videoAnswer{width:78px;height:32px;bottom:8px;right:8px;background-color:rgba(18,18,18,.8);border:none}html[data-theme=dark] .Editable-videoUploader-uploadPosterButton.is-videoAnswer{background-color:rgba(0,0,0,.8)}.Editable-videoUploader-imageMask{width:100%;height:100%;position:absolute;background:hsla(0,0%,92.2%,.9)}html[data-theme=dark] .Editable-videoUploader-imageMask{background:rgba(46,46,46,.9)}.Editable-videoUploader-imageMask.is-videoAnswer{background:rgba(0,0,0,.05)}.VideoErrorCard-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.VideoErrorCard-error{font-size:28px;line-height:40px;text-align:center;color:#8590a6}html[data-theme=dark] .VideoErrorCard-error{color:#8590a6}.uploadVideo-container{margin-left:24px;overflow:hidden;width:190px;height:105px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:4px}.uploadVideo-container .uploadVideo-content,.uploadVideo-container .uploadVideo-plugin{margin:0;width:190px;height:105px}.uploadVideo-container .Editable-videoUploader-status{font-size:16px}.uploadVideo-container .Editable-videoUploader-size{font-size:12px}.uploadVideo-container .RichText-video{margin:0}.uploadVideo-container .VideoCard{border:0;-webkit-box-shadow:0 0 0;box-shadow:0 0 0}.uploadVideo-container .VideoCard-play-button,.uploadVideo-container .VideoCard-play-button svg{width:48px!important;height:48px!important}.uploadVideo-container .uploadVideo-cancel{position:absolute;right:4px;top:4px;width:16px;height:16px;border-radius:50%;text-align:center;padding-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.uploadVideo-container .uploadVideo-cancel:before{content:"";position:absolute;width:100%;height:100%;background:#121212;opacity:.5;top:0;left:0;border-radius:50%}html[data-theme=dark] .uploadVideo-container .uploadVideo-cancel:before{background:#fff}.uploadVideo-container .uploadVideo-cancel svg{vertical-align:top;position:relative;height:12px;top:-3px;fill:#fff}html[data-theme=dark] .uploadVideo-container .uploadVideo-cancel svg{fill:#121212}.RadioButton{border-radius:50%;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.RadioButton--focused{outline:none;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}html[data-focus-visible] .RadioButton--focused{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,102,255,.3)}html[data-theme=dark][data-focus-visible] .RadioButton--focused{-webkit-box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6);box-shadow:0 0 0 2px #121212,0 0 0 4px rgba(51,119,255,.6)}.RadioButton--disabled{cursor:no-drop;opacity:.4}.RadioButton-iconOn{color:#06f}html[data-theme=dark] .RadioButton-iconOn{color:#37f}.RadioButton-iconOff,html[data-theme=dark] .RadioButton-iconOff{color:#999}.RadioButton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;clip:rect(0,0,0,0);pointer-events:none;position:absolute}.TagItem{margin:0 24px;height:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.TagItem:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #f0f2f7}.TagItem-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.TagItem-name{font-size:18px;font-weight:600;font-synthesis:style;line-height:1.22;color:#121212}html[data-ios] .TagItem-name{font-weight:500}html[data-android] .TagItem-name{font-weight:700}html[data-theme=dark] .TagItem-name{color:#fff}.TagItem-description{font-size:14px;max-width:448px;font-weight:500;line-height:1;color:#8590a6;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:8px}html[data-theme=dark] .TagItem-description{color:#8590a6}.TagItem-buttonGroup{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;color:#8590a6;font-size:14px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:15px;line-height:1}html[data-theme=dark] .TagItem-buttonGroup{color:#8590a6}.TagItem-buttonGroup span{margin-right:5px}.TagItem-button{margin-left:20px;cursor:pointer}.TagItem-descriptionWithSetting{width:315px}.TagItem-buttonWithDisabled{opacity:.3;cursor:auto}.ClubTags{display:-webkit-box;display:-ms-flexbox;display:flex}.ClubTags-modal{width:534px}.ClubTags-modal .Modal-content{padding:0}.ClubTags-modal .ModalButtonGroup--horizontal{padding:0 24px 24px}.ClubTags-Tag{height:20px;border-radius:14px;background-color:#f6f6f6;margin-right:10px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 12px 4px 10px;font-size:14px;line-height:1.43;color:#444;max-width:185px}html[data-theme=dark] .ClubTags-Tag{background-color:#1b1b1b;color:#d3d3d3}.ClubTags-TagName{margin-left:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ClubTags-moreButton{padding:4px 6px 4px 12px;height:20px;color:#444;background:#f6f6f6;border-radius:14px;line-height:1.43;font-size:14px;cursor:pointer}html[data-theme=dark] .ClubTags-moreButton{color:#d3d3d3;background:#1b1b1b}.ClubTags-moreButton span{margin-left:4px}.ClubTags-moreButton svg{fill:#bfbfbf}html[data-theme=dark] .ClubTags-moreButton svg{fill:#444}.ClubTags-tags,.ClubTags-topTags{font-size:15px;color:grey;font-weight:600;font-synthesis:style}html[data-theme=dark] .ClubTags-tags,html[data-theme=dark] .ClubTags-topTags{color:#999}html[data-ios] .ClubTags-tags,html[data-ios] .ClubTags-topTags{font-weight:500}html[data-android] .ClubTags-tags,html[data-android] .ClubTags-topTags{font-weight:700}.ClubTags-tags p,.ClubTags-topTags p{background:hsla(0,0%,96.5%,.5);height:40px;width:calc(100% - 48px);line-height:40px;padding:0 24px}.ClubTags-TagWithChoose{color:#0084ff;background-color:rgba(0,132,255,.1)}html[data-theme=dark] .ClubTags-TagWithChoose{color:#0084ff}.ClubTags-modalContent{max-height:315px;overflow:scroll}.ClubTags-PlaceHolder{padding:16px}.ClubTags-setting{margin-left:24px;margin-top:16px;color:#0084ff;cursor:pointer;font-weight:600;font-synthesis:style;font-size:14px}html[data-theme=dark] .ClubTags-setting{color:#0084ff}html[data-ios] .ClubTags-setting{font-weight:500}html[data-android] .ClubTags-setting{font-weight:700}.ClubTags-setting span{margin-right:4px}.ClubTags-createTag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 24px}.ClubTags-createTitle{height:33px!important;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 hsla(0,0%,100%,.12);box-shadow:0 1px 2px 0 hsla(0,0%,100%,.12);border:1px solid rgba(133,144,166,.3);margin-bottom:20px;line-height:33px}.ClubTags-createTitle::-webkit-input-placeholder{color:grey}.ClubTags-createTitle::-moz-placeholder{color:grey}.ClubTags-createTitle:-ms-input-placeholder{color:grey}.ClubTags-createTitle::-ms-input-placeholder{color:grey}.ClubTags-createTitle::placeholder{color:grey}html[data-theme=dark] .ClubTags-createTitle::-webkit-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createTitle::-moz-placeholder{color:#999}html[data-theme=dark] .ClubTags-createTitle:-ms-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createTitle::-ms-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createTitle::placeholder{color:#999}.ClubTags-createContent{height:150px!important;margin-bottom:8px;padding:9px 14px}.ClubTags-createContent,.ClubTags-createTitle{font-size:15px;color:#121212;outline:none;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 hsla(0,0%,100%,.12);box-shadow:0 1px 2px 0 hsla(0,0%,100%,.12);border:1px solid rgba(133,144,166,.3);padding-left:14px}html[data-theme=dark] .ClubTags-createContent,html[data-theme=dark] .ClubTags-createTitle{color:#fff}.ClubTags-createContent::-webkit-input-placeholder,.ClubTags-createTitle::-webkit-input-placeholder{color:grey}.ClubTags-createContent::-moz-placeholder,.ClubTags-createTitle::-moz-placeholder{color:grey}.ClubTags-createContent:-ms-input-placeholder,.ClubTags-createTitle:-ms-input-placeholder{color:grey}.ClubTags-createContent::-ms-input-placeholder,.ClubTags-createTitle::-ms-input-placeholder{color:grey}.ClubTags-createContent::placeholder,.ClubTags-createTitle::placeholder{color:grey}html[data-theme=dark] .ClubTags-createContent::-webkit-input-placeholder,html[data-theme=dark] .ClubTags-createTitle::-webkit-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createContent::-moz-placeholder,html[data-theme=dark] .ClubTags-createTitle::-moz-placeholder{color:#999}html[data-theme=dark] .ClubTags-createContent:-ms-input-placeholder,html[data-theme=dark] .ClubTags-createTitle:-ms-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createContent::-ms-input-placeholder,html[data-theme=dark] .ClubTags-createTitle::-ms-input-placeholder{color:#999}html[data-theme=dark] .ClubTags-createContent::placeholder,html[data-theme=dark] .ClubTags-createTitle::placeholder{color:#999}.ClubTags-tagDesc{font-size:14px;line-height:1.71;color:#999}html[data-theme=dark] .ClubTags-tagDesc{color:#999}.ClubTags-createModalContent{font-size:14px;line-height:1.71;color:#999}html[data-theme=dark] .ClubTags-createModalContent{color:#999}.ClubDropzone{height:100%}.ClubProfileInfo-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubProfileInfo-avatar span{font-size:15px;font-weight:600;font-synthesis:style;color:#444;margin-right:4px}html[data-ios] .ClubProfileInfo-avatar span{font-weight:500}html[data-android] .ClubProfileInfo-avatar span{font-weight:700}html[data-theme=dark] .ClubProfileInfo-avatar span{color:#d3d3d3}.ClubProfileInfo-avatarImg{width:24px;height:24px;border-radius:12px;margin-right:8px;-o-object-fit:cover;object-fit:cover}.ClubEditHeadLine-headline{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ClubEditHeadLine-exitFullscreenButton{position:fixed;z-index:11;top:17px;right:17px;padding:0 8px;line-height:30px;background:#ebebeb;border-radius:4px;border:none}html[data-theme=dark] .ClubEditHeadLine-exitFullscreenButton{background:#2e2e2e}.ClubEditHeadLine-exitFullscreenButton .Icon{margin-right:8px;fill:currentColor}.ClubEditHeadLine-exitFullscreenButton:hover{color:grey;background:#ebebeb}html[data-theme=dark] .ClubEditHeadLine-exitFullscreenButton:hover{color:#999;background:#2e2e2e}.ClubEditHeadLine-fakeInput{-webkit-box-flex:0.97;-ms-flex:0.97 1;flex:0.97 1;height:36px;border-radius:4px;border:1px solid #ebebeb;background-color:#f6f6f6;font-size:15px;font-weight:500;color:#8590a6;line-height:36px;-ms-flex-negative:0;flex-shrink:0;padding-left:10px;position:relative;cursor:inherit}html[data-theme=dark] .ClubEditHeadLine-fakeInput{border:1px solid #2e2e2e;background-color:#1b1b1b;color:#8590a6}.ClubEditHeadLine-fakeInput:after{content:"";position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:10px;height:10px;margin:-12px;background-color:#f6f6f6;border-left:1px solid #ebebeb;border-bottom:1px solid #ebebeb;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:auto;left:6px;bottom:24px}html[data-theme=dark] .ClubEditHeadLine-fakeInput:after{background-color:#1b1b1b;border-left:1px solid #2e2e2e;border-bottom:1px solid #2e2e2e}.ClubEdit-contentWrite{padding-bottom:28px;color:#121212;min-height:132px;font-size:15px}html[data-theme=dark] .ClubEdit-contentWrite{color:#fff}.ClubEdit-contentWrite .public-DraftEditor-content{min-height:132px;width:654px}.ClubEdit-contentWrite .public-DraftEditor-content a.member_mention,.ClubEdit-contentWrite .public-DraftEditor-content a.UserLink-link{color:#175199}html[data-theme=dark] .ClubEdit-contentWrite .public-DraftEditor-content a.member_mention,html[data-theme=dark] .ClubEdit-contentWrite .public-DraftEditor-content a.UserLink-link{color:#6385a6}.ClubEdit-contentWrite .public-DraftEditor-content a.member_mention:hover,.ClubEdit-contentWrite .public-DraftEditor-content a.UserLink-link:hover{border-bottom:1px solid #175199}html[data-theme=dark] .ClubEdit-contentWrite .public-DraftEditor-content a.member_mention:hover,html[data-theme=dark] .ClubEdit-contentWrite .public-DraftEditor-content a.UserLink-link:hover{border-bottom:1px solid #6385a6}.ClubEdit-contentWrite .public-DraftEditorPlaceholder-root{color:#bfbfbf;position:absolute;pointer-events:none}html[data-theme=dark] .ClubEdit-contentWrite .public-DraftEditorPlaceholder-root{color:#444}.ClubEdit{width:654px;padding:0 20px;border-radius:2px;margin-bottom:10px;-webkit-box-shadow:0 1px 3px 0 rgba(18,18,18,.1);box-shadow:0 1px 3px 0 rgba(18,18,18,.1);background-color:#fff}html[data-theme=dark] .ClubEdit{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);background-color:#121212}.ClubEdit-titleInput{font-size:18px;background:none;color:#121212;border:none;width:100%;outline:none;height:23px;margin-bottom:8px;-ms-flex-negative:0;flex-shrink:0;font-weight:600;font-synthesis:style}html[data-theme=dark] .ClubEdit-titleInput{color:#fff}html[data-ios] .ClubEdit-titleInput{font-weight:500}html[data-android] .ClubEdit-titleInput{font-weight:700}.ClubEdit-titleInput::-webkit-input-placeholder{color:#bfbfbf}.ClubEdit-titleInput::-moz-placeholder{color:#bfbfbf}.ClubEdit-titleInput:-ms-input-placeholder{color:#bfbfbf}.ClubEdit-titleInput::-ms-input-placeholder{color:#bfbfbf}.ClubEdit-titleInput::placeholder{color:#bfbfbf}html[data-theme=dark] .ClubEdit-titleInput::-webkit-input-placeholder{color:#444}html[data-theme=dark] .ClubEdit-titleInput::-moz-placeholder{color:#444}html[data-theme=dark] .ClubEdit-titleInput:-ms-input-placeholder{color:#444}html[data-theme=dark] .ClubEdit-titleInput::-ms-input-placeholder{color:#444}html[data-theme=dark] .ClubEdit-titleInput::placeholder{color:#444}.ClubEdit-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:9px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubEdit-writeButton{width:87px;height:34px;border-radius:3px;font-weight:600;font-synthesis:style;color:#fff}.ClubEdit-writeButton,html[data-theme=dark] .ClubEdit-writeButton{background-color:#0084ff}html[data-ios] .ClubEdit-writeButton{font-weight:500}html[data-android] .ClubEdit-writeButton{font-weight:700}html[data-theme=dark] .ClubEdit-writeButton{color:#121212}.ClubEdit-writeButtonWithDiabled,html[data-theme=dark] .ClubEdit-writeButtonWithDiabled{background-color:rgba(0,132,255,.3)}.ClubEdit-uploadImage{padding:0!important;margin-bottom:29px;-ms-flex-negative:0;flex-shrink:0;height:auto!important}.ClubEdit-uploadImage .Editable-imageUploader{width:100px}.ClubEdit-uploadImage ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.ClubEdit-uploadImage ul li{margin-left:0;margin-right:12px;margin-bottom:12px}.ClubEdit-uploadImage ul li,.ClubEdit-uploadImage ul li img{width:100px!important;height:100px!important}.ClubEdit-uploadImage .uploadImage-upload span{width:100%!important;height:100%!important;line-height:85px!important}.ClubEdit-uploadVideo{margin-left:0;margin-bottom:41px}.ClubEdit-uploadVideo,.ClubEdit-uploadVideo .uploadVideo-content,.ClubEdit-uploadVideo .uploadVideo-plugin{width:100px;height:100px}.ClubEdit-uploadVideo .VideoCard-video:before{padding-top:100px}.ClubEdit-uploadVideo .VideoCardPlayButton{width:30px;height:30px}.ClubEdit-uploadVideo .VideoCard-thumbnail{-webkit-filter:brightness(.95);filter:brightness(.95)}html[data-theme=dark] .ClubEdit-uploadVideo .VideoCard-thumbnail{-webkit-filter:brightness(1);filter:brightness(1)}.ClubEdit-fullscreenContent{width:auto;margin:0;position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-animation:fsSlideUp .3s ease-in-out;animation:fsSlideUp .3s ease-in-out}.ClubEdit-fullscreenContent .ClubEdit-content{max-width:694px;margin:0 auto;height:100vh}.ClubEdit-fullscreenContent .ClubEdit-scrollContent{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 130px);overflow-x:hidden}.ClubEdit-fullscreenContent .ClubEdit-contentWrite{height:100%}.Footer{padding:10px 0 10px 5px;font-size:13px;line-height:2}.Footer,html[data-theme=dark] .Footer{color:#8590a6}.Footer-dot:after{margin:0 5px;content:"\B7"}.Footer-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Footer-item img{margin-right:4px;-ms-flex-negative:0;flex-shrink:0}a.Footer-item:hover{color:#175199;cursor:pointer}html[data-theme=dark] a.Footer-item:hover{color:#6385a6}.ClubSideTitle-title{font-size:15px;color:#121212;font-weight:600;font-synthesis:style;padding:14px 0;position:relative}html[data-theme=dark] .ClubSideTitle-title{color:#fff}html[data-ios] .ClubSideTitle-title{font-weight:500}html[data-android] .ClubSideTitle-title{font-weight:700}.ClubSideTitle-title:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #f6f6f6}html[data-theme=dark] .ClubSideTitle-title:before{border-bottom:1px solid #1b1b1b}.ClubSideTitle-subTitle{cursor:pointer;font-size:14px;color:#8590a6;font-weight:400;position:absolute;right:0}html[data-theme=dark] .ClubSideTitle-subTitle{color:#8590a6}.ClubProfileCard-headline{font-size:14px;line-height:1.57;color:#121212;margin-top:8px}html[data-theme=dark] .ClubProfileCard-headline{color:#fff}.ClubProfileCard-footer{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ClubProfileCard-text{font-size:14px;line-height:1.57;color:#8590a6}html[data-theme=dark] .ClubProfileCard-text{color:#8590a6}.ClubProfileCard-text span{color:#121212;font-weight:500;margin-left:8px}html[data-theme=dark] .ClubProfileCard-text span{color:#fff}.ClubProfileCard-info{margin-top:12px}.ClubAdmin-admin{margin-top:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:100px;width:calc((100vw - 32px)/3);max-width:202.66667px}.ClubAdmin-admin,.ClubAdmin-avatarWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubAdmin-avatarWrapper{width:75px;height:75px;border:1.5px solid #ebebeb;background:#fff;border-radius:100%;position:relative;-webkit-filter:brightness(.95);filter:brightness(.95);-ms-flex-negative:0;flex-shrink:0}html[data-theme=dark] .ClubAdmin-avatarWrapper{border:1.5px solid #2e2e2e;background:#121212;-webkit-filter:brightness(1);filter:brightness(1)}.ClubAdmin-avatar{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover}.ClubAdmin-avatarIcon{position:absolute;bottom:0;height:14px}.ClubAdmin-name{font-size:12px;font-weight:600;font-synthesis:style;line-height:1.67;color:#444;margin-top:6px}html[data-ios] .ClubAdmin-name{font-weight:500}html[data-android] .ClubAdmin-name{font-weight:700}html[data-theme=dark] .ClubAdmin-name{color:#d3d3d3}.ClubMember-avatar{width:40px;height:40px;-webkit-filter:brightness(.95);filter:brightness(.95);border-radius:100%;margin-right:10.5px;-ms-flex-negative:0;flex-shrink:0}html[data-theme=dark] .ClubMember-avatar{-webkit-filter:brightness(1);filter:brightness(1)}.ClubMember-avatar img{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover}.ClubInfoCard-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ClubInfoCard-title{font-size:14px;font-weight:500;line-height:1.57;color:#121212;margin-bottom:2px;margin-top:8px}html[data-theme=dark] .ClubInfoCard-title{color:#fff}.ClubInfoCard-description{font-size:13px;line-height:1.54;color:#646464;margin-bottom:8px}html[data-theme=dark] .ClubInfoCard-description{color:#d3d3d3}.ClubInfoCard-admins{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ClubInfoCard-admins .ClubAdmin-avatarWrapper{width:48px;height:48px}.ClubInfoCard-admins .ClubAdmin-admin{width:72px;min-width:auto;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.ClubInfoCard-admins .ClubAdmin-name{font-size:12px;line-height:1.33;color:#121212;margin-top:8px;font-weight:400}html[data-theme=dark] .ClubInfoCard-admins .ClubAdmin-name{color:#fff}.ClubInfoCard-admins .ClubAdmin-avatarIcon{bottom:-3px}.ClubInfoCard-members{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:16px}.ClubInfoCard-member{margin-top:6px;width:32px;height:32px;margin-right:14px}.Tags-Tag,html[data-theme=dark] .Tags-Tag{color:#0084ff}.TagsItem-ModalContent{height:75px;padding:16px 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.TagsItem-ModalContent:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #f0f2f7}html[data-theme=dark] .TagsItem-ModalContent:before{border-bottom:1px solid #2e2e2e}.TagsItem-ModalName{color:#121212;font-weight:600;font-size:18px;height:22px;line-height:22px;margin-bottom:8px}html[data-theme=dark] .TagsItem-ModalName{color:#fff}.TagsItem-ModalDesc{color:#8590a6;font-size:14px;font-weight:500;height:14px;line-height:14px;width:462px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}html[data-theme=dark] .TagsItem-ModalDesc{color:#8590a6}.TagsItem-ModalIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;color:#8590a6}html[data-theme=dark] .TagsItem-ModalIcon{color:#8590a6}.ClubTagCard-Modal{width:534px;height:600px}.ClubTagCard-Modal .Modal-inner{height:100%}.ClubTagCard-ModalTitle{height:40px;background-color:hsla(0,0%,96.5%,.5);line-height:40px;font-size:15px;color:grey;font-weight:500;padding:0 24px}html[data-theme=dark] .ClubTagCard-ModalTitle{background-color:rgba(27,27,27,.5);color:#999}.ClubTagCard-Modal .Modal-content{padding:0 0 32px}.ClubTagCard-modalContent{overflow:scroll;max-height:471px}.ClubTagCard-PlaceHolder{padding:16px}.ClubTagCard{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:16px}.ClubTagCard .ClubTags-Item{width:132px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:12px;cursor:pointer}.ClubBackInfo{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px!important}.ClubBackInfo-avatar{width:36px;height:36px;border-radius:2px}.ClubBackInfo-avatar img{width:100%;height:100%;border-radius:2px;-o-object-fit:cover;object-fit:cover}.ClubBackInfo-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:9px}.ClubBackInfo-name{font-size:14px;font-weight:600;font-synthesis:style;color:#121212;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}html[data-ios] .ClubBackInfo-name{font-weight:500}html[data-android] .ClubBackInfo-name{font-weight:700}html[data-theme=dark] .ClubBackInfo-name{color:#fff}.ClubBackInfo-backButton{line-height:1.33;color:#8290a8;font-size:12px;cursor:pointer}.ClubTagDescCard{color:#121212}html[data-theme=dark] .ClubTagDescCard{color:#fff}.ClubTagDescCard-name{font-size:15px;height:21px;font-weight:600;line-height:21px;margin:13px 0 10px}.ClubTagDescCard-desc{font-size:14px;line-height:22px;padding-bottom:14px}.ClubTagDescCard-icon{padding-right:10px}.ClubSideBar{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.ClubSideBar section{width:264px;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);background-color:#fff;padding:0 16px;margin-bottom:10px}html[data-theme=dark] .ClubSideBar section{background-color:#121212}.ClubBackground-img{background-repeat:no-repeat;background-position-y:0;background-size:100%;z-index:-2}.ClubBackground-img,.ClubBackground-topWrapper{position:absolute;width:100%;height:900px;top:0}.ClubBackground-topWrapper{left:0;border-radius:2px;z-index:-1}.ClubBackground-bottomWrapper{width:100%;height:400px;position:absolute;top:900px;z-index:-1}.NumberBoard{display:-webkit-box;display:-ms-flexbox;display:flex}.NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner{border-left:1px solid #ebebeb}html[data-theme=dark] .NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner{border-left:1px solid #2e2e2e}.NumberBoard-item{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.NumberBoard-item.Button{border:0;line-height:unset;font-size:unset}.NumberBoard-item.Button:hover{background:none}.NumberBoard-item.Button:hover .NumberBoard-itemName,.NumberBoard-item.Button:hover .NumberBoard-itemValue,.NumberBoard-itema:hover .NumberBoard-itemName,.NumberBoard-itema:hover .NumberBoard-itemValue{color:#175199}html[data-theme=dark] .NumberBoard-item.Button:hover .NumberBoard-itemName,html[data-theme=dark] .NumberBoard-item.Button:hover .NumberBoard-itemValue,html[data-theme=dark] .NumberBoard-itema:hover .NumberBoard-itemName,html[data-theme=dark] .NumberBoard-itema:hover .NumberBoard-itemValue{color:#6385a6}.NumberBoard-itemInner{text-align:center;line-height:1.6}.NumberBoard-itemName{font-size:14px;color:#8590a6}html[data-theme=dark] .NumberBoard-itemName{color:#8590a6}.NumberBoard-itemValue{display:inline-block;font-size:18px;color:#121212;font-weight:600;font-synthesis:style}html[data-theme=dark] .NumberBoard-itemValue{color:#fff}html[data-ios] .NumberBoard-itemValue{font-weight:500}html[data-android] .NumberBoard-itemValue{font-weight:700}.ClubHeaderInfoMoreButton-dotsButton{margin-right:16px}.ClubHeaderInfoMoreButton-dotsButton .Zi--Dots,html[data-theme=dark] .ClubHeaderInfoMoreButton-dotsButton .Zi--Dots{fill:#fff}.ClubHeaderInfoMoreButton-item{font-size:14px;color:#8590a6;line-height:40px}html[data-theme=dark] .ClubHeaderInfoMoreButton-item{color:#8590a6}.ClubJoinOrCheckinButton{width:88px;height:34px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}html[data-theme=dark] .ClubJoinOrCheckinButton{background:#121212}.ClubJoinOrCheckinButton span{font-size:14px;font-weight:600;font-synthesis:style;color:#0084ff}html[data-ios] .ClubJoinOrCheckinButton span{font-weight:500}html[data-android] .ClubJoinOrCheckinButton span{font-weight:700}html[data-theme=dark] .ClubJoinOrCheckinButton span{color:#0084ff}.ClubCheckedButton{cursor:auto;background:none}.ClubCheckedButton span,html[data-theme=dark] .ClubCheckedButton span{color:hsla(0,0%,100%,.8)}.ClubHeaderInfo{position:relative;width:1000px;margin:0 auto;top:100px}.ClubHeaderInfo,.ClubHeaderInfo-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubHeaderInfo-container{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;width:694px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ClubHeaderInfo-counts{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.ClubHeaderInfo-counts .NumberBoard-itemName,html[data-theme=dark] .ClubHeaderInfo-counts .NumberBoard-itemName{color:hsla(0,0%,100%,.8)}.ClubHeaderInfo-counts .NumberBoard-itemValue,html[data-theme=dark] .ClubHeaderInfo-counts .NumberBoard-itemValue{color:#fff}.ClubHeaderInfo-counts .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner{border-left:1px solid hsla(0,0%,96.5%,.25)}html[data-theme=dark] .ClubHeaderInfo-counts .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner{border-left:1px solid rgba(27,27,27,.25)}.ClubHeaderInfo-headline{display:-webkit-box;display:-ms-flexbox;display:flex}.ClubHeaderInfo-img{width:72px;height:72px;border-radius:4px;margin-right:10px;-webkit-filter:brightness(.95);filter:brightness(.95)}html[data-theme=dark] .ClubHeaderInfo-img{-webkit-filter:brightness(1);filter:brightness(1)}.ClubHeaderInfo-img img{width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}.ClubHeaderInfo-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ClubHeaderInfo-name{font-size:28px;line-height:1.43;color:#fff;margin-bottom:4px;font-weight:600;font-synthesis:style}html[data-theme=dark] .ClubHeaderInfo-name{color:#fff}html[data-ios] .ClubHeaderInfo-name{font-weight:500}html[data-android] .ClubHeaderInfo-name{font-weight:700}.ClubHeaderInfo-description{opacity:.8;font-size:14px;font-weight:500;color:#fff}html[data-theme=dark] .ClubHeaderInfo-description{color:#fff}.ClubHeaderInfo-buttonGroup,.ClubItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubItem{max-width:264px;cursor:pointer}.ClubItem-img{width:24px;height:24px;border-radius:2px;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;-webkit-filter:brightness(.95);filter:brightness(.95)}html[data-theme=dark] .ClubItem-img{-webkit-filter:brightness(1);filter:brightness(1)}.ClubItem-img img{width:100%;height:100%;border-radius:2px;-o-object-fit:cover;object-fit:cover}.ClubItem-name{font-size:15px;line-height:1.67;color:#fff;font-weight:600;font-synthesis:style;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}html[data-theme=dark] .ClubItem-name{color:#fff}html[data-ios] .ClubItem-name{font-weight:500}html[data-android] .ClubItem-name{font-weight:700}.ClubList{display:-webkit-box;display:-ms-flexbox;display:flex;width:1000px;height:48px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.4);padding:1px calc((100vw - 1000px)/2);position:relative;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClubList-title{font-size:15px;line-height:1.6;margin-right:34px}.ClubList-more,.ClubList-title,html[data-theme=dark] .ClubList-title{color:hsla(0,0%,100%,.7)}.ClubList-more{font-size:14px;line-height:1.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}html[data-theme=dark] .ClubList-more{color:hsla(0,0%,100%,.7)}.ClubList-more .Zi--Select{margin-left:8px}.ClubList-list{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.ClubList-item,.ClubList-list{display:-webkit-box;display:-ms-flexbox;display:flex}.ClubList-item{height:40px}.ClubList-item .ClubItem-name{color:#8590a6;font-size:14px;font-weight:400}html[data-theme=dark] .ClubList-item .ClubItem-name{color:#8590a6}.ClubList-menu{width:200px;padding:0;height:240px;overflow-x:hidden;overflow-y:auto}.ClubList-placeholder{padding:16px}.ClubList-list .ClubItem{margin-right:20px}.Club{width:100%;height:100%;position:relative}.Club-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:1000px;margin:0 auto;position:relative;top:120px}.Club-mainColumn{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;margin-bottom:0;width:694px}.Club-content{border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(18,18,18,.1);box-shadow:0 1px 3px 0 rgba(18,18,18,.1);background-color:#fff}html[data-theme=dark] .Club-content{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);background-color:#121212}.Club-topPost{margin-top:8px;border-bottom:none;margin-bottom:1px;position:relative}.Club-topPost:before{display:block;content:" ";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);border-bottom:1px solid #d3d3d3}html[data-theme=dark] .Club-topPost:before{border-bottom:1px solid #2e2e2e}.Club-topPost .ClubTopPosts-Post-Text{min-height:52px}.Club-topPost .PostItem-footer{margin-top:24px}.Club-topPost .ClubTopPosts-img{width:190px;height:105px}.ClubTag{width:100%;height:100%;position:relative}.ClubTag-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:1000px;margin:0 auto;position:relative;top:10px;z-index:5}.ClubTag-mainColumn{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;margin-bottom:0;width:694px}.ClubTag-content{border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(18,18,18,.1);box-shadow:0 1px 3px 0 rgba(18,18,18,.1);background-color:#fff}html[data-theme=dark] .ClubTag-content{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);background-color:#121212}.Post{width:100%;height:100%;position:relative}.Post-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:1000px;margin:0 auto;position:relative;top:10px;z-index:5}.Post-mainColumn{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;margin-bottom:0;width:694px}
/*# sourceMappingURL=main.club-routes.216a26f4.e955dcbaf4ac843990f4.css.map */