/* ARC PLUG LIVE DISCORD COMMAND CENTER */
.discord-command-section{
  position:relative;
  padding-top:80px;
  padding-bottom:95px;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 90% 0%,rgba(88,101,242,.12),transparent 29%),
    radial-gradient(circle at 8% 100%,rgba(255,93,67,.07),transparent 25%),
    rgba(255,255,255,.006);
}

.discord-command-shell{
  min-height:560px;
  padding:38px;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  align-items:center;
  gap:48px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%,rgba(88,101,242,.11),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.03),transparent 42%),
    #0e0e15;
  box-shadow:0 38px 105px rgba(0,0,0,.38);
}

.discord-live-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#5865f2;
  box-shadow:0 0 14px rgba(88,101,242,.9);
}

.discord-command-copy h2{
  max-width:600px;
  margin:22px 0 16px;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(44px,5.4vw,74px);
  line-height:.96;
  letter-spacing:-.06em;
}

.discord-command-copy>p{
  max-width:600px;
  margin:0;
  color:#a8a3b1;
  font-size:15px;
  line-height:1.82;
}

.discord-command-actions{
  margin-top:29px;
  display:flex;
  flex-wrap:wrap;
  gap:11px;
}

.discord-member-preview{
  margin-top:36px;
  display:flex;
  align-items:center;
  gap:16px;
}

.discord-avatar-stack{
  display:flex;
  align-items:center;
}

.discord-avatar-stack img,
.discord-avatar-stack span{
  width:42px;
  height:42px;
  margin-left:-9px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:3px solid #0e0e15;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,#5865f2,#8a72ff);
  object-fit:cover;
  font-size:10px;
  font-weight:900;
}

.discord-avatar-stack img:first-child,
.discord-avatar-stack span:first-child{
  margin-left:0;
}

.discord-member-preview strong,
.discord-member-preview small{
  display:block;
}

.discord-member-preview strong{
  font-size:13px;
}

.discord-member-preview small{
  margin-top:5px;
  color:#85818d;
  font-size:10px;
}

.discord-command-panel{
  padding:25px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:23px;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    rgba(7,7,12,.66);
  background-size:38px 38px;
}

.discord-panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.discord-panel-top span{
  color:#96919f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.discord-panel-top strong{
  display:block;
  margin-top:7px;
  font-family:"Space Grotesk",sans-serif;
  font-size:29px;
}

.discord-connected-pill{
  min-height:34px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(88,101,242,.28);
  border-radius:999px;
  color:#aeb6ff!important;
  background:rgba(88,101,242,.08);
}

.discord-connected-pill.connected{
  color:#83f1b8!important;
  border-color:rgba(73,233,155,.20);
  background:rgba(73,233,155,.05);
}

.discord-connected-pill i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5865f2;
  box-shadow:0 0 11px rgba(88,101,242,.85);
}

.discord-connected-pill.connected i{
  background:#49e99b;
  box-shadow:0 0 11px rgba(73,233,155,.85);
}

.discord-stat-grid{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.discord-stat-grid>div{
  min-height:112px;
  padding:17px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  background:rgba(255,255,255,.023);
}

.discord-stat-grid span,
.discord-stat-grid strong,
.discord-stat-grid small{
  display:block;
}

.discord-stat-grid span{
  color:#827e8a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}

.discord-stat-grid strong{
  margin-top:9px;
  font-family:"Space Grotesk",sans-serif;
  font-size:29px;
}

.discord-stat-grid small{
  margin-top:5px;
  color:#76727e;
  font-size:9px;
}

.discord-announcement-card{
  margin-top:11px;
  padding:17px;
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:flex-start;
  gap:14px;
  border:1px solid rgba(255,111,72,.14);
  border-radius:16px;
  background:
    linear-gradient(145deg,rgba(255,93,67,.07),rgba(88,101,242,.04)),
    rgba(255,255,255,.018);
}

.discord-announcement-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  font-size:21px;
}

.discord-announcement-card span{
  color:#ffad82;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}

.discord-announcement-card strong{
  display:block;
  margin-top:7px;
  font-size:16px;
}

.discord-announcement-card p{
  margin:7px 0 0;
  color:#94909c;
  font-size:11px;
  line-height:1.6;
}

.discord-system-row{
  min-height:48px;
  margin-top:11px;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:14px;
  color:#85818d;
  background:rgba(255,255,255,.016);
  font-size:9px;
  font-weight:800;
}

.discord-system-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.discord-system-row i{
  width:6px;
  height:6px;
  border-radius:50%;
}

.discord-system-row .online{background:#49e99b}
.discord-system-row .orders{background:#ff8a4f}
.discord-system-row .support{background:#8b72ff}

@media(max-width:1000px){
  .discord-command-shell{
    grid-template-columns:1fr;
  }

  .discord-command-copy{
    text-align:center;
  }

  .discord-command-copy .recook-kicker{
    margin:0 auto;
  }

  .discord-command-copy>p{
    margin-left:auto;
    margin-right:auto;
  }

  .discord-command-actions,
  .discord-member-preview{
    justify-content:center;
  }
}

@media(max-width:620px){
  .discord-command-shell{
    padding:24px 17px;
  }

  .discord-stat-grid{
    grid-template-columns:1fr;
  }

  .discord-panel-top{
    flex-direction:column;
  }

  .discord-command-actions{
    flex-direction:column;
  }

  .discord-command-actions .button{
    width:100%;
  }

  .discord-system-row{
    padding:13px;
    align-items:flex-start;
    flex-direction:column;
  }
}
