.js-fresh {
  max-width: 560px;
  margin: 8px 0 28px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.25rem;
}
.js-fresh * { box-sizing: border-box; }

.js-fresh-brand {
  color: #f4f7fb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.js-fresh-brand a { color: inherit; text-decoration: none; }
.js-fresh-brand a:hover, .js-fresh-brand a:focus-visible { color: #8fe39f; }

.js-fresh-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}

.js-fresh-input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #f1f5f9;
  padding: 11px 14px;
  font: inherit;
  font-size: 0.92rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.js-fresh-input:focus { border-color: rgba(143, 227, 159, 0.65); }

.js-fresh-check {
  border: none;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #08100b;
  background: linear-gradient(135deg, #b8ff85 0%, #7de8a1 100%);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.js-fresh-check:hover, .js-fresh-check:focus-visible { transform: translateY(-1px); }

.js-fresh-hint {
  margin: 0 0 16px;
  color: #8f9aa6;
  font-size: 0.82rem;
  line-height: 1.6;
}

.js-fresh-results {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.js-fresh-signal {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.js-fresh-signal:last-child { border-bottom: none; }

.js-fresh-signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.js-fresh-signal-name {
  color: #e3e9ef;
  font-size: 0.9rem;
  font-weight: 700;
}

.js-fresh-signal-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
}

.js-fresh-signal-tag.ok { background: rgba(143, 227, 159, 0.15); color: #8fe39f; }
.js-fresh-signal-tag.caution { background: rgba(242, 193, 78, 0.15); color: #f2c14e; }
.js-fresh-signal-tag.flag { background: rgba(255, 107, 107, 0.15); color: #ff9b9b; }
.js-fresh-signal-tag.unknown { background: rgba(255, 255, 255, 0.08); color: #9aa5b1; }

.js-fresh-signal-value {
  color: #c0cad4;
  font-size: 0.94rem;
}

.js-fresh-signal-note {
  margin: 4px 0 0;
  color: #8f9aa6;
  font-size: 0.82rem;
  line-height: 1.6;
}

.js-fresh-empty {
  color: #8f9aa6;
  font-size: 0.9rem;
}

.js-fresh-error {
  color: #ff9b9b;
  font-size: 0.9rem;
}

.js-fresh-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}

.js-fresh-copy {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #e3e9ef;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.js-fresh-copy:hover, .js-fresh-copy:focus-visible {
  border-color: rgba(143, 227, 159, 0.5);
  color: #8fe39f;
}

.js-fresh-copy-status { font-size: 11px; color: #8fe39f; }

@media (max-width: 560px) {
  .js-fresh-row { flex-direction: column; }
}
