@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.header{background-color:#121212e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;text-decoration:none;color:inherit}.logo{height:32px;margin-right:.5rem;transition:transform .2s ease}.logo-container:hover .logo{transform:scale(1.05)}.nav{display:flex;gap:2rem}.nav-link{color:var(--color-text);text-decoration:none;font-weight:500;transition:color .2s;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--color-cyan);transition:width .2s ease}.nav-link:hover{color:var(--color-cyan)}.nav-link:hover:after{width:100%}@media (max-width: 768px){.nav{gap:1rem}.logo{height:24px}}.home-page{min-height:100vh;display:flex;flex-direction:column}.hero-section{padding:4rem 0;background:linear-gradient(135deg,#2d1346,#1a1a2e);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,rgba(6,182,212,.2) 0%,transparent 70%);z-index:1}.hero-content{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,#a855f7,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6}.hero-cta{display:flex;justify-content:center}.cta-button{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;padding:.875rem 2rem}.section-title{text-align:center;font-size:2.25rem;margin-bottom:3rem;font-weight:700}.features-section{padding:5rem 0;background-color:var(--color-background)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--color-background-light);border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;height:100%}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0003}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--color-purple),var(--color-cyan));margin-bottom:1.5rem;color:#fff}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description{color:var(--color-text-secondary);line-height:1.6}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#1a1a2e,#2d1346)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2rem;color:var(--color-text-secondary)}.footer{background-color:var(--color-background-light);padding:2rem 0;margin-top:auto;text-align:center;color:var(--color-text-secondary)}@media (max-width: 768px){.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.section-title{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.cta-title{font-size:1.75rem}}.mux-player-container{width:100%;max-width:1024px;margin:0 auto;aspect-ratio:16 / 9;background-color:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000080}.mux-player{width:100%;height:100%}mux-player{--media-object-fit: contain;--media-object-position: center;--controls-padding: 12px;--controls-margin: 0;--controls-backdrop-color: rgba(0, 0, 0, .7);--bottom-controls-margin: 0;--bottom-controls-padding: 12px;--controls-bar-height: 48px;--time-range: block;--volume-range: block;--seek-backward-button: block;--seek-forward-button: block;--play-button: block;--live-button: block;--time-display: block;--volume-range-width: 80px;--volume-range-track-height: 4px;--volume-range-thumb-height: 12px;--volume-range-thumb-width: 12px;--time-range-track-height: 4px;--time-range-thumb-height: 12px;--time-range-thumb-width: 12px;--time-range-thumb-border-radius: 6px;--time-range-track-border-radius: 2px;--volume-range-track-border-radius: 2px;--range-track-background-color: rgba(255, 255, 255, .3);--range-value-color: var(--color-purple);--range-hover-color: var(--color-purple-light)}@media (max-width: 768px){.mux-player-container{border-radius:4px}}.access-form-container{max-width:500px;margin:3rem auto;padding:0 1rem}.access-form-card{background-color:var(--color-background-light);border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(255,255,255,.1)}.access-form-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.access-form-description{text-align:center;color:var(--color-text-secondary);margin-bottom:1.5rem}.access-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500}.btn-block{width:100%}.form-input{width:100%;box-sizing:border-box}.countdown-container{text-align:center;padding:2rem;border-radius:.5rem;background-color:var(--color-background-light);max-width:500px;margin:0 auto;transition:all .3s ease}.countdown-title{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-text)}.countdown{display:flex;justify-content:center;gap:1rem}.countdown-item{display:flex;flex-direction:column;align-items:center}.countdown-value{font-size:2.5rem;font-weight:700;background:linear-gradient(to right,var(--color-purple),var(--color-cyan));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.countdown-label{font-size:.875rem;color:var(--color-text-secondary);margin-top:.5rem}.starting-soon{background:linear-gradient(to right,#9333ea33,#06b6d433);animation:pulse 2s infinite}.starting-soon .countdown-title{color:var(--color-cyan);font-weight:700}@keyframes pulse{0%{box-shadow:0 0 #9333ea66}70%{box-shadow:0 0 0 10px #9333ea00}to{box-shadow:0 0 #9333ea00}}@media (max-width: 500px){.countdown-value{font-size:2rem}.countdown-label{font-size:.75rem}.countdown{gap:.5rem}}.stream-state-display{margin:2rem auto;max-width:600px;text-align:center}.stream-state-loading,.stream-state-error,.stream-state-message,.stream-state-ended{background-color:var(--color-background-light);border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px #0000001a}.stream-state-error h2{color:var(--color-red);margin-bottom:1rem}.stream-state-ended h2{color:var(--color-purple);margin-bottom:1rem}.loading-spinner{width:40px;height:40px;margin:0 auto 1rem;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:var(--color-cyan);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.stream-page{min-height:100vh;display:flex;flex-direction:column}.stream-container{flex:1;padding:2rem 0}.stream-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-text)}.stream-content{margin:0 auto;max-width:1024px}.player-wrapper{margin-bottom:2rem}.stream-description{background-color:var(--color-background-light);border-radius:.5rem;padding:2rem;margin-top:2rem}.stream-description h2{font-size:1.5rem;margin-bottom:1rem;color:var(--color-text)}.markdown-content{line-height:1.6;color:var(--color-text-secondary)}.error-container{background-color:#ef44441a;border-left:4px solid var(--color-red);padding:1rem 1.5rem;border-radius:.25rem;margin:2rem auto;max-width:600px;color:var(--color-text)}.theme-gradient{background:linear-gradient(135deg,var(--primary-color, #9333ea) 0%,var(--secondary-color, #06b6d4) 100%)}.theme-pattern{background-color:var(--primary-color, #9333ea);background-image:linear-gradient(30deg,var(--secondary-color, #06b6d4) 12%,transparent 12.5%,transparent 87%,var(--secondary-color, #06b6d4) 87.5%,var(--secondary-color, #06b6d4)),linear-gradient(150deg,var(--secondary-color, #06b6d4) 12%,transparent 12.5%,transparent 87%,var(--secondary-color, #06b6d4) 87.5%,var(--secondary-color, #06b6d4)),linear-gradient(30deg,var(--secondary-color, #06b6d4) 12%,transparent 12.5%,transparent 87%,var(--secondary-color, #06b6d4) 87.5%,var(--secondary-color, #06b6d4)),linear-gradient(150deg,var(--secondary-color, #06b6d4) 12%,transparent 12.5%,transparent 87%,var(--secondary-color, #06b6d4) 87.5%,var(--secondary-color, #06b6d4)),linear-gradient(60deg,var(--secondary-color, #06b6d4) 25%,transparent 25.5%,transparent 75%,var(--secondary-color, #06b6d4) 75%,var(--secondary-color, #06b6d4)),linear-gradient(60deg,var(--secondary-color, #06b6d4) 25%,transparent 25.5%,transparent 75%,var(--secondary-color, #06b6d4) 75%,var(--secondary-color, #06b6d4));background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;opacity:.1}.theme-solid{background-color:var(--primary-color, #9333ea)}.theme-textured{background-color:var(--primary-color, #9333ea);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.344 0L13.858 8.485 15.272 9.9l7.9-7.9h-.828zm5.656 0L17.515 10.485 18.93 11.9l7.9-7.9h-2.83zm5.656 0l-9.9 9.9 1.415 1.415 7.9-7.9h-2.83zm5.657 0l-9.9 9.9 1.415 1.415 7.9-7.9h-2.83zM38.97 0l-9.9 9.9 1.415 1.415L41.8 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L47.457 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L53.114 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L58.77 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L64.428 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L70.085 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L75.742 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L81.4 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L87.057 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L92.714 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L98.37 0h-2.83zm5.657 0l-9.9 9.9 1.415 1.415L104.028 0h-2.83z' fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E")}@media (max-width: 768px){.stream-title{font-size:1.5rem}.stream-container{padding:1rem 0}.stream-description{padding:1.5rem}}.not-found-page{min-height:100vh;display:flex;flex-direction:column}.not-found-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-container{text-align:center;max-width:600px}.not-found-title{font-size:6rem;font-weight:700;background:linear-gradient(to right,var(--color-purple),var(--color-cyan));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin-bottom:1rem}.not-found-subtitle{font-size:2rem;margin-bottom:1.5rem;color:var(--color-text)}.not-found-text{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2rem}.not-found-button{display:inline-block}@media (max-width: 768px){.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.5rem}}:root{--color-background: #121212;--color-background-light: #1e1e1e;--color-text: #ffffff;--color-text-secondary: #b0b0b0;--color-purple: #9333ea;--color-purple-light: #a855f7;--color-cyan: #06b6d4;--color-cyan-light: #22d3ee;--color-green: #10b981;--color-red: #ef4444;--color-yellow: #f59e0b}body{font-family:Poppins,sans-serif;background-color:var(--color-background);color:var(--color-text);margin:0;padding:0;min-height:100vh}button,input{font-family:Poppins,sans-serif}.page-container{max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}.btn{background-color:var(--color-purple);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s}.btn:hover{background-color:var(--color-purple-light)}.btn:active{transform:translateY(1px)}.btn-secondary{background-color:var(--color-cyan)}.btn-secondary:hover{background-color:var(--color-cyan-light)}.form-input{background-color:var(--color-background-light);border:1px solid #333;color:var(--color-text);padding:.75rem 1rem;border-radius:.375rem;outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--color-purple)}.error-message{color:var(--color-red);margin-top:.5rem;font-size:.875rem}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}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}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}
