#tvhub-app {font-family:sans-serif;color:#fff;background:#111}
.tvhub-header {background:#222;padding:10px;display:flex;gap:10px;position: sticky;top: 0;z-index: 9999; }
.tvhub-container {display:flex;height:80em;}
.tvhub-sidebar {width:200px;overflow-y:auto;background:#000}
.tvhub-player {flex:1;background:#000;display:flex;align-items:center;justify-content:center;height: 720px;position: sticky;top: 50px;}
.tvhub-channel {padding:5px;cursor:pointer;display:flex;align-items:center;gap:5px}
.tvhub-channel img {width:40px;height:40px;object-fit:contain}
.tvhub-mosaic {display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding:10px}
.tvhub-tile {background:#333;padding:20px;text-align:center;cursor:pointer;padding-bottom: 10px;}
