.tri-login-speed-panel {
  width: min(760px, calc(100% - 32px));
  max-width: 100%;
  margin: 32px auto 64px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, .16);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 50px rgba(17, 24, 39, .10);
}

.tri-login-speed-panel * {
  box-sizing: border-box;
}

.tri-speed-kicker {
  margin-bottom: 6px;
  color: #f5b400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tri-login-speed-panel h2 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.tri-login-speed-panel p {
  margin: 0 0 18px;
  color: #5b6472;
  font-size: 15px;
  line-height: 1.45;
}

.tri-speed-grid {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.tri-speed-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #f9fafb;
  overflow: hidden;
}

.tri-speed-row span {
  min-width: 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tri-speed-row strong {
  min-width: 0;
  max-width: min(360px, 42vw);
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.tri-speed-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid #f5b400;
  background: #fff7df;
  color: #2f2500;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .tri-login-speed-panel {
    width: calc(100% - 24px);
    padding: 18px;
  }

  .tri-speed-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tri-speed-row strong {
    max-width: 100%;
    text-align: left;
    white-space: normal;
  }
}
