header.app__header{background-color:var(--tg-theme-section-bg-color);z-index:20;position:fixed;left:0;right:0;bottom:0;padding:20px;box-sizing:border-box;box-shadow:0 -4px 4px #0003}header.app__header .app__nav{display:flex;width:100%;flex-flow:row nowrap;justify-content:space-between;align-items:center}header.app__header .app__nav-link{width:40px;height:40px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;text-decoration:none;color:var(--tg-theme-text-color)}header.app__header .app__nav-link.router-link-exact-active{color:var(--tg-theme-accent-text-color)}:root{--tg-color-scheme: dark;--tg-theme-bg-color: #212121;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #aaaaaa;--tg-theme-link-color: #8774e1;--tg-theme-button-color: #8774e1;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #0f0f0f;--tg-theme-header-bg-color: #212121;--tg-theme-accent-text-color: #8774e1;--tg-theme-section-bg-color: #212121;--tg-theme-section-header-text-color: #aaaaaa;--tg-theme-subtitle-text-color: #aaaaaa;--tg-theme-destructive-text-color: #e53935;--tg-viewport-height: 610px;--tg-viewport-stable-height: 610px;--tg-safe-area-inset-top: 0px;--tg-safe-area-inset-bottom: 0px;--tg-safe-area-inset-left: 0px;--tg-safe-area-inset-right: 0px;--tg-content-safe-area-inset-top: 0px;--tg-content-safe-area-inset-bottom: 0px;--tg-content-safe-area-inset-left: 0px;--tg-content-safe-area-inset-right: 0px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Apple Color Emoji",Helvetica Neue,sans-serif;font-size:16px;background-color:#212121;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);padding-bottom:60px}h1,h2,h3,h4,h5{font-weight:400}h1{font-size:1.42rem;text-align:center;margin:2rem}button{border:none;outline:none;padding:.25rem 1rem;display:inline-block;border-radius:1rem;background-color:var(--tg-theme-hint-color);color:var(--tg-theme-text-color)}input{border:none;outline:none;padding:.25rem 1rem;display:inline-block;border-radius:1rem}input+button{color:var(--tg-theme-bg-color);background-color:var(--tg-theme-text-color);padding:0;margin:0;border-radius:0}.app__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.app__tabs{display:block}.app__tabs-content{display:flex;flex-direction:column;gap:20px;padding:20px 0}.app__tabs-filter{padding:1.25rem 0;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:10px}.app__tabs-filter input{opacity:.5;flex-grow:1}.app__tabs-filter input:focus{opacity:1}.app__tabs-controls{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;flex-grow:1}.app__tabs-controls button{font-size:16px;padding:.25rem 1rem;background-color:var(--tg-theme-text-color);color:var(--tg-theme-secondary-bg-color)}.app__tabs-controls button.active{background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.app main{padding:10px;width:100%;box-sizing:border-box}.app article{padding:20px;border-radius:1rem;background-color:var(--tg-theme-secondary-bg-color)}.notifications__container{position:fixed;top:0;left:0;right:0;display:flex;flex-flow:column nowrap}.notifications__container .notification{background-color:var(--tg-theme-text-color);color:var(--tg-theme-secondary-bg-color);margin:20px;border-radius:1rem;box-sizing:border-box;padding:1rem 3rem 1rem 1rem;position:relative;overflow:hidden}.notifications__container .notification--error{background-color:var(--tg-theme-destructive-text-color);color:#fff}.notifications__container .notification--error .notification__close{color:#fff}.notifications__container .notification--error .notification__progress{background-color:#fffa}.notifications__container .notification__progress{position:absolute;bottom:0;left:0;background-color:var(--tg-theme-button-color);height:3px}.notifications__container .notification__close{background-color:transparent;color:var(--tg-theme-secondary-bg-color);position:absolute;top:.6rem;left:unset;right:0rem}
