/* =========================================================
   Relay Radio Profile — public profile polish
   Loaded only by pages_profile.php.
   ========================================================= */

.rr-profile-page{
  --rr-blue:#00B7FF;
  --rr-purple:#8B3DFF;
  --rr-magenta:#bd67e0;
  --rr-orange:#FF8C1A;
  --rr-gold:#ffd166;
  --rr-ink:#070a12;
  --rr-panel:rgba(13,17,28,.88);
  --rr-panel-strong:rgba(9,12,21,.96);
  --rr-card:rgba(18,22,35,.82);
  --rr-text:rgba(255,255,255,.92);
  --rr-muted:rgba(255,255,255,.64);
  --rr-border:rgba(0,183,255,.18);
  --rr-border-warm:rgba(255,140,26,.22);
  padding:22px 24px 10px;
  margin-bottom:18px !important;
}

.rr-profile-page .rr-profile-hero,
.rr-profile-page .rr-profile-card{
  position:relative;
  isolation:isolate;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(0,183,255,.22);
  box-shadow:0 24px 70px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.06);
}

.rr-profile-page .rr-profile-hero::before,
.rr-profile-page .rr-profile-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--rr-blue), var(--rr-purple), var(--rr-orange));
  opacity:.95;
  z-index:2;
}

.rr-profile-page .rr-profile-hero{
  padding:24px 26px;
  background:
    radial-gradient(circle at 14% 15%, rgba(0,183,255,.24), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(255,140,26,.22), transparent 32%),
    radial-gradient(circle at 54% 105%, rgba(139,61,255,.22), transparent 38%),
    linear-gradient(135deg, rgba(10,15,27,.96), rgba(24,18,34,.92) 48%, rgba(32,19,13,.88));
}

.rr-profile-page .rr-profile-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255,255,255,.05) 1px, transparent 2px) 0 0/52px 100%,
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.07), transparent 28%);
  opacity:.45;
  pointer-events:none;
  z-index:-1;
}

.rr-profile-page .rr-profile-hero-inner{
  gap:18px;
}

.rr-profile-page .rr-profile-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#82dcff;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:8px;
  text-shadow:0 0 16px rgba(0,183,255,.25);
}

.rr-profile-page .rr-profile-kicker i{
  color:var(--rr-orange);
}

.rr-profile-page .rr-profile-name{
  color:#fff;
  font-size:34px;
  line-height:1.05;
  font-weight:900;
  text-transform:none;
  letter-spacing:.2px;
  padding:0;
  text-shadow:0 8px 28px rgba(0,0,0,.45);
}

.rr-profile-page .rr-profile-subline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 12px;
  margin-top:11px;
  color:var(--rr-muted);
  font-weight:800;
  font-size:13px;
}

.rr-profile-page .rr-profile-subline span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
}

.rr-profile-page .rr-profile-subline i{
  color:var(--rr-blue);
}

.rr-profile-page .rr-profile-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.rr-profile-page .rr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:10px 17px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.15px;
  box-shadow:0 14px 34px rgba(0,0,0,.28);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.rr-profile-page .rr-btn i{
  margin-right:0;
}

.rr-profile-page .rr-btn:hover,
.rr-profile-page .rr-btn:focus{
  transform:translateY(-1px);
  text-decoration:none;
  box-shadow:0 18px 42px rgba(0,0,0,.38);
}

.rr-profile-page .rr-btn-soft{
  color:#fff;
  border:1px solid rgba(0,183,255,.30);
  background:linear-gradient(135deg, rgba(0,183,255,.16), rgba(139,61,255,.18));
}

.rr-profile-page .rr-btn-soft:hover,
.rr-profile-page .rr-btn-soft:focus{
  color:#fff;
  border-color:rgba(0,183,255,.52);
  background:linear-gradient(135deg, rgba(0,183,255,.24), rgba(139,61,255,.25));
}

.rr-profile-page .rr-btn-outline{
  color:#fff;
  border:1px solid rgba(255,140,26,.34);
  background:linear-gradient(135deg, rgba(255,140,26,.12), rgba(189,103,224,.10));
}

.rr-profile-page .rr-btn-outline:hover,
.rr-profile-page .rr-btn-outline:focus{
  color:#fff;
  border-color:rgba(255,140,26,.58);
  background:linear-gradient(135deg, rgba(255,140,26,.22), rgba(189,103,224,.18));
}

.rr-profile-page .rr-profile-card{
  margin-top:16px !important;
  background:
    radial-gradient(circle at 6% 0%, rgba(0,183,255,.11), transparent 34%),
    radial-gradient(circle at 96% 14%, rgba(255,140,26,.10), transparent 32%),
    linear-gradient(180deg, rgba(14,18,30,.94), rgba(7,10,18,.96));
}

.rr-profile-page .rr-profile-card > .row{
  margin-left:0;
  margin-right:0;
}

.rr-profile-page .rr-profile-left,
.rr-profile-page .rr-profile-right{
  padding:26px;
}

.rr-profile-page .rr-profile-left{
  display:flex;
  align-items:stretch;
  background:
    radial-gradient(circle at 50% 6%, rgba(0,183,255,.12), transparent 35%),
    linear-gradient(180deg, rgba(5,8,16,.42), rgba(5,8,16,.72));
  border-right:1px solid rgba(0,183,255,.13);
}

.rr-profile-page .rr-profile-dj-card{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:100%;
  padding:16px 8px;
}

.rr-profile-page .rr-avatar-wrap{
  position:relative;
  width:176px;
  height:176px;
  margin:0 auto;
}

.rr-profile-page .rr-avatar-glow{
  position:absolute;
  inset:-16px;
  border-radius:999px;
  background:
    radial-gradient(circle, rgba(0,183,255,.18), transparent 58%),
    radial-gradient(circle at 70% 35%, rgba(255,140,26,.22), transparent 48%);
  filter:blur(2px);
}

.rr-profile-page .rr-avatar{
  position:relative;
  width:176px;
  height:176px;
  padding:5px;
  margin:0;
  border-radius:999px;
  background:linear-gradient(135deg, var(--rr-blue), var(--rr-purple) 48%, var(--rr-orange));
  box-shadow:0 18px 44px rgba(0,0,0,.48), 0 0 34px rgba(0,183,255,.16);
}

.rr-profile-page .rr-avatar::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:999px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
  pointer-events:none;
}

.rr-profile-page .rr-avatar-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:999px;
  border:3px solid rgba(6,8,14,.82);
  background:#0b0e18;
}

.rr-profile-page .rr-profile-side-name{
  margin-top:18px;
  color:#fff;
  font-weight:900;
  font-size:22px;
  line-height:1.1;
  letter-spacing:.1px;
}

.rr-profile-page .rr-profile-side-tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:8px;
  padding:6px 11px;
  border-radius:999px;
  color:#bdeeff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;
  border:1px solid rgba(0,183,255,.18);
  background:rgba(0,183,255,.07);
}

.rr-profile-page .rr-profile-side-tag i{
  color:var(--rr-orange);
}

.rr-profile-page .rr-level{
  color:rgba(255,255,255,.78);
  font-weight:800;
}

.rr-profile-page .rr-level i,
.rr-profile-page .rr-level .fa,
.rr-profile-page .rr-level .fas,
.rr-profile-page .rr-level .far{
  color:#21d576;
}

.rr-profile-page .rr-mini-meta{
  width:100%;
  max-width:282px;
  margin-top:16px !important;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.rr-profile-page .rr-mini-line{
  display:grid;
  grid-template-columns:22px auto 1fr;
  align-items:center;
  gap:8px;
  padding:7px 0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
}

.rr-profile-page .rr-mini-line + .rr-mini-line{
  border-top:1px solid rgba(255,255,255,.07);
}

.rr-profile-page .rr-mini-line i{
  width:22px;
  color:var(--rr-orange);
  text-align:center;
}

.rr-profile-page .rr-mini-line span{
  color:rgba(255,255,255,.62);
  text-transform:none;
  font-weight:900;
}

.rr-profile-page .rr-mini-line strong{
  color:#fff;
  justify-self:end;
  text-align:right;
  font-weight:900;
}

.rr-profile-page .rr-profile-right{
  background:linear-gradient(135deg, rgba(255,255,255,.015), rgba(255,255,255,.04));
}

.rr-profile-page .rr-profile-section{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.rr-profile-page .rr-info-grid{
  gap:14px;
}

.rr-profile-page .rr-info-item{
  position:relative;
  overflow:hidden;
  min-height:86px;
  padding:15px 17px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.rr-profile-page .rr-info-item::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:linear-gradient(180deg, var(--rr-blue), var(--rr-orange));
  opacity:.75;
}

.rr-profile-page .rr-info-label{
  color:rgba(255,255,255,.62);
  font-size:12px;
  letter-spacing:.9px;
}

.rr-profile-page .rr-info-label i{
  color:var(--rr-magenta);
  text-shadow:0 0 16px rgba(189,103,224,.22);
}

.rr-profile-page .rr-info-value{
  color:#fff;
  font-size:19px;
  line-height:1.16;
}

.rr-profile-page .rr-about{
  margin-top:2px !important;
  border-radius:20px;
  overflow:hidden;
  background:
    radial-gradient(circle at 95% 0%, rgba(255,140,26,.09), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022));
  border:1px solid rgba(0,183,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.rr-profile-page .rr-about-head{
  position:relative;
  padding:15px 17px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(0,183,255,.13), rgba(139,61,255,.13) 50%, rgba(255,140,26,.12));
}

.rr-profile-page .rr-about-head::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--rr-blue), var(--rr-purple), var(--rr-orange));
}

.rr-profile-page .rr-about-title{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-size:21px;
  line-height:1.1;
  font-weight:900;
  text-transform:none;
  padding:0;
}

.rr-profile-page .rr-about-title i{
  color:var(--rr-orange);
}

.rr-profile-page .rr-about-body{
  padding:18px 18px 20px;
  color:rgba(255,255,255,.84);
  line-height:1.62;
  font-size:14px;
}

.rr-profile-page .rr-about-body p:last-child{
  margin-bottom:0;
}

@media (max-width:991.98px){
  .rr-profile-page{
    padding:18px 16px 8px;
  }

  .rr-profile-page .rr-profile-hero{
    padding:20px;
  }

  .rr-profile-page .rr-profile-name{
    font-size:30px;
  }

  .rr-profile-page .rr-profile-left{
    border-right:0;
    border-bottom:1px solid rgba(0,183,255,.13);
  }

  .rr-profile-page .rr-profile-left,
  .rr-profile-page .rr-profile-right{
    padding:22px;
  }
}

@media (max-width:575.98px){
  .rr-profile-page{
    padding:14px 12px 6px;
  }

  .rr-profile-page .rr-profile-hero{
    border-radius:18px;
    padding:18px;
  }

  .rr-profile-page .rr-profile-name{
    font-size:26px;
  }

  .rr-profile-page .rr-profile-hero-actions{
    width:100%;
  }

  .rr-profile-page .rr-profile-hero-actions .rr-btn{
    flex:1 1 100%;
  }

  .rr-profile-page .rr-profile-card{
    border-radius:18px;
  }

  .rr-profile-page .rr-profile-left,
  .rr-profile-page .rr-profile-right{
    padding:18px;
  }

  .rr-profile-page .rr-avatar-wrap,
  .rr-profile-page .rr-avatar{
    width:150px;
    height:150px;
  }

  .rr-profile-page .rr-mini-line{
    grid-template-columns:22px 1fr;
  }

  .rr-profile-page .rr-mini-line strong{
    grid-column:2;
    justify-self:start;
    text-align:left;
  }
}

/* =========================================================
   DJ Profile Content Pass — show status, genres, safer actions
   ========================================================= */
.rr-profile-page .rr-profile-hero-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

.rr-profile-page .rr-profile-tagline{
  margin:10px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  font-weight:700;
  line-height:1.5;
}

.rr-profile-page .rr-profile-subline .is-live{
  color:#fff;
  border-color:rgba(0,183,255,.30);
  background:linear-gradient(135deg, rgba(0,183,255,.18), rgba(33,213,118,.12));
  box-shadow:0 0 24px rgba(0,183,255,.11);
}

.rr-profile-page .rr-profile-subline .is-live i{
  color:#21d576;
  font-size:8px;
  text-shadow:0 0 14px rgba(33,213,118,.55);
}

.rr-profile-page .rr-btn-hot{
  color:#07101a;
  border:1px solid rgba(255,209,102,.65);
  background:linear-gradient(135deg, #39cfff, #ffd166 72%, #ff8c1a);
  box-shadow:0 14px 34px rgba(255,140,26,.20), 0 0 28px rgba(0,183,255,.13);
}

.rr-profile-page .rr-btn-hot:hover,
.rr-profile-page .rr-btn-hot:focus{
  color:#07101a;
  border-color:rgba(255,255,255,.70);
  background:linear-gradient(135deg, #54d7ff, #ffe08a 72%, #ff9d34);
}

.rr-profile-page .rr-dj-feature-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.12fr) minmax(0, .88fr);
  gap:14px;
}

.rr-profile-page .rr-dj-feature-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:14px;
  min-height:142px;
  padding:17px;
  border-radius:20px;
  border:1px solid rgba(0,183,255,.16);
  background:
    radial-gradient(circle at 95% 0%, rgba(139,61,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}

.rr-profile-page .rr-dj-feature-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--rr-blue), var(--rr-purple), var(--rr-orange));
  opacity:.80;
}

.rr-profile-page .rr-dj-feature-card.is-live{
  border-color:rgba(33,213,118,.26);
  background:
    radial-gradient(circle at 88% 0%, rgba(33,213,118,.14), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(0,183,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028));
}

.rr-profile-page .rr-dj-feature-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#08111d;
  background:linear-gradient(135deg, #39cfff, #8b3dff 52%, #ff8c1a);
  box-shadow:0 14px 34px rgba(0,0,0,.25), 0 0 28px rgba(0,183,255,.16);
}

.rr-profile-page .rr-dj-feature-card.is-live .rr-dj-feature-icon{
  background:linear-gradient(135deg, #21d576, #39cfff 58%, #ffd166);
}

.rr-profile-page .rr-dj-feature-kicker,
.rr-profile-page .rr-dj-genres-title{
  color:#82dcff;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.35px;
  text-transform:uppercase;
}

.rr-profile-page .rr-dj-feature-card h3{
  margin:5px 0 6px;
  color:#fff;
  font-size:20px;
  line-height:1.15;
  font-weight:900;
}

.rr-profile-page .rr-dj-feature-card p,
.rr-profile-page .rr-dj-feature-card em{
  margin:0;
  color:rgba(255,255,255,.69);
  font-size:13px;
  line-height:1.45;
  font-style:normal;
}

.rr-profile-page .rr-dj-feature-card em{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.76);
}

.rr-profile-page .rr-dj-mini-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.rr-profile-page .rr-dj-mini-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.06);
}

.rr-profile-page .rr-dj-mini-actions a:hover,
.rr-profile-page .rr-dj-mini-actions a:focus{
  border-color:rgba(0,183,255,.38);
  background:rgba(0,183,255,.12);
}

.rr-profile-page .rr-dj-genres{
  padding:15px 17px;
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255,140,26,.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.023));
  border:1px solid rgba(255,255,255,.09);
}

.rr-profile-page .rr-dj-genres-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:11px;
}

.rr-profile-page .rr-dj-genres-title i{
  color:var(--rr-orange);
}

.rr-profile-page .rr-dj-genre-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.rr-profile-page .rr-dj-genre-pills span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 11px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(0,183,255,.22);
  background:linear-gradient(135deg, rgba(0,183,255,.12), rgba(139,61,255,.12));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.cp-profile-edit-main .cp-profile-help-card{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:-2px 0 16px;
  padding:12px 14px;
  border-radius:14px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.45;
  border:1px solid rgba(0,183,255,.18);
  background:linear-gradient(135deg, rgba(0,183,255,.08), rgba(139,61,255,.08));
}

.cp-profile-edit-main .cp-profile-help-card i{
  color:#39cfff;
  margin-top:2px;
}

@media (max-width:991.98px){
  .rr-profile-page .rr-dj-feature-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:575.98px){
  .rr-profile-page .rr-profile-hero-inner{
    align-items:stretch;
  }

  .rr-profile-page .rr-dj-feature-card{
    grid-template-columns:42px minmax(0, 1fr);
    padding:15px;
  }

  .rr-profile-page .rr-dj-feature-icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }
}


/* =========================================================
   DJ Profile field/layout tightening
   ========================================================= */
.rr-profile-page .rr-profile-left{ align-items:flex-start; }
.rr-profile-page .rr-profile-dj-card{ justify-content:flex-start; min-height:auto; padding:18px 8px 12px; position:sticky; top:18px; }
.rr-profile-page .rr-profile-side-tag{ max-width:100%; justify-content:center; text-align:center; line-height:1.25; }
.rr-profile-page .rr-dj-feature-grid{ grid-template-columns:minmax(0, 1.05fr) minmax(230px, .72fr); align-items:stretch; }
.rr-profile-page .rr-dj-feature-card{ min-height:118px; padding:15px; grid-template-columns:42px minmax(0, 1fr); gap:12px; }
.rr-profile-page .rr-dj-feature-icon{ width:42px; height:42px; border-radius:14px; }
.rr-profile-page .rr-dj-feature-card h3{ font-size:18px; margin-top:4px; }
.rr-profile-page .rr-dj-feature-subtitle{ margin:-2px 0 6px; color:rgba(255,255,255,.55); font-size:12px; font-weight:800; }
.rr-profile-page .rr-dj-listener-card{ background:radial-gradient(circle at 90% 0%, rgba(255,140,26,.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022)); }
.rr-profile-page .rr-dj-mini-actions{ margin-top:10px; }
.rr-profile-page .rr-info-item{ min-height:78px; padding:13px 15px; }
.rr-profile-page .rr-info-value{ font-size:18px; }
.rr-profile-page .rr-about-head{ background:radial-gradient(circle at 8% 0%, rgba(0,183,255,.18), transparent 34%), linear-gradient(90deg, rgba(0,183,255,.10), rgba(139,61,255,.12) 54%, rgba(255,140,26,.08)); }
.rr-profile-page .rr-about-title i{ color:#82dcff; }
@media (max-width:991.98px){ .rr-profile-page .rr-profile-dj-card{ position:relative; top:auto; } .rr-profile-page .rr-dj-feature-grid{ grid-template-columns:1fr; } }
