:root{color:#fff;background-color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{color:#fff;background:#000;min-height:100vh;margin:0}h1{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:600}h2{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}h3{color:#fff;margin:0;font-size:1.125rem;font-weight:600}p{color:#ffffffe6;margin:0}code{display:inline-block;word-break:break-all;color:#fff;background:#ffffff1a;border-radius:.25rem;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.875rem}button{font:inherit;color:inherit;cursor:pointer}.app{display:flex;background:#000;flex-direction:column;width:100%;min-height:100vh}.page{width:100%;max-width:960px;margin:0 auto;padding:2rem 1.5rem}.page-full-width{max-width:none;padding:0}.page-full-width .card{border:none;border-radius:0;padding:2rem 3rem}@media (min-width:1600px){.page-full-width .card{padding:2rem 4rem}}.card{display:flex;background:#000;border:1px solid #ffffff1a;border-radius:.5rem;flex-direction:column;gap:2rem;padding:2rem}.section{display:flex;background:#ffffff05;border-radius:.5rem;flex-direction:column;gap:1.5rem;padding:1.5rem}.header{display:flex;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items: flex-start;gap:1.5rem;padding-bottom:1.5rem}.header-content{display:flex;flex-direction:column;gap:.5rem}.btn{cursor:pointer;border:none;border-radius:.375rem;padding:.75rem 1.5rem;transition:all .2s;font-size:.9375rem;font-weight:500}.btn-primary{color:#000;background:#fff}.btn-primary:hover:not(:disabled){background:#ffffffe6;transform:translateY(-1px)}.btn-secondary{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn-secondary:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff80}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.label{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.muted{color:#fff9;font-size:.875rem}.error{color:#ff6b6b;margin-top:.5rem;font-size:.875rem}.channel-list{display:flex;flex-direction:column;gap:.75rem}.channel-item{text-align:left;display:flex;cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:.5rem;flex-direction:column;gap:.5rem;width:100%;padding:1.25rem;transition:all .2s}.channel-item:hover{background:#ffffff0d;border-color:#fff3}.channel-item p{color:#ffffffb3;margin:0;font-size:.875rem}.channel-item span{color:#fff9;font-size:.875rem}.options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.option-card{display:flex;background:#ffffff05;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1.5rem}.option-card h3{color:#fff;margin-bottom:.25rem}.option-card p{color:#fffc;margin:0;font-size:.9375rem;line-height:1.6}.field{display:flex;flex-direction:column;gap:.5rem}.field-label{color:#ffffffb3;font-size:.875rem;font-weight:500}.field-input{font:inherit;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.375rem;width:100%;padding:.75rem 1rem;transition:all .2s}.field-input::placeholder{color:#fff6}.field-input:focus{outline:none;background:#ffffff14;border-color:#ffffff4d}.broadcast-player{display:flex;background:#000;border-radius:.5rem;flex-direction:column;gap:1rem}.broadcast-player[data-empty=true]{background:#ffffff05;justify-content:center;align-items: center;min-height:400px}.broadcast-player video{object-fit:contain;background:#000;border-radius:.375rem;width:100%;max-height:70vh}.broadcast-info{background:#ffffff0d;border-radius:.375rem;padding:1rem}.broadcast-title{color:#fff;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.broadcast-subtitle{color:#fffc;margin:0;font-size:.875rem}.stats{display:flex;flex-direction:column;gap:1rem}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat{background:#ffffff05;border-radius:.5rem;padding:1rem 1.25rem}.stat-value{display:block;color:#fff;margin-top:.5rem;font-size:2rem;font-weight:600}.stats-row .stat-value{margin-top:.25rem;font-size:1.5rem}.stat-label{font-size:.75rem}.section-header{display:flex;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items: flex-start;gap:1rem;padding-bottom:1rem}.section-title{display:flex;flex-direction:column;gap:.25rem}.section-count{color:#fff;font-size:2rem;font-weight:600}.peer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (min-width:1400px){.peer-grid{grid-template-columns:repeat(4,1fr)}}.peer-card{display:flex;background:#ffffff05;border:1px solid #ffffff1a;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .2s}.peer-card.active{background:#ffffff0d;border-color:#ffffff4d}.peer-video-container{display:flex;overflow:visible;background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items: center;min-height:200px}.peer-video-container video{object-fit:contain;background:#000;border-radius:.375rem;width:100%;max-height:400px}.peer-info{display:flex;flex-direction:column;gap:.25rem}.peer-name{color:#fff;font-size:1rem;font-weight:600}.peer-description{color:#ffffffb3;margin:0;font-size:.875rem}.video-player{aspect-ratio:16/9;overflow:hidden;background:#000;border-radius:.5rem;width:100%}.video-player video{object-fit:contain;background:#000;width:100%;height:100%}@media (max-width:900px){.peer-grid{grid-template-columns:repeat(2,1fr)}.options-grid{grid-template-columns:1fr}}@media (max-width:600px){.page{padding:1rem}.page-full-width{padding:0}.page-full-width .card,.card{padding:1.5rem}.section{padding:1.25rem}h1{font-size:1.75rem}.broadcast-player{min-height:300px}.stats-row{grid-template-columns:1fr}.peer-grid{grid-template-columns:1fr;gap:1rem}.options-grid{gap:1.5rem}}
