
.ccjv9-shell{
  color:#fff;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 35%),
    linear-gradient(180deg,#07101f 0%,#0b1220 40%,#0f172a 100%);
  border-radius:28px;
  padding:28px;
  box-shadow:0 20px 60px rgba(2,6,23,.28);
}
.ccjv9-hero{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:22px;
  align-items:stretch;
}
.ccjv9-kicker{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#cbd5e1;
}
.ccjv9-hero-copy h1{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.08;
  font-weight:800;
}
.ccjv9-hero-copy p{
  margin:0 0 18px;
  color:#cbd5e1;
  max-width:800px;
  font-size:16px;
}
.ccjv9-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ccjv9-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}
.ccjv9-btn:hover{ transform:translateY(-1px); }
.ccjv9-btn-primary{
  background:#2563eb;
  color:#fff;
  box-shadow:0 12px 28px rgba(37,99,235,.3);
}
.ccjv9-btn-secondary{
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}
.ccjv9-hero-card,
.ccjv9-panel,
.ccjv9-runtime-wrap{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  backdrop-filter:blur(10px);
}
.ccjv9-hero-card{ padding:18px; }
.ccjv9-stat-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  height:100%;
}
.ccjv9-stat{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ccjv9-stat strong{
  font-size:28px;
  line-height:1;
  margin-bottom:6px;
}
.ccjv9-stat span{
  color:#cbd5e1;
  font-size:13px;
}
.ccjv9-section-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.ccjv9-panel{
  padding:18px;
}
.ccjv9-panel h2{
  margin:0 0 10px;
  font-size:20px;
}
.ccjv9-panel ul{
  margin:0;
  padding-left:18px;
  color:#cbd5e1;
}
.ccjv9-panel li{ margin:0 0 8px; }
.ccjv9-runtime-wrap{
  margin-top:22px;
  overflow:hidden;
}
.ccjv9-runtime-head{
  padding:18px 20px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.ccjv9-runtime-head h2{
  margin:0 0 6px;
  font-size:24px;
}
.ccjv9-runtime-head p{
  margin:0;
  color:#cbd5e1;
}
.ccjv9-runtime-body{
  padding:20px;
}
.ccjv9-runtime-body .ccjv-live-wrap{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
}
.ccjv9-runtime-body button,
.ccjv9-runtime-body select,
.ccjv9-runtime-body input[type="file"]{
  border-radius:14px;
}
.ccjv9-runtime-body button{
  background:#2563eb;
  color:#fff;
  border:0;
  padding:10px 14px;
  cursor:pointer;
  font-weight:700;
  margin-right:8px;
  margin-bottom:8px;
}
.ccjv9-runtime-body select{
  min-width:220px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.18);
  background:#111827;
  color:#fff;
}
.ccjv9-runtime-body #ccjv-access-panel,
.ccjv9-runtime-body #ccjv-modules-panel,
.ccjv9-runtime-body #ccjv-tx-panel{
  border-radius:18px !important;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04) !important;
}
.ccjv9-missing{
  padding:20px;
  border-radius:18px;
  background:rgba(239,68,68,.12);
  border:1px solid rgba(239,68,68,.28);
}
@media (max-width: 1100px){
  .ccjv9-hero{ grid-template-columns:1fr; }
  .ccjv9-section-grid{ grid-template-columns:1fr; }
}
