.flytvghg{--red:#e21d2a;--dark:#07090d;--card:#11151d;max-width:1260px;margin:0 auto;padding:16px 12px;background:radial-gradient(circle at 20% 0%,rgba(226,29,42,.16),transparent 28%),radial-gradient(circle at 90% 20%,rgba(255,255,255,.05),transparent 25%),#07090d;color:#fff;border-radius:24px;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.flytvghg *{box-sizing:border-box}.flytvghg-hero{min-height:210px;padding:30px;border-radius:20px;background:linear-gradient(120deg,#0c0f15,#181d27 55%,#420d13);display:flex;align-items:center;gap:24px;box-shadow:0 20px 55px rgba(0,0,0,.3)}.flytvghg-hero-brand{width:190px;height:105px;background:#fff;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:8px;flex:0 0 190px}.flytvghg-hero-brand img{max-width:100%;max-height:100%;object-fit:contain}.flytvghg-kicker{font-size:11px;letter-spacing:.14em;font-weight:900;color:#ff6570}.flytvghg-hero h1{font-size:clamp(30px,4.5vw,52px);line-height:1;margin:8px 0}.flytvghg-hero p{margin:0;color:#b9c0ca;font-size:15px}.flytvghg-player{margin-top:18px;background:#000;border:1px solid #252a33;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.4)}.flytvghg-player-head,.flytvghg-player-foot{padding:11px 15px;display:flex;align-items:center;justify-content:space-between}.flytvghg-player-head{background:#0c0f14}.flytvghg-player-head small{color:#8f98a6;margin-left:6px}.flytvghg-player-head button{border:0;background:none;color:#fff;font-size:27px;cursor:pointer}.flytvghg-player-foot{font-size:11px;color:#aeb5bf}.flytvghg-player-foot a{color:#fff;text-decoration:none}.dot{display:inline-block;width:9px;height:9px;background:#f22;border-radius:50%;margin-right:7px;box-shadow:0 0 14px #f22}.flytvghg-screen{aspect-ratio:16/9;background:#000}.flytvghg-screen iframe{width:100%;height:100%;border:0;display:block}.flytvghg-nav{position:sticky;top:0;z-index:10;padding:14px 0 12px;background:#07090d}.flytvghg-nav input{width:100%;background:#121720;border:1px solid #2a313d;border-radius:12px;color:#fff;padding:14px 16px;font-size:15px;outline:none}.flytvghg-tabs{display:flex;gap:8px;overflow:auto;padding-top:10px}.flytvghg-tabs button{border:1px solid #303744;background:#11151d;color:#dfe3e8;border-radius:999px;padding:8px 14px;white-space:nowrap;cursor:pointer}.flytvghg-tabs button.active{background:var(--red);border-color:var(--red);color:#fff}.flytvghg-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:8px 0 16px}.flytvghg-heading span{font-size:10px;letter-spacing:.14em;color:#ff6570;font-weight:900}.flytvghg-heading h2{margin:4px 0 3px;font-size:26px}.flytvghg-heading p{margin:0;color:#8993a2;font-size:12px}.flytvghg-heading>a{background:var(--red);color:#fff;text-decoration:none;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:800}.flytvghg-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.flytvghg-card{background:linear-gradient(180deg,#141922,#0f131a);border:1px solid #252c37;border-radius:15px;overflow:hidden;transition:.2s}.flytvghg-card:hover{transform:translateY(-3px);border-color:#4a5260;box-shadow:0 15px 35px rgba(0,0,0,.35)}.flytvghg-card-btn{width:100%;padding:0;border:0;background:none;color:#fff;text-align:left;cursor:pointer}.flytvghg-logo{height:145px;background:#eef0f3;display:flex;align-items:center;justify-content:center;position:relative}.flytvghg-logo img{width:100%;height:100%;object-fit:contain;padding:15px}.flytvghg-logo span{position:absolute;top:8px;left:8px;background:#111;color:#fff;padding:4px 6px;border-radius:4px;font-size:8px;font-weight:900}.flytvghg-info{padding:12px}.flytvghg-info h3{margin:0 0 5px;font-size:15px}.flytvghg-info p{margin:0 0 9px;color:#8d96a4;font-size:11px}.flytvghg-info strong{color:#ff5a63;font-size:11px}.flytvghg-empty{padding:25px;text-align:center;border:1px dashed #3b4350;border-radius:14px;color:#b8c0ca}.flytvghg-submit{max-width:680px;margin:30px auto;padding:28px;background:#10151e;color:#fff;border-radius:16px}.flytvghg-submit label{display:block;font-weight:700;margin:15px 0}.flytvghg-submit input{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #343b48;background:#080b10;color:#fff;border-radius:8px}.flytvghg-submit button{background:var(--red);color:#fff;border:0;padding:12px 18px;border-radius:8px;font-weight:800}.flytvghg-success{padding:14px;background:#17351e;color:#b9f2c1;border-radius:10px;margin-bottom:15px}@media(max-width:980px){.flytvghg-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.flytvghg{padding:8px;border-radius:16px}.flytvghg-hero{min-height:0;padding:18px;display:block}.flytvghg-hero-brand{width:150px;height:82px;margin-bottom:16px}.flytvghg-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.flytvghg-logo{height:105px}.flytvghg-logo img{padding:10px}.flytvghg-info{padding:9px}.flytvghg-info h3{font-size:13px}.flytvghg-heading{align-items:start;flex-direction:column}.flytvghg-heading>a{width:100%;text-align:center}.flytvghg-player-foot{gap:10px;flex-direction:column;align-items:flex-start}}
.flytvghg-screen{position:relative}.flytvghg-offline{height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;background:radial-gradient(circle at 50% 40%,#25212b,#050608 65%);color:#fff}.flytvghg-offline .offline-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#252a32;border:2px solid #444b56;font-weight:900;color:#aab2be;margin-bottom:12px}.flytvghg-offline h3{margin:0 0 7px;font-size:21px}.flytvghg-offline p{max-width:520px;color:#9ba4b1;font-size:13px;margin:0 0 15px}.flytvghg-offline button{border:0;background:#e21d2a;color:#fff;padding:10px 16px;border-radius:8px;font-weight:800;cursor:pointer}.flytvghg-player-foot #flytvghg-mode{font-weight:900}.flytvghg-player-foot #flytvghg-mode.is-live{color:#ff4e58}@media(max-width:680px){.flytvghg-offline{min-height:220px;padding:18px}.flytvghg-offline h3{font-size:17px}}
.flytvghg-screen{position:relative}.flytvghg-screen iframe,.flytvghg-screen video{background:#000}.flytvghg-player-foot #flytvghg-mode.is-recorded{color:#ffd166}.flytvghg-player.playing{box-shadow:0 22px 70px rgba(226,29,42,.16)}.flytvghg-offline button{min-width:180px}.flytvghg-offline.loading:after{content:'';width:22px;height:22px;border:3px solid #555;border-top-color:#e21d2a;border-radius:50%;animation:flytvspin .8s linear infinite;margin-top:12px}@keyframes flytvspin{to{transform:rotate(360deg)}}
.flytvghg-player-foot{flex-wrap:wrap}.flytvghg-controls{display:flex;align-items:center;gap:6px}.flytvghg-controls button{border:1px solid #303744;background:#151a22;color:#fff;border-radius:7px;padding:5px 9px;font-size:11px;font-weight:800;cursor:pointer}.flytvghg-controls button:hover{background:#222936}.flytvghg-controls span{min-width:42px;text-align:center;font-size:11px;color:#dce1e8}.flytvghg-screen:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;border-radius:0}.flytvghg-screen:fullscreen iframe,.flytvghg-screen:fullscreen video{width:100%;height:100%;object-fit:contain}.flytvghg-screen:-webkit-full-screen{width:100vw;height:100vh;aspect-ratio:auto}.flytvghg-screen:-webkit-full-screen iframe,.flytvghg-screen:-webkit-full-screen video{width:100%;height:100%;object-fit:contain}@media(max-width:680px){.flytvghg-controls{width:100%;justify-content:flex-start;flex-wrap:wrap}.flytvghg-player-foot{align-items:flex-start}}
/* v4.5 TV-screen refinements */
.flytvghg-screen{position:relative;overflow:hidden;background:#000}
.flytvghg-screen iframe,.flytvghg-screen video{width:100%;height:100%;border:0;display:block;background:#000}
.flytvghg-screen video{object-fit:fill}
.flytvghg-screen:fullscreen,.flytvghg-screen:-webkit-full-screen{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}
.flytvghg-screen:fullscreen iframe,.flytvghg-screen:fullscreen video,.flytvghg-screen:-webkit-full-screen iframe,.flytvghg-screen:-webkit-full-screen video{width:100vw;height:100vh;object-fit:fill}
.flytvghg-controls{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.flytvghg-controls button{border:1px solid #303744;background:#151a23;color:#fff;border-radius:8px;padding:8px 11px;font-weight:800;cursor:pointer}
.flytvghg-controls button:hover{background:#222936}
.flytvghg-controls span{min-width:48px;text-align:center;color:#fff;font-weight:800}
@media(max-width:680px){.flytvghg-controls{width:100%;justify-content:center}.flytvghg-player-foot{align-items:center}.flytvghg-controls button{padding:9px 12px}}
