
:root{
  --v42-bg:#060b14;
  --v42-panel:#0b1321;
  --v42-panel2:#101827;
  --v42-line:rgba(255,255,255,.09);
  --v42-text:#fff;
  --v42-muted:#8996aa;
  --v42-pink:#ff2459;
  --v42-purple:#7d43f3;
  --v42-blue:#2879ef;
  --v42-green:#18d68a;
}

body{
  background:#070d17!important;
  color:#fff!important;
}

/* HEADER */

.r42-header{
  background:#070d17;
  border-bottom:1px solid var(--v42-line);
}

.r42-header-grid{
  min-height:106px;
  display:grid;
  grid-template-columns:1.05fr 1fr 1.1fr 1.2fr;
  gap:22px;
  align-items:center;
}

.r42-logo img{
  max-width:250px;
  max-height:70px;
  object-fit:contain;
}

.r42-now-head{
  display:flex;
  align-items:center;
  gap:12px;
}

.r42-now-avatar{
  width:59px;
  height:59px;
  flex:0 0 59px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:2px solid #713cdb;
  border-radius:50%;
}

.r42-now-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.r42-now-head small,
.r42-request-line small,
.r42-live-head small{
  display:block;
  color:#ff3e70;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}

.r42-now-head strong,
.r42-now-head span{
  display:block;
}

.r42-now-head strong{
  margin-top:3px;
  color:#fff;
  font-size:14px;
}

.r42-now-head span{
  margin-top:2px;
  color:#8995a9;
  font-size:10px;
}

.r42-request-line,
.r42-live-head{
  min-height:68px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:11px 15px;
  border:1px solid var(--v42-line);
  border-radius:14px;
  background:#0b1320;
}

.r42-request-line>i{
  color:#ff2861;
  font-size:27px;
  font-style:normal;
}

.r42-request-line strong{
  display:block;
  margin-top:2px;
  font-size:16px;
}

.r42-request-line span{
  color:#8e9aae;
  font-size:9px;
}

.r42-live-head>div:first-child{
  min-width:100px;
}

.r42-live-head strong{
  display:block;
  margin-top:3px;
  font-size:15px;
}

.r42-head-eq{
  height:34px;
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:4px;
}

.r42-head-eq i{
  width:3px;
  height:30%;
  border-radius:4px;
  background:#ff255b;
  animation:r42eq 1s infinite;
}

.r42-head-eq i:nth-child(2n){height:75%}
.r42-head-eq i:nth-child(3n){height:48%}

@keyframes r42eq{
  50%{transform:scaleY(.4)}
}

.r42-head-play,
.r42-head-mute{
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  color:#fff;
  cursor:pointer;
}

.r42-head-play{
  background:#ff2459;
}

.r42-head-mute{
  background:#172133;
}


/* DUYURU */

.r42-ticker{
  height:39px!important;
  background:#0a111d!important;
  color:#a5afbf!important;
  border-bottom:1px solid var(--v42-line);
}

.r42-ticker .ticker-label{
  color:#fff;
}

.r42-ticker .ticker-label small{
  background:#171f2e;
  color:#fff;
}


/* NAV */

.r42-nav{
  background:#070c14;
  border-bottom:1px solid var(--v42-line);
}

.r42-nav-inner{
  min-height:58px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
}

.r42-nav-links{
  display:flex;
  align-items:center;
  gap:4px;
  overflow:auto;
}

.r42-nav-links a{
  padding:10px 14px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  font-size:10px;
  font-weight:800;
}

.r42-nav-links a.active{
  background:linear-gradient(135deg,#ff315d,#d82270,#7542e9);
  box-shadow:0 8px 24px rgba(220,30,105,.25);
}

.r42-social{
  display:flex;
  gap:8px;
}

.r42-social a{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  background:#121d2d;
}


/* HERO */

.r42-hero{
  position:relative;
  width:min(1480px,calc(100% - 30px));
  min-height:500px;
  margin:12px auto 0;
  overflow:hidden;
  border:1px solid var(--v42-line);
  border-radius:25px;
  background:
      linear-gradient(90deg,rgba(5,9,16,.42),rgba(5,8,13,.16)),
      var(--r42-hero-image),
      linear-gradient(120deg,#42122a,#111a30 48%,#092a50);
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 65px rgba(0,0,0,.32);
}

.r42-hero-shade{
  position:absolute;
  inset:0;
  background:
      linear-gradient(90deg,rgba(4,8,14,.45),rgba(4,7,12,.05) 60%,rgba(3,7,13,.20));
}

.r42-hero-grid{
  position:relative;
  z-index:2;
  min-height:500px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:45px;
  align-items:center;
  padding:43px 48px;
}

.r42-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:16px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(191,23,55,.75);
  font-size:8px;
  font-weight:900;
}

.r42-hero-badge i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff4e73;
}

.r42-hero-copy h1{
  max-width:700px;
  margin:0;
  color:#fff;
  font-size:clamp(47px,5vw,70px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:900;
}

.r42-hero-copy h1 span{
  color:#ff315c;
}

.r42-hero-copy p{
  max-width:600px;
  margin:20px 0 27px;
  color:#d0d7e2;
  font-size:13px;
  line-height:1.65;
}

.r42-hero-actions{
  display:flex;
  gap:11px;
}

.r42-hero-actions button{
  min-height:48px;
  padding:10px 18px;
  border-radius:13px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}

.r42-listen{
  border:0;
  background:linear-gradient(135deg,#ff315d,#e31c6c);
  box-shadow:0 10px 28px rgba(243,32,90,.30);
}

.r42-request-open{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(9,14,24,.70);
}

.r42-hero-actions i{
  margin-right:6px;
  font-style:normal;
}

.r42-hero-features{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}

.r42-hero-features span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  color:#a9b3c2;
  background:rgba(8,14,24,.60);
  font-size:8px;
}

.r42-hero-features b{
  color:#fff;
}


/* YAYINA KATIL */

.r42-join{
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:21px;
  background:rgba(7,13,23,.89);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.r42-join-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:13px;
}

.r42-join-head small{
  color:#ff4d75;
  font-size:7px;
  font-weight:900;
}

.r42-join-head h2{
  margin:3px 0 0;
  font-size:19px;
}

.r42-join-head>b{
  color:#39dd9e;
  font-size:7px;
}

.r42-join-head>b i{
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#18d68a;
}

.r42-join-card{
  padding:12px;
  margin-top:9px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:#101725;
}

.r42-person{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.r42-person>div{
  position:relative;
  width:52px;
  height:52px;
  flex:0 0 52px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#192537;
}

.r42-person img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.r42-person>div i{
  position:absolute;
  right:3px;
  bottom:3px;
  width:8px;
  height:8px;
  border:2px solid #101725;
  border-radius:50%;
  background:#17d689;
}

.r42-person small,
.r42-person strong,
.r42-person em{
  display:block;
}

.r42-person small{
  color:#77849a;
  font-size:6px;
  font-weight:900;
}

.r42-person strong{
  margin-top:2px;
  font-size:12px;
}

.r42-person em{
  margin-top:2px;
  color:#8e99ab;
  font-size:7px;
  font-style:normal;
}

.r42-join-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.r42-join-actions button{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 11px;
  border-radius:11px;
  cursor:pointer;
}

.r42-join-actions button>i{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-style:normal;
  background:rgba(20,29,43,.08);
}

.r42-join-actions span{
  text-align:left;
}

.r42-join-actions b,
.r42-join-actions small{
  display:block;
}

.r42-join-actions b{
  font-size:9px;
}

.r42-join-actions small{
  margin-top:2px;
  font-size:7px;
  opacity:.58;
}

.r42-white-request{
  border:0;
  color:#161c28;
  background:#f4f7fb;
}

.r42-dark-request{
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  background:#192233;
}


/* PLAYER */

.r42-player{
  width:min(1480px,calc(100% - 30px));
  margin:7px auto 0;
  border:1px solid var(--v42-line);
  border-radius:15px;
  background:#091321;
}

.r42-player-inner{
  min-height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:20px;
  align-items:center;
}

.r42-player-song{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}

.r42-player-avatar{
  width:48px;
  height:48px;
  flex:0 0 48px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#182539;
}

.r42-player-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.r42-player-song small{
  color:#ff4973;
  font-size:6px;
  font-weight:900;
}

.r42-player-song strong{
  display:block;
  color:#fff;
  font-size:10px;
}

.r42-player-song span{
  display:block;
  margin-top:2px;
  color:#7c889b;
  font-size:7px;
}

.r42-player-buttons{
  display:flex;
  align-items:center;
  gap:9px;
}

.r42-player-buttons button{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  color:#fff;
  background:#162236;
}

.r42-player-buttons .r42-play-main{
  width:50px;
  height:50px;
  border:0;
  background:linear-gradient(135deg,#8748f5,#ee276c);
  box-shadow:0 8px 25px rgba(181,45,162,.30);
}

.r42-player-volume{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
}

.r42-player-volume input{
  width:170px;
  accent-color:#ec2b6e;
}

.r42-player-volume b{
  color:#8b98ab;
  font-size:7px;
}


/* MOBİL */

@media(max-width:1050px){

  .r42-header-grid{
    grid-template-columns:1fr 1fr;
  }

  .r42-hero-grid{
    grid-template-columns:1fr;
  }

  .r42-hero-copy{
    text-align:center;
  }

  .r42-hero-copy p{
    margin-left:auto;
    margin-right:auto;
  }

  .r42-hero-actions,
  .r42-hero-features{
    justify-content:center;
  }

  .r42-join{
    max-width:720px;
    width:100%;
    margin:auto;
  }

  .r42-social{
    display:none;
  }
}

@media(max-width:820px){

  .r42-header{
    display:none;
  }

  .r42-ticker{
    margin-top:0;
  }

  .r42-nav{
    display:none;
  }

  .r42-hero{
    width:calc(100% - 10px);
    min-height:auto;
    margin-top:6px;
    border-radius:17px;
  }

  .r42-hero-grid{
    min-height:auto;
    padding:28px 15px;
  }

  .r42-hero-copy h1{
    font-size:37px;
    letter-spacing:-1.6px;
  }

  .r42-hero-copy p{
    font-size:11px;
  }

  .r42-join-actions{
    grid-template-columns:1fr;
  }

  .r42-player{
    width:calc(100% - 10px);
  }

  .r42-player-inner{
    grid-template-columns:1fr auto;
    padding:8px 3px;
  }

  .r42-player-volume{
    display:none;
  }
}

@media(max-width:480px){

  .r42-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .r42-hero-actions button{
    width:100%;
  }

  .r42-hero-copy h1{
    font-size:32px;
  }

  .r42-hero-features{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}

/* ===== V42 DUYURU OKUNAKLILIK FIX ===== */

.r42-ticker,
.r42-ticker .ticker-window,
.r42-ticker .ticker-marquee,
.r42-ticker .ticker-marquee span{
    color:#ffffff !important;
}

.r42-ticker .ticker-marquee b{
    color:#ffffff !important;
}

.r42-ticker .ticker-marquee i{
    color:#ff315f !important;
}

.r42-ticker .ticker-label{
    color:#ffffff !important;
}

.r42-ticker .ticker-label small{
    color:#ffffff !important;
}

/* ===== END ===== */

/* =========================================================
   V42 ANASAYFA ALT BOLUM DUZELTME
   ========================================================= */

.r41-features,
.r41-experience,
.r41-media-section,
.r41-djs,
.r41-bottom-content{
    display:block !important;
    width:100% !important;
    position:relative !important;
}

.r41-feature-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
}

.r41-feature-grid article{
    min-height:95px !important;
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    padding:16px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:15px !important;
    background:#0d1624 !important;
}

.r41-experience-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    align-items:center !important;
    gap:46px !important;
}

.r41-experience-copy h2{
    color:#fff !important;
}

.r41-experience-copy p{
    color:#98a5b8 !important;
}

.r41-studio-card{
    display:block !important;
    min-height:280px !important;
    padding:20px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:19px !important;
    background:#0d1624 !important;
}

.r41-media-grid{
    display:grid !important;
    grid-template-columns:1.1fr .9fr !important;
    gap:18px !important;
}

.r41-video-side,
.r41-top5-side{
    min-width:0 !important;
}

.r41-main-video{
    display:block !important;
    width:100% !important;
}

.r41-video-image{
    min-height:370px !important;
    background-size:cover !important;
    background-position:center !important;
}

.r41-top5-box{
    display:block !important;
    width:100% !important;
}

.r41-top5-list article{
    display:grid !important;
    grid-template-columns:34px 44px minmax(0,1fr) 36px !important;
}

.r41-dj-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:14px !important;
}

.r41-bottom-grid{
    display:grid !important;
    grid-template-columns:1.08fr .92fr !important;
    gap:18px !important;
}

.r41-tv-shell{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 210px !important;
    overflow:hidden !important;
}

.r41-news-list{
    display:grid !important;
    gap:10px !important;
}

.r41-news-list article{
    display:grid !important;
    grid-template-columns:125px minmax(0,1fr) !important;
}

@media(max-width:1050px){

    .r41-experience-grid,
    .r41-media-grid,
    .r41-bottom-grid{
        grid-template-columns:1fr !important;
    }

    .r41-dj-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:760px){

    .r41-feature-grid,
    .r41-dj-grid{
        grid-template-columns:1fr !important;
    }

    .r41-tv-shell{
        grid-template-columns:1fr !important;
    }

    .r41-video-image{
        min-height:260px !important;
    }
}

/* END V42 ALT BOLUM FIX */
