.hosting-checker-page .hosting-search-card,
.hosting-checker-page .hosting-result-card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.hosting-checker-page .hosting-search-card {
    padding: 34px;
}

.hosting-checker-page .hosting-search-card h2 {
    color: #0f172a;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
}

.hosting-checker-page .hosting-search-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 760px;
    margin: 24px auto 0;
}

.hosting-checker-page .hosting-search-row .form-control {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 50px;
    border-radius: 10px;
}

.hosting-checker-page .hosting-search-row .btn {
    flex: 0 0 auto;
    min-width: 160px;
    height: 50px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: visible;
}

.hosting-checker-page .hosting-info-note {
    max-width: 760px;
    margin: 18px auto 0;
    padding: 14px 16px;
    color: #1e3a8a;
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 10px;
    text-align: left;
    line-height: 1.6;
}

.hosting-checker-page .hosting-loading,
.hosting-checker-page .hosting-error {
    max-width: 760px;
    margin: 20px auto 0;
    border-radius: 12px;
}

.hosting-checker-page .hosting-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    color: #1d4ed8;
    background: #eff6ff;
}

.hosting-checker-page .hosting-report-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 26px;
    border-bottom: 1px solid #e5e7eb;
}

.hosting-checker-page .hosting-report-head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    word-break: break-word;
}

.hosting-checker-page .hosting-report-meta {
    color: #64748b;
    font-size: 13px;
}

.hosting-checker-page .hosting-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 22px 26px 0;
}

.hosting-checker-page .hosting-summary-item {
    padding: 15px;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.hosting-checker-page .hosting-summary-value {
    display: block;
    color: #2563eb;
    font-size: 24px;
    font-weight: 700;
}

.hosting-checker-page .hosting-summary-label {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}

.hosting-checker-page .hosting-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 22px 26px 26px;
}

.hosting-checker-page .hosting-result-section {
    min-width: 0;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.hosting-checker-page .hosting-result-section.hosting-full-width {
    grid-column: 1 / -1;
}

.hosting-checker-page .hosting-result-section h4 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 15px;
    color: #1e3a8a;
    font-size: 17px;
    font-weight: 700;
}

.hosting-checker-page .hosting-result-section h4 i {
    color: #2563eb;
}

.hosting-checker-page .hosting-empty {
    color: #64748b;
    font-size: 14px;
}

.hosting-checker-page .hosting-endpoint-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.hosting-checker-page .hosting-detail {
    min-width: 0;
    padding: 11px 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.hosting-checker-page .hosting-detail-label {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 12px;
}

.hosting-checker-page .hosting-detail-value {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.hosting-checker-page .hosting-address-list,
.hosting-checker-page .hosting-record-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hosting-checker-page .hosting-address-item,
.hosting-checker-page .hosting-record-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    font-size: 13px;
}

.hosting-checker-page .hosting-address-item code,
.hosting-checker-page .hosting-record-item code {
    color: #334155;
    white-space: normal;
    overflow-wrap: anywhere;
}

.hosting-checker-page .hosting-copy-btn {
    flex: 0 0 auto;
    padding: 2px 7px;
    color: #2563eb;
    background: #eff6ff;
    border: 0;
    border-radius: 6px;
    font-size: 12px;
}

.hosting-checker-page .hosting-limit-note {
    margin: 0 26px 26px;
    padding: 13px 15px;
    color: #475569;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .hosting-checker-page .hosting-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hosting-checker-page .hosting-search-card {
        padding: 24px 16px;
    }

    .hosting-checker-page .hosting-search-row,
    .hosting-checker-page .hosting-result-grid {
        display: block;
    }

    .hosting-checker-page .hosting-search-row .form-control {
        display: block;
        width: 100%;
        flex: none;
    }

    .hosting-checker-page .hosting-search-row .btn {
        width: 100%;
        margin-top: 10px;
    }

    .hosting-checker-page .hosting-summary-grid {
        grid-template-columns: 1fr;
        padding-right: 16px;
        padding-left: 16px;
    }

    .hosting-checker-page .hosting-result-grid {
        padding: 16px;
    }

    .hosting-checker-page .hosting-result-section,
    .hosting-checker-page .hosting-result-section.hosting-full-width {
        margin-bottom: 16px;
    }

    .hosting-checker-page .hosting-report-head {
        padding: 18px 16px;
    }

    .hosting-checker-page .hosting-limit-note {
        margin-right: 16px;
        margin-left: 16px;
    }

    .hosting-checker-page .hosting-endpoint-summary {
        grid-template-columns: 1fr;
    }
}
