.App-Center{flex:1;color:rgb(var(--text));width:calc(100% - var(--right-width) - 1rem);max-width:calc(100% - var(--right-width) - 1rem)}.App-Center>.Content{height:100%;position:relative;border-radius:var(--common-radius)}.App-Center>.Content>.Screen{min-height:100%;width:100%}@media all and (max-width:850px){.App-Center{width:100vw;max-width:100vw;margin:0 auto}.App-Center>.Content{border-radius:0}}.MyTextInput{border-radius:var(--common-radius);border:1px solid rgba(rgb(--font),.1);background:var(--block-background);padding:0;flex:1;min-width:0;margin:0;width:auto;align-items:center;flex-direction:row}.MyTextInput>ion-icon{width:2rem}.MyTextInput>input{border-radius:0;border:0;padding:.3rem 0;flex:1;width:100%;min-width:0;margin:0;background:0 0}.Ulist{flex-direction:column;gap:1rem;flex:1}.Ulist>.Item{flex-direction:row;background:var(--block-background);padding:1rem}.Ulist>.Item>.Title{flex-direction:row;align-items:center}.Ulist>.Item>.Title>.Icon{margin-right:.7rem}.Ulist>.Item>.Title>.Icon ion-icon{font-size:1.1rem}.Ulist>.Item>.Content{flex-direction:column;flex:1}.Ulist>.Item>.Actions{flex-direction:column;margin:0 0 0 1rem;gap:1rem}.Ulist>.Item>.Actions>.Button{padding:1rem;background:rgba(var(--main-invert),.1);cursor:pointer;justify-content:center}@media only screen and (max-width:850px){.Ulist>.Item{flex-direction:column}.Ulist>.Item>.Actions{flex-direction:row;margin:1rem 0 0}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Spinner{height:1rem;width:1rem;border:3px solid rgb(var(--font));border-top:3px solid transparent;border-radius:50%;animation:spinner 1.5s linear infinite}.Spinner.dark{border:3px solid rgb(var(--font-invert));border-top:3px solid transparent}.Spinner.large{height:2rem;width:2rem;border:5px solid rgb(var(--font));border-top:5px solid transparent}.Spinner.large.dark{border:5px solid rgb(var(--font-invert));border-top:5px solid transparent}.ChannelAdmin{flex-direction:column;flex:1;max-height:100%}.ChannelAdmin>.Header{padding:1rem;font-weight:700}.ChannelAdmin>.Content{flex-direction:column;padding:1rem}.ChannelAdmin>.Save{flex-direction:column;padding:1rem;position:relative}.ChannelAdmin>.Save>div{flex-direction:column;height:3rem;background:rgb(var(--button-background));border-radius:var(--common-radius);align-items:center;justify-content:center;cursor:pointer}.ChannelAdmin>.Save>.Loader{position:absolute;inset:1rem;border-radius:var(--common-radius);background:rgb(var(--button-background))}.ChannelAdmin>.Content>.Medias{border-radius:var(--common-radius);overflow:hidden;position:relative;min-height:10rem}.ChannelAdmin>.Content>.Medias>.Banner{z-index:1;inset:0;position:absolute;cursor:pointer}.ChannelAdmin>.Content>.Medias>.Logo{z-index:2;bottom:1rem;left:1rem;width:5rem;height:5rem;border-radius:2.5rem;border:5px solid rgb(var(--font-invert));position:absolute;box-shadow:0 0 20px rgba(var(--font),.5);background:rgb(var(--font-invert));cursor:pointer}.ChannelAdmin>.Content>div{margin-top:1.5rem;flex-direction:column;background:rgb(var(--font-invert));border-radius:var(--common-radius)}.ChannelAdmin>.Content>div.Error{border:1px solid #db0000}.ChannelAdmin>.Content>div.Red{color:#db0000}.ChannelAdmin>.Content>div>.Title{font-weight:700;font-size:.8rem;padding:.5rem;color:rgba(var(--font),.5)}.ChannelAdmin>.Content>div>.Input{padding:.5rem}.ChannelAdmin>.Content>div>.Input textarea{border:0;flex:1}.ChannelAdmin>.Content>div>.Error{padding:.5rem;background:#db0000;font-size:.9rem;color:#fff;border-radius:0 0 var(--common-radius)var(--common-radius);align-items:center;justify-content:center}.ChannelAdmin>.Content>div>.Info{margin-top:.5rem}.ChannelAdmin>.Content>.Bio .Input{min-height:5rem}.ChannelAdmin>.Content>.Bio .Input textarea{min-height:5rem}.ChannelAdmin>.Content>div>div>textarea{flex:1;padding:0;border:0}.ChannelAdmin>.Content>.NameIdUrl{background:0 0;padding:0;margin-top:.3rem;margin-left:.5rem;color:rgba(var(--font),.5);font-size:.8rem;font-weight:700}@media only screen and (max-width:850px){.ChannelAdmin>.Content{flex:1;overflow:scroll}}.Checklist{flex-direction:column}.Checklist>div{align-items:center;padding:.5rem;cursor:pointer}.Checklist>div>.Checkbox{height:1rem;width:1rem;min-width:1rem;border:1px solid rgba(var(--font),.3);border-radius:var(--common-radius);margin-right:.5rem;align-items:center;justify-content:center}.Checklist>div>.Checkbox.Checked{border:1px solid rgba(var(--font),.5)}.Checklist>div>.Checkbox>div{width:80%;height:80%;background:rgba(var(--font),.5);border-radius:var(--common-radius)}.Tabs{height:2.5rem;gap:1rem;padding:0 1rem;overflow:scroll}.Tabs>div{cursor:pointer;height:2.5rem;padding:0 1rem;align-items:center;justify-content:center;background:rgba(var(--font),.05);border:1px solid transparent;border-radius:var(--common-radius);white-space:nowrap;color:rgba(var(--font),.7)}.Tabs>.Selected{background:0 0;border:1px solid rgb(var(--font));color:rgb(var(--font))}.Tabs>div>.Alert{background:red;color:#fff;height:1.5rem;align-items:center;padding:0 .5rem;margin-left:.5rem;border-radius:var(--common-radius);font-size:.8rem;font-weight:700}.Social.Message{padding:1rem;transition:all linear 1s;overflow:hidden;height:0;opacity:0;flex-direction:row}.Social.Message.Shown{height:auto;opacity:1}.Social.Message>.Left{flex-direction:column}.Social.Message>.Left>.Avatar{height:3.5rem;width:3.5rem;cursor:pointer;opacity:1}.Social.Message>.Left>.Avatar>img{height:3.5rem;width:3.5rem;border-radius:2.5rem;background:rgba(var(--font),.1)}.Social.Message:hover>.Left>.Avatar{opacity:1}.Social.Message>.Center{flex-direction:column;margin-left:.7rem;flex:1}.Social.Message>.Center>.Header{flex-direction:row;margin-bottom:.5rem;align-items:center;color:rgba(var(--font),.5)}.Social.Message>.Center>.Header>.Author{flex-direction:column;flex:1}.Social.Message>.Center>.Header>.Author>.Username{cursor:pointer;white-space:nowrap;color:rgba(var(--font),1)}.Social.Message>.Center>.Header>.Author>.Username.NameId{font-weight:700}.Social.Message>.Right{flex-direction:column}.Social.Message .Tools{margin-top:1rem;align-items:center;justify-content:center}.Social.Message .Tools>.Replies{cursor:pointer;color:rgba(var(--font),.4);font-weight:700;font-size:.9rem;background:#00000012;padding:.2rem .6rem .3rem;border-radius:2rem}.Social.Message .Rate{height:2rem;padding:0 .8rem;cursor:pointer;border-radius:3rem;color:rgba(var(--font),.4);align-items:center;justify-content:center;border:1px solid rgba(var(--font),.3);font-weight:700;font-size:.9rem;flex-direction:row}.Social.Message .Rate.Blurred{color:rgba(var(--font),.3);border:1px solid rgba(var(--font),.2)}.Social.Message .Rate.Rated{color:rgba(var(--font),1);border:1px solid rgba(var(--font),1);font-weight:700}.Social.Message .Rate.Own{cursor:default}.Social.Message .Rate>ion-icon{font-size:1rem}.Social.Message .Rate.Rated>ion-icon{opacity:1}.Social.Message .MessageBody>div{font-size:1rem}@media only screen and (max-width:850px){.Social.Deleted{padding:.5rem 1rem .5rem 2.4rem}.Social.Message>.Left>.Avatar{height:2.5rem;width:2.5rem}.Social.Message>.Left>.Avatar>img{height:2.5rem;width:2.5rem}}.Social.MessageShort{transition:all linear 1s;overflow:hidden;height:0;opacity:0;width:100%}.Social.MessageShort.Shown{height:auto;opacity:1}.Social.Deleted{flex-direction:row;margin:0;padding:.5rem 1rem .5rem 3.4rem;color:rgba(var(--font),.5);font-size:.8rem;align-items:center}.Social.MessageShort>.Left>.Avatar{height:2rem;width:2rem;cursor:pointer;opacity:1}.Social.MessageShort>.Left>.Avatar>img{height:2rem;width:2rem;border-radius:2rem;background:rgba(var(--font),.1)}.Social.MessageShort:hover>.Left>.Avatar{opacity:1}.Social.MessageShort>.Center{flex-direction:column;flex:1}.Social.MessageShort>.Center>.Header{margin-bottom:.2rem;align-items:center;color:rgba(var(--font),.5);white-space:nowrap;overflow:hidden;flex-direction:row}.Social.MessageShort>.Center>.Header>.Username{cursor:pointer;white-space:nowrap;color:rgba(var(--font),1);font-size:.9rem}.Social.MessageShort>.Center>.Header>.Time{font-size:.9rem;margin-left:.5rem}.Social.MessageShort>.Center>.Header>.Username.NameId{font-weight:700}.Social.MessageShort>.Right{flex-direction:column;margin-left:.7rem;align-items:flex-end;justify-content:flex-end}.Social.MessageShort .Tools{margin-top:1rem;align-items:center;font-size:.9rem}.Social.MessageShort .Tools>.Replies{padding:0 .8rem;cursor:pointer;border-radius:3rem;border:1px solid rgba(var(--font),.2);color:rgba(var(--font),.8);align-items:center;justify-content:center;height:2rem}.Social.MessageShort .Rate{padding:.5rem .8rem;cursor:pointer;color:rgba(var(--font),.4);align-items:center;justify-content:center;font-weight:700;font-size:.8rem;background:rgba(var(--font),.05);border-radius:2rem;flex-direction:row}.Social.MessageShort .Rate.Blurred{color:rgba(var(--font),.3)}.Social.MessageShort .Rate.Rated{color:rgba(var(--font),1);font-weight:700}.Social.MessageShort .Rate.Own{cursor:default}.Social.MessageShort .Rate>ion-icon{font-size:.9rem;margin-left:0}.Social.MessageShort .Rate.Rated>ion-icon{opacity:1}.MessageBody{flex-direction:column;white-space:pre-line}.MessageBody>div{margin-bottom:1rem}.Social.MessageShort .MessageBody>div{font-size:.9rem}.MessageBody>div:last-child{margin-bottom:0}.MessageBody .Image{max-width:200px;max-height:200px}.MessageBody .Image>img{max-width:200px;max-height:200px;border-radius:1rem}.MessageBody .Quote{padding:.5rem 0 .5rem 1rem;border-left:6px solid rgba(var(--font),.1);color:rgba(var(--font),.5)}@media only screen and (max-width:850px){.Social.Deleted{padding:.5rem 1rem .5rem 2.4rem}.Social.MessageShort>.Left>.Avatar{height:2.5rem;width:2.5rem}.Social.MessageShort>.Left>.Avatar>img{height:2.5rem;width:2.5rem}}.Social.Post{transition:all linear 1s;height:0;opacity:0;flex-direction:column;border-radius:var(--common-radius);background:var(--block-background);width:100%}.Social.Post.Shown{height:auto;opacity:1}.Social.Post>.Header{padding:1rem;flex-direction:row}.Social.Post>.Header>.Image{height:3rem;width:3rem;cursor:pointer;opacity:1}.Social.Post>.Header>.Image>img{height:3rem;width:3rem;border-radius:2.5rem;background:rgba(var(--font),.1)}.Social.Post>.Header>.Info{flex-direction:column;margin-left:.7rem;justify-content:center;flex:1}.Social.Post>.Content{flex-direction:column;padding:1rem 2rem 2rem;gap:1rem}.Social.Post>.Medias{flex-direction:column;gap:1rem}.Social.Post>.Content>.MessageBody{padding:0;max-width:cacl(100% - 4rem)}.Social.Post>.Content>.MessageBody>.Title{font-weight:700}.Social.Post>.Content>.MessageBody *{font-size:1rem;overflow-wrap:break-word;word-wrap:break-word;display:inline;max-width:100%}.Social.Post>.Tools{flex-direction:row;margin:1rem;gap:1rem;border:1px solid rgba(var(--font),.1);border-radius:50px}.Social.Post>.Tools>div,.Social.Post>.Tools>a{flex:1;justify-content:center;cursor:pointer;height:3rem;flex-direction:row}.Social.Post>.Tools>div.Rated{border:0}.Social.Post>.Tools>div.Rated *{font-weight:700}.Social.Post>.Tools .Tab{font-weight:700;align-items:center;justify-content:center;color:rgba(var(--font),1);cursor:pointer;height:3rem;flex-direction:row}.Social.Post>.Tools .Rated{font-weight:700;color:rgba(var(--font),1);color:#000;border:0}.Social.Post>.Tools>div ion-icon,.Social.Post>.Tools>a ion-icon{margin:0 .4rem 0 0;--ionicon-stroke-width:32px}.Social.Post>.Tools>div .Count,.Social.Post>.Tools>a .Count{display:none}.Social.Post>.Tools>.Tab.Hide{visibility:hidden}.Social.Post>.Comments{padding:1rem;flex-direction:column;background:#0000000d;margin:0 1rem 1rem;border-radius:var(--common-radius)}.Social.Post>.Comments>.MessageSendForm{box-shadow:0;border-top:0;border-bottom:0;border-radius:0}@media only screen and (max-width:850px){.Social.Post{border-radius:0}.Social.Post>.Tools .Tab{height:3rem}.Social.Post>.Tools .Tab .Title{display:none}.Social.Post>.Tools>div ion-icon{margin:0 0 0 0;--ionicon-stroke-width:32px;font-size:1.3rem}.Social.Post>.Tools>div .Count,.Social.Post>.Tools>a .Count{margin-left:.5rem;display:flex}.Social.Post>.Comments>.MessageSendForm{border-radius:0}}.Social.PostCompact{transition:all linear 1s;overflow:hidden;height:0;opacity:0;width:100%;max-width:100%;border-radius:var(--common-radius);box-shadow:0 0 2px rgba(var(--font),.1);padding:1rem;cursor:pointer}.Social.PostCompact.Shown{height:auto;opacity:1}.Social.PostCompact>.Title{text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;font-weight:700}.Social.PostCompact>.Info{flex-direction:row}.Social.PostCompact>.Info>.Time{color:rgba(var(--font),.4);font-size:.9rem;flex:1}.Social.PostCompact>.Info>.Replies{color:rgba(var(--font),.4);font-size:.9rem;justify-content:center;align-items:center;margin-left:.7rem}.Social.PostCompact>.Info>.Replies>.Count{font-size:.9rem;margin-left:.2rem}.Social.PostCompact>.Info>.Replies>ion-icon{font-size:.9rem}@media only screen and (max-width:850px){.Social.PostCompact{border-radius:0}}.ChannelScreen{flex-direction:column;flex:1;max-width:100%}.ChannelScreen>.Header{flex-direction:column;max-width:100%;margin-bottom:1rem;background:#fff;padding-bottom:2rem;border-radius:var(--common-radius)}.ChannelScreen>.Header .Data{padding:0 1rem;margin-top:-3.5rem;align-items:center}.ChannelScreen>.Header .Banner{background:rgba(var(--font),.1);height:12rem;width:100%;border-radius:var(--common-radius)}.ChannelScreen>.Header .Logo{background:rgb(var(--font-invert));height:7rem;width:7rem;border-radius:50%;overflow:hidden;padding:.5rem}.ChannelScreen>.Header .Logo>img{background:rgba(var(--font),.1);border-radius:50%;padding:0;margin:0;height:6rem;width:6rem}.ChannelScreen>.Header .Data>.Icon{background:rgb(var(--font-invert));padding:.5rem;border-radius:50px;margin-left:.5rem}.ChannelScreen>.Header .Data>.Icon>div{background:rgba(var(--font),.1);padding:.5rem;border-radius:50px;height:3rem;width:3rem;align-items:center;justify-content:center;cursor:pointer}.ChannelScreen>.Header .Data>.Icon>div>ion-icon{font-size:1.2rem}.ChannelScreen>.Header .Data .Subscribe{background:rgb(var(--main-shade));padding:.5rem;border-radius:50px;margin-left:.5rem}.ChannelScreen>.Header .Data .Subscribe .Button{background:rgb(var(--button-background));color:rgb(var(--font));height:3rem;border-radius:50px;align-items:center;justify-content:center;padding:0 1rem;cursor:pointer}.ChannelScreen>.Header .Data .Subscribe .Button.Dark{color:rgb(var(--font-invert))}.ChannelScreen>.Header .Data .Subscribe .Button.Off{background:rgba(var(--font),.1)}.ChannelScreen>.Header .Data .Subscribe.Requested .Button{background:rgba(var(--font),.1);color:rgb(var(--font))}.ChannelScreen>.Header .Details{flex-direction:column;flex:1;margin:0 2rem}.ChannelScreen>.Header .Details>.NameId{font-weight:700;font-size:1rem}.ChannelScreen>.Header .Details>.Name{font-weight:400;font-size:1.5rem}.ChannelScreen>.Header .Details>.Separator{height:1rem}.ChannelScreen>.Header .Details>.Bio{opacity:1}.ChannelScreen>.Header .Details>.Stats>span{font-weight:700}.ChannelScreen>.Header .Details>.ExternalAccounts{flex-direction:row;gap:.5rem}.ChannelScreen>.Header .Details>.ExternalAccounts>a{cursor:pointer;background:rgba(var(--font),.1);color:rgba(var(--font),1);border-radius:var(--common-radius);opacity:1;padding:0;align-items:center;text-transform:capitalize}.ChannelScreen>.Header .Details>.ExternalAccounts>a:hover{opacity:1}.ChannelScreen>.Header .Details>.ExternalAccounts>a>img{height:1.6rem;width:1.6rem;border-radius:var(--common-radius);margin-right:0}.ChannelScreen>.Header .Details>.ExternalAccounts>a>.Name{display:none}.ChannelScreen>.Header .Details>.Pages{gap:1rem;flex-wrap:wrap}.ChannelScreen>.Header .Details>.Pages>div{padding:.5rem .8rem;background:rgba(var(--font),.05);border-radius:var(--common-radius);cursor:pointer}.ChannelScreen>.Header .Details>.Pages>div>.Count{font-weight:700;margin-right:.2rem}.ChannelScreen>.Header .Details>.Pages>div>.Alert{background:red;color:#fff;font-weight:700;padding:0 .5rem;font-size:.9rem;align-items:center;justify-content:center;border-radius:var(--common-radius);margin-left:.5rem}.ChannelScreen>.Block{padding:0}.ChannelScreen>.Block>.Title{font-weight:700;margin-bottom:1rem}.ChannelScreen>.Posts>.Categories{flex-direction:row;margin-bottom:0}.ChannelScreen>.Posts>.Categories>a{flex:0;color:rgb(var(--font));white-space:nowrap;padding:1rem 1rem 1rem 0}.ChannelScreen>.Posts>.Categories>.Focus{font-weight:700}.ChannelScreen>.Lives{flex-direction:column;padding:0}.ChannelScreen>.Lives>.Title{flex-direction:column;padding:1rem 1rem 0}.ChannelScreen>.Lives>.List{min-height:5rem;gap:1rem;overflow-x:scroll;width:100%;max-width:100%;padding:0 1rem}.ChannelScreen>.Lives>.List>a{min-height:5rem;min-width:12rem;max-width:12rem;background:rgba(var(--font-invert),1);border-top:0;border-left:0;border-radius:.5rem;flex-direction:column;overflow:hidden}.ChannelScreen>.Lives>.List>a.Live{min-height:5rem;min-width:12rem;background:red;padding:.2rem}.ChannelScreen>.Lives>.List>a.Live>.Thumbnail{border-radius:6px}.ChannelScreen>.Lives>.List>a.Live>.Thumbnail>ion-icon{opacity:.9}.ChannelScreen>.Lives>.List>a.Live>.Date{color:#fff;background:red;border-bottom:0}.ChannelScreen>.Lives>.List>a>.Date{font-weight:400;justify-content:center;text-transform:capitalize;padding:.5rem;border-top:1px solid rgba(var(--font),.1);color:rgba(var(--font),.6)}.ChannelScreen>.Lives>.List>a>.Title{font-weight:700;margin:1rem 1rem 0}.ChannelScreen>.Lives>.List>a>.Description{font-weight:400;margin:.5rem 1rem 1rem;opacity:.7;overflow:hidden;display:-webkit-box;flex:1;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.ChannelScreen>.Posts{flex-direction:column}.ChannelScreen>.Posts>.List{flex-direction:column;gap:1rem}.ChannelScreen>.PublishButton{position:fixed;cursor:pointer;bottom:2rem;right:calc((100vw - 1004px)/2 + 1rem);background:rgb(var(--button-background));border-radius:var(--common-radius);padding:1rem;z-index:2}.ChannelScreen>.PublishButton.Dark{color:rgb(var(--font-invert))}@media only screen and (max-width:1024px){.ChannelScreen>.PublishButton{right:calc(1rem + 10px)}}@media only screen and (max-width:850px){.ChannelScreen>.Header{flex-direction:column;border-radius:0}.ChannelScreen>.Block{padding:0}.ChannelScreen>.Posts>.Categories{flex-direction:row;margin-left:1rem}.ChannelScreen>.PublishButton{right:1rem}.ChannelScreen>.Header .Details>.ExternalAccounts{gap:.7rem}.ChannelScreen>.Header .Details>.ExternalAccounts>a{padding:0;opacity:1;background:0 0}.ChannelScreen>.Header .Details>.ExternalAccounts>a:hover{opacity:1}.ChannelScreen>.Header .Details>.ExternalAccounts>a>.Name{display:none}.ChannelScreen>.Header .Details>.ExternalAccounts>a>img{height:1.6rem;width:1.6rem;border-radius:var(--common-radius);margin-right:0}}.MessageSendForm{min-height:4rem}.MessageSendForm>.Container{background:var(--app-background);position:fixed;bottom:0;left:calc(1rem + (100vw - 1020px)/2);right:calc(2rem + var(--menu-width) + (100vw - 1020px)/2);z-index:10;padding:0;border-radius:var(--common-radius)var(--common-radius)0 0}.MessageSendForm .Input{width:100%;min-height:4rem;background:#fff;align-items:center;justify-content:center;padding:1rem;gap:1rem;align-items:flex-end;flex-direction:row;border-radius:var(--common-radius)}.MessageSendForm .Input>.Avatar{height:3rem;width:3rem;background:rgba(var(--font),.1);border-radius:1.5rem;margin:0;opacity:1;flex-direction:row}.MessageSendForm .Input>.Avatar>img{height:3rem;width:3rem;border-radius:1.5rem}.MessageSendForm .Input>.Camera{height:3rem;width:3rem;background:#00f}.MessageSendForm .Input>.Media{height:3rem;width:3rem;background:#00f}.MessageSendForm .Input>.Text{flex:1;min-height:3rem;align-items:center;background:rgba(var(--font),.05);padding:0 .5rem;border-radius:1.5rem;flex-direction:row}.MessageSendForm .Input>.Text>textarea{flex-direction:row}.MessageSendForm .Input>.Send{height:3rem;width:3rem;background:rgba(var(--font),.05);border-radius:1.5rem;align-items:center;justify-content:center;flex-direction:row}.MessageSendForm .Input>.Send.Active{cursor:pointer}.MessageSendForm .Input>.Send>ion-icon{font-size:1.3rem;color:rgba(var(--font),.5)}.MessageSendForm .Send.Done{background:#2bd42b33}.MessageSendForm .Input>.Send.Done>ion-icon{color:#007500}.MessageSendForm .Input>.Send.Failed{background:#d42b2b33}.MessageSendForm .Input>.Send.Failed>ion-icon{color:#e60000}.MessageSendFormExpended{flex:1}.MessageSendFormExpended>.Header{flex-direction:row;border-radius:3rem;border-radius:var(--common-radius)}.MessageSendFormExpended>.Header>.Avatar{width:2.5rem;height:2.5rem;border-radius:2rem}.MessageSendFormExpended>.Header>.Avatar>img{width:2.5rem;height:2.5rem;border-radius:2rem}.MessageSendFormExpended>.Header>.Name{flex-direction:column;margin-left:.7rem}.MessageSendFormExpended>.Input{flex-direction:column;margin:0 0 1rem}.MessageSendFormExpended>.Input>.Text{min-height:6rem}.MessageSendFormExpended>.Input>.DataButtons{margin-top:1rem;gap:.5rem;justify-content:flex-end;align-items:center}.MessageSendFormExpended>.Input>.DataButtons>.Title{margin-right:.5rem;color:rgba(var(--font),.6)}.MessageSendFormExpended>.Input>.DataButtons>.Button{height:3rem;width:3rem;border:1px solid rgba(var(--font),.2);align-items:center;justify-content:center;border-radius:var(--common-radius);cursor:pointer}.MessageSendFormExpended>.Input>.DataButtons>.Button>ion-icon{font-size:1.4rem;opacity:.7}.MessageSendFormExpended>.Input>.DataLinked{margin-top:1rem;background:red}.MessageSendFormExpended>.Footer{flex-direction:row}.MessageSendFormExpended>.Footer>.User{flex-direction:row;margin-right:2rem;max-width:40%;align-items:center}.MessageSendFormExpended>.Footer>.User>.Avatar{width:2.5rem;height:2.5rem;border-radius:2rem}.MessageSendFormExpended>.Footer>.User>.Avatar>img{width:2.5rem;height:2.5rem;border-radius:2rem}.MessageSendFormExpended>.Footer>.User>.Name{flex-direction:column;margin-left:.7rem}.MessageSendFormExpended>.Footer>.Send{background:rgba(var(--font),.1);border-radius:3rem;height:3rem;align-items:center;justify-content:center;padding:0 1rem;flex:1;border-radius:var(--common-radius)}.MessageSendFormExpended>.Footer>.Send.Active{background:rgb(var(--button-background));color:rgb(var(--font));font-weight:700;cursor:pointer}.MessageSendFormExpended>.Footer>.Send.Dark{color:rgb(var(--font-invert))}@media only screen and (max-width:1020px){.MessageSendForm>.Container{left:1rem;right:calc(2rem + var(--menu-width))}}@media only screen and (max-width:850px){.ScreenToolBar{min-height:4rem}.MessageSendForm>.Container{left:0;right:0;border-radius:0;padding-bottom:0}.MessageSendForm>.Container>.Input{border-radius:0}}.ChannelLive{flex-direction:column;flex:1;max-width:100%;max-height:100%}.ChannelLive>.Player{aspect-ratio:16/7;background:#000;color:#fff;align-items:center;justify-content:center}.LiveChannelInfo{align-items:center}.LiveChannelInfo>.Logo{height:5rem;width:5rem;padding:1rem;cursor:pointer}.LiveChannelInfo>.Name{flex-direction:column;flex:1;padding:.5rem .5rem .5rem 0;cursor:pointer}.LiveChannelInfo>.Follow>.Button{margin:.8rem .8rem .8rem 0;height:2.4rem;padding:0 1rem;border-radius:5px;align-items:center;justify-content:center;cursor:pointer;background:rgb(var(--button-background));color:rgb(var(--button-text))}.LiveChannelInfo>.Follow>.Button.Off{background:0 0;opacity:.5;padding-right:0}.ChannelLive>.Content{flex-direction:column}.LiveInfo{padding:1rem;flex-direction:column;border-top:1px solid rgba(var(--font),.1)}.LiveInfo>.Title{margin-bottom:.2rem;font-weight:700}.Home>.Highlight{gap:1rem;flex-direction:column}.Home>.Highlight>.Header{flex:10;max-width:600;aspect-ratio:16/8;position:relative}.ScreenToolBar>.Padding{height:3rem}.ScreenToolBar>.Content{position:fixed;bottom:0;left:0;right:0;background:var(--app-background);align-items:center;height:4rem;left:calc(2rem + var(--menu-width) + (100vw - 1020px)/2);right:calc(1rem + (100vw - 1020px)/2)}.ScreenToolBar>.Content>.Button{height:4rem;padding:0 1rem;align-items:center;justify-content:center}.ScreenToolBar>.Content>.Button>ion-icon{font-size:1.4rem}.ScreenToolBar>.Content>.Topic>ion-icon{margin-right:.5rem}.ScreenToolBar>.Content>.Share>ion-icon{margin-right:.5rem}@media only screen and (max-width:1020px){.ScreenToolBar>.Content{left:calc(2rem + var(--menu-width));right:1rem}}@media only screen and (max-width:850px){.ScreenToolBar>.Padding{height:4rem}.ScreenToolBar>.Content{left:0;right:0}}.App-Center>.Content>.Settings{flex-direction:column;flex:1}.SocialScreen{flex:1;max-width:100%;gap:2rem}.SocialScreen>.Accounts{flex-direction:row;width:100%;height:calc(70px + 2rem);gap:1rem;margin-top:0;padding:1rem;overflow:auto}.SocialScreen>.Accounts>.Item{background:#0000001a;height:70px;width:70px;min-width:70px;border-radius:40px;position:relative;display:flex}.SocialScreen>.Accounts>.Item>img{height:70px;width:70px;min-width:70px;border-radius:40px}.SocialScreen>.Accounts>.Item>.Notif{height:16px;width:16px;position:absolute;bottom:2px;right:2px;border-radius:10px;background:#fff;align-items:center;justify-content:center}.SocialScreen>.Accounts>.Item>.Notif>div{height:10px;width:10px;border-radius:5px;background:red}.SocialScreen>.Feed{flex-direction:column;flex:1;max-width:100%}.SocialScreen>.Feed .MessagesView>.List{gap:2rem}.SocialHeader{background:rgba(var(--font),.1);min-height:13rem;height:10rem;flex-direction:column;position:relative}.SocialHeader>.Background{position:absolute;inset:0;z-index:0}.SocialHeader>.Background>img{width:100%;height:100%}.SocialHeader>.Bio{align-items:flex-start;justify-content:flex-start;z-index:0}.SocialHeader>.Bio>.Text{background:rgba(var(--font),.3);color:rgba(var(--font-invert),1);font-family:monospace;padding:.2rem .4rem;border-radius:var(--common-radius)}.SocialHeader>.Tabs{margin:0 1rem;height:3rem;z-index:0;overflow:scroll;max-width:100%}.SocialHeader>.Tabs>.Tab{background:rgba(var(--font-invert),.8);padding:0 1rem;height:3rem;align-items:center;justify-content:center;white-space:nowrap}.SocialHeader>.Tabs>.Tab.Focus{background:rgba(var(--font-invert),1)}.SocialScreen>.PublishButton{position:fixed;cursor:pointer;bottom:1.5rem;left:calc((100vw - 1020px)/2 + 2.5rem);background:rgb(var(--button-background));border-radius:var(--common-radius);padding:1rem;z-index:2}@media only screen and (max-width:1020px){.SocialScreen>.PublishButton{right:2.5rem}}@media only screen and (max-width:850px){.SocialScreen>.PublishButton{right:1rem;bottom:1rem}}.StickyHeader{z-index:3;background:var(--block-background);margin-top:-1rem}.StickyHeader>.Container1{background:var(--app-background);flex:1;max-width:100%;z-index:3;padding-top:1rem;position:sticky;top:0;left:calc(2rem + var(--menu-width) + (100vw - 1020px)/2);right:calc(1rem + (100vw - 1020px)/2)}.StickyHeader>.Container1>.Container2{background:var(--block-background);flex:1;border-radius:var(--common-radius)var(--common-radius)0 0}@media only screen and (max-width:1020px){.StickyHeader>.Container1{left:calc(2rem + var(--menu-width));right:1rem}}@media only screen and (max-width:850px){.StickyHeader{margin-top:0}.StickyHeader>.Container1{top:4rem;left:0;right:0;border-radius:0;padding-top:0}.StickyHeader>.Container1>.Container2{border-radius:0}}.MessagesView{flex-direction:column;max-width:100%;width:100%}.MessagesView>.List{flex-direction:column}.MessagesView>.List.Posts{gap:1rem;padding:0}.MessagesView>.List.PostsCompact{gap:1rem}.MessagesView>.TopBar>.Title{font-weight:700;padding:1rem;flex:1}.MessagesView>.TopBar>.Sort{margin:5px 5px 5px 0;padding:2px;border-radius:2rem;background:rgba(var(--font),.1)}.MessagesView>.TopBar>.Sort>div{align-items:center;justify-content:center;cursor:pointer}.MessagesView>.TopBar>.Sort>div.Focus{background:rgb(var(--font-invert));border-radius:2rem}.MessagesView>.TopBar>.Sort>div>ion-icon{font-size:1.2rem;border-radius:30px;padding:.5rem 1rem;color:rgba(var(--font),.5)}.MessagesView>.TopBar>.Sort>div.Focus>ion-icon{color:rgb(var(--font))}#MessagesView{flex-direction:column;flex:1;position:relative;height:100%;min-height:100%;width:100%;min-width:100%}#MessagesView>.Screen{flex-direction:column;flex:1;height:100%;max-height:100%}#MessagesView>.Screen.Posts{background:rgb(var(--main-shade))}#MessagesView>.Screen>.Header>.Back{padding:1rem;margin-right:-1rem;cursor:pointer}#MessagesView>.Screen>.Header>.Back>ion-icon{font-size:1.2rem}#MessagesView>.Screen>.ScrollView{flex-direction:column;overflow-y:scroll;flex:1}#MessagesView>.Screen.Posts>.ScrollView{padding:1rem}#MessagesView>.Screen .TopBar>.Title{font-weight:700;padding:1rem;flex:1}#MessagesView>.Screen .TopBar>.Sort{margin:5px 5px 5px 0;padding:2px;border-radius:2rem;background:rgba(var(--font),.1)}#MessagesView>.Screen .TopBar>.Sort>div{align-items:center;justify-content:center;cursor:pointer}#MessagesView>.Screen .TopBar>.Sort>div.Focus{background:rgb(var(--font-invert));border-radius:2rem}#MessagesView>.Screen .TopBar>.Sort>div>ion-icon{font-size:1.2rem;border-radius:30px;padding:.5rem 1rem;color:rgba(var(--font),.5)}#MessagesView>.Screen .TopBar>.Sort>div.Focus>ion-icon{color:rgb(var(--font))}#MessagesView>.Screen>.ScrollView>.Form{min-height:4rem;background:#c9c9c9;align-items:center;justify-content:center;z-index:2}#MessagesView>.Screen>.ScrollView>.List{flex-direction:column}#MessagesView>.Screen.Posts>.ScrollView>.List{gap:1rem}#MessagesView>.Screen>.ScrollView>.List>.LoadMore{background:rgba(var(--font),.05);color:rgba(var(--font),.5);cursor:pointer;height:3rem;min-height:3rem;align-items:center;justify-content:center}@media only screen and (max-width:850px){#MessagesView>.Screen{padding:0}#MessagesView>.Screen>.ScrollView>.List{gap:0;padding:0}#MessagesView>.Screen>.ScrollView>.List>div{border-radius:0}#MessagesView>.Screen.Posts>.ScrollView{padding:0}.MessagesView>.List.Posts{padding:0}}.App-Right{width:var(--right-width);min-width:var(--right-width);min-height:500px;background:#eee;border-radius:var(--border-radius)}@media all and (max-width:850px){.App-Right{display:none}}#tt-floating-top{position:fixed;top:0;left:0;right:0;z-index:10;transition:transform .5s ease-out}#tt-floating-top.hidden{transform:translateY(-100px)}.sticky-top{transition:top .5s ease-out}#tt-floating-bottom{position:fixed;bottom:0;left:0;right:0;z-index:10;transition:transform .5s ease-out;display:none}@media only screen and (max-width:850px){#tt-floating-bottom{display:flex;height:4.5rem}#tt-floating-bottom.hidden{transform:translateY(4.5rem)}}#tt-header-padding{height:100px}.tt-header-website{height:50px;background:#232323;align-items:center;width:100%}.tt-header-website>.cont{max-width:1e3px;width:100%;flex-direction:row;position:relative}.tt-header-website>.cont>.logo{height:60px;width:189px;min-width:189px;display:block;position:absolute;top:0;left:calc((100% - 189px)/2)}.tt-header-website>.cont>.logo .ball{width:60px;height:60px;z-index:2;position:absolute;top:0;left:calc((100% - 60px)/2)}.tt-header-website>.cont>.logo>.playground{width:189px;height:60px;z-index:1;position:absolute;top:0;left:0;right:0}.tt-header-website>.cont>.social{flex-direction:row;justify-content:flex-end;height:50px;flex:1;gap:0}.tt-header-website>.cont>.social>div{color:#fff;width:40px;background:#fff0;align-items:center;justify-content:center;position:relative;cursor:pointer}.tt-header-website>.cont>.social>div>ion-icon{color:#fff;font-size:20px;opacity:.7}.tt-header-website>.cont>.social>div>.avatar{width:30px;height:30px;background:#ffffff1a;border:0;border-radius:15px}.tt-header-website>.cont>.social>div>.json{display:none}.tt-header-website>.cont>.social>div>.notif{background:red;color:#fff;position:absolute;font-weight:700;font-size:.8rem;align-items:center;justify-content:center;padding:.05rem .3rem;top:3px;left:calc(50% - 4px);border:4px solid #232323;border-radius:calc(4px + var(--border-radius))}.tt-header-website>.cont>.social>div>.notif.hide{display:none}.tt-header-website>.cont>.guest{flex-direction:row;justify-content:flex-end;height:50px;flex:1;gap:0;padding:8px;gap:8px}.tt-header-website>.cont>.guest>div{flex-direction:row;justify-content:center;align-items:center;border-radius:var(--border-radius);cursor:pointer}.tt-header-website>.cont>.guest>div>span{padding:0 25px;font-family:Roboto Condensed,sans-serif;letter-spacing:.1px;font-size:1rem}.tt-header-website>.cont>.guest>div.login>span{padding:0 15px 0 25px}.tt-header-website>.cont>.guest>div>ion-icon{font-size:16px;color:#000;margin-right:15px}.tt-header-website>.cont>.guest>div.yellow{background:linear-gradient(to bottom,#e6e41f,#bcc117)}.tt-header-website>.cont>.guest>div.grey{background:linear-gradient(to bottom,#a1a1a1,#898989)}.tt-header-website>.cont>.guest>div.grey>span{color:#fff}.tt-header-website>.cont>.menu-level-1{flex-direction:row;align-items:center;justify-content:center;height:50px;padding-left:15px;gap:2rem}.tt-header-website>.cont>.menu-level-1>a{flex-direction:row;height:50px;color:#fff;align-items:center;gap:7px;position:relative;opacity:.7;transition:opacity .5s;font-size:13px}.tt-header-website>.cont>.menu-level-1>a:hover{opacity:1}.tt-header-website>.cont>.menu-level-1>a.focused{opacity:1}.tt-header-website>.cont>.menu-level-1>a>ion-icon{font-size:14px}.tt-header-website>.cont>.menu-level-1>a>img{position:absolute;bottom:0;left:calc(50% - 8px);width:16px;height:8px}.tt-header-website>.cont>.menu-level-1>a>.notif{font-weight:400;padding:.1rem .4rem;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;border-radius:var(--border-radius)}.tt-header-website>.cont>.menu-level-1>a>.notif.hide{display:none}.tt-header-website>.cont>.menu-level-1>a>.notif.red{background:red;color:#fff}.tt-header-website>.cont>.menu-level-1>a>.notif.grey{background:#ffffff80;color:#000}@media only screen and (max-width:850px){.tt-header-website>.cont>.logo{height:60px;width:189px;min-width:189px;display:block;position:relative;left:auto}.tt-header-website>.cont>.menu-level-1{display:none;content:""}.tt-header-website>.cont>.logo{height:58px;width:58px;min-width:58px;display:block;position:absolute;top:-2px;left:0;margin-left:10px}.tt-header-website>.cont>.logo .ball{width:58px;height:58px;z-index:2;position:absolute;left:0}.tt-header-website>.cont>.logo>.playground{display:none}.tt-header-website>.cont>.social{gap:0}.tt-header-website>.cont>.social>div{width:44px}.tt-header-website>.cont>.social>div.plumes{display:none}.tt-header-website>.cont>.social>div.coins{display:none}.tt-header-website>.cont>.guest>div>span{padding:0 15px;font-size:1rem}}.header-menu-level1{background:#eee;align-items:center}.header-menu-level1 a{color:#000000b3;text-transform:lowercase;letter-spacing:.5px;white-space:nowrap}.header-menu-level1>.cont{flex-direction:row;height:50px;max-width:1e3px;width:100%;gap:1.5rem;padding:0 15px;overflow:auto}.header-menu-level1 .equal{padding:0;align-items:center;justify-content:center}@media only screen and (max-width:850px){.header-menu-level2{background:#eee;align-items:center;display:flex}.header-menu-level2>.cont{flex-direction:row;max-width:970px;width:100%;padding:.8rem 0}.header-menu-level2 a{color:#000000b3;text-transform:lowercase;letter-spacing:.5px;white-space:nowrap;gap:4px}.header-menu-level2 a>div{flex-direction:row;gap:5px}.header-menu-level2 a>div>.notif{font-weight:400;padding:0 .5rem;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;border-radius:var(--border-radius)}.header-menu-level2 a>div>.notif.red{background:#e60000;color:#fff}.header-menu-level2 a>div>.notif.grey{background:#00000080;color:#fff}.header-menu-level2 a ion-icon{font-size:20px}.header-menu-level2 .equal{flex:1;align-items:center;justify-content:center}}.App-Header{display:none}@media only screen and (max-width:850px){.App-Header{display:flex;width:100%}.App-Header>.Padding{height:4rem;width:100%}.App-Header>.NavigationBar{position:fixed;top:0;left:0;right:0;height:4rem;width:100%;z-index:20;background:var(--chrome-bar-color)}}#Modal{position:fixed;inset:0;z-index:10;flex-direction:column;align-items:center;justify-content:center}#Modal>.Background{position:absolute;inset:0;background:#000c;opacity:0;transition:opacity linear .25s;cursor:pointer}#Modal>.Content{z-index:1;max-height:80%;width:100%;max-width:600px;flex-direction:column;margin-top:-4rem;opacity:0;transition:opacity linear .25s,transform ease-out .25s}#Modal.Visible>.Background{opacity:1}#Modal.Visible>.Content{opacity:1}#Modal>.Content>.Header{color:#fff;height:4rem;cursor:pointer}#Modal>.Content>.Header>.Close{height:4rem;width:4rem;justify-content:center;align-items:center}#Modal>.Content>.Header>.Close>ion-icon{font-size:2rem}#Modal>.Content>.Body{background:var(--block-background);flex-direction:column;overflow:scroll;border-radius:var(--common-radius)}#Modal .ListItems{flex-direction:column}#Modal .ListItems>a,#Modal .ListItems>div{padding:1rem;align-items:center;flex-direction:row}#Modal .ListItems>a>ion-icon,#Modal .ListItems>div>ion-icon{font-size:1rem;margin-right:.8rem}#Modal .ListItems>a>.Title,#Modal .ListItems>div>.Title{flex:1;color:rgb(var(--font))}#Modal .ListItems>a>.Notification,#Modal .ListItems>div>.Notification{background:red;color:#fff;font-size:.9rem;border-radius:30px;font-weight:700;padding:.2rem;margin-right:.7rem}#Modal .ListItems>div.Disabled{opacity:.4;font-style:italic}.ModalBody{margin:1.4rem;flex-direction:column}.ModalBody>.Title{font-size:1.5rem}.ModalBody>.Content{margin-top:2rem}#Modal .ListItems>.Title{align-items:center;justify-content:center;background:rgba(var(--font),.05);height:3rem}#Modal .ListItems>a.V2,#Modal .ListItems>div.V2{flex-direction:column;align-items:normal;justify-content:center;flex:1}#Modal .ListItems>a.V2>.Head,#Modal .ListItems>div.V2>.Head{align-items:center}#Modal .ListItems>a.V2>.Head>ion-icon,#Modal .ListItems>div.V2>.Head>ion-icon{font-size:1rem;margin-right:.8rem}#Modal .ListItems>a.V2>.Desc,#Modal .ListItems>div.V2>.Desc{margin-left:1.8rem;color:rgba(var(--font),.5);margin-top:.2rem;font-size:.9rem}@media only screen and (max-width:850px){#Modal{position:fixed;inset:0;flex-direction:column;align-items:center;justify-content:flex-end}#Modal>.Content{width:100%;max-width:100%;max-height:calc(100% - 4rem);transform:translateY(50%)}#Modal.Visible>.Content{transform:translateY(0)}#Modal>.Content>.Body{border-radius:20px 20px 0 0;padding-top:0}.ModalBody>.Title{font-size:1.5rem}.ModalBody>.Content{margin-top:2rem}}.ModalBody .Signin{flex-direction:row;gap:1rem;position:relative;flex:1}.ModalBody .Signin>div{flex:1;cursor:pointer}.ModalBody .Signin>div>div{flex-direction:row;height:3.4rem;min-height:3.4rem;flex:1;border-radius:var(--common-radius);justify-content:center;align-items:center}.ModalBody .Signin>div .Google{background:#fff;color:#4285f4;border:1px solid #4285f4}.ModalBody .Signin>div .Google>.Icon{width:1.7rem;height:1.7rem;margin:0 .6rem 0 0}.ModalBody .Signin>div .Facebook{border:1px solid #1877f2;color:#1877f2}.ModalBody .Signin>div .Facebook>.Icon{width:1.6rem;height:1.6rem;margin:0 .6rem 0 0;border-radius:1rem}.ModalBody .Signin>div .Apple{border:1px solid #000;color:#000}.ModalBody .Signin>div .Apple>.Icon{width:1.7rem;height:1.7rem;margin:0 .6rem 0 0}@media only screen and (max-width:850px){.ModalBody .Signin{flex-direction:column}}.MessageDelete{flex-direction:column;padding:1.5rem}.MessageDelete>.Title{font-weight:700;align-items:center;justify-content:center;font-size:1.2rem}.MessageDelete>.Subtitle{color:rgba(var(--font),.5);align-items:center;justify-content:center}.MessageDelete>.ReasonList{flex-direction:column;margin-top:1.5rem}.MessageDelete>.Reason{margin-top:1.5rem}.MessageDelete>.Buttons{margin-top:1.5rem}.MessageDelete>.Buttons>div{flex:1;height:3rem;padding:0 1.5rem;border-radius:var(--common-radius);align-items:center;justify-content:center;text-align:center;cursor:pointer}.MessageDelete>.Buttons>.Cancel{background:rgba(var(--font),.1)}.MessageDelete>.Buttons>.Confirm{color:rgb(var(--font));margin-left:1rem;padding:0}.MessageDelete>.Buttons>.Confirm>div{border-radius:var(--common-radius)}.MessageDelete>.Buttons>.Confirm.Dark{color:rgb(var(--font-invert))}#root>.Container{background:var(--app-background);width:100%;height:100%;align-items:center;flex-direction:column}.App{flex-direction:column;flex:1;margin:0;justify-content:center;max-width:1020px;padding:1rem;width:100%}.App>.Container{flex-direction:row;gap:1rem;flex:1;border-radius:var(--common-radius)var(--common-radius)0 0;overflow:hidden}a{color:rgb(var(--font))}*:focus{outline:0}*{-webkit-tap-highlight-color:transparent}textarea{color:rgb(var(--font));background:0 0}.noselect{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ScreenBase{flex-direction:column;max-width:100%}.ScreenBase>.Title{padding:1rem;font-weight:700}.Block{border-radius:var(--common-radius);background:var(--block-background);color:var(--font);width:100%;overflow:hidden}.Block>.Title{font-weight:700}div>.BlinkActions{display:none}div:hover>.BlinkActions{display:flex}@media only screen and (max-width:850px){.App{padding:0}.App>.Container{gap:0;padding-top:0;padding-bottom:0;border-radius:0}.Block{border-radius:0}}html{font-size:14px;min-height:100%;margin:0;padding:0;background:var(--app-background)}*{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-weight:400}.font1_condensed{font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-weight:400}body{min-height:100%;margin:0;padding:0;background:var(--app-background);color:rgb(var(--font))}body *{display:flex;box-sizing:border-box;flex-direction:column}body span,body a,body span *,body a *{display:inline-flex}a{text-decoration:none}#root{min-height:100%;margin:0;padding:0}body{--common-radius:4px;--border-radius:4px;--menu-width:300px;--right-width:300px;--mobile-width-max:700px}@media(prefers-color-scheme:light){body{--chrome-bar-color:#232323;--font:0, 0, 0;--font-invert:255, 255, 255;--main:245, 245, 245;--main-invert:35, 35, 35;--main-shade:240, 240, 240;--main-shade2:205, 205, 205;--app-background:#dedede;--menu-background:#f5f5f5;--block-background:#ffffff;--text:0, 0, 0;--center-background:255, 255, 255;--button-background:207, 209, 17;--button-text:0, 0, 0}}@media(prefers-color-scheme:dark){body{--chrome-bar-color:#000000;--font:255, 255, 255;--font-invert:0, 0, 0;--main:35, 35, 35;--main-invert:245, 245, 245;--main-shade:55, 55, 55;--main-shade2:45, 45, 45;--app-background:#000000;--menu-background:#232323;--block-background:#232323;--text:255, 255, 255;--center-background:35, 35, 35;--button-background:207, 209, 17;--button-text:0, 0, 0}}meta[name=theme-color]{content:"#232323"}/*# sourceMappingURL=app.css.map */