.eeba-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 20px;
}

.eeba-progress span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
}

.eeba-progress b { color: #fff; font-size: 24px; line-height: 1; }
.eeba-progress small { color: #8f9ca4; font-size: 9px; font-weight: 900; letter-spacing: .11em; }

.eeba-value { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: -6px 0 18px; padding: 12px 14px; border-left: 3px solid #f4d65b; background: rgba(244,214,91,.07); }
.eeba-value span { display: grid; gap: 2px; }
.eeba-value small { color: #a7b0b5; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.eeba-value strong { color: #fff; font-size: 18px; }
.eeba-value p { max-width: 290px; margin: 0; color: #8e9aa1; font-size: 9px; line-height: 1.4; text-align: right; }

.eeba-groups { display: grid; gap: 10px; }
.eeba-group { overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #11171b; }
.eeba-group > header { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 11px 13px; background: rgba(255,255,255,.035); }
.eeba-group > header i { color: #68767f; font-size: 11px; font-style: normal; font-weight: 900; }
.eeba-group > header strong { color: #f7f8f8; font-size: 13px; }
.eeba-group > header b { color: #ef3340; font-size: 9px; letter-spacing: .09em; }
.eeba-group.is-connected > header b { color: #59d18b; }
.eeba-group.is-partial > header b { color: #f4d65b; }
.eeba-group > p { margin: 0; padding: 13px; color: #95a1a8; font-size: 12px; line-height: 1.45; }
.eeba-group > div { display: grid; gap: 1px; background: rgba(255,255,255,.08); }

.eeba-product-card { position: relative; display: grid; grid-template-columns: 76px minmax(0,1fr) auto; align-items: center; gap: 12px; min-width: 0; padding: 10px; color: inherit; text-decoration: none; background: #0b1013; }
.eeba-product-image { display: grid; place-items: center; width: 76px; height: 66px; overflow: hidden; background: #fff; }
.eeba-product-image img { width: 100%; height: 100%; object-fit: contain; }
.eeba-product-copy { display: grid; gap: 3px; min-width: 0; }
.eeba-product-copy small { color: #8e9aa1; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.eeba-product-copy strong { color: #fff; font-size: 12px; line-height: 1.3; }
.eeba-product-copy b { color: #f4d65b; font-size: 12px; }
.eeba-product-copy em { color: #87939a; font-size: 10px; font-style: normal; line-height: 1.35; }
.eeba-product-card > i { color: #f4d65b; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.eeba-product-card.is-ready > i { color: #59d18b; }

.eeba-requirements { margin-top: 14px; padding: 14px; border: 1px solid rgba(239,51,64,.32); background: rgba(239,51,64,.055); }
.eeba-requirements h4 { margin: 0 0 9px; color: #fff; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.eeba-requirements ol { display: grid; gap: 7px; margin: 0; padding-left: 19px; }
.eeba-requirements li { padding-left: 3px; color: #a8b1b6; font-size: 10px; line-height: 1.45; }

.ehp-stage-grid [data-echo-stage].is-concept { opacity: .72; }
.ehp-stage-grid [data-echo-stage].is-concept b { color: #aeb6ba; }

.eeba-notes { display: grid; gap: 6px; margin: 14px 0; }
.eeba-notes p { margin: 0; padding-left: 14px; color: #89969d; font-size: 10px; line-height: 1.45; }
.eeba-notes p::before { content: '•'; margin-left: -12px; margin-right: 7px; color: #ef3340; }

.eeba-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 16px; }
.eeba-actions a, .eeba-actions button { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 0; background: #171d21; color: #f4f6f7; font-size: 11px; font-weight: 900; text-align: center; text-decoration: none; }
.eeba-actions .is-primary { border-color: #ef3340; background: linear-gradient(135deg,#ef3340,#b11624); color: #fff; }
.eeba-actions button { grid-column: 1 / -1; cursor: pointer; }

.eeba-loading, .eeba-error { display: grid; place-items: center; gap: 10px; min-height: 260px; padding: 28px; text-align: center; }
.eeba-loading span { width: 34px; height: 34px; border: 3px solid rgba(255,255,255,.16); border-top-color: #ef3340; border-radius: 50%; animation: eeba-spin .8s linear infinite; }
.eeba-loading strong, .eeba-error strong { color: #fff; font-size: 18px; }
.eeba-loading small, .eeba-error p { color: #909ca3; }
.eeba-error button { min-height: 44px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.16); background: #171d21; color: #fff; }
@keyframes eeba-spin { to { transform: rotate(360deg); } }

@media (max-width: 700px) {
  .eeba-progress { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; }
  .eeba-progress span { padding: 9px 7px; }
  .eeba-progress b { font-size: 19px; }
  .eeba-progress small { font-size: 7px; }
  .eeba-product-card { grid-template-columns: 62px minmax(0,1fr); gap: 9px; }
  .eeba-product-image { width: 62px; height: 58px; }
  .eeba-product-card > i { grid-column: 2; }
	.eeba-value { align-items: flex-start; flex-direction: column; }
	.eeba-value p { text-align: left; }
  .eeba-actions { grid-template-columns: 1fr; }
  .eeba-actions button { grid-column: auto; }
}
