/* Crash Course SEO — Whois Intel (Dark Glass Theme)
   Drop-in replacement for public/whois-intel.css
   Fixes low-contrast issues caused by theme styles.
*/

.ccwi-wrap{
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 28px;
  background: rgba(10,14,24,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  color: #fff;
}

.ccwi-wrap *{ box-sizing: border-box; }

.ccwi-title{
  margin: 0 0 6px;
  font-size: clamp(22px, 2.1vw, 30px);
  letter-spacing: .2px;
  color: #fff;
}

.ccwi-sub{
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.45;
  opacity: .9;
  color: #d7e3ff;
}

.ccwi-form{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}

.ccwi-input{
  flex: 1 1 360px;
  min-height: 46px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.ccwi-input::placeholder{
  color: rgba(215,227,255,.75);
}

.ccwi-btn{
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 0;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(224,0,0,.95), rgba(255,153,51,.95));
  color: #fff;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: 0 12px 30px rgba(224,0,0,.25);
  transition: transform .12s ease, filter .12s ease;
}

.ccwi-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.ccwi-msg{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  margin-bottom: 10px;
  color: #fff;
}

.ccwi-msg--err{
  background: rgba(224,0,0,.14);
  border: 1px solid rgba(224,0,0,.35);
}

.ccwi-msg--ok{
  background: rgba(10,170,90,.15);
  border: 1px solid rgba(10,170,90,.25);
}

.ccwi-loading,
.ccwi-empty{
  padding: 12px 4px;
  opacity: .9;
  color: #fff;
}

.ccwi-card{
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
  color: #fff;
}

.ccwi-card__title{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  align-items:center;
  margin: 0 0 12px;
  font-weight: 900;
  color: #fff;
}

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

@media (max-width: 720px){
  .ccwi-grid{ grid-template-columns: 1fr; }
}

.ccwi-row{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(0,0,0,.25);
  padding: 10px 12px;
}

.ccwi-k{
  font-size: 12px;
  opacity: .85;
  color: #d7e3ff;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ccwi-v{
  margin-top: 4px;
  font-weight: 800;
  color: #fff;
  word-break: break-word;
}

.ccwi-pill{
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  background: rgba(255,255,255,.06);
  white-space: nowrap;
}

.ccwi-badge{
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  background: rgba(140,140,140,.12);
  white-space: nowrap;
}
.ccwi-ok{ background: rgba(10,170,90,.15); }
.ccwi-warn{ background: rgba(255,170,0,.12); }
.ccwi-no{ background: rgba(224,0,0,.12); }

.ccwi-mono{
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,.30);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  line-height: 1.4;
  overflow:auto;
  max-height: 260px;
}

.ccwi-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.ccwi-btn2{
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
  font-weight:700;
}

.ccwi-buy{
  display:inline-block;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  text-decoration:none;
  color: #fff;
  background: rgba(255,255,255,.06);
  white-space: nowrap;
}

.ccwi-buy--hot{
  background: linear-gradient(90deg, rgba(224,0,0,.95), rgba(255,153,51,.95));
  border: 0;
  box-shadow: 0 12px 30px rgba(224,0,0,.25);
  font-weight:900;
}

.ccwi-cta{
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.25);
  display:flex;
  gap: 12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

.ccwi-cta__title{
  font-weight: 900;
  color:#fff;
}

.ccwi-cta__btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:14px;
  background:#e00000;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(224,0,0,.25);
}

.ccwi-foot{
  margin-top: 12px;
  color: #d7e3ff;
  opacity: .8;
}
