@charset "UTF-8";.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.inline-grid{display:inline-grid}.block{display:block}.inline{display:inline}.center{justify-content:center;align-items:center}.column{flex-direction:column}.wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.w-100{width:100%}.h-100{height:100%}.min-w-100{min-width:100%}.min-h-100{min-height:100%}.w-auto{width:auto}.h-auto{height:auto}.m-0{margin:0}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.mt-1{margin-top:.5rem}.mb-1{margin-bottom:.5rem}.ml-1{margin-left:.5rem}.mr-1{margin-right:.5rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.text-white{color:#fff}.text-black{color:#000}.text-gray{color:#777}.text-blue{color:#007bff}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-gray{background-color:#f5f5f5}.bg-blue{background-color:#007bff;color:#fff}.rounded{border-radius:.5rem}.border{border:1px solid #ccc}.border-none{border:none}.gap-1{gap:.5rem}.gap-2{gap:1rem}.shadow{box-shadow:0 2px 6px #00000026}.pointer{cursor:pointer}@media (prefers-color-scheme: light){:root{color-scheme:light;--primary: #545F71;--secondary: #9BA5B7;--tertiary: #D9D9D9;--background: #F5F5F5;--content-background: white;--shadow: rgba(0,0,0, .25)}}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--primary: #AEB7C8;--secondary: #CCD3DF;--tertiary: #3A3F4A;--background: #1A1E24;--content-background: #262B33;--shadow: rgba(255, 230, 0, 0)}}html{font-family:Inter;color:var(--primary);background-color:var(--background)}ul,ol{list-style:none;margin:0;padding:0}input{border:1px solid var(--primary);border-radius:.6em;color:var(--primary);padding:.75rem;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.1875rem}.hidden{display:none!important}.centered-content{display:flex;align-items:center;justify-content:center}.content-block{background-color:var(--content-background);border-radius:.75rem;box-shadow:0 4px 4px 0 var(--shadow)}a{color:#0366d6}code{color:#e01a76}.skeleton{background-color:var(--tertiary)}.shimmer{background:linear-gradient(90deg,var(--background) 0%,var(--tertiary) 20%,var(--background) 40%,var(--background) 100%);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.btn{transition:background-color .2s;border:none;cursor:pointer}.btn.secondary{background-color:var(--secondary);color:var(--background)}.btn.primary{background-color:var(--primary);color:var(--background)}.btn:hover{background-color:rgba(var(--primary),.8)}.btn:disabled{background-color:var(--tertiary);color:var(--background);cursor:default}.btn.small{padding:.5rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:400}.btn.big{padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:600}.content-container{display:flex;flex-direction:column}.avatar-small{border-radius:100%;background-repeat:no-repeat;background-size:100%;box-shadow:0 2px 2px #00000080}.avatar{width:4rem;height:4rem;border-radius:100%}.main-view{display:flex;flex-direction:row}.chat{padding:1rem;height:auto;display:flex;flex-direction:column}.container{margin-top:3rem;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;padding:20px;background:#f5f5f5}.logo{font-size:20px;font-weight:700}.record-btn{padding:10px;background:red;color:#fff;border:none}.content{display:flex;flex-direction:column;padding:20px}.main-view{display:flex;flex-direction:row;gap:1.25rem}.source-picker{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;background-color:var(--primary);box-shadow:0 4px 4px 0 var(--shadow);border-radius:.75rem}.source-picker:hover{cursor:pointer}.source-picker p{color:#696969}.select-source{background-color:var(--secondary);color:#fff;border:none;width:16rem;height:4rem;padding:.75rem 1rem;justify-content:center;align-items:center;font-size:1rem;font-style:normal;letter-spacing:-.02rem;border-radius:.375rem}.stream-video{width:70%;border-radius:.75rem;box-shadow:0 4px 4px 0 var(--shadow)}.title-author{display:flex;flex-direction:row}.stream-description{display:flex;flex-direction:column;justify-content:center}.streamer-avatar{width:4rem;height:4rem;border-radius:50%;margin:.5rem;box-shadow:0 2px 2px #00000080}.streamer-name{font-size:.875rem}.tags-container{border:solid 1px transparent;padding:.5em;position:relative}.tag{color:#fff;font-size:.85em;background-color:var(--secondary);padding:.1em .5em;margin:.25em;border-radius:1em}.stream-name-input-wrapper{position:relative}.stream-name-input-wrapper{border:1px solid transparent}.stream-name-input-wrapper:hover{cursor:text;border:1px solid gray;transition:border .2s}.stream-name-input-wrapper:hover:after{content:"\1f58a\fe0f";position:absolute;top:0;right:0}.stream-name-input{font-size:1.75rem;font-style:normal;font-weight:400;width:100%;border:none;outline:none;padding:0;background-color:transparent}.insights{margin:1.5rem;display:flex;flex-direction:column;gap:1.25rem;max-width:48rem}.insight{font-size:1rem;background-color:var(--tertiary);padding:1rem 1.75rem 1rem 3.75rem;font-style:normal;font-weight:400;border-radius:.75rem}.insight.information{background-image:url(/assets/images/information-circle.svg);background-repeat:no-repeat;background-position:.5rem .5rem}.insight.question{background-image:url(/assets/images/question-mark-circle.svg);background-repeat:no-repeat;background-position:.5rem .5rem}.insight.blocker{background-image:url(/assets/images/exclamation-circle.svg);background-repeat:no-repeat;background-position:.5rem .5rem}.navbar{background-color:var(--content-background);text-decoration:none;display:flex;flex-flow:row;justify-content:space-between}.navbar-nav{display:flex;flex-flow:row;list-style-type:none;padding:0}.menu-items{display:flex;flex-flow:row}.nav-link{color:var(--primary);text-decoration:none;padding:1rem;transition:background-color .2s}.nav-link:hover{background-color:var(--tertiary);transition:background-color .2s}.curtain{position:fixed;inset:0;z-index:2;background-color:#000;display:flex;opacity:.2;transition:visibility .1s linear,opacity .1s linear}.curtain.visible{opacity:.2;visibility:visible}.curtain.hidden{opacity:0;visibility:hidden}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
