@import"https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap";:root{--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 15px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-size-4xl: 36px;--font-size-5xl: 48px;--padding-xs: 4px;--padding-sm: 8px;--padding-md: 12px;--padding-lg: 16px;--padding-xl: 24px;--padding-2xl: 32px;--gap-xs: 4px;--gap-sm: 8px;--gap-md: 12px;--gap-lg: 16px;--gap-xl: 24px;--green-50: #fdfffd;--green-100: #f5fff5;--green-200: #e9ffe9;--green-300: #d7ffd7;--green-400: #c1ffc1;--green-500: #a6ffa6;--green-600: #86ff86;--green-700: #61ff61;--green-800: #00b900;--green-900: #005400;--green-950: #030;--white-700: #fff;--white-800: #808080;--white-900: #333;--white-950: #1a1a1a;--purple-50: #fefaff;--purple-100: #f9ecff;--purple-200: #f2d5ff;--purple-300: #e7b4ff;--purple-400: #da89ff;--purple-500: #c956ff;--purple-600: #b619ff;--purple-700: #8f00d1;--purple-800: #530079;--purple-900: #2f0045;--purple-950: #230033;--yellow-50: #fffefc;--yellow-100: #fef9f2;--yellow-200: #fcf2e1;--yellow-300: #fae8cb;--yellow-400: #f7dbad;--yellow-500: #f4cb89;--yellow-600: #f0b85e;--yellow-700: #eba22d;--yellow-800: #8c5b0d;--yellow-900: #462e07;--yellow-950: #2f1e04;--primary-50: #fffbfc;--primary-100: #ffedf4;--primary-200: #ffd8e6;--primary-300: #ffb9d3;--primary-400: #ff91ba;--primary-500: #ff619b;--primary-600: #ff2877;--primary-700: #e60054;--primary-800: #820030;--primary-900: #47001a;--primary-950: #330013;--black-50: #fbfbfb;--black-100: #f0f0f0;--black-200: #dedede;--black-300: #c4c4c4;--black-400: #a3a3a3;--black-500: #7b7b7b;--black-600: #4b4b4b;--black-650: #242424;--black-700: #141414;--black-800: #090909;--black-900: #020202;--black-950: #000}html{display:flex;font-family:Google Sans,sans-serif;font-weight:400;background:var(--black-700);justify-content:center}*,*:before,*:after{box-sizing:border-box}body{margin:0;display:flex;flex-direction:column;min-height:100vh;max-width:390px;width:100%;padding:var(--padding-xl) var(--padding-xl) 0 var(--padding-xl);color:var(--white-700);line-height:140%;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none}a,button{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:0 0 0 1000px #000 inset;transition:background-color 9999s ease-in-out 0s}.submit-button{position:fixed;left:50%;bottom:var(--padding-md);transform:translate(-50%);display:flex;width:calc(100% - 3 * var(--padding-xl));max-width:390px;height:59px;padding:12px 32px;justify-content:center;align-items:center;gap:8px;border-radius:100px;background:var(--primary-700);border:none;cursor:pointer;color:var(--white-700);font-size:16px;font-style:normal;font-weight:700;line-height:110%;z-index:100}.error-message{margin-top:4px;font-size:12px;color:var(--black-500)}.header{display:flex;align-items:center;width:100%}.header__container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:14px}.header__channel{display:flex;align-items:center;gap:12px}.header__avatar{width:48px;height:48px;border-radius:12px;object-fit:cover}.header__content{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.header__name{color:var(--white-700);font-size:15px;font-style:normal;font-weight:600;line-height:normal}.header__subscribers{color:var(--white-700);opacity:.5;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.header-loading__avatar{width:48px;height:48px;background:#000;background-color:#000;border-radius:12px;border:none}.header-loading__content{display:flex;flex-direction:column;gap:8px}.header-loading__name{width:120px;height:16px;background:linear-gradient(90deg,var(--black-700) 25%,var(--black-600) 50%,var(--black-700) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.header-loading__subscribers{width:80px;height:14px;background:linear-gradient(90deg,var(--black-700) 25%,var(--black-600) 50%,var(--black-700) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.header-loading__avatar{background:linear-gradient(90deg,var(--black-700) 25%,var(--black-600) 50%,var(--black-700) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.subscribe-button{display:flex;width:48px;height:48px;padding:9px 10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;cursor:pointer;border-radius:12px;border:none;transform:scale(1)}.subscribe-button:active{opacity:.8;transform:scale(.95)}.color-twitch{background:var(--purple-700)}.color-youtube{background:red}.header__button{display:flex;width:48px;height:48px;justify-content:center;align-items:center;flex-shrink:0;border-radius:12px;background:var(--white-white-950, #1a1a1a);transform:scale(1)}.header__button:active{opacity:.8;transform:scale(.95)}.button-primary{background:var(--primary-700)}.disabled{pointer-events:none;opacity:.5}.Toastify__toast-theme--dark{width:fit-content;margin:var(--padding-lg);background-color:#242424cc;color:var(--white-700);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:14px}@media only screen and (max-width:480px){.Toastify__toast{--y: 0;width:calc(100% - 2 * var(--padding-xl));position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:12px;box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}}.error-page__container{display:flex;width:100%;height:90vh;justify-content:center;align-items:center;flex-direction:column;gap:14px}.error-page__content{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:8px}.error-page__title{color:var(--white-700);text-align:center;font-size:24px;font-style:normal;font-weight:700}.error-page__subtitle{color:#ffffff80;text-align:center;font-size:16px;font-style:normal;font-weight:500}.error-page__status{display:inline-flex;padding:10px 15px;justify-content:center;align-items:center;gap:6px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#ffffff0d;color:#ffffff80;text-align:center;font-size:14px;font-style:normal;font-weight:500}
