/* Carvix 16.1 – traffic-ready hardening */
.cvx161-error-page{
  max-width:760px;
  margin:55px auto;
  padding:42px;
  border:1px solid #d7e4dd;
  border-radius:24px;
  background:#fff;
  text-align:center;
}
.cvx161-error-mark{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:0 auto 17px;
  border-radius:50%;
  background:#fff0d7;
  color:#7d5508;
  font-size:34px;
  font-weight:950;
}
.cvx161-error-page h1{
  margin:7px 0 12px;
  font-size:clamp(35px,5vw,56px);
  letter-spacing:-.05em;
}
.cvx161-error-page p{color:#607168}
.cvx161-error-actions{
  display:flex;
  justify-content:center;
  gap:9px;
  margin:22px 0;
}
.cvx161-error-page>small{color:#829088}
.cvx161-admin-error{
  margin-top:20px;
  padding:13px;
  border-radius:10px;
  background:#f4f7f5;
  text-align:left;
}
.cvx161-admin-error code{
  display:block;
  margin-top:9px;
  white-space:normal;
  word-break:break-word;
}

.cvx161-launch-summary{
  display:grid;
  grid-template-columns:150px 1fr;
  align-items:center;
  gap:25px;
  margin-bottom:18px;
  padding:24px;
  border-radius:20px;
}
.cvx161-launch-summary.ready{
  border:1px solid #bce5cf;
  background:#eaf8f0;
}
.cvx161-launch-summary.not-ready{
  border:1px solid #edc8c0;
  background:#fff7f5;
}
.cvx161-launch-score{
  display:grid;
  place-items:center;
  min-height:115px;
  border-radius:17px;
  background:#071f18;
  color:#fff;
}
.cvx161-launch-score strong{font-size:38px}
.cvx161-launch-score span{color:#bcd1c7;font-size:10px}
.cvx161-launch-summary h2{margin:5px 0 7px}
.cvx161-launch-summary p{margin:0;color:#5e7067}

.cvx161-launch-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.cvx161-launch-check{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:start;
}
.cvx161-launch-check.passed{border-color:#c6e6d5}
.cvx161-launch-check.failed{border-color:#edc7bf;background:#fff9f8}
.cvx161-check-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  font-size:19px;
  font-weight:950;
}
.passed .cvx161-check-icon{background:#dff7e9;color:#08734a}
.failed .cvx161-check-icon{background:#ffe6e1;color:#8b3426}
.cvx161-check-title{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.cvx161-check-title small{
  padding:4px 7px;
  border-radius:999px;
  background:#edf2ef;
  color:#64756d;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}
.cvx161-launch-check p{
  margin:5px 0;
  color:#61736a;
}
.cvx161-check-help{
  display:block;
  color:#7b5a1d;
  line-height:1.45;
}

@media(max-width:800px){
  .cvx161-launch-checks{grid-template-columns:1fr}
  .cvx161-launch-summary{grid-template-columns:1fr}
}
@media(max-width:550px){
  .cvx161-error-page{padding:27px 18px}
  .cvx161-error-actions{flex-direction:column}
}
