/* Ojerk V15.0.2 — compact premium About card and live-room chat action bar. */

/* Player action bar */
.oj-v1502-room-bar{
  min-width:0;
  min-height:58px;
  display:grid;
  grid-template-columns:auto minmax(230px,1fr) auto auto auto;
  align-items:stretch;
  margin-top:10px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:#282526;
  box-shadow:0 16px 42px rgba(0,0,0,.28);
}
.oj-v1502-room-bar a{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 17px;
  border-left:1px solid rgba(255,255,255,.09);
  color:#f5f5f6;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,filter .18s ease;
}
.oj-v1502-room-bar a:hover{
  background:rgba(255,255,255,.07);
  color:#fff;
  filter:none;
}
.oj-v1502-room-bar svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.oj-v1502-room-tools{
  display:flex;
  align-items:stretch;
}
.oj-v1502-room-tools a:first-child{border-left:0}
.oj-v1502-icon-action{
  width:54px;
  padding:0 !important;
  color:#d7d5d6 !important;
}
.oj-v1502-chat-action{
  justify-content:space-between !important;
  color:#f2f1f2 !important;
  font-weight:600 !important;
  overflow:hidden;
}
.oj-v1502-chat-action span{
  overflow:hidden;
  text-overflow:ellipsis;
}
.oj-v1502-chat-action svg{margin-left:auto}
.oj-v1502-room-action.is-private svg{color:#ff174f}
.oj-v1502-room-action.is-free{color:#8ee63f}
.oj-v1502-room-action.is-tokens svg{color:#ffc52e}

/* Premium compact About */
.oj-v15-model-about{display:none !important}
.oj-v1502-model-about{
  display:grid;
  grid-template-columns:minmax(210px,290px) minmax(0,1fr);
  gap:0;
  margin-top:26px;
  margin-bottom:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.105);
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 8%,rgba(var(--oj-accent-rgb),.16),transparent 30rem),
    linear-gradient(135deg,rgba(255,255,255,.025),transparent 58%),
    #0d0f13;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.oj-v1502-about-media{
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#090a0d;
}
.oj-v1502-about-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(5,6,8,.88));
  pointer-events:none;
}
.oj-v1502-about-media img{
  width:100%;
  height:100%;
  min-height:360px;
  display:block;
  object-fit:cover;
}
.oj-v1502-about-media>span{
  position:absolute;
  z-index:2;
  left:18px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(7,8,10,.78);
  color:#f8f8f9;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.oj-v1502-about-media>span i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#35d07f;
  box-shadow:0 0 0 5px rgba(53,208,127,.13);
}
.oj-v1502-about-media>span.is-offline i{
  background:#858993;
  box-shadow:none;
}
.oj-v1502-about-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(28px,3.8vw,50px);
}
.oj-v1502-about-content header>span{
  color:var(--oj-accent-hover);
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.oj-v1502-about-content h2{
  margin:7px 0 0;
  font-size:clamp(31px,3.2vw,50px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.oj-v1502-about-summary{
  max-width:960px;
  margin-top:18px;
}
.oj-v1502-about-summary p{
  margin:0 0 12px;
  color:#b8bdc7;
  font-size:15px;
  line-height:1.72;
}
.oj-v1502-about-summary p:last-child{margin-bottom:0}
.oj-v1502-about-facts{
  display:grid;
  grid-template-columns:repeat(5,minmax(95px,1fr));
  gap:8px;
  margin-top:22px;
}
.oj-v1502-about-facts>div{
  min-width:0;
  padding:12px 13px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(255,255,255,.026);
}
.oj-v1502-about-facts small,
.oj-v1502-about-tags>small{
  display:block;
  color:#707681;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.oj-v1502-about-facts strong{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#f4f5f7;
  font-size:13px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.oj-v1502-about-tags{
  margin-top:20px;
}
.oj-v1502-about-tags>div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:8px;
}
.oj-v1502-about-tags a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:#12151b;
  color:#d9dce2;
  font-size:11px;
  font-weight:760;
}
.oj-v1502-about-tags a:hover{
  border-color:rgba(var(--oj-accent-rgb),.56);
  color:#fff;
}
.oj-v1502-about-content>nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.075);
}
.oj-v1502-about-content>nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:rgba(255,255,255,.025);
  color:#d9dce2;
  font-size:12px;
  font-weight:850;
}
.oj-v1502-about-content>nav a:hover{
  border-color:rgba(var(--oj-accent-rgb),.52);
  color:#fff;
}

@media(max-width:1180px){
  .oj-v1502-room-bar{
    grid-template-columns:auto minmax(190px,1fr) auto auto;
  }
  .oj-v1502-room-action.is-tokens{display:none}
  .oj-v1502-about-facts{grid-template-columns:repeat(3,minmax(95px,1fr))}
}

@media(max-width:820px){
  .oj-v1502-room-bar{
    display:flex;
    min-height:56px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .oj-v1502-room-bar::-webkit-scrollbar{display:none}
  .oj-v1502-room-tools{flex:0 0 auto}
  .oj-v1502-chat-action{min-width:250px;flex:1 0 250px}
  .oj-v1502-room-action{flex:0 0 auto}
  .oj-v1502-room-action.is-tokens{display:flex}
  .oj-v1502-model-about{grid-template-columns:220px minmax(0,1fr)}
  .oj-v1502-about-content{padding:28px}
  .oj-v1502-about-facts{grid-template-columns:repeat(2,minmax(95px,1fr))}
}

@media(max-width:620px){
  .oj-v1502-room-bar{margin-top:7px;border-radius:10px}
  .oj-v1502-icon-action{width:48px}
  .oj-v1502-room-bar a{padding-inline:14px;font-size:11px}
  .oj-v1502-chat-action{min-width:220px;flex-basis:220px}
  .oj-v1502-model-about{
    grid-template-columns:1fr;
    margin-top:20px;
    border-radius:16px;
  }
  .oj-v1502-about-media{height:220px}
  .oj-v1502-about-media img{min-height:220px}
  .oj-v1502-about-content{padding:24px 18px}
  .oj-v1502-about-content h2{font-size:clamp(30px,10vw,42px)}
  .oj-v1502-about-summary p{font-size:14px;line-height:1.68}
  .oj-v1502-about-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}
  .oj-v1502-about-content>nav a{flex:1 1 auto;justify-content:center}
}
