2023-01-12 10:59:07 +03:00
<!DOCTYPE html> < html lang = "en" > < head > < meta charSet = "utf-8" / > < meta name = "viewport" content = "width=device-width" / > < script id = "server-side-hydration" nonce = "{{.Nonce}}" >
2022-09-11 01:40:42 +03:00
window.configHydration = {{.ServerConfigJSON}};
2022-10-23 02:55:20 +03:00
window.statusHydration = {{.StatusJSON}};
2023-01-16 05:40:28 +03:00
< / script > < link rel = "apple-touch-icon" sizes = "57x57" href = "/img/favicon/apple-icon-57x57.png" / > < link rel = "apple-touch-icon" sizes = "60x60" href = "/img/favicon/apple-icon-60x60.png" / > < link rel = "apple-touch-icon" sizes = "72x72" href = "/img/favicon/apple-icon-72x72.png" / > < link rel = "apple-touch-icon" sizes = "76x76" href = "/img/favicon/apple-icon-76x76.png" / > < link rel = "apple-touch-icon" sizes = "114x114" href = "/img/favicon/apple-icon-114x114.png" / > < link rel = "apple-touch-icon" sizes = "120x120" href = "/img/favicon/apple-icon-120x120.png" / > < link rel = "apple-touch-icon" sizes = "144x144" href = "/img/favicon/apple-icon-144x144.png" / > < link rel = "apple-touch-icon" sizes = "152x152" href = "/img/favicon/apple-icon-152x152.png" / > < link rel = "apple-touch-icon" sizes = "180x180" href = "/img/favicon/apple-icon-180x180.png" / > < link rel = "icon" type = "image/png" sizes = "192x192" href = "/img/favicon/android-icon-192x192.png" / > < link rel = "icon" type = "image/png" sizes = "32x32" href = "/img/favicon/favicon-32x32.png" / > < link rel = "icon" type = "image/png" sizes = "96x96" href = "/img/favicon/favicon-96x96.png" / > < link rel = "icon" type = "image/png" sizes = "16x16" href = "/img/favicon/favicon-16x16.png" / > < link rel = "manifest" href = "/manifest.json" / > < link href = "/api/auth/provider/indieauth" / > < meta name = "msapplication-TileColor" content = "#ffffff" / > < meta name = "msapplication-TileImage" content = "/img/favicon/ms-icon-144x144.png" / > < meta name = "theme-color" content = "#ffffff" / > < style >
body {
overflow: hidden;
}
2023-01-30 01:29:19 +03:00
< / style > < base target = "_blank" / > < title > {{.Name}}< / title > < meta name = "description" content = "{{.Summary}}" / > < meta property = "og:title" content = "{{.Name}}" / > < meta property = "og:site_name" content = "{{.Name}}" / > < meta property = "og:url" content = "{{.RequestedURL}}" / > < meta property = "og:description" content = "{{.Summary}}" / > < meta property = "og:type" content = "video.other" / > < meta property = "video:tag" content = "{{.TagsString}}" / > < meta property = "og:image" content = "{{.RequestedURL}}{{.Thumbnail}}" / > < meta property = "og:image:url" content = "{{.RequestedURL}}{{.Thumbnail}}" / > < meta property = "og:image:alt" content = "{{.RequestedURL}}{{.Image}}" / > < meta property = "og:video" content = "{{.RequestedURL}}/embed/video" / > < meta property = "og:video:secure_url" content = "{{.RequestedURL}}/embed/video" / > < meta property = "og:video:height" content = "315" / > < meta property = "og:video:width" content = "560" / > < meta property = "og:video:type" content = "text/html" / > < meta property = "og:video:actor" content = "{{.Name}}" / > < meta property = "twitter:title" content = "{{.Name}}" / > < meta property = "twitter:url" content = "{{.RequestedURL}}" / > < meta property = "twitter:description" content = "{{.Summary}}" / > < meta property = "twitter:image" content = "{{.Image}}" / > < meta property = "twitter:card" content = "player" / > < meta property = "twitter:player" content = "{{.RequestedURL}}/embed/video" / > < meta property = "twitter:player:width" content = "560" / > < meta property = "twitter:player:height" content = "315" / > < meta name = "next-head-count" content = "48" / > < style data-href = "/_next/static/css/589db04111f34fa4.css" > : r o o t { - - l i n k - c o l o r : v a r ( - - t h e m e - c o l o r - a c t i o n ) ; - - l i n k - h o v e r - c o l o r : v a r ( - - t h e m e - c o l o r - a c t i o n - h o v e r ) ; - - m o d a l - h e a d e r - b g : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - m o d a l - h e a d e r - b a c k g r o u n d ) ; - - m o d a l - c o n t e n t - b g : v a r ( - - t h e m e - c o l o r - b a c k g r o u n d - m a i n ) ; - - a l e r t - e r r o r - b g - c o l o r : v a r ( - - t h e m e - c o l o r - p a l e t t e - 4 ) ; - - a l e r t - e r r o r - b o r d e r - c o l o r : v a r ( - - t h e m e - c o l o r - p a l e t t e - e r r o r ) ; - - p o p o v e r - b a c k g r o u n d : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - m e n u - b a c k g r o u n d ) ; - - t a g - d e f a u l t - c o l o r : v a r ( - - t h e m e - c o l o r - a c t i o n ) ; - - b o r d e r - r a d i u s - b a s e : v a r ( - - t h e m e - r o u n d e d - c o r n e r s ) ; - - b a c k g r o u n d - c o l o r - l i g h t : v a r ( - - t h e m e - c o l o r - b a c k g r o u n d - m a i n ) ; - - m o d a l - c l o s e - c o l o r : v a r ( - - t h e m e - c o l o r - b a c k g r o u n d - m a i n ) ; - - p r i m a r y - c o l o r : # 6 5 4 4 e 9 ; - - p r i m a r y - c o l o r - h o v e r : # 2 3 8 6 e 2 ; - - p r i m a r y - c o l o r - a c t i v e : # 7 a 5 c f 3 ; - - p r i m a r y - 1 : # 6 5 4 4 e 9 ; - - p r i m a r y - 2 : # 2 3 8 6 e 2 ; - - p r i m a r y - 3 : # 7 a 5 c f 3 ; - - p r i m a r y - 4 : # d a 9 e f f ; - - p r i m a r y - 5 : # 6 5 4 4 e 9 ; - - p r i m a r y - 6 : # 2 3 8 6 e 2 ; - - p r i m a r y - 7 : # 7 a 5 c f 3 ; - - p r i m a r y - 8 : # d a 9 e f f ; - - c o m p o n e n t - b a c k g r o u n d : # e 2 e 8 f 0 ; - - b o d y - b a c k g r o u n d : # e 2 e 8 f 0 ; - - t h e m e - r o u n d e d - c o r n e r s : 9 p x ; - - t h e m e - u n k n o w n - 1 : g r e e n ; - - t h e m e - u n k n o w n - 2 : r e d ; - - t h e m e - t e x t - b o d y - f o n t - f a m i l y : v a r ( - - f o n t - o w n c a s t - b o d y ) ; - - t h e m e - t e x t - d i s p l a y - f o n t - f a m i l y : v a r ( - - f o n t - o w n c a s t - d i s p l a y ) ; - - t h e m e - c o l o r - u s e r s - 0 : v a r ( - - c o l o r - o w n c a s t - u s e r - 0 ) ; - - t h e m e - c o l o r - u s e r s - 1 : v a r ( - - c o l o r - o w n c a s t - u s e r - 1 ) ; - - t h e m e - c o l o r - u s e r s - 2 : v a r ( - - c o l o r - o w n c a s t - u s e r - 2 ) ; - - t h e m e - c o l o r - u s e r s - 3 : v a r ( - - c o l o r - o w n c a s t - u s e r - 3 ) ; - - t h e m e - c o l o r - u s e r s - 4 : v a r ( - - c o l o r - o w n c a s t - u s e r - 4 ) ; - - t h e m e - c o l o r - u s e r s - 5 : v a r ( - - c o l o r - o w n c a s t - u s e r - 5 ) ; - - t h e m e - c o l o r - u s e r s - 6 : v a r ( - - c o l o r - o w n c a s t - u s e r - 6 ) ; - - t h e m e - c o l o r - u s e r s - 7 : v a r ( - - c o l o r - o w n c a s t - u s e r - 7 ) ; - - t h e m e - c o l o r - p a l e t t e - 0 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 0 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 ) ; - - t h e m e - c o l o r - p a l e t t e - 2 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 2 ) ; - - t h e m e - c o l o r - p a l e t t e - 3 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 3 ) ; - - t h e m e - c o l o r - p a l e t t e - 4 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 4 ) ; - - t h e m e - c o l o r - p a l e t t e - 5 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 5 ) ; - - t h e m e - c o l o r - p a l e t t e - 6 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 6 ) ; - - t h e m e - c o l o r - p a l e t t e - 7 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 7 ) ; - - t h e m e - c o l o r - p a l e t t e - 8 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 8 ) ; - - t h e m e - c o l o r - p a l e t t e - 9 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 9 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 0 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 0 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 1 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 1 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 2 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 2 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 3 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 3 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 4 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 4 ) ; - - t h e m e - c o l o r - p a l e t t e - 1 5 : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 1 5 ) ; - - t h e m e - c o l o r - p a l e t t e - e r r o r : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - e r r o r ) ; - - t h e m e - c o l o r - p a l e t t e - w a r n i n g : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - w a r n i n g ) ; - - t h e m e - c o l o r - b a c k g r o u n d - m a i n : v a r ( - - t h e m e - c o l o r
/*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);
/*# sourceMappingURL=589db04111f34fa4.css.map*/< / style > < style data-href = "/_next/static/css/c262fc266932fe3e.css" > . C u s t o m P a g e C o n t e n t _ p a g e C o n t e n t C o n t a i n e r _ _ E G 4 t U { d i s p l a y : f l e x ; j u s t i f y - c o n t e n t : c e n t e r ; a l i g n - i t e m s : c e n t e r } . C u s t o m P a g e C o n t e n t _ c u s t o m P a g e C o n t e n t _ _ M r 9 8 1 { f o n t - s i z e : 1 r e m ; l i n e - h e i g h t : 1 . 6 e m ; c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - t e x t - o n - l i g h t ) ; p a d d i n g : c a l c ( 2 * v a r ( - - c o n t e n t - p a d d i n g ) ) ; b o r d e r - r a d i u s : v a r ( - - t h e m e - r o u n d e d - c o r n e r s ) ; w i d t h : 1 0 0 % ; b a c k g r o u n d - c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - c o n t e n t - b a c k g r o u n d ) } . C u s t o m P a g e C o n t e n t _ c u s t o m P a g e C o n t e n t _ _ M r 9 8 1 h r { m a r g i n : 1 . 3 5 e m 0 ; b o r d e r : 0 ; b o r d e r - t o p : 1 p x s o l i d v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - c o n t e n t - b a c k g r o u n d ) } . C u s t o m P a g e C o n t e n t _ c u s t o m P a g e C o n t e n t _ _ M r 9 8 1 d i v . C u s t o m P a g e C o n t e n t _ s u m m a r y _ _ _ Z g p s { f o n t - s i z e : . 9 r e m } . C u s t o m P a g e C o n t e n t _ c u s t o m P a g e C o n t e n t _ _ M r 9 8 1 p { m a r g i n : u n s e t } . S i d e b a r _ r o o t _ _ 8 H E 0 A { b a c k g r o u n d - c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - c h a t - b a c k g r o u n d ) ; d i s p l a y : n o n e } @ m e d i a o n l y s c r e e n a n d ( m i n - w i d t h : 7 6 8 p x ) { . S i d e b a r _ r o o t _ _ 8 H E 0 A { p o s i t i o n : s t i c k y ; d i s p l a y : b l o c k } } . S i d e b a r _ r o o t _ _ 8 H E 0 A > d i v { d i s p l a y : f l e x ; f l e x - f l o w : c o l u m n n o w r a p ; f l e x - g r o w : 1 ! i m p o r t a n t ; h e i g h t : 1 0 0 % ! i m p o r t a n t } . F o o t e r _ f o o t e r _ _ m P u v f { d i s p l a y : n o n e ; a l i g n - i t e m s : c e n t e r ; f l e x - w r a p : w r a p ; h e i g h t : v a r ( - - f o o t e r - h e i g h t ) ; j u s t i f y - c o n t e n t : s p a c e - b e t w e e n ; f l e x - d i r e c t i o n : r o w ; b a c k g r o u n d - c o l o r : v a r ( - - t h e m e - c o l o r - b a c k g r o u n d - h e a d e r ) ; c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - t e x t - o n - d a r k ) ; f o n t - f a m i l y : v a r ( - - t h e m e - t e x t - b o d y - f o n t - f a m i l y ) ; p a d d i n g : . 6 r e m ; f o n t - s i z e : . 8 r e m ; f o n t - w e i g h t : 6 0 0 ; b o r d e r - t o p : 1 p x s o l i d h s l a ( 0 , 4 % , 8 3 % , . 5 ) } @ m e d i a o n l y s c r e e n a n d ( m a x - w i d t h : 7 6 8 p x ) { . F o o t e r _ f o o t e r _ _ m P u v f { f o n t - s i z e : 1 0 p x } } @ m e d i a o n l y s c r e e n a n d ( m i n - w i d t h : 7 6 8 p x ) { . F o o t e r _ f o o t e r _ _ m P u v f { d i s p l a y : f l e x } } . F o o t e r _ f o o t e r _ _ m P u v f a { c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - t e x t - o n - d a r k ) ; t e x t - d e c o r a t i o n : n o n e } . F o o t e r _ f o o t e r _ _ m P u v f . F o o t e r _ l i n k s _ _ 7 b B x V { - m o z - c o l u m n - g a p : 2 r e m ; c o l u m n - g a p : 2 r e m ; w i d t h : a u t o ; d i s p l a y : f l e x ; j u s t i f y - c o n t e n t : s p a c e - b e t w e e n ; f l e x - d i r e c t i o n : r o w } . A c t i o n B u t t o n R o w _ r o w _ _ S i E G e { p a d d i n g : . 3 r e m ; d i s p l a y : f l e x ; f l e x - w r a p : w r a p ; a l i g n - i t e m s : c e n t e r ; j u s t i f y - c o n t e n t : f l e x - e n d } . A c t i o n B u t t o n R o w _ r o w _ _ S i E G e b u t t o n { m a r g i n - l e f t : . 3 r e m ; m a r g i n - r i g h t : . 3 r e m } . A c t i o n B u t t o n _ b u t t o n _ _ z 5 Z 2 c { m a r g i n : 3 p x ; f o n t - w e i g h t : 4 0 0 ; f o n t - f a m i l y : v a r ( - - t h e m e - t e x t - d i s p l a y - f o n t - f a m i l y ) } . A c t i o n B u t t o n _ b u t t o n _ _ z 5 Z 2 c . A c t i o n B u t t o n _ i c o n _ _ E P p 7 Q { h e i g h t : 9 0 % ; m a r g i n - r i g h t : 5 p x ; m a r g i n - b o t t o m : 1 % } . O f f l i n e B a n n e r _ o u t e r C o n t a i n e r _ _ 3 A b s B { d i s p l a y : f l e x ; j u s t i f y - c o n t e n t : c e n t e r } . O f f l i n e B a n n e r _ i n n e r C o n t a i n e r _ _ z T m 1 3 { w i d t h : c l a m p ( 0 p x , 1 0 0 % , 6 0 0 p x ) ; d i s p l a y : f l e x ; f l e x - d i r e c t i o n : c o l u m n ; c o l o r : v a r ( - - t h e m e - c o l o r - c o m p o n e n t s - t e x t - o n - l i g h t ) ; b a c k g r o u n d - c o l o r : v a r ( - - t h e m e - c o l o r - b a c k g r o u n d - m a i n ) ; m a r g i n : 3 r e m a u t o ; b o r d e r - r a d i u s : v a r ( - - t h e m e - r o u n d e d - c o r n e r s ) ; p a d d i n g : 2 . 5 e m ; f o n t - s i z e : 1 . 2 r e m ; b o r d e r : 1 p x s o l i d # d 3 d 3 d 3 } . O f f l i n e B a n n e r _ b o d y T e x t _ _ n N N y 0 { l i n e - h e i g h t : 2 r e m } . O f f l i n e B a n n e r _ s e p a r a t o r _ _ _ j _ S s { m a r g i n - t o p : 1 5 p x ; m a r g i n - b o t t o m : 1 5 p x } . O f f l i n e B a n n e r _ l a s t L i v e D a t e _ _ _ U Z d O { m a r g i n - t o p : 1 5 p x ; f o n t - s i z e : 1 r e m ; o p a c i t y : . 5 } . O f f l i n e B a n n e r _ l a s t L i v e D a t e _ _ _ U Z d O . O f f l i n e B a n n e r _ c l o c k I c o n _ _ s 0 D B _ { m a r g i n - r i g h t : 5 p x } . O f f l i n e B a n n e r _ h e a d e r _ _ V u 2 0 o { f o n t - w e i g h t : 7 0 0 } . O f f l i n e B a n n e r _ f o o t e r _ _ o 3 Z l 5 { m a r g i n - t o p : 1 5 p x } . O f f l i n e B a n n e r _ a c t i o n L i n k _ _ b 4 M w a { c o l o r : v a r ( - - t h e m e - c o l o r - a c t i o n ) ; t e x t - d e c o r a t i o n : u n d e r l i n e ; c u r s o r : p o i n t e r } . O f f l i n e B a n n e r _ a c t i o n L i n k _ _ b 4 M w a : h o v e r { c o l o r : v a r ( - - c o l o r - o w n c a s t - p a l e t t e - 7 ) } . L o g o _ r o o t _ _ j K i J C { d i s p l a y : f l e x ; f l e x - d i r e c t i o n : c o l u m n ; a l i g n - i t e m s : c e n t e r ; j u s t i f y - c o n t e n t : c e n t e r ; o v e r f l o w : h i d d e n ; m a r g i n - r i g h t : . 5 r e m ; w i d t h : 9 6 p x ; h e i g h t : 9 6 p x ; b o r d e r - r a d i u s : 5 0 % ; b o r d e r - w i d t h : 5 p x ; b o r d e r - s t y l e : s o l i d ; b o r d e r - c o l o r : v a r ( - - t h e m e - c o l o r - p a l e t t e - 0 ) ; b a c k g r o u n d - c o l o r : v a r ( - - t h e m e - c o l o r - p a l e t t e - 4 ) } . L o g o _ c o n t a i n e r _ _ A 4 U Y T { w i d t h : 9 0 % ; h e i g h t : 9 0 % ; b o r d e r - r a d i u s : 5 0 % ; o v e r f l o w : h i d d e n } . L o g o _ i m a g e _ _ A h k o m { w i d t h : 1 0 0 % ; h e i g h t : 1 0 0 % ; b a c k g r o u n d - s i z e : c o v e r ; b a c k g r o u n d - p o s i t i o n : 5 0 % ; o v e r f l o w : h i d d e n } . S o c i a l L i n k s _ l i n k _ _ _ C c S m { w i d t h : 3 0 p x ; m a r g i n - r i g h t : 1 6 p x } . S o c i a l L i n k s _ l i n k s _ _ g O A b 7 { d i s p l a y : f l e x ; a l i g n - i t e m s : c e n t e r ; j u s t i f y - c o n t e n t : f l e x - s t a r t ; m a r g i n - t o p : 5 p x } . C o n t e n t H e a d e r _ r o o t _ _ H a U G 0 { p o s i t i o n : r e l a t i v e ; d i s p l a y : g r i d ; p a d d i n g : 1 . 4 r e m ; p a d d i n g - t o p : u n s e t } . C o n t e n t H e a d e r _ r o w _ _ 9 Q 8 g H { m a r g i n - b o t t o m : 7 p x } . C o n t e n t H e a d e r _ l o g o T i t l e S e c t i o n _ _ Z 8 p U c { d i s p l a y : f l e x ; f l e x - d i r e c t i o n : c o l u m n } . C o n t e n t H e a d e r _ l o g o T i t l e S e c t i o n _ _ Z 8 p U c . C o n t e n t
/*# sourceMappingURL=c262fc266932fe3e.css.map*/< / style > < noscript data-n-css = "" > < / noscript > < script defer = "" nomodule = "" src = "/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js" > < / script > < script src = "/_next/static/chunks/webpack-7f47dd5b57b12572.js" defer = "" > < / script > < script src = "/_next/static/chunks/framework-d583295f3144c491.js" defer = "" > < / script > < script src = "/_next/static/chunks/main-85888203c74d0bab.js" defer = "" > < / script > < script src = "/_next/static/chunks/pages/_app-dc2dd97951b72b1e.js" defer = "" > < / script > < script src = "/_next/static/chunks/2074-66d227ce8758028e.js" defer = "" > < / script > < script src = "/_next/static/chunks/164-8dd6f2ff733fdeba.js" defer = "" > < / script > < script src = "/_next/static/chunks/2138-e8118743e123efc0.js" defer = "" > < / script > < script src = "/_next/static/chunks/31-2f675455e4c3fd19.js" defer = "" > < / script > < script src = "/_next/static/chunks/4931-1aa452353f007027.js" defer = "" > < / script > < script src = "/_next/static/chunks/5402-e3607c98faf20551.js" defer = "" > < / script > < script src = "/_next/static/chunks/492-88161dd6351f01f0.js" defer = "" > < / script > < script src = "/_next/static/chunks/3013-ff285a46c58657fc.js" defer = "" > < / script > < script src = "/_next/static/chunks/5938-7b04008793cccd9a.js" defer = "" > < / script > < script src = "/_next/static/chunks/6395-2b699a71fc680a5c.js" defer = "" > < / script > < script src = "/_next/static/chunks/2928-18b546b981f857d1.js" defer = "" > < / script > < script src = "/_next/static/chunks/9863-a4b938257b3e9d31.js" defer = "" > < / script > < script src = "/_next/static/chunks/4252-7932f6e987848569.js" defer = "" > < / script > < script src = "/_next/static/chunks/281-769085a909be1763.js" defer = "" > < / script > < script src = "/_next/static/chunks/710-3464b9980240bdfc.js" defer = "" > < / script > < script src = "/_next/static/chunks/7466-324a99f699cfa686.js" defer = "" > < / script > < script src = "/_next/static/chunks/pages/index-bdafcb99f7642b3d.js" defer = "" > < / script > < script src = "/_next/static/LWPZmlh_bWFLujEUOoR1h/_buildManifest.js" defer = "" > < / script > < script src = "/_next/static/LWPZmlh_bWFLujEUOoR1h/_ssgManifest.js" defer = "" > < / script > < / head > < body > < div id = "__next" > < style >
2022-11-13 07:30:37 +03:00
:root {
}
2023-01-30 01:29:19 +03:00
< / style > < section class = "ant-layout Main_layout__Bm6Gz" > < header class = "Header_header__U4Ro1 global-header" > < a class = "Header_skipLink__9Pusb" href = "/#skip-to-content" > Skip to page content< / a > < a class = "Header_skipLink__9Pusb" href = "/#footer" > Skip to footer< / a > < div class = "Header_logo__HLZ6Z" > < div id = "header-logo" class = "Header_logoImage__beIL2" > < div class = "OwncastLogo_root__uDVJf OwncastLogo_contrast__rDMJY" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 95.68623352050781 104.46271514892578" class = "logo-svg" > < g transform = "matrix(1 0 0 1 -37.08803939819336 -18.940391540527344)" > < g > < g > < g > < g transform = "matrix(1.0445680396949917 0 0 1.0445679172996596 36.34559138380523 18.877718021903796)" > < g transform = "matrix(1 0 0 1 0 0)" > < defs > < linearGradient x1 = "0" y1 = "0" x2 = "0" y2 = "1" id = "gradient120" gradientTransform = "rotate(-90 .5 .5)" > < stop offset = "0" stop-color = "#1f2022" stop-opacity = "1" > < / stop > < stop offset = "1" stop-color = "#635e69" stop-opacity = "1" > < / stop > < / linearGradient > < / defs > < path fill = "url(#gradient120)" d = "M91.5 75.35Q93.05 71.15 91.65 67.7 90.35 64.5 86.65 62.3 83.2 60.3 78.3 59.4 73.85 58.6 68.6 58.7 63.55 58.85 58.8 59.8 54.25 60.75 50.8 62.2 47.4 63.65 45.5 65.35 43.6 67.15 43.5 69.05 43.35 71.3 45.8 73.9 48.05 76.3 52.1 78.6 56.15 80.9 61.05 82.55 66.3 84.3 71.4 84.8 74.7 85.1 77.55 84.9 80.65 84.6 83.3 83.6 86.15 82.5 88.15 80.55 90.4 78.4 91.5 75.35M70.6 67.5Q72.3 68.4 73.1 69.7 73.9 71.15 73.45 73 73.1 74.3 72.3 75.25 71.55 76.1 70.3 76.6 69.25 77.05 67.75 77.25 66.3 77.4 64.85 77.3 62.3 77.15 59.25 76.3 56.6 75.5 54.15 74.3 51.9 73.2 50.45 72 49.05 70.75 49.1 69.8 49.2 69 50.25 68.25 51.3 67.55 53.15 67 55 66.4 57.25 66.1 59.8 65.8 62.1 65.8 64.65 65.85 66.7 66.2 68.9 66.65 70.6 67.5Z" > < / path > < / g > < g transform = "matrix(1 0 0 1 0 0)" > < defs > < linearGradient x1 = "0" y1 = "0" x2 = "0" y2 = "1" id = "gradient121" gradientTransform = "rotate(-180 .5 .5)" > < stop offset = "0" stop-color = "#2087e2" stop-opacity = "1" > < / stop > < stop offset = "1" stop-color = "#b63fff" stop-opacity = "1" > < / stop > < / linearGradient > < / defs > < path fill = "url(#gradient121)" d = "M66.6 15.05Q66.4 9.65 63.9 6.05 61.25 2.1 56.1 0.65 54.95 0.3 53.65 0.15 52.5 0 51.3 0.1 50.2 0.1 49.1 0.35 48.15 0.55 47 1 43.3 2.45 40.3 6.1 37.5 9.4 35.5 14.3 33.75 18.45 32.7 23.4 31.7 28.05 31.35 32.85 31.05 37.2 31.3 41.2 31.6 45.15 32.4 48.35 34 54.9 37.3 56.4 37.6 56.55 37.9 56.65L39.2 56.85Q39.45 56.85 39.95 56.8 42.05 56.6 44.7 55.05 47.25 53.5 50.05 50.8 53.05 47.9 55.85 44.05 58.8 40.05 61.1 35.6 63.8 30.35 65.25 25.3 66.75 19.75 66.6 15.05M47.55 23.15Q48.05 23.25 48.4 23.4 52.45 24.8 52.55 29.85 52.6 34 50 39.4 47.85 43.9 44.85 47.3 42.05 50.5 40.15 50.7L39.9 50.75 39.45 50.7 39.2 50.6Q37.8 49.95 37.25 46.35 36.7 42.7 37.3 38 37.95 32.75 39.75 28.8 41.9 24.1 45.05 23.25 45.6 23.1 45.85 23.1 46.25 23.05 46.65 23.05 47.05 23.05 47.55 23.15Z" > < / path > < / g > < g transform = "matrix(1 0 0 1 0 0)" > < defs > < linearGradient x1 = "0" y1 = "0" x2 = "0" y2 = "1" id = "gradient122" gradientTransform = "rotate(-90 .5 .5)" > < stop offset = "0" stop-color = "#100f0f" stop-opacity = "1" > < / stop > < stop offset = "1" stop-color = "#49261F" stop-opacity = "1" > < / stop > < / linearGradient > < / defs > < path fill = "url(#gradient122)" d = "M2.7 33.6Q2.1 34.4 1.7 35.35 1.25 36.5 1.05 37.7 0 42.6 2.2 47.2 4 51 8 54.35 11.55 57.3 16 59.15 20.5 61 23.85 60.85 24.5 60.85 25.25 60.7 26 60.55 26.5 60.3 27 60.05 27.45 59.65 27.9 59.25 28.15 58.75 29.35 56.45 27.5 51.65 25.6 47 21.75 42.1 17.75 37 13.4 34.05 8.7 30.9 5.45 31.7 4.65 31.9 3.95 32.4 3.25 32.85 2.7 33.6M10.1 43.55Q10.35 43.1 10.6 42.85 10.85 42.6 11.2 42.4 11.6 42.25 11.9 42.2 13.5 41.9 15.95 43.6 18.15 45.05 20.35 47.7 22.35 50.1 23.55 52.4 24.7 54.75 24.25 55.7 24.15 55.9 24 56 23.85 56.2 23.65 56.25 23.55 56.35 23.25 56.4L22.7 56.5Q21.1 56.6 18.55 55.6 16.05 54.6 13.85 52.95 11.5 51.2 10.35 49.15 9.05 46.8 9.75 44.45 9.9 43.95 10.1 43.55Z" > < / path > < / g > < g transform = "matrix(1 0 0 1 0 0)" > < defs > < linearGradient x1 = "0" y1 = "0" x2 = "0" y2 = "1" id = "gradient123" gradientTransform = "rotate(-180 .5 .5)" > < stop offset = "0" stop-color = "#222020" stop-opacity = "1" > < / stop > < stop offset = "1" stop-color = "#49261F" stop-opacity = "1" > < /
2023-01-12 10:59:07 +03:00
< span style = "display:none" >
<!-- If you're reading this we'd love your help with Owncast! Visit https://owncast.online/help to see how you can contribute to make independent, open source live streaming better with your help. --> < / span > < / body > < / html >