*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,sans-serif;background:linear-gradient(90deg,#8f0f22 0%, #351a7a 100%);}
.nosel{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.nosel *{-webkit-user-select:none;user-select:none}

/* ===== TOP BAR ===== */
.topbar{background:#fff;border-bottom:1px solid #ddd;}
.topbar-inner{max-width:1200px;margin:0 auto;padding:22px 16px;display:flex;justify-content:space-between;align-items:center;gap:14px;}
.site-name{font-size:22px;font-weight:700;color:#e60000;line-height:1.1;}
.top-links{display:flex;align-items:center;gap:18px;flex-wrap:nowrap;}
.top-links a{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#000;text-decoration:none;white-space:nowrap;}
.top-links a:hover{text-decoration:underline;}
.top-sep{display:none;width:1px;height:18px;background:#d9d9d9;opacity:.9;}

/* ===== LAYOUT ===== */
.main{max-width:1120px;margin:0 auto;padding:10px 12px;}

/* ===== ADS ===== */
.ads-zone{margin:10px auto;text-align:center;width:100%;}
.ads-zone > *{max-width:100%;}
.ads-zone ins{display:block;margin:0 auto;}

/* ===== PLAYER ===== */
.player-shell{padding:10px;background:#00001a;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;height:655px;margin:5px 0;overflow:hidden;}
#iframe-container{width:100%;height:100%;overflow:hidden;}
#iframe-container iframe{width:100%;height:100%;border:0;display:block;}

/* MOBIL */
@media(max-width:520px){
  .player-shell{height:610px!important;aspect-ratio:auto!important;min-height:0!important;max-height:none!important;}
  #iframe-container{height:100%!important;}
  #iframe-container iframe{height:100%!important;}
}

/* ===== MESSAGE ===== */
.info-wrap{background:#080f2f;border-radius:8px;padding:10px 25px;margin:1px auto 4px auto;max-width:1120px;box-shadow:0 2px 6px rgba(0,0,0,0.35);border:1px solid #1b2648;}
.info-wrap p{font-size:16px;margin:6px 0;text-align:center;}
.info-title{color:#d6dbf5;font-weight:600;}
.info-text{color:#c3c8e5;margin:4px 0 6px;}
.info-text a{color:#ff7777;text-decoration:none;font-weight:600;}
.info-text a.strong{font-weight:700;}
.info-ok{color:#9be28f;}

/* ===== FOOTER: ===== */
.footer-full{width:100%;margin-top:10px;}
.footer-full > *{width:100%;}
.footer-full .container,.footer-full .container-fluid{max-width:100%!important;width:100%!important;padding-left:12px!important;padding-right:12px!important;}

/* ===== RESPONSIVE TOP ===== */
@media(max-width:820px){
  .topbar-inner{flex-direction:column;align-items:flex-start;}
  .site-name{font-size:20px;}
  .top-links{width:100%;gap:12px;flex-wrap:wrap;}
  .top-sep{display:block;}
  .top-links a{font-size:15px;}
}
@media(max-width:520px){
  .topbar-inner{padding:10px 12px;}
  .site-name{font-size:19px;}
  .top-links{width:100%;display:flex;gap:0;flex-wrap:nowrap;}
  .top-links a{flex:1;justify-content:center;padding:8px 6px;font-size:14px;}
  .top-sep{display:block;}
  .info-wrap{padding:10px 14px;}
  .info-wrap p{font-size:14px;}
}