:root{--bg:#060b16;--panel:#111b30;--blue:#1d3569;--gold:#ffd35a;--text:#fff}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#173160,#050811 60%);font-family:Arial,Helvetica,sans-serif;color:var(--text)}a{text-decoration:none;color:inherit}.top{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:rgba(5,9,18,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12)}.brand{display:flex;align-items:center;gap:18px}.brand img,.watchtop img{width:64px;height:64px;object-fit:contain;border-radius:14px}.brand h1,.watchtop h1{margin:0;font-size:32px}.brand p,.watchtop p{margin:4px 0 0;color:#c9d7ff}.adminlink,.back{padding:12px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.08)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;padding:28px 28px 120px}.card{position:relative;min-height:190px;border-radius:24px;overflow:hidden;background:#111;box-shadow:0 16px 45px rgba(0,0,0,.35);outline:0;transform:scale(1);transition:.18s}.card:hover,.card:focus{transform:scale(1.045);box-shadow:0 0 0 4px var(--gold),0 18px 55px rgba(0,0,0,.5)}.card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.1) 55%)}.cardtxt{position:absolute;left:20px;right:20px;bottom:18px}.cardtxt h2{margin:0 0 8px;font-size:26px}.cardtxt p{margin:0;color:#e8eefc;font-size:14px}.livebar{position:fixed;left:24px;right:24px;bottom:20px;z-index:10;display:flex;gap:16px;align-items:center;padding:16px;border-radius:22px;background:rgba(6,12,25,.92);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 40px rgba(0,0,0,.5);transition:.3s}.livebar.hide{opacity:0;pointer-events:none;transform:translateY(30px)}.livebar a{padding:14px 20px;border-radius:16px;background:linear-gradient(135deg,#1a73e8,#102a65);font-weight:800}.livebar a:focus,.showLive:focus,.back:focus,.adminlink:focus{outline:4px solid var(--gold)}.livebar span{margin-left:auto;color:#b8c8ef}.showLive{display:none;position:fixed;right:24px;bottom:22px;z-index:11;padding:14px 22px;border:0;border-radius:999px;background:#ffd35a;color:#111;font-weight:900}.showLive.show{display:block}.watchtop{display:flex;gap:18px;align-items:center;padding:18px 26px;background:rgba(5,9,18,.9);border-bottom:1px solid rgba(255,255,255,.12)}.viewer{height:calc(100vh - 105px);padding:18px}.viewer iframe,.viewer video{width:100%;height:100%;border:0;border-radius:22px;background:#000;box-shadow:0 20px 70px rgba(0,0,0,.5)}@media(max-width:700px){.top,.watchtop{padding:14px;align-items:flex-start}.brand h1,.watchtop h1{font-size:22px}.grid{grid-template-columns:1fr;padding:16px 16px 120px}.livebar{left:12px;right:12px;flex-direction:column;align-items:stretch}.livebar span{margin:0}.viewer{padding:8px;height:calc(100vh - 120px)}}

/* FIX HEADER PIU' COMPATTO */
.top {
    padding: 14px 24px !important;
    min-height: auto !important;
}

.brand img,
.logo,
.psn-logo {
    max-height: 58px !important;
    width: auto !important;
}

.top h1 {
    font-size: clamp(24px, 3vw, 42px) !important;
    line-height: 1.05 !important;
    margin: 0 !important;
}

.top p {
    font-size: 15px !important;
    margin: 4px 0 0 !important;
}

/* FIX PAGINA RUBRICA / PLAYER GRANDE */
.rubrica-page,
.watch-page,
body.rubrica {
    min-height: 100vh !important;
    overflow: hidden !important;
}

.player-wrap,
.embed-wrap,
.iframe-wrap,
.video-frame,
.player-box {
    width: 100% !important;
    max-width: none !important;
    height: calc(100vh - 120px) !important;
    min-height: 620px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.player-wrap iframe,
.embed-wrap iframe,
.iframe-wrap iframe,
.video-frame iframe,
.player-box iframe,
iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 620px !important;
    border: 0 !important;
    display: block !important;
}

/* su TV e monitor grandi */
@media (min-width: 1200px) {
    .player-wrap,
    .embed-wrap,
    .iframe-wrap,
    .video-frame,
    .player-box {
        height: calc(100vh - 105px) !important;
        min-height: 700px !important;
    }
}

/* su telefono */
@media (max-width: 700px) {
    .top {
        padding: 10px 14px !important;
    }

    .top h1 {
        font-size: 24px !important;
    }

    .brand img,
    .logo,
    .psn-logo {
        max-height: 44px !important;
    }

    .player-wrap,
    .embed-wrap,
    .iframe-wrap,
    .video-frame,
    .player-box {
        height: calc(100vh - 95px) !important;
        min-height: 520px !important;
    }

    iframe {
        min-height: 520px !important;
    }
}

/* MODALITA FULLSCREEN RUBRICHE */
body.rubrica-fullscreen {
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    overflow: hidden !important;
}

body.rubrica-fullscreen .top,
body.rubrica-fullscreen header,
body.rubrica-fullscreen .rubrica-info,
body.rubrica-fullscreen .description {
    display: none !important;
}

body.rubrica-fullscreen .player-wrap,
body.rubrica-fullscreen .embed-wrap,
body.rubrica-fullscreen .iframe-wrap,
body.rubrica-fullscreen .video-frame,
body.rubrica-fullscreen .player-box {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    z-index: 9999 !important;
}

body.rubrica-fullscreen iframe {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border: 0 !important;
    display: block !important;
}
