.hryp-cv-insights{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px;
  background:#fff;
}

.hryp-cv-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.hryp-cv-title{
  margin:0;
  font-size:20px;
  line-height:1.2;
}

.hryp-cv-debug-toggle{
  font-size:13px;
  display:flex;
  align-items:center;
  gap:8px;
  user-select:none;
}

.hryp-muted{
  opacity:.75;
  font-size:14px;
  line-height:1.4;
  padding-top:6px;
}


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

@media (max-width: 900px){
  .hryp-cv-form .hryp-cv-grid{ grid-template-columns:1fr; }
}

.hryp-cv-field label{
  display:block;
  font-size:13px;
  margin-bottom:6px;
  opacity:.9;
}

.hryp-cv-field textarea,
.hryp-cv-field input[type="text"],
.hryp-cv-field select{
  width:100%;
  padding:10px 12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  outline:none;
  font-size:14px;
}

.hryp-cv-upload small{
  display:block;
  margin-top:6px;
  font-size:12px;
  opacity:.75;
}

.hryp-cv-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:18px;
  width:100%;
}

.hryp-cv-btn{
  border:0;
  border-radius:999px;
  padding:10px 16px;
  background:#111827;
  color:#fff;
  cursor:pointer;
  font-weight:600;
}

.hryp-cv-btn:disabled{
  opacity:.6;
  cursor:not-allowed;
}

.hryp-cv-status{
  font-size:13px;
  opacity:.85;
}

.hryp-cards{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

@media (max-width: 900px){
  .hryp-cards{ grid-template-columns:1fr; }
}

.hryp-card{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  background:#fafafa;
}

.hryp-card-title{
  font-size:14px;
  font-weight:700;
  margin-bottom:8px;
}

.hryp-card-text{
  font-size:14px;
  line-height:1.5;
  white-space:pre-wrap;
}

.hryp-card-score .hryp-score{
  font-size:34px;
  font-weight:800;
  line-height:1;
}

.hryp-card-meta{
  font-size:12px;
  opacity:.7;
  margin-top:6px;
}

.hryp-list{
  margin:0;
  padding-left:18px;
}

.hryp-ol{
  margin:0;
  padding-left:18px;
}

.hryp-skill-group{
  margin-top:10px;
}

.hryp-skill-group-title{
  font-size:12px;
  font-weight:700;
  opacity:.85;
  margin-bottom:8px;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.hryp-skill-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hryp-tag{
  display:inline-block;
  font-size:12px;
  padding:6px 10px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#fff;
}

.hryp-kv-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  padding:8px 0;
  border-top:1px solid #e5e7eb;
}

.hryp-kv-row:first-child{
  border-top:0;
}

.hryp-kv-k{
  font-size:12px;
  opacity:.8;
  font-weight:700;
}

.hryp-kv-v{
  font-size:13px;
  white-space:pre-wrap;
}

.hryp-cv-debug{
  margin-top:14px;
  background:#0b1020;
  color:#e5e7eb;
  padding:12px;
  border-radius:12px;
  overflow:auto;
  max-height:380px;
  font-size:12px;
}

.hryp-subtitle{
  margin-top:10px;
  font-weight:700;
  font-size:13px;
}

.hryp-subscore{
  font-size:14px;
  margin-bottom:6px;
}

.hryp-disclaimer{
  margin-top:10px;
  font-size:12px;
  opacity:.75;
}

/* Benchmark create box */
.hryp-cv-benchmark-create{
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px;
  background:#fff;
}
.hryp-cv-benchmark-create label{
  font-weight:700;
  display:block;
  margin-bottom:6px;
}
.hryp-cv-bm-note small{
  display:block;
  color:#334155;
  line-height:1.4;
  margin-bottom:10px;
}
.hryp-cv-bm-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.hryp-cv-bm-tab{
  border:1px solid #cbd5e1;
  background:#f8fafc;
  padding:8px 10px;
  border-radius:10px;
  font-weight:700;
  cursor:pointer;
}
.hryp-cv-bm-tab.active{
  background:#111827;
  color:#fff;
  border-color:#111827;
}
.hryp-cv-bm-row{
  margin-top:8px;
}
#hrypBmNameText, #hrypBmNameFiles{
  width:100%;
  padding:10px 12px;
  border:1px solid #cbd5e1;
  border-radius:10px;
}
#hrypBmIdealText{
  width:100%;
  padding:10px 12px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  resize:vertical;
}
#hrypBmFiles{
  width:100%;
}
#hrypBmCreateTextStatus, #hrypBmCreateFilesStatus{
  margin-left:10px;
  color:#0f172a;
  font-size:13px;
}

/* Fix theme hover styles inside benchmark create box */
.hryp-cv-benchmark-create .hryp-cv-btn,
.hryp-cv-benchmark-create .hryp-cv-btn:hover,
.hryp-cv-benchmark-create .hryp-cv-btn:focus,
.hryp-cv-benchmark-create .hryp-cv-btn:active,
.hryp-cv-benchmark-create .hryp-cv-btn:visited {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827 !important;
  text-decoration: none !important;
}

.hryp-cv-benchmark-create .hryp-cv-btn-secondary,
.hryp-cv-benchmark-create .hryp-cv-btn-secondary:hover,
.hryp-cv-benchmark-create .hryp-cv-btn-secondary:focus,
.hryp-cv-benchmark-create .hryp-cv-btn-secondary:active,
.hryp-cv-benchmark-create .hryp-cv-btn-secondary:visited {
  background: #111827 !important; /* keep consistent */
  color: #fff !important;
  border-color: #111827 !important;
}

/* Tabs: prevent theme hover overriding */
.hryp-cv-benchmark-create .hryp-cv-bm-tab:hover,
.hryp-cv-benchmark-create .hryp-cv-bm-tab:focus {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827 !important;
}
#hrypCvBenchmarkCreateBox{
  margin-top:12px;
}