
.wtb-scan-box{
  --wtb-orange:#F99D34;
  --wtb-green:#7CDA24;
  --wtb-light-green:#F5FCEE;
  --wtb-navy:#0d1b3d;
  --wtb-text:#101828;
  --wtb-muted:#475467;
  --wtb-border:#d9dee7;
  --wtb-danger:#ef4444;
  font-family: inherit;
  color:var(--wtb-text);
}
.wtb-scan-form{
  padding:0;
  margin:0 0 16px;
}
.wtb-scan-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:12px;
  align-items:center;
}
.wtb-scan-row input[type="text"],
.wtb-scan-row input[type="url"]{
  width:100%;
  height:54px;
  border:1px solid var(--wtb-orange);
  border-radius:0;
  padding:0 18px;
  font-size:16px;
  box-sizing:border-box;
  background:#fff;
}
.wtb-scan-row input[type="text"]:focus,
.wtb-scan-row input[type="url"]:focus{
  outline:none;
  border-color:var(--wtb-orange);
  box-shadow:0 0 0 3px rgba(249,157,52,.18);
}
.wtb-scan-row button{
  height:54px;
  border:0;
  border-radius:0;
  background:var(--wtb-orange);
  color:#fff;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  padding:0 22px;
}
.wtb-scan-row button:hover{filter:brightness(.97);}
.wtb-description{
  margin:10px 0 0;
  font-size:16px;
  line-height:1.5;
  color:var(--wtb-text);
}
.wtb-message{
  margin-top:18px;
  padding:14px 16px;
  border-radius:10px;
  font-weight:600;
}
.wtb-error{
  background:#fff4f4;
  border:1px solid #fecaca;
  color:#b42318;
}
.wtb-result-card{
  margin-top:22px;
}
.wtb-score-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  border-radius:18px;
  padding:26px;
  border:1px solid var(--wtb-border);
  background:#fff;
}
.wtb-kicker{
  font-size:14px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.wtb-score-header h2{
  margin:0 0 8px;
  font-size:36px;
  line-height:1.1;
}
.wtb-score-header p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  max-width:780px;
}
.wtb-score-good,.wtb-score-reasonable{background:var(--wtb-light-green);border-color:rgba(124,218,36,.45);}
.wtb-score-good .wtb-kicker,.wtb-score-good h2,.wtb-score-reasonable .wtb-kicker,.wtb-score-reasonable h2{color:var(--wtb-green);}
.wtb-score-attention{background:#fff8ef;border-color:rgba(249,157,52,.45);}
.wtb-score-attention .wtb-kicker,.wtb-score-attention h2{color:var(--wtb-orange);}
.wtb-score-risk{background:#fff4f4;border-color:#fda4af;}
.wtb-score-risk .wtb-kicker,.wtb-score-risk h2{color:#dc2626;}
.wtb-score-circle{
  flex:0 0 132px;
  width:132px;
  height:132px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background:#fff;
  border:4px solid currentColor;
}
.wtb-score-good .wtb-score-circle,.wtb-score-reasonable .wtb-score-circle{color:var(--wtb-green);}
.wtb-score-attention .wtb-score-circle{color:var(--wtb-orange);}
.wtb-score-risk .wtb-score-circle{color:#dc2626;}
.wtb-score-circle span{font-size:42px;line-height:1;font-weight:800;}
.wtb-score-circle small{font-size:15px;font-weight:700;color:var(--wtb-muted);}
.wtb-meta-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:16px 0;
}
.wtb-meta-row > div,
.wtb-disclaimer{
  background:#fff;
  border:1px solid var(--wtb-border);
  border-radius:14px;
  padding:14px 16px;
}
.wtb-disclaimer{
  background:#fff8ef;
  border-color:rgba(249,157,52,.4);
  line-height:1.6;
}
.wtb-check-section{
  margin-top:18px;
}
.wtb-section-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
  padding:8px 2px 10px;
  border-bottom:1px solid var(--wtb-border);
}
.wtb-section-heading h3{
  margin:0;
  font-size:24px;
  line-height:1.2;
  color:var(--wtb-text);
}
.wtb-section-heading span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  background:#f8fafc;
  border:1px solid var(--wtb-border);
  color:var(--wtb-text);
}
.wtb-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.wtb-check-card{
  background:#fff;
  border:1px solid var(--wtb-border);
  border-left:1px solid var(--wtb-border);
  border-radius:16px;
  padding:18px 18px 16px;
  box-shadow:none;
}
.wtb-check-card.status-pass,
.wtb-check-card.status-warning,
.wtb-check-card.status-risk,
.wtb-check-card.status-info{
  background:#fff;
  border-color:var(--wtb-border);
}
.wtb-check-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}
.wtb-check-head h4{
  margin:0;
  font-size:24px;
  line-height:1.2;
  color:var(--wtb-text);
}
.wtb-badge{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  color:#fff;
  background:var(--wtb-green);
}
.wtb-check-card.status-warning .wtb-badge{background:var(--wtb-orange);}
.wtb-check-card.status-risk .wtb-badge{background:#ef4444;}
.wtb-check-card.status-info .wtb-badge{background:#64748b;}
.wtb-check-card p,.wtb-advice{margin:0;font-size:16px;line-height:1.6;}
.wtb-advice{margin-top:10px;}
@media (max-width: 900px){
  .wtb-scan-row{grid-template-columns:1fr;}
  .wtb-score-header{flex-direction:column;align-items:flex-start;}
  .wtb-check-grid{grid-template-columns:1fr;}
  .wtb-meta-row{grid-template-columns:1fr;}
  .wtb-score-circle{width:112px;height:112px;flex-basis:112px;}
  .wtb-score-header h2{font-size:30px;}
  .wtb-check-head{flex-direction:column;}
}


/* force single column results */
.wtb-results,
.wtb-grid,
.wtb-check-grid{
  display:block !important;
}
.wtb-card,
.wtb-check-card{
  width:100% !important;
  max-width:100% !important;
}
