@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--bg:#0e0e10;--bg-elevated:#18181b;--bg-soft:#1f1f23;--bg-glow:#281a3f;--text:#f5f5f7;--muted:#b5b5c2;--accent:#9146ff;--accent-dark:#6a2fd6;--accent-bright:#a970ff;--success:#00f593;--warning:#f7b955;--card-border:hsla(0,0%,100%,.08);--shadow:0 20px 40px rgba(0,0,0,.35);--radius:18px}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,#2a1b46 0,var(--bg) 45%),radial-gradient(circle at 30% 80%,#1b2d3f 0,transparent 50%),var(--bg);min-height:100vh}body:before{content:"";position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231d1d26' fill-opacity='0.55'%3E%3Cpath d='M0 0h140v2H0z'/%3E%3Cpath d='M0 70h140v2H0z'/%3E%3Cpath d='M70 0h2v140h-2z'/%3E%3C/g%3E%3C/svg%3E");opacity:.25;pointer-events:none;z-index:-1}a{color:inherit}button:disabled{opacity:.6;cursor:not-allowed}.app{display:flex;min-height:100vh}.sidebar{width:260px;padding:32px 24px;background:rgba(15,15,18,.94);border-right:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--accent),var(--accent-bright));display:grid;place-items:center;font-weight:700;letter-spacing:1px}.brand-text div{font-weight:700;font-size:18px}.brand-text span{font-size:12px;color:var(--muted)}.nav{display:flex;flex-direction:column;gap:8px}.nav-link{color:var(--muted);text-decoration:none;padding:10px 14px;border-radius:12px;transition:all .2s ease}.nav-link.active,.nav-link:hover{color:var(--text);background:rgba(145,70,255,.16)}.sidebar-card{background:rgba(31,31,35,.9);padding:18px;border-radius:16px;border:1px solid var(--card-border);box-shadow:var(--shadow)}.sidebar-card h4{margin:0 0 6px}.sidebar-card p{margin:0 0 12px;color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;background:rgba(0,245,147,.15);color:var(--success)}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.06);font-size:12px;color:var(--muted)}.main{flex:1 1;padding:28px 32px 60px;display:flex;flex-direction:column;gap:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.search{display:flex;gap:10px;flex:1 1;max-width:520px}.search input{flex:1 1;padding:12px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:rgba(17,17,20,.9);color:var(--text)}.top-actions{display:flex;align-items:center;gap:12px}.status-pill{padding:8px 12px;border-radius:999px;background:hsla(0,0%,100%,.08);color:var(--muted);font-size:12px}.btn{border:none;cursor:pointer;padding:10px 16px;border-radius:12px;font-weight:600;font-family:inherit;transition:all .2s ease}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 12px 20px rgba(145,70,255,.3)}.btn.primary:hover{background:var(--accent-dark)}.btn.secondary{background:rgba(145,70,255,.2);color:var(--text);border:1px solid rgba(145,70,255,.4)}.btn.ghost{background:transparent;color:var(--text);border:1px solid hsla(0,0%,100%,.12)}.card{background:rgba(24,24,27,.95);border-radius:var(--radius);padding:22px;border:1px solid var(--card-border);box-shadow:var(--shadow)}.hero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:24px;gap:24px;align-items:center}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2px;color:var(--accent-bright);margin:0 0 10px}.hero h1{margin:0 0 8px;font-size:36px}.hero p{margin:0 0 16px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.badge{padding:6px 12px;border-radius:999px;background:hsla(0,0%,100%,.08);font-size:12px;font-weight:600}.badge.live{background:rgba(0,245,147,.2);color:var(--success)}.badge.subtle{color:var(--muted)}.hero-media{display:grid;grid-gap:12px;gap:12px;justify-items:end}.hero-media img{object-fit:cover;background:hsla(0,0%,100%,.04)}.dashboard-avatar-fallback,.hero-media img{width:120px;height:120px;border-radius:20px;border:2px solid rgba(145,70,255,.7)}.hero-live{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:rgba(10,10,12,.8);border:1px solid hsla(0,0%,100%,.08)}.pulse{width:10px;height:10px;border-radius:50%;background:var(--success);box-shadow:0 0 0 6px rgba(0,245,147,.2);animation:pulse 1.6s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,245,147,.35)}70%{transform:scale(1);box-shadow:0 0 0 12px rgba(0,245,147,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,245,147,0)}}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:20px;gap:20px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card-header h2{margin:0}.channel-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.label{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.channel-details p{margin:6px 0 0;font-size:15px}.card-footer{display:flex;gap:10px;flex-wrap:wrap}.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.social-item{padding:12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,12,15,.8);display:flex;flex-direction:column;gap:6px}.social-item span{font-size:12px;color:var(--muted)}.social-item a{color:var(--text);text-decoration:none;word-break:break-all}.social-platform-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.platform-icon{width:14px;height:14px;color:var(--text);opacity:.9}.social-platforms{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.platform-btn{width:40px;height:40px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(12,12,15,.8);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.platform-btn svg{width:18px;height:18px}.platform-btn:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.2)}.platform-btn.active{border-color:rgba(120,84,255,.55);background:rgba(120,84,255,.15)}.social-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.social-actions .btn{padding:6px 10px;font-size:12px}.social-edit{display:grid;grid-gap:10px;gap:10px}.social-edit input{padding:10px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(12,12,15,.8);color:var(--text)}.social-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.social-form input{padding:10px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(12,12,15,.8);color:var(--text)}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px}.media-card{border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,12,15,.8);overflow:hidden;display:flex;flex-direction:column;min-height:170px}.media-card img{width:100%;height:110px;object-fit:cover}.media-card div{padding:12px;display:grid;grid-gap:6px;gap:6px}.media-card a{color:var(--text);text-decoration:none;font-weight:600}.feature-form{display:flex;gap:12px;margin-bottom:16px}.feature-form input{flex:1 1;padding:12px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(12,12,15,.9);color:var(--text)}.profile-player-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:20px;gap:20px}.twitch-embed{width:100%;border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,12,15,.8)}.twitch-embed iframe{width:100%;height:100%;border:0}.twitch-duo{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-gap:14px;gap:14px;height:min(540px,65vh);max-height:540px}.twitch-chat{border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,12,15,.8)}.twitch-chat iframe{width:100%;height:100%;border:0}@media (max-width:860px){.twitch-duo{grid-template-columns:1fr;height:auto;max-height:none}.twitch-embed{aspect-ratio:16/9}.twitch-chat{height:420px}}.status-stack{gap:8px;margin-bottom:12px}.profile-bio,.status-stack{display:flex;flex-wrap:wrap}.profile-bio{gap:16px;align-items:center}.profile-avatar{width:96px;height:96px;border-radius:22px}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px}.featured-card{padding:14px;border-radius:14px;background:rgba(12,12,15,.9);border:1px solid hsla(0,0%,100%,.08);display:grid;grid-gap:10px;gap:10px}.featured-card img{border-radius:14px}.featured-avatar-fallback,.featured-card img{width:52px;height:52px}.featured-card .title{font-weight:600}.muted,.status-message{color:var(--muted)}.status-message{margin-top:14px;font-size:13px}.status-success{color:var(--success)}.status-warning{color:var(--warning)}.status-info{color:var(--accent-bright)}.landing{min-height:100vh;display:flex;flex-direction:column}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 32px;background:rgba(15,15,18,.92);border-bottom:1px solid hsla(0,0%,100%,.06);position:-webkit-sticky;position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-brand{gap:12px}.landing-nav-stack{flex-direction:column;gap:8px}.admin-nav,.landing-nav-stack{display:flex;align-items:center}.admin-nav{gap:10px;flex-wrap:wrap;justify-content:center}.admin-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12px;letter-spacing:.01em;text-decoration:none;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.86);transition:all .2s ease}.admin-link:hover{background:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.98)}.admin-link--button{cursor:pointer}.admin-status{color:var(--muted);font-size:12px}.landing-nav{display:flex;align-items:center;gap:16px}.landing-link{color:var(--muted);text-decoration:none;font-size:14px;padding:8px 12px;border-radius:999px;transition:all .2s ease}.landing-link.active,.landing-link:hover{color:var(--text);background:hsla(0,0%,100%,.08)}.landing-actions{display:flex;align-items:center;gap:10px}.landing-main{padding:32px;display:flex;flex-direction:column;gap:32px}.landing-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px;align-items:center}.hero-copy h1{margin:0 0 12px;font-size:42px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-tags span{padding:6px 12px;border-radius:999px;background:hsla(0,0%,100%,.08);font-size:12px;color:var(--muted)}.hero-preview{display:grid;grid-gap:16px;gap:16px}.preview-media{position:relative;border-radius:16px;overflow:hidden}.preview-media img{width:100%;height:240px;object-fit:cover}.thumb-fallback{display:block;background:linear-gradient(135deg,rgba(145,70,255,.28),hsla(0,0%,100%,.06))}.preview-media .thumb-fallback{height:240px}.channel-thumb-fallback{height:140px}.media-thumb-fallback{height:110px}.avatar-fallback{background:hsla(0,0%,100%,.08);border-radius:14px}.channel-avatar-fallback{width:44px;height:44px}.live-pill{top:12px;background:#e91916;font-size:11px;font-weight:600;letter-spacing:1px}.live-pill,.viewer-pill{position:absolute;left:12px;padding:6px 10px;border-radius:999px}.viewer-pill{bottom:12px;background:rgba(0,0,0,.55);font-size:12px}.preview-meta{display:flex;gap:12px;align-items:center}.preview-avatar{width:48px;height:48px;border-radius:14px;border:2px solid rgba(145,70,255,.6)}.preview-title{font-weight:600}.landing-section{display:flex;flex-direction:column;gap:16px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.channel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.channel-card{background:rgba(17,17,20,.92);border:1px solid var(--card-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.channel-banner{position:relative;height:140px;background-size:cover;background-position:50%}.channel-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72));pointer-events:none}.channel-banner>*{position:relative;z-index:1}.channel-banner .badge{position:absolute;top:10px;left:10px}.channel-info{display:flex;gap:12px;padding:12px;align-items:flex-start}.channel-info img{width:44px;height:44px;border-radius:14px}.channel-info--card{align-items:center;justify-content:space-between}.channel-left{display:flex;align-items:center;gap:12px;min-width:0}.channel-text{min-width:0}.channel-status{font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-profile-btn{padding:8px 12px;border-radius:12px;text-decoration:none;flex-shrink:0}.channel-title{font-weight:600}.channel-title-link{display:inline-block;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.channel-meta{color:var(--muted);font-size:12px;margin-top:4px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px}.category-card{background:rgba(18,18,22,.9);border:1px solid var(--card-border);border-radius:14px;padding:14px;display:grid;grid-gap:12px;gap:12px}.category-art{height:90px;border-radius:12px;background:linear-gradient(135deg,rgba(145,70,255,.5),rgba(0,245,147,.25))}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.feature-card{min-height:140px;display:grid;grid-gap:8px;gap:8px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:1100px){.sidebar{position:fixed;transform:translateX(-100%);opacity:0;pointer-events:none}.main{padding:24px}.hero{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:stretch}.top-actions{justify-content:space-between;flex-wrap:wrap}.landing-header{flex-direction:column;align-items:flex-start}.landing-hero{grid-template-columns:1fr}}@media (max-width:720px){.feature-form{flex-direction:column}.hero h1{font-size:28px}.search{flex-direction:column}.landing-nav{flex-wrap:wrap}.hero-copy h1{font-size:32px}.cta-card{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}