.ahssl109-tool {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #e2e9f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 35, 61, .07);
}
.ahssl109-form label {
  display: block;
  margin-bottom: 8px;
  color: #10233d;
  font-weight: 700;
}
.ahssl109-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.ahssl109-input-row input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #cbd7e4;
  border-radius: 10px;
  outline: none;
  color: #10233d;
  background: #fff;
  font: inherit;
}
.ahssl109-input-row input:focus {
  border-color: #7ba7cf;
  box-shadow: 0 0 0 3px rgba(13, 92, 168, .10);
}
.ahssl109-input-row button {
  min-height: 48px;
  padding: 11px 18px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  background: #f36b21;
  font: inherit;
  font-weight: 700;
}
.ahssl109-form p {
  margin: 10px 0 0;
  color: #627286;
  font-size: 13px;
}
.ahssl109-output {
  margin-top: 22px;
}
.ahssl109-status {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
}
.ahssl109-status span {
  font-size: 14px;
}
.ahssl109-error {
  border: 1px solid #f1c3bd;
  color: #8b2b22;
  background: #fff4f2;
}
.ahssl109-result {
  border-top: 1px solid #e2e9f1;
  padding-top: 22px;
}
.ahssl109-result-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ahssl109-result-head h2 {
  margin: 2px 0 0;
  color: #10233d;
  font-size: 25px;
}
.ahssl109-small {
  color: #b84d12;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}
.ahssl109-badge {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.ahssl109-good {
  color: #176a3a;
  background: #eaf8f0;
}
.ahssl109-warn {
  color: #8a4e12;
  background: #fff3df;
}
.ahssl109-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.ahssl109-summary div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border: 1px solid #e2e9f1;
  border-radius: 12px;
  background: #f8fafc;
}
.ahssl109-summary span {
  color: #65768a;
  font-size: 12px;
}
.ahssl109-summary strong {
  color: #10233d;
}
.ahssl109-ok {
  color: #176a3a !important;
}
.ahssl109-no {
  color: #a0362d !important;
}
.ahssl109-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e9f1;
  border-radius: 12px;
}
.ahssl109-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.ahssl109-table th,
.ahssl109-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #edf1f5;
  text-align: left;
  vertical-align: top;
}
.ahssl109-table th {
  width: 180px;
  color: #40566e;
  background: #f7f9fc;
  font-size: 13px;
}
.ahssl109-table tr:last-child th,
.ahssl109-table tr:last-child td {
  border-bottom: 0;
}
.ahssl109-table code {
  white-space: pre-wrap;
  word-break: break-word;
  color: #1c3853;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
}
.ahssl109-note {
  margin: 12px 0 0;
  color: #6b7b8d;
  font-size: 12px;
}
@media (max-width: 760px) {
  .ahssl109-input-row,
  .ahssl109-summary {
    grid-template-columns: 1fr;
  }
  .ahssl109-input-row button {
    width: 100%;
  }
  .ahssl109-tool {
    padding: 20px;
  }
  .ahssl109-table th {
    width: 130px;
  }
}
