/* app/views/sandbox/libs-sandbox/libs-sandbox.css */
.libs-scope{
  padding: 16px 0 28px;
}
.libs-scope .libs-title{
  margin: 0 0 6px;
  font-weight: 800;
}
.libs-scope .libs-note{
  color:#6c6c6c;
  font-size: 12px;
  margin-bottom: 12px;
}
.libs-scope .libs-table th{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.libs-scope .libs-status{
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.libs-scope .libs-status.ok{ background: #d1fae5; color: #065f46; }
.libs-scope .libs-status.fail{ background: #fee2e2; color: #991b1b; }
.libs-scope .libs-status.idle{ background: #e5e7eb; color: #374151; }
.libs-scope .libs-status.running{ background: #dbeafe; color: #1d4ed8; }
.libs-scope .libs-actions .btn{
  padding: 4px 10px;
  font-size: 12px;
}
.libs-scope .libs-demo{
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
}
.libs-scope .libs-demo-title{
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}
.libs-scope .libs-demo-body{
  min-height: 180px;
}
.libs-scope .libs-slide{
  background: #f3f4f6;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-weight: 700;
}
.libs-scope .libs-inline-note{
  color:#6c6c6c;
  font-size: 12px;
}
.libs-scope .libs-code{
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px;
  font-family: Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Zeta sandbox layout */
.zs-scope {
  padding: 16px 0 32px;
}

.zs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.zs-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6c7a89;
}

.zs-head h3 {
  margin: 0 0 4px;
}

.zs-head .text-muted {
  margin: 0;
}

.zs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f8ff7;
  font-weight: 600;
}

.zs-icon {
  color: #4f8ff7;
}

@media (max-width: 767px) {
  .zs-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
