.abn-checker-page {
    min-height: 100vh;
    background: #f7f8fa;
    color: #111827;
    padding: 80px 20px;
}

.abn-checker-hero {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.abn-checker-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff7e6;
    color: #9a6a13;
    font-size: 0.85rem;
    font-weight: 700;
}

.abn-checker-hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.06em;
    color: #071326;
}

.abn-checker-hero p {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 1.12rem;
    line-height: 1.7;
    color: #4b5563;
}

.abn-checker-form {
    max-width: 760px;
    margin: 36px auto 0;
}

.abn-input-group {
    display: flex;
    gap: 12px;
    padding: 10px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(7, 19, 38, 0.08);
}

.abn-input-group input {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 18px;
    font-size: 1rem;
    color: #111827;
    background: transparent;
}

.abn-input-group button {
    border: none;
    cursor: pointer;
    padding: 0 24px;
    border-radius: 16px;
    background: #b88a2e;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.2s ease;
}

.abn-input-group button:hover {
    transform: translateY(-1px);
    background: #9f7525;
}

.abn-checker-form small {
    display: block;
    margin-top: 12px;
    color: #6b7280;
}

.abn-checker-results {
    max-width: 900px;
    margin: 42px auto 0;
}

.abn-result-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(7, 19, 38, 0.07);
}

.abn-result-found {
    border-color: #dbeafe;
}

.abn-result-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.abn-result-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #0f766e;
    font-size: 0.85rem;
    font-weight: 800;
}

.abn-result-label-warning {
    color: #b45309;
}

.abn-result-card h2 {
    margin: 0;
    color: #071326;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
}

.abn-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.abn-status-warning {
    background: #fffbeb;
    color: #b45309;
}

.abn-source-link {
    display: inline-flex;
    margin-top: 10px;
    color: #b88a2e;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.abn-source-link:hover {
    text-decoration: underline;
}

.abn-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.abn-result-item {
    padding: 18px;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #eef0f3;
}

.abn-result-item span {
    display: block;
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 0.85rem;
}

.abn-result-item strong {
    display: block;
    color: #111827;
    font-size: 0.98rem;
    line-height: 1.45;
    word-break: break-word;
}

.abn-small-link {
    display: inline-flex;
    margin-top: 8px;
    color: #b88a2e;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
}

.abn-small-link:hover {
    text-decoration: underline;
}

.abn-trading-names {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eef0f3;
}

.abn-trading-names h3 {
    margin: 0 0 14px;
    color: #071326;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

.abn-trading-list {
    display: grid;
    gap: 10px;
}

.abn-trading-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f9fafb;
    border: 1px solid #eef0f3;
}

.abn-trading-item strong {
    color: #111827;
    font-size: 0.95rem;
    line-height: 1.4;
}

.abn-trading-item span {
    color: #6b7280;
    font-size: 0.85rem;
    white-space: nowrap;
}

.abn-upgrade-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    padding: 20px;
    border-radius: 20px;
    background: #071326;
    color: #ffffff;
}

.abn-upgrade-note p {
    margin: 0;
    color: #d1d5db;
    line-height: 1.6;
}

.abn-upgrade-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 14px;
    background: #b88a2e;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
}

.abn-upgrade-link:hover {
    background: #9f7525;
    transform: translateY(-1px);
}

.abn-result-error {
    border-color: #fecaca;
    background: #fff7f7;
}

.abn-result-error h2 {
    color: #991b1b;
}

.abn-result-error p {
    color: #7f1d1d;
}

.abn-result-not-found {
    border-color: #fde68a;
    background: #fffbeb;
}

.abn-result-not-found p {
    color: #78350f;
    line-height: 1.6;
}

.abn-checker-info {
    max-width: 1100px;
    margin: 80px auto 0;
}

.abn-checker-info h2 {
    margin: 0;
    font-size: 2.1rem;
    color: #071326;
    letter-spacing: -0.04em;
}

.abn-checker-info > div > p {
    max-width: 760px;
    margin-top: 14px;
    color: #4b5563;
    line-height: 1.7;
}

.abn-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.abn-info-grid div {
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.abn-info-grid h3 {
    margin: 0 0 10px;
    color: #071326;
}

.abn-info-grid p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 760px) {
    .abn-checker-page {
        padding: 56px 16px;
    }

    .abn-input-group {
        flex-direction: column;
        border-radius: 20px;
    }

    .abn-input-group button {
        width: 100%;
        padding: 15px 18px;
    }

    .abn-result-card {
        padding: 22px;
        border-radius: 24px;
    }

    .abn-result-header {
        flex-direction: column;
    }

    .abn-status-pill {
        white-space: normal;
    }

    .abn-result-grid {
        grid-template-columns: 1fr;
    }

    .abn-trading-item {
        flex-direction: column;
        gap: 4px;
    }

    .abn-trading-item span {
        white-space: normal;
    }

    .abn-upgrade-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .abn-upgrade-link {
        width: 100%;
    }

    .abn-info-grid {
        grid-template-columns: 1fr;
    }
}