@import url('../css/cryo-unified.css');

.cryo-page-wide .cryo-shell{
  width:calc(100% - 32px);
}

.cryo-topbar-panel{
  padding:10px 20px;
}

.cryo-topbar-panel .cryo-topbar{
  padding:0;
}

.cryo-title-block{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.cryo-kicker-tight{
  margin-bottom:0;
}

.cryo-meta{
  color:var(--muted);
  font-size:14px;
}

.cryo-hero-split{
  display:grid;
  grid-template-columns:minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap:22px;
  align-items:stretch;
}

.cryo-stat-grid{
  display:grid;
  gap:12px;
}

.cryo-stat{
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(13,167,160,0.1), rgba(49,191,216,0.12));
  border:1px solid rgba(16,52,78,0.08);
}

.cryo-stat span{
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:6px;
  font-weight:800;
}

.cryo-stat strong{
  font-size:17px;
  color:var(--ink);
}

.cryo-module-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

.cryo-module-card{
  padding:26px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.cryo-pill{
  display:inline-flex;
  width:fit-content;
  padding:8px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cryo-pill-live{
  background:rgba(13,167,160,0.12);
  color:#0b7e83;
}

.cryo-pill-device{
  background:rgba(245,182,61,0.18);
  color:#8a5b0e;
}

.cryo-module-card h3{
  font-size:24px;
  line-height:1.2;
  color:var(--ink);
}

.cryo-list{
  margin:0;
  padding-left:18px;
  color:var(--text);
  line-height:1.75;
}

.cryo-list li + li{
  margin-top:6px;
}

@media (max-width: 900px){
  .cryo-hero-split,
  .cryo-module-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .cryo-topbar-panel{
    padding:8px 16px;
  }

  .cryo-module-card,
  .cryo-hero{
    padding:24px;
  }
}
