@-webkit-keyframes slide-right{0%{transform:translateX(-100px)}}@-webkit-keyframes slide-right--more{0%{transform:translateX(-300px)}}@-webkit-keyframes slide-up{0%{transform:translateY(125px)}}@-webkit-keyframes scale-up-50{0%{transform:scale(.5)}}@-webkit-keyframes slide-down{0%{transform:translateY(-125px)}}@-webkit-keyframes fade-in{0%{opacity:0}}@-webkit-keyframes pulse{0%{transform:none}40%{transform:scale(1.22)}to{transform:none}}._wrapper{margin:auto;width:95%;max-width:900px}.navbar{display:flex;align-items:center;justify-content:space-between;height:95px}.navbar .left h1,.navbar .navbar__links{display:flex;align-items:center;grid-gap:12px;gap:12px}.message__list{display:block}.message__list .message__list__item{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px 0 12px;margin:0 -20px 0 -12px;transition:background-color var(--theme-transition-fast),box-shadow var(--theme-transition-fast),margin var(--theme-transition-slow) var(--theme-easing-smooth);box-shadow:1px 1px 18px -5px rgba(43,51,78,0);cursor:pointer;font-size:14px;position:relative;border-radius:8px}.message__list .message__list__item .message__spacing{width:12px;flex-shrink:0}.message__list .message__list__item .message__icons{display:flex;align-items:center;flex-shrink:0}.message__list .message__list__item .message__icons .message__icon{display:flex;align-items:center;justify-content:center;color:var(--theme-foreground-40);width:30px;height:30px;border-radius:50%;transition:color var(--theme-transition-fast),background-color var(--theme-transition-fast),transform var(--theme-transition-slowest) var(--theme-easing-smooth)}.message__list .message__list__item .message__icons .message__icon:hover{color:var(--theme-primary);background:var(--theme-primary-transparent-more)}.message__list .message__list__item .message__icons .message__icon.highlighted{color:var(--theme-favorite);background:var(--theme-favorite-transparent-most);transform:rotate(143deg)}.message__list .message__list__item .message__icons .message__icon.highlighted:hover{background:var(--theme-favorite-transparent)}.message__list .message__list__item .message__leading{display:flex;align-items:center;min-width:0;flex:1 1}.message__list .message__list__item .message__leading .message__sender{opacity:.8;width:220px;flex-shrink:0}.message__list .message__list__item .message__leading .message__sender,.message__list .message__list__item .message__leading .message__subject{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity var(--theme-transition-fast),font-weight var(--theme-transition-fast)}.message__list .message__list__item .message__leading .message__subject{font-weight:600}.message__list .message__list__item .message__leading .message__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;transition:opacity var(--theme-transition-fast),font-weight var(--theme-transition-fast)}.message__list .message__list__item .message__trailing{display:flex;align-items:center}.message__list .message__list__item .message__date{font-weight:500;font-size:13px;letter-spacing:.4px;width:72px;text-align:right;transition:opacity var(--theme-transition-fast),font-weight var(--theme-transition-fast)}.message__list .message__list__item:hover{background:var(--theme-foreground-3)}.message__list .message__list__item:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-10)}.message__list .message__list__item:first-child{border-top-left-radius:24px;border-top-right-radius:24px}.message__list .message__list__item:last-child{border-bottom-left-radius:24px;border-bottom-right-radius:24px}.message__list .message__list__item.read .message__sender{opacity:.5}.message__list .message__list__item.read .message__subject{font-weight:400;opacity:.75}.message__list .message__list__item.read .message__text{opacity:.4}.message__list .message__list__item.read .message__date{opacity:.6}.message__list .message__list__item.new .message__list__item__dot{display:block;position:absolute;top:8px;left:14px;width:8px;height:8px;border-radius:50%;background:var(--theme-primary);-webkit-animation:new-message-dot 1.5s var(--theme-easing-burst);animation:new-message-dot 1.5s var(--theme-easing-burst);opacity:0}@-webkit-keyframes new-message{0%,20%{color:var(--theme-primary)}}@keyframes new-message{0%,20%{color:var(--theme-primary)}}@-webkit-keyframes new-message-dot{0%{transform:translateY(25px);opacity:0}60%,70%{transform:none;opacity:1}to{transform:translateY(-15px);opacity:0}}@keyframes new-message-dot{0%{transform:translateY(25px);opacity:0}60%,70%{transform:none;opacity:1}to{transform:translateY(-15px);opacity:0}}.sender-image{width:40px;height:40px;overflow:hidden;border-radius:50%;background:var(--theme-foreground-10)}.sender-image .sender-image__stack{width:100%;height:100%;position:relative;opacity:0;transition:opacity var(--theme-transition-fast)}.sender-image .sender-image__stack .sender-image__img{position:absolute;top:0;left:0;width:100%;height:100%}.sender-image .sender-image__stack .sender-image__name{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px;color:var(--theme-background);background:var(--theme-avatar)}.sender-image--loaded .sender-image__stack{opacity:1}.icon-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:none;cursor:pointer;flex-shrink:0;transition:background-color var(--theme-transition-fast),color var(--theme-transition-fast),transform var(--theme-transition-slowest) var(--theme-easing-smooth),opacity var(--theme-transition-fast)}.icon-button.lg{width:48px;height:48px;box-sizing:border-box}.icon-button.sm{width:28px;height:28px;box-sizing:border-box}.icon-button:hover{background:var(--theme-foreground-8)}.icon-button:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-15)}.icon-button.icon-button--light{color:#fff}.icon-button.icon-button--light:hover{background:hsla(0,0%,100%,.08)}.icon-button.icon-button--light:active{transition:background-color var(--theme-transition-faster);background:hsla(0,0%,100%,.15)}.icon-button.favorite{width:36px;height:36px;color:var(--theme-favorite);transform:rotate(143deg)}.icon-button.favorite:hover{background-color:var(--theme-favorite-transparent-more)}.icon-button.favorite:active{background-color:var(--theme-favorite-transparent)}.icon-button.icon-button--primary{background:var(--theme-primary);color:#fff}.icon-button.icon-button--primary:hover{background:var(--theme-primary-dark)}.icon-button.icon-button--primary:active{background:var(--theme-primary-darker)}.icon-button.disabled,.icon-button.disabled:active,.icon-button.disabled:hover{opacity:.3;cursor:default;background:transparent;color:var(--theme-foreground)}.icon-button.hidden,.icon-button.hidden:active,.icon-button.hidden:hover{opacity:0}.button{display:flex;align-items:center;justify-content:center;height:44px;padding:0 28px;font-weight:600;font-size:15px;cursor:pointer;position:relative;background:none;transition:color var(--theme-transition-fast),opacity var(--theme-transition-fast);overflow:hidden;background:transparent;border-radius:22px}.button:after{box-sizing:border-box;content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:22px;z-index:-1;background:var(--theme-foreground-10);transition:transform var(--theme-transition-slow) var(--theme-easing-smooth),border-color var(--theme-transition-fast),background-color var(--theme-transition-fast)}.button:hover:after{background:var(--theme-foreground-15)}.button:active:after{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-20)}.button.button--danger:hover{color:var(--theme-error);background:var(--theme-error-transparent-more)}.button.button--danger:active{background:var(--theme-error-transparent)}.button.button--primary{color:#fff}.button.button--primary:after{background:var(--theme-primary)}.button.button--primary:hover:after{background:var(--theme-primary-dark)}.button.button--primary:active:after{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-darker)}.button.button--secondary{color:var(--theme-foreground);border:1px solid var(--theme-foreground-8);outline:none;box-shadow:none}.button.button--secondary:after{background:transparent;border:1px solid rgba(0,0,0,.05)}.button.button--secondary:hover{color:var(--theme-primary)}.button.button--secondary:hover:after{background:var(--theme-primary-transparent-most);border-color:var(--theme-primary-transparent-more)}.button.button--secondary:active:after{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-transparent-more)}.button.hidden{opacity:0;cursor:default}.dropdown{display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:stretch;position:relative;z-index:2}.dropdown .dropdown__button{display:flex;align-items:center;justify-content:center}.dropdown .dropdown__content__container{position:relative;z-index:3}.dropdown .dropdown__content__container .dropdown__content{position:absolute;z-index:3;top:0;left:-5px;box-shadow:0 3px 6px rgba(0,0,0,.2);background:var(--theme-card);padding:12px;border-radius:6px;min-width:120px;visibility:hidden;opacity:0;transform-origin:left top;transform:scale(.3);transition:transform var(--theme-transition-slow),opacity var(--theme-transition-faster),visibility var(--theme-transition-faster)}.dropdown.dropdown--show .dropdown__content{transform:none;visibility:visible;opacity:1;transition:transform var(--theme-transition) var(--theme-easing-burst),opacity var(--theme-transition-faster),visibility var(--theme-transition-faster)}.dropdown.dropdown--top-right .dropdown__content{right:0;left:unset;transform-origin:right top}.dropdown.dropdown--over-button .dropdown__content__container{position:fixed}.dropdown.dropdown--over-button .dropdown__content__container .dropdown__content{top:-20px}.menu{font-size:14px;letter-spacing:.2px;margin:-4px}.menu .menu__link{padding:6px 8px;cursor:pointer;border-radius:4px;display:flex;align-items:center;transition:color var(--theme-transition-fast),background-color var(--theme-transition-fast)}.menu .menu__link .menu__link__icon{margin-right:8px}.menu .menu__link:hover{background:var(--theme-primary-transparent-most);color:var(--theme-primary-dark)}.menu .menu__link:active{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-transparent-more);color:var(--theme-primary-dark)}.loading-overlay{bottom:0;z-index:10;background:var(--theme-background-85);opacity:0;visibility:hidden;transition:opacity var(--theme-transition-fast),visibility var(--theme-transition-fast);display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-overlay,.loading-overlay .loading--linear{position:fixed;top:0;left:0;right:0}.loading-overlay .loading--linear nav.mdc-linear-progress{height:6px}.loading-overlay .loading--linear nav.mdc-linear-progress .mdc-linear-progress__bar-inner{border-top-width:6px;background:var(--theme-primary)}.loading-overlay.show{opacity:1;visibility:visible}.compose-email{display:flex;flex-direction:column;padding:0 20px 0 0}.compose-email .compose-email__field{position:relative;display:flex;align-items:center;height:48px;border-bottom:2px solid var(--theme-foreground-5);cursor:text;outline:none;border-radius:6px 6px 0 0;background:transparent;transition:border-bottom-color var(--theme-transition-faster)}.compose-email .compose-email__field input{border:none;outline:none;font-weight:500;font-size:14px;display:block;width:100%;background:none}.compose-email .compose-email__field .compose-email__field__error{color:var(--theme-error);font-size:12px;white-space:nowrap;position:absolute;bottom:-20px;right:0;display:none}.compose-email .compose-email__field input:-internal-autofill-selected,.compose-email .compose-email__field input:-webkit-autofill,.compose-email .compose-email__field input:-webkit-autofill:focus,.compose-email .compose-email__field input:-webkit-autofill:hover,.compose-email .compose-email__field select:-webkit-autofill,.compose-email .compose-email__field select:-webkit-autofill:focus,.compose-email .compose-email__field select:-webkit-autofill:hover,.compose-email .compose-email__field textarea:-webkit-autofill,.compose-email .compose-email__field textarea:-webkit-autofill:focus,.compose-email .compose-email__field textarea:-webkit-autofill:hover{background:transparent!important}.compose-email .compose-email__field ::placeholder{font-weight:400;color:var(--theme-foreground-50)}.compose-email .compose-email__field ::-ms-input-placeholder{font-weight:400;color:var(--theme-foreground-50)}.compose-email .compose-email__field :-moz-placeholder,.compose-email .compose-email__field ::-moz-placeholder{font-weight:400;color:var(--theme-foreground-50)}.compose-email .compose-email__field :-ms-input-placeholder{font-weight:400;color:var(--theme-foreground-50)}.compose-email .compose-email__field:not(:last-child){margin-bottom:12px}.compose-email .compose-email__field:hover{border-bottom-color:var(--theme-foreground-15)}.compose-email .compose-email__field:focus-within{border-bottom-color:var(--theme-primary)}.compose-email .compose-email__field.error{border-bottom-color:var(--theme-error)}.compose-email .compose-email__field.error .compose-email__field__error{display:block;-webkit-animation:slide-right var(--theme-transition-slow) var(--theme-easing-smooth),fade-in var(--theme-transition-fast);animation:slide-right var(--theme-transition-slow) var(--theme-easing-smooth),fade-in var(--theme-transition-fast)}.compose-email .compose-email__text{position:relative;width:100%;float:left;border-bottom:2px solid var(--theme-foreground-5);margin-bottom:24px;transition:border-bottom-color var(--theme-transition-faster),margin-bottom var(--theme-transition-slow) var(--theme-easing-smooth)}.compose-email .compose-email__text textarea{float:left;margin:0;padding:24px 0 0;border:none;outline:none;font-weight:500;font-size:14px;display:block;background:none;resize:none;width:100%;max-width:100%;height:200px}.compose-email .compose-email__text .compose-email__text__error{color:var(--theme-error);font-size:12px;white-space:nowrap;position:absolute;bottom:-20px;right:0;display:none}.compose-email .compose-email__text:hover{border-bottom-color:var(--theme-foreground-15)}.compose-email .compose-email__text:focus-within{border-bottom-color:var(--theme-primary)}.compose-email .compose-email__text:after{content:"";clear:both}.compose-email .compose-email__text.error{border-bottom-color:var(--theme-error);margin-bottom:40px}.compose-email .compose-email__text.error .compose-email__text__error{display:block;-webkit-animation:slide-right var(--theme-transition) var(--theme-easing-smooth),fade-in var(--theme-transition-fast);animation:slide-right var(--theme-transition) var(--theme-easing-smooth),fade-in var(--theme-transition-fast)}.compose-email .compose-email__actions{display:flex;align-items:center;justify-content:space-between;z-index:1}.compose-email .compose-email__actions .compose-email__actions__leading,.compose-email .compose-email__actions .compose-email__actions__trailing{display:flex;align-items:center}.compose-email .compose-email__actions .compose__email__attach{border:1px solid var(--theme-foreground-10);border-radius:24px;box-sizing:border-box;transition:border-color var(--theme-transition-faster)}.compose-email .compose-email__actions .compose__email__attach .attach__button{height:44px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 16px;border-top-left-radius:22px;border-bottom-left-radius:22px;transition:background-color var(--theme-transition-fast)}.compose-email .compose-email__actions .compose__email__attach .attach__button--count{border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:22px;border-bottom-right-radius:22px;font-weight:600;color:var(--theme-primary)}.compose-email .compose-email__actions .compose__email__attach .attach__button.only{border-radius:22px;width:44px;padding:0}.compose-email .compose-email__actions .compose__email__attach .attach__button:hover{background:var(--theme-foreground-5)}.compose-email .compose-email__actions .compose__email__attach .attach__button:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-15)}.compose-email .compose-email__actions .compose__email__attach:active{border-color:var(--theme-foreground-20)}.compose-form.condensed .compose-email .compose-email__field:last-child{margin-bottom:-8px}.compose-form.condensed .compose-email .compose-email__field input{font-weight:400;font-size:14px}.compose-form.condensed .compose-email .compose-email__text{margin-bottom:16px}.compose-form.condensed .compose-email .compose-email__text textarea{font-weight:400;font-size:14px}.compose-form.condensed .compose-email .compose-email__text.error{margin-bottom:28px}.dialog-button{color:var(--theme-foreground)}.dialog-button .dialog-button__dialog__background{background:rgba(0,0,0,.65)}.dialog-button .dialog-button__dialog__background,.dialog-button .dialog-button__dialog__container{z-index:3;position:fixed;top:0;left:0;bottom:0;right:0;opacity:0;visibility:hidden;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster)}.dialog-button .dialog-button__dialog__container{display:flex;align-items:center;justify-content:center;pointer-events:none}.dialog-button .dialog-button__dialog{width:92vw;max-width:440px;box-sizing:border-box;border-radius:20px;background:var(--theme-card);padding:0 20px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;align-items:center;flex-direction:column;pointer-events:all;z-index:6}.dialog-button .dialog-button__dialog h1.dialog__title{font-size:20px;margin:36px 0 0;font-weight:600}.dialog-button .dialog-button__dialog p.dialog__content{margin:12px 0}.dialog-button .dialog-button__dialog .dialog__actions{margin:12px 0 28px;width:90%;display:flex;align-items:center;justify-content:stretch}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action__container{width:100%}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action__container:not(:last-child){margin-right:4px}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action__container:not(:first-child){margin-left:4px}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action{display:flex;align-items:center;justify-content:center;width:100%;height:36px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color var(--theme-transition-fast),color var(--theme-transition-fast)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action .dialog__action__icon{transform:translateY(2px);margin-right:12.5px}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action__container:first-child .dialog__action{border-top-left-radius:18px;border-bottom-left-radius:18px}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action__container:last-child .dialog__action{border-top-right-radius:18px;border-bottom-right-radius:18px}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.static{cursor:unset}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action:not(.static):hover{background:var(--theme-foreground-5)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action:not(.static):active{transition:var(--theme-transition-faster);background:var(--theme-foreground-15)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.primary{background:var(--theme-primary);color:#fff}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.primary:hover{background:var(--theme-primary-dark)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.primary:active{background:var(--theme-primary-darker)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.danger:hover{color:var(--theme-error);background:var(--theme-error-transparent-most)}.dialog-button .dialog-button__dialog .dialog__actions .dialog__action.danger:active{background:var(--theme-error-transparent)}.dialog-button .dialog-button__dialog .dialog__actions.column{flex-direction:column}.dialog-button .dialog-button__dialog .dialog__actions.column .dialog__action__container{margin:0}.dialog-button .dialog-button__dialog .dialog__actions.column .dialog__action{height:48px}.dialog-button .dialog-button__dialog .dialog__actions.column .dialog__action__container:first-child .dialog__action{border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dialog-button .dialog-button__dialog .dialog__actions.column .dialog__action__container:last-child .dialog__action{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.dialog-button.show .dialog-button__dialog__background,.dialog-button.show .dialog-button__dialog__container{opacity:1;visibility:visible;transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.dialog-button.show .dialog-button__dialog{-webkit-animation:slide-up var(--theme-transition-slow) var(--theme-easing-smooth);animation:slide-up var(--theme-transition-slow) var(--theme-easing-smooth)}.message-page__box-container{position:relative;width:100%;opacity:0;visibility:hidden;display:none;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster)}.reply-box{border-radius:20px;box-sizing:border-box;padding:0 2px 18px 18px;border:1px solid var(--theme-foreground-10);margin-left:50px;position:absolute;top:0;left:0;right:0;background:var(--theme-background)}.reply-box .reply-box__header{padding:12px 12px 0 0;font-weight:600;display:flex;align-items:center;justify-content:space-between}.reply-box:after{display:block;content:"";position:absolute;bottom:-80px;height:80px;width:40px}.message-page__box-container.show{opacity:1;visibility:visible;display:block;transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.message-page__box-container.show .reply-box{-webkit-animation:slide-up var(--theme-transition-slow) var(--theme-easing-burst),fade-in var(--theme-transition-fast);animation:slide-up var(--theme-transition-slow) var(--theme-easing-burst),fade-in var(--theme-transition-fast)}.details-list{padding:0 4px}.details-list .detail{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin:8px 0}.details-list .detail .key{font-weight:500;color:var(--theme-foreground-30);margin-right:20px;white-space:nowrap}.details-list .detail .value{color:var(--theme-foreground);white-space:nowrap}.details-list .detail .value .value__double{display:flex;align-items:center}.details-list .detail .value .value__double .value__bold{font-weight:600;margin-right:5px;white-space:nowrap}.details-list .detail .value .value__double .value__light{opacity:.6;white-space:nowrap}.switch{display:flex;align-items:center;position:relative;width:44px;height:18px;background:var(--theme-foreground-20);border-radius:9px;cursor:pointer;transition:background-color var(--theme-transition-slow) var(--theme-easing-smooth),opacity var(--theme-transition-fast)}.switch:after{display:block;content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--theme-switch-knob);top:-2px;left:0;transform:scale(1.25);border:2px solid var(--theme-background);transition:border-color var(--theme-transition-slow) var(--theme-easing-smooth),background-color var(--theme-transition-slow) var(--theme-easing-smooth),left var(--theme-transition-slow) var(--theme-easing-smooth)}.switch.switch--true{background:var(--theme-primary);opacity:1}.switch--true:after{left:24px;background:var(--theme-switch-knob-true)}.episode-icons{display:grid;grid-template-columns:50% 50%;grid-template-columns:calc(50% - 20px) calc(50% - 20px);box-sizing:border-box;grid-gap:40px;gap:40px;margin-top:40px}@media(max-width:900px){.episode-icons{grid-template-columns:100%}}@media(max-width:700px){.episode-icons{grid-gap:20px;gap:20px;margin-top:20px}}.episode-icons .episode-icon{display:flex;overflow:hidden;border-radius:12px;cursor:pointer;position:relative}.episode-icons .episode-icon .episode-icon__thumbnail{transition:transform .6s var(--theme-easing-smooth),opacity var(--theme-transition-fast)}.episode-icons .episode-icon .icon{position:absolute;top:12px;left:12px;z-index:2;opacity:0;transform:translateX(-12px);transition:opacity var(--theme-transition-fast),transform var(--theme-transition-slow) var(--theme-easing-smooth)}.episode-icons .episode-icon .title{position:absolute;bottom:24px;left:24px;font-size:20px;z-index:2;opacity:0;transform:translateX(-24px);transition:opacity var(--theme-transition),transform var(--theme-transition-slow) var(--theme-easing-smooth)}.episode-icons .episode-icon .title .episode{font-size:18px;opacity:.6}.episode-icons .episode-icon:hover .episode-icon__thumbnail{transform:scale(1.1);opacity:.5}.episode-icons .episode-icon:hover .title{transition-delay:.12s;opacity:1;transform:none}img.img{opacity:0}img.img.loaded{opacity:1;-webkit-animation:fade-in .4s cubic-bezier(.5,.5,0,1);animation:fade-in .4s cubic-bezier(.5,.5,0,1)}.content-page{height:100%;width:100%;border-radius:20px;padding:72px 48px;box-sizing:border-box;transition:background-color var(--theme-transition-slow) var(--theme-easing-smooth)}.content-page .content-page__header{display:inline-flex;align-items:center;padding:0 0 12px;margin:0 0 20px;position:relative}.content-page .content-page__header h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;align-items:center;margin:0;font-size:28px;transition:color var(--theme-transition-slow) var(--theme-easing-smooth)}.content-page .content-page__header:after{content:"";display:block;position:absolute;left:0;bottom:0;right:0;height:5px;max-width:80px;background:var(--theme-primary);border-radius:4px 4px 1px 1px}.content-page .nothing-here{opacity:.5;font-size:16px;margin-top:12px}.message-page{width:100%;box-sizing:border-box;padding:26px 36px 0 48px;position:relative}.message-page .message-page__header .header__options{display:flex;align-items:center;margin:0 0 0 -8px}.message-page .message-page__header .header__options .options__icon-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:none;cursor:pointer;transition:background-color var(--theme-transition-fast)}.message-page .message-page__header .header__options .options__icon-button:hover{background:var(--theme-foreground-5)}.message-page .message-page__header .header__options .options__icon-button:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-15)}.message-page .message-page__header .header__message-subject{margin:12px 0}.message-page .message-page__header .header__message-subject h1{margin:0}.message-page .thread__message:not(:last-child){padding-bottom:32px;margin-bottom:48px;position:relative}.message-page .thread__message:not(:last-child):after{content:"";display:block;position:absolute;left:52px;right:0;bottom:0;border-bottom:1px solid var(--theme-foreground-15)}.message-page .message-page__send{display:flex;align-items:center;justify-content:space-between;font-size:14px}.message-page .message-page__send .send__sender{display:flex;align-items:center}.message-page .message-page__send .send__sender .sender__emails{font-weight:500;font-size:16}.message-page .message-page__send .send__sender .sender__emails .sender__from .from__extended{display:flex;align-items:center}.message-page .message-page__send .send__sender .sender__emails .sender__from .from__extended .from__adress{margin-left:6px;font-weight:400;opacity:.7}.message-page .message-page__send .send__sender .sender__emails .sender__to{display:flex;align-items:center;margin-top:4px;font-weight:400;font-size:12px;color:var(--theme-foreground-60)}.message-page .message-page__send .send__sender .sender__emails .sender__to .send__details{display:flex;align-items:center;margin-left:8px}.message-page .message-page__send .send__sender .sender__emails .sender__to .send__details .send__details__arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:-6px;cursor:pointer;border-radius:50%;color:var(--theme-foreground-50);transition:color var(--theme-transition-fast),background-color var(--theme-transition-fast)}.message-page .message-page__send .send__sender .sender__emails .sender__to .send__details .send__details__arrow:hover{background:var(--theme-foreground-8);color:var(--theme-foreground)}.message-page .message-page__send .send__sender .sender__emails .sender__to .send__details .send__details__arrow:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-15)}.message-page .message-page__send .send__trailing{display:flex;align-items:center;margin-top:-18px}.message-page .message-page__send .send__trailing .send__date{font-size:14px;opacity:.8}.message-page .message-page__send .send__trailing .trailing__actions{display:flex;align-items:center}.message-page .message-page__text{font-size:16px;margin:-8px 2px -12px 40px;border-radius:16px;padding:12px}.message-page .message-page__text .__html a{color:var(--theme-link)}.message-page .message-page__text .__html a:visited{color:var(--theme-link-visited)}.message-page .message-page__text.light{--theme-background:#fff;--theme-background-20:hsla(0,0%,100%,.2);--theme-background-40:hsla(0,0%,100%,.4);--theme-background-85:hsla(0,0%,100%,.85);--theme-card:#fff;--theme-foreground:#000;--theme-foreground-2:rgba(0,0,0,.02);--theme-foreground-3:rgba(0,0,0,.03);--theme-foreground-5:rgba(0,0,0,.05);--theme-foreground-8:rgba(0,0,0,.08);--theme-foreground-10:rgba(0,0,0,.1);--theme-foreground-15:rgba(0,0,0,.15);--theme-foreground-20:rgba(0,0,0,.2);--theme-foreground-40:rgba(0,0,0,.4);--theme-foreground-50:rgba(0,0,0,.5);--theme-foreground-60:rgba(0,0,0,.6);--theme-foreground-70:rgba(0,0,0,.7);--theme-divider:rgba(0,0,0,.15);--theme-switch-knob:#171a22;--theme-switch-knob-true:#171a22;background:var(--theme-background);box-shadow:0 0 0 6px var(--theme-background-20);color:var(--theme-foreground);min-height:100px}.message-page .message-page__attachments{margin:16px -24px 0 28px}.message-page .message-page__attachments .message-page__attachment{padding:0 24px;height:48px;display:flex;align-items:center;justify-content:space-between;border-radius:6px;cursor:pointer;transition:background-color var(--theme-transition-fast);font-size:14px;font-weight:500}.message-page .message-page__attachments .message-page__attachment .action__icon{transform:translateY(1px)}.message-page .message-page__attachments .message-page__attachment .attachment__icon:not(.attachment__icon--button) svg{transform:translateY(1px);min-width:16px;min-height:16px;max-width:20px;max-height:24px}.message-page .message-page__attachments .message-page__attachment .attachment__icon--button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;cursor:pointer;border-radius:18px;transition:background-color var(--theme-transition-fast)}.message-page .message-page__attachments .message-page__attachment .attachment__icon--button:hover{background:var(--theme-foreground-5)}.message-page .message-page__attachments .message-page__attachment .attachment__icon--button:active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-10)}.message-page .message-page__attachments .message-page__attachment .attachment__icons,.message-page .message-page__attachments .message-page__attachment .attachment__leading,.message-page .message-page__attachments .message-page__attachment .attachment__trailing{display:flex;align-items:center;z-index:0}.message-page .message-page__attachments .message-page__attachment .attachment__trailing{visibility:hidden;opacity:0;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster)}.message-page .message-page__attachments .message-page__attachment:hover{background:var(--theme-foreground-5)}.message-page .message-page__attachments .message-page__attachment:hover .attachment__trailing{visibility:visible;opacity:1;-webkit-animation:scale-up-50 var(--theme-transition-slow) var(--theme-easing-smooth);animation:scale-up-50 var(--theme-transition-slow) var(--theme-easing-smooth);transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.message-page .message-page__attachments .message-page__attachment:not(.static).active{transition:background-color var(--theme-transition-faster);background:var(--theme-foreground-10)}.message-page .message-page__attachments .message-page__attachment__container:first-child .message-page__attachment{border-top-left-radius:24px;border-top-right-radius:24px}.message-page .message-page__attachments .message-page__attachment__container:last-child .message-page__attachment{border-bottom-left-radius:24px;border-bottom-right-radius:24px}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__bg{z-index:3;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster);display:flex;justify-content:flex-end;padding:16px}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__container{z-index:3;position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster)}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content{width:95vw;max-width:700px;border-radius:24px;background:var(--theme-card);box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;align-items:center;flex-direction:column;pointer-events:all;z-index:5;padding:36px;box-sizing:border-box}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__preview{width:100%;min-height:160px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:16px;border:1px solid var(--theme-foreground-10);background:rgba(0,0,0,.015);box-sizing:border-box;overflow:hidden}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__preview ._content{min-width:0;min-height:120px;max-height:400px;max-width:100%;border-radius:16px;margin:-1px}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__preview ._content._content--audio{min-height:0}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__description{width:100%;margin-bottom:6px}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__description .attachment__description__name{font-size:16px;font-weight:600;margin:0 0 8px}.message-page .message-page__attachments .message-page__attachment__container .attachment__overlay .attachment__overlay__content .attachment__description .attachment__description__size{font-size:14px;font-weight:500;color:var(--theme-foreground-40)}.message-page .message-page__attachments .attachment__overlay.show .attachment__overlay__bg,.message-page .message-page__attachments .attachment__overlay.show .attachment__overlay__container{opacity:1;visibility:visible;transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.message-page .message-page__attachments .attachment__overlay.show .attachment__overlay__content{-webkit-animation:slide-up var(--theme-transition-slow) var(--theme-easing-smooth);animation:slide-up var(--theme-transition-slow) var(--theme-easing-smooth)}.message-page .message-page__attachments:before{content:"";display:block;margin:0 28px 24px 24px;height:1px;background:var(--theme-foreground-10)}.message-page .message-page__actions{display:flex;align-items:stretch;margin:32px 0 0 52px}.message-page .message-page__actions .message-page__action{display:flex;align-items:center;justify-content:center;height:40px;padding:0 20px;font-weight:500;font-size:14px;border-radius:6px;cursor:pointer;background:none;border:1px solid var(--theme-foreground-8);color:var(--theme-foreground-70);transition:border-color var(--theme-transition-fast),color var(--theme-transition-fast),background-color var(--theme-transition-fast)}.message-page .message-page__actions .message-page__action .action__icon{display:flex;align-items:center;justify-content:center;margin-right:6px}.message-page .message-page__actions .message-page__action:not(:last-child){margin-right:12px}.message-page .message-page__actions .message-page__action:hover{background:var(--theme-primary-transparent-most);border-color:var(--theme-primary-transparent-40);color:var(--theme-primary)}.message-page .message-page__actions .message-page__action:active{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-transparent-more)}.sign-in{overflow:hidden;margin:auto;width:100%;height:95vh;display:flex;align-items:center;justify-content:center;flex-direction:column;-webkit-animation:fade-in var(--theme-transition-slow);animation:fade-in var(--theme-transition-slow)}.sign-in .sign-in__inputs{margin:0;padding:0;overflow:hidden;border-radius:24px}.sign-in .sign-in__field,.sign-in .sign-in__submit{height:48px;box-sizing:border-box;border-radius:6px;display:flex;align-items:center;font-size:15px;transition:background-color var(--theme-transition-fast)}.sign-in .sign-in__field,.sign-in .sign-in__field:-webkit-autofill{background:var(--theme-foreground-5)!important;color:var(--theme-foreground)!important;border:none;outline:none;padding:0 28px;width:320px;font-weight:400}.sign-in .sign-in__field:not(:last-child){margin-bottom:6px}.sign-in .sign-in__field:-webkit-autofill:hover,.sign-in .sign-in__field:hover{background:var(--theme-foreground-8)!important}.sign-in .sign-in__field:-webkit-autofill:focus,.sign-in .sign-in__field:focus{background:var(--theme-foreground-10)!important}.sign-in .sign-in__submit{margin-top:18px;width:100%;border:none;outline:none;justify-content:center;cursor:pointer;background:var(--theme-primary);color:#fff;font-weight:700}.sign-in .sign-in__submit:hover{background:var(--theme-primary-dark)}.sign-in .sign-in__submit:active{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-darker)}.sign-in.wrong .sign-in__field,.sign-in.wrong .sign-in__submit{-webkit-animation:incorrect-sign-in var(--theme-transition-slow);animation:incorrect-sign-in var(--theme-transition-slow)}@-webkit-keyframes incorrect-sign-in{0%{transform:none}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-10px)}}@keyframes incorrect-sign-in{0%{transform:none}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-10px)}}.tasks{--height:44px;--half-height:22px;--border-radius:8px;--theme-blue-transparent-most:rgba(33,150,243,.05);--theme-blue-transparent-more:rgba(33,150,243,.1);--theme-blue-transparent:rgba(33,150,243,.2);--theme-blue-transparent-30:rgba(33,150,243,.3);--theme-blue-transparent-40:rgba(33,150,243,.4);--theme-blue-transparent-60:rgba(33,150,243,.6);--theme-blue-lightest:#90caf9;--theme-blue-lighter:#64b5f6;--theme-blue-light:#42a5f5;--theme-blue:#2196f3;--theme-blue-dark:#1b80d8;--theme-blue-darker:#1565c0;--theme-blue-darkest:#0d47a1}.tasks .tasks__tabs{display:flex;align-items:center;margin:0 -8px}.tasks .tasks__tabs .tasks__tab{position:relative;display:flex;align-items:center;height:var(--height);border-radius:var(--border-radius);cursor:default;background:var(--theme-foreground-3);padding:0 20px;margin:0 4px;font-size:14px;font-weight:500;transition:background-color var(--theme-transition-fast),border-radius var(--theme-transition);color:var(--theme-foreground-50)}.tasks .tasks__tabs .tasks__tab .count{font-weight:700}.tasks .tasks__tabs .tasks__tab:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color);border-radius:1px;transform:scale(.8);opacity:0;transition:transform var(--theme-transition) var(--theme-easing-smooth),opacity var(--theme-transition-fast)}.tasks .tasks__tabs .tasks__tab:first-child{border-top-left-radius:var(--half-height);border-bottom-left-radius:var(--half-height);margin:0 4px 0 0;padding:0 20px 0 24px}.tasks .tasks__tabs .tasks__tab:last-child{border-top-right-radius:var(--half-height);border-bottom-right-radius:var(--half-height);margin:0 0 0 4px;padding:0 24px 0 20px}.tasks .tasks__tabs .tasks__tab.complete{--color:var(--theme-primary);background:var(--theme-primary-transparent-more);cursor:pointer;color:var(--theme-foreground)}.tasks .tasks__tabs .tasks__tab.complete .count{color:var(--theme-primary-dark)}.tasks .tasks__tabs .tasks__tab.complete:hover{background:var(--theme-primary-transparent)}.tasks .tasks__tabs .tasks__tab.complete:active{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-transparent-30)}.tasks .tasks__tabs .tasks__tab.in-progress{--color:var(--theme-blue);background:var(--theme-blue-transparent-most);cursor:pointer;color:var(--theme-foreground)}.tasks .tasks__tabs .tasks__tab.in-progress .count{color:var(--theme-blue)}.tasks .tasks__tabs .tasks__tab.in-progress:hover{background:var(--theme-blue-transparent-more)}.tasks .tasks__tabs .tasks__tab.in-progress:active{transition:background-color var(--theme-transition-faster);background:var(--theme-blue-transparent)}.tasks .tasks__tabs .tasks__tab.incomplete{--color:var(--theme-red);background:var(--theme-red-transparent-most);cursor:pointer;color:var(--theme-foreground)}.tasks .tasks__tabs .tasks__tab.incomplete .count{color:var(--theme-red)}.tasks .tasks__tabs .tasks__tab.incomplete:hover{background:var(--theme-red-transparent-more)}.tasks .tasks__tabs .tasks__tab.incomplete:active{transition:background-color var(--theme-transition-faster);background:var(--theme-red-transparent)}.tasks .tasks__tabs .tasks__tab.primary{background:var(--theme-primary);color:var(--theme-background);cursor:pointer;transition:opacity var(--theme-transition-fast)}.tasks .tasks__tabs .tasks__tab.primary:hover{opacity:.8}.tasks .tasks__tabs .tasks__tab.primary:active{opacity:.5}.tasks .tasks__create__bg{z-index:3;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;transition:visibility var(--theme-transition-faster),opacity var(--theme-transition-faster)}.tasks .tasks__create__bg.show{opacity:1;visibility:visible;transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.tasks .tasks__create__container{z-index:4;position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.tasks .tasks__create__container.show{pointer-events:all}.tasks .tasks__create{width:95vw;max-width:440px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:var(--theme-card);padding:32px 0;border-radius:20px}.theme--dark .tasks .tasks__tabs .tasks__tab.in-progress{background:var(--theme-blue-transparent-more)}.theme--dark .tasks .tasks__tabs .tasks__tab.in-progress:hover{background:var(--theme-blue-transparent)}.theme--dark .tasks .tasks__tabs .tasks__tab.in-progress:active{background:var(--theme-blue-transparent-30)}.theme--dark .tasks .tasks__tabs .tasks__tab.incomplete{background:var(--theme-red-transparent-more)}.theme--dark .tasks .tasks__tabs .tasks__tab.incomplete:hover{background:var(--theme-red-transparent)}.theme--dark .tasks .tasks__tabs .tasks__tab.incomplete:active{background:var(--theme-red-transparent-30)}.row.h-align--space{width:100%;justify-content:space-between}.h-spacing{width:12px;display:inline-block}.h-spacing--sm{width:6px;display:inline-block}.v-spacing{height:12px}.v-spacing--sm{height:6px}.column,.row{display:flex;align-items:center}.column{flex-direction:column}@keyframes slide-right{0%{transform:translateX(-100px)}}@keyframes slide-right--more{0%{transform:translateX(-300px)}}@keyframes slide-up{0%{transform:translateY(125px)}}@keyframes scale-up-50{0%{transform:scale(.5)}}@keyframes slide-down{0%{transform:translateY(-125px)}}@keyframes fade-in{0%{opacity:0}}@keyframes pulse{0%{transform:none}40%{transform:scale(1.22)}to{transform:none}}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.stats{margin-top:40px;display:flex}.stats .user-details{flex-shrink:0;display:flex;flex-direction:column;grid-gap:12px;gap:12px;width:180px}.stats .user-details .quicklink{color:var(--theme-foreground-40);cursor:pointer;font-size:14px;transition:color var(--theme-transition-fast)}.stats .user-details .quicklink:hover{color:var(--theme-foreground-20)}.stats .user-details .number{color:var(--theme-foreground-50);font-weight:700;margin-bottom:-7px}.stats .user-details b{font-size:23px}.stats .user-details .position{color:var(--theme-foreground-40);font-size:18px}.stats .stats-divider{flex-shrink:0;width:100px}.stats .stats-data{flex-shrink:auto;width:100%;display:block}.stats .stats-data .summary-row{width:100%;display:flex;background-color:var(--theme-foreground-5);height:180px;align-items:center;box-sizing:border-box;padding:0 12px;border-radius:90px}.stats .stats-data .summary-row .summary{width:100%;height:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--theme-foreground-20);border-left:1px solid transparent;box-sizing:border-box}.stats .stats-data .summary-row .summary b{font-size:64px;margin-bottom:12px}.stats .stats-data .summary-row .summary .summary__sub{opacity:.5}.stats .stats-data .summary-row .summary:last-child{border-right-color:transparent}.stats .stats-data .stats-data__divider{width:100%}.stats .stats-data .stats-teams{width:100%;display:grid;grid-template-columns:50% 50%;grid-template-columns:calc(50% - 30px) calc(50% - 30px);grid-gap:60px;gap:60px}.stats .stats-data .stats-teams .stats__team{display:block;margin-bottom:20px}.stats .stats-data .stats-teams .stats__team .top-color{height:6px;border-radius:4px 4px 2px 2px}.stats .stats-data .stats-teams .stats__team h3{margin:16px 0 24px}.stats .stats-data .stats-teams .stats__team .stats__team__stats{display:flex;height:120px;align-items:center}.stats .stats-data .stats-teams .stats__team .stats__team__stats .toggle{position:absolute;top:0;left:0;bottom:0;right:0;background-color:var(--theme-background-85);display:flex;align-items:flex-end;justify-content:flex-start;transform:translateX(-10%);grid-gap:6px;gap:6px;color:var(--theme-foreground);opacity:0;visibility:hidden;transition:visibility var(--theme-transition-fast),opacity var(--theme-transition-fast)}.stats .stats-data .stats-teams .stats__team .stats__team__stats .goals-wrapper{width:100px;border-right:1px solid var(--theme-foreground-20);margin-right:24px;position:relative}.stats .stats-data .stats-teams .stats__team .stats__team__stats .goals-wrapper:hover .toggle,.stats .stats-data .stats-teams .stats__team .stats__team__stats .other .other-stat:hover .toggle{opacity:1;visibility:visible}.stats .stats-data .stats-teams .stats__team .stats__team__stats .goals{display:inline-flex;flex-direction:column;align-items:center;flex-shrink:0}.stats .stats-data .stats-teams .stats__team .stats__team__stats .goals h2{font-size:56px;margin:0;color:var(--theme-foreground);text-align:center}.stats .stats-data .stats-teams .stats__team .stats__team__stats .goals .desc{margin-top:12px}.stats .stats-data .stats-teams .stats__team .stats__team__stats .other .other-stat{display:flex;align-items:center;margin-bottom:15px;opacity:.8;position:relative}.stats .stats-data .stats-teams .stats__team .stats__team__stats .other .other-stat .toggle{transform:none;justify-content:flex-end;grid-gap:4px;gap:4px}.stats .stats-data .stats-teams .stats__team .stats__team__stats .other .other-stat h2{font-size:28px;margin:0 10px 0 0;width:45px;text-align:center;color:var(--theme-foreground)}.stats .stats-data .stats-teams .stats__team .stats__team__stats .other .other-stat .desc{font-size:15px}.create-stats{display:flex;align-items:center;flex-direction:column;width:320px}.create-stats .icon{margin:8px 0 14px;color:var(--theme-primary)}.create-stats h4{display:flex;align-items:center;justify-content:center;margin:0;color:var(--theme-background);background:var(--theme-foreground-20);width:20px;height:20px;border-radius:50%}.create-stats h3{margin:0;white-space:nowrap}.create-stats .cancel{color:var(--theme-primary-transparent-60);cursor:pointer;transition:color var(--theme-transition-fast),background-color var(--theme-transition-fast);height:36px;display:flex;align-items:center;border-radius:8px}.create-stats .cancel:hover{color:var(--theme-primary)}.create-stats .cancel:active{transition:color var(--theme-transition-faster);color:var(--theme-primary-transparent-40)}.create-stats .left-right{display:flex;align-items:center;grid-gap:6px;gap:6px}.no-stats{margin-top:40px;display:flex;align-items:center;justify-content:center;flex-direction:column}.no-stats h2{font-size:40px;margin:8px 0}.no-stats p{opacity:.7;margin-bottom:28px}.profile-image{border-radius:50%;display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:var(--theme-foreground-5);margin-bottom:16px;overflow:hidden;position:relative;cursor:default}.profile-image h1{font-size:44px;font-weight:300;opacity:.5}.profile-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.profile-image.edit{cursor:pointer;transition:background-color var(--theme-transition-fast)}.profile-image.edit h1{transform:translateY(-6px)}.profile-image.edit img{transition:var(--theme-transition-fast)}.profile-image.edit .edit-button{position:absolute;bottom:2px;justify-content:center;grid-gap:6px;gap:6px;font-size:12px;opacity:1;background:var(--theme-background-40);border-radius:20px;padding:6px 12px}.profile-image.edit:hover{background:var(--theme-foreground-10)}.profile-image.edit:hover .img{transform:scale(1.1)}.profile-image.edit:active{transition:opacity var(--theem-transition-faster);opacity:.6}.profile-image.big{width:180px;height:180px;background-color:transparent;border:1px solid var(--theme-foreground-10);transition:border-color var(--theme-transition-fast),background-color var(--theme-transition-fast);box-sizing:border-box}.profile-image.big h1{font-size:72px}.profile-image.big .edit-button{bottom:16px;grid-gap:6px;gap:6px;font-size:14px}.profile-image.big.edit:hover{border-color:var(--theme-foreground-30);background-color:var(--theme-foreground-2)}:root{--theme-background:#11141c;--theme-background-20:rgba(17,20,28,.2);--theme-background-40:rgba(17,20,28,.4);--theme-background-85:rgba(17,20,28,.85);--theme-card:#171a22;--theme-foreground:#ececec;--theme-foreground-2:hsla(0,0%,93%,.02);--theme-foreground-3:hsla(0,0%,93%,.03);--theme-foreground-5:hsla(0,0%,93%,.05);--theme-foreground-8:hsla(0,0%,93%,.08);--theme-foreground-10:hsla(0,0%,93%,.1);--theme-foreground-15:hsla(0,0%,93%,.15);--theme-foreground-20:hsla(0,0%,93%,.2);--theme-foreground-30:hsla(0,0%,93%,.3);--theme-foreground-40:hsla(0,0%,93%,.4);--theme-foreground-50:hsla(0,0%,93%,.5);--theme-foreground-60:hsla(0,0%,93%,.6);--theme-foreground-70:hsla(0,0%,93%,.7);--theme-divider:hsla(0,0%,100%,.15);--theme-switch-knob:#fff;--theme-switch-knob-true:#fff;--theme-primary-transparent-most:rgba(20,74,250,.05);--theme-primary-transparent-more:rgba(20,74,250,.1);--theme-primary-transparent:rgba(20,74,250,.2);--theme-primary-transparent-30:rgba(20,74,250,.3);--theme-primary-transparent-40:rgba(20,74,250,.4);--theme-primary-transparent-60:rgba(20,74,250,.6);--theme-primary-transparent-70:rgba(20,74,250,.7);--theme-primary-transparent-80:rgba(20,74,250,.8);--theme-primary-lightest:#98affa;--theme-primary-lighter:#5d83fd;--theme-primary-light:#3664fa;--theme-primary:#144afa;--theme-primary-dark:#0f3eda;--theme-primary-darker:#0b35be;--theme-primary-darkest:#092da3;--theme-link:#144afa;--theme-link-visited:#7814fa;--theme-red-transparent-most:rgba(255,23,68,.05);--theme-red-transparent-more:rgba(255,23,68,.1);--theme-red-transparent:rgba(255,23,68,.2);--theme-red-transparent-30:rgba(255,23,68,.3);--theme-red-transparent-40:rgba(255,23,68,.4);--theme-red-transparent-60:rgba(255,23,68,.6);--theme-red-lightest:#fd839c;--theme-red-lighter:#ff5c7c;--theme-red-light:#ff3a61;--theme-red:#ff1744;--theme-red-dark:#e9143f;--theme-red-darker:#cf1238;--theme-red-darkest:#ac0f2e;--theme-error-transparent-most:rgba(255,23,68,.05);--theme-error-transparent-more:rgba(255,23,68,.1);--theme-error-transparent:rgba(255,23,68,.2);--theme-error:#ff1744;--theme-green-transparent-most:rgba(0,230,118,.05);--theme-green-transparent-more:rgba(0,230,118,.1);--theme-green-transparent:rgba(0,230,118,.2);--theme-green-transparent-30:rgba(0,230,118,.3);--theme-green-transparent-40:rgba(0,230,118,.4);--theme-green-transparent-60:rgba(0,230,118,.6);--theme-green-lightest:#a9dfc5;--theme-green-lighter:#68e8aa;--theme-green-light:#55e7a1;--theme-green:#00e676;--theme-green-dark:#00d17a;--theme-green-darker:#00b16d;--theme-green-darkest:#00a07d;--theme-blue-transparent-most:rgba(20,74,250,.05);--theme-blue-transparent-more:rgba(20,74,250,.1);--theme-blue-transparent:rgba(20,74,250,.2);--theme-blue-transparent-30:rgba(20,74,250,.3);--theme-blue-transparent-40:rgba(20,74,250,.4);--theme-blue-transparent-60:rgba(20,74,250,.6);--theme-blue-lightest:#98affa;--theme-blue-lighter:#5d83fd;--theme-blue-light:#3664fa;--theme-blue:#144afa;--theme-blue-dark:#0f3eda;--theme-blue-darker:#0b35be;--theme-blue-darkest:#092da3;--theme-avatar:var(--theme-green);--theme-favorite:#fab914;--theme-favorite-transparent-most:rgba(250,185,20,.1);--theme-favorite-transparent-more:rgba(250,185,20,.2);--theme-favorite-transparent:rgba(250,185,20,.3);--theme-favorite-transparent-less:rgba(250,185,20,.4);--theme-favorite-transparent-least:rgba(250,185,20,.5);--theme-transition-faster:0.1s;--theme-transition-fast:0.2s;--theme-transition:0.3s;--theme-transition-slow:0.4s;--theme-transition-slower:0.6s;--theme-transition-slowest:1s;--theme-easing-smooth:cubic-bezier(0.16,0.93,0,1);--theme-easing-spring:cubic-bezier(0.1,1.34,0.01,0.99);--theme-easing-burst:cubic-bezier(0.1,1,0,1);--theme-easing-exit:cubic-bezier(0.58,0,0.68,0.91);--mdc-theme-primary:var(--theme-primary);--mdc-theme-secondary:var(--theme-primary)}.theme--dark{--theme-background:#11141c;--theme-background-20:rgba(17,20,28,.2);--theme-background-40:rgba(17,20,28,.4);--theme-background-85:rgba(17,20,28,.85);--theme-card:#171a22;--theme-foreground:#ececec;--theme-foreground-2:hsla(0,0%,93%,.02);--theme-foreground-3:hsla(0,0%,93%,.03);--theme-foreground-5:hsla(0,0%,93%,.05);--theme-foreground-8:hsla(0,0%,93%,.08);--theme-foreground-10:hsla(0,0%,93%,.1);--theme-foreground-15:hsla(0,0%,93%,.15);--theme-foreground-20:hsla(0,0%,93%,.2);--theme-foreground-30:hsla(0,0%,93%,.3);--theme-foreground-40:hsla(0,0%,93%,.4);--theme-foreground-50:hsla(0,0%,93%,.5);--theme-foreground-60:hsla(0,0%,93%,.6);--theme-foreground-70:hsla(0,0%,93%,.7);--theme-divider:hsla(0,0%,100%,.15);--theme-switch-knob:#fff;--theme-switch-knob-true:#fff}.theme--green{--theme-primary-transparent-most:var(--theme-green-transparent-most);--theme-primary-transparent-more:var(--theme-green-transparent-more);--theme-primary-transparent:var(--theme-green-transparent);--theme-primary-transparent-30:var(--theme-green-transparent-30);--theme-primary-transparent-40:var(--theme-green-transparent-40);--theme-primary-transparent-60:var(--theme-green-transparent-60);--theme-primary-lightest:var(--theme-green-lightest);--theme-primary-lighter:var(--theme-green-lighter);--theme-primary-light:var(--theme-green-light);--theme-primary:var(--theme-green);--theme-primary-dark:var(--theme-green-dark);--theme-primary-darker:var(--theme-green-darker);--theme-primary-darkest:var(--theme-green-darkest)}*{min-width:0}html{scroll-behavior:smooth}body{margin:0;-webkit-tap-highlight-color:transparent;background:var(--theme-background);transition:background-color var(--theme-transition-slow) var(--theme-easing-smooth)}body,button,input,label,textarea{font-family:Inter,sans-serif;color:var(--theme-foreground)}button{outline:none}button,hr{border:none}hr{height:1px;background:var(--theme-foreground-15)}input.double{display:inline-flex;width:100%}input{height:48px;box-sizing:border-box;border-radius:6px;display:flex;align-items:center;font-size:15px;transition:background-color var(--theme-transition-fast)}input:not(input[type=submit]){background:var(--theme-foreground-5)!important;color:var(--theme-foreground)!important;border:none;outline:none;padding:0 28px;width:320px;font-weight:400}input:not(input[type=submit]):hover{background:var(--theme-foreground-8)!important}input:not(input[type=submit]):focus{background:var(--theme-foreground-10)!important}input[type=submit]{width:100%;border:none;outline:none;justify-content:center;cursor:pointer;background:var(--theme-primary);color:#fff;font-weight:700}input[type=submit]:hover{background:var(--theme-primary-dark)}input[type=submit]:active{transition:background-color var(--theme-transition-faster);background:var(--theme-primary-darker)}