:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#07090e;color:#f5f7fb}
*{box-sizing:border-box}body{margin:0;background:#07090e}.topbar{height:70px;border-bottom:1px solid #202633;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;background:#090b11ee;backdrop-filter:blur(12px);z-index:5}.brand{font-weight:900;font-size:26px;color:#fff;text-decoration:none;letter-spacing:-1px}.brand span{color:#11c9ed}.admin-link{color:#aeb7c8;text-decoration:none}.wrap{max-width:1100px;margin:auto;padding:35px 20px 70px}.hero{padding:30px 0}.hero h1{font-size:42px;margin:0 0 8px}.hero p,.muted{color:#8e98aa}.status{min-height:24px;color:#9da7b8;margin:10px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.card,.panel{background:#10141d;border:1px solid #293142;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px #0004}.thumb{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#161b25}.card-body{padding:18px}.card h2{font-size:20px;margin:0 0 8px}.card p{color:#9ca6b8;line-height:1.5}.watch,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#12c7e6;color:#031017;font-weight:800;padding:12px 18px;text-decoration:none;cursor:pointer}.admin-wrap{max-width:760px}.panel{padding:28px;margin-top:30px}.panel h1{margin-top:0}.panel-head{display:flex;justify-content:space-between;align-items:center}.panel-head h1{margin:0}label{display:block;margin:16px 0;color:#dbe1eb;font-weight:700}input,textarea{width:100%;margin-top:8px;padding:14px;border:1px solid #303949;border-radius:10px;background:#080b11;color:#fff;font:inherit}textarea{resize:vertical}.panel form button{width:100%;margin-top:8px}.secondary{background:#293142;color:#fff}.danger{background:#3b1820;color:#ffb9c3}.msg{min-height:24px;margin-top:12px;color:#a9b4c6}.hidden{display:none}.row{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #293142;padding:14px 0}.row:first-child{border-top:0}@media(max-width:600px){.topbar{padding:0 15px}.wrap{padding:20px 14px 50px}.hero h1{font-size:34px}.panel{padding:20px}}
