.elig-wrap {
    max-width: 1400px;
    margin: 0 auto 48px;
    color: #1f2933;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.elig-wrap h1,
.elig-wrap h2,
.elig-wrap p,
.elig-wrap li,
.elig-wrap label,
.elig-wrap td,
.elig-wrap th,
.elig-wrap button {
    font-size: inherit;
}
.elig-wrap p { font-size: 16px !important; line-height: 1.55; margin: 0 0 12px; color: #3d4a54; }

.elig-hero {
    background: #0c2330;
    color: #fff;
    padding: 36px 32px 32px;
    margin: 0 -15px 28px;
    border-radius: 0;
}
.elig-hero h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.25;
}
.elig-hero p {
    margin: 0;
    font-size: 16px !important;
    color: rgba(255,255,255,0.82);
    max-width: 640px;
}
.elig-kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8ac43e;
    margin-bottom: 10px;
}

.elig-steps {
    display: flex;
    gap: 16px;
    margin: 0 0 28px;
    align-items: stretch;
}
.elig-step {
    flex: 1;
    min-width: 0;
    background: #f7f8f9;
    border: 1px solid #e6eaed;
    padding: 16px 18px;
}
.elig-step strong {
    display: block;
    color: #0c2330;
    font-size: 14px;
    margin-bottom: 4px;
}
.elig-step span {
    display: block;
    font-size: 13px;
    color: #5b6770;
    line-height: 1.45;
}
.elig-wrap .elig-step ul,
.elig-wrap .elig-step li {
    margin: 8px 0 0;
    padding: 0;
    list-style-position: inside;
    font-size: 13px !important;
    color: #5b6770;
    line-height: 1.45;
}
.elig-wrap .elig-step li {
    margin: 0 0 4px;
}
.elig-step em {
    font-style: normal;
    color: #7dbd2a;
    font-weight: 700;
    margin-right: 6px;
}

.elig-panel {
    border: 1px solid #e6eaed;
    background: #fff;
    padding: 22px 22px 18px;
    margin-bottom: 24px;
}
.elig-panel label {
    display: block;
    font-weight: 600;
    color: #0c2330;
    margin-bottom: 6px;
    font-size: 14px;
}
.elig-help { font-size: 13px !important; color: #6b7780 !important; margin-bottom: 10px !important; }
.elig-form textarea {
    width: 100%;
    min-height: 132px;
    font-family: "SFMono-Regular", Consolas, Menlo, monospace;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 14px;
    border: 1px solid #cfd6db;
    border-radius: 2px;
    color: #0c2330;
    resize: vertical;
    box-sizing: border-box;
}
.elig-form textarea:focus {
    outline: none;
    border-color: #0c2330;
    box-shadow: 0 0 0 3px rgba(12,35,48,0.12);
}
.elig-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.elig-actions .btn-primary {
    font-size: 15px;
    padding: 8px 20px;
    font-weight: 600;
}
.elig-actions .btn-default {
    font-size: 14px;
    padding: 7px 16px;
}

.elig-stats {
    display: flex;
    gap: 12px;
    margin: 0 0 16px;
    flex-wrap: wrap;
}
.elig-stat {
    flex: 1;
    min-width: 120px;
    background: #f7f8f9;
    border: 1px solid #e6eaed;
    padding: 12px 14px;
}
.elig-stat b {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    color: #0c2330;
}
.elig-stat span {
    font-size: 12px;
    color: #5b6770;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.elig-stat.is-risk b { color: #b42318; }
.elig-stat.is-ok b { color: #3b7d11; }
.elig-stat.is-wait b { color: #9a6700; }

.elig-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.elig-toolbar h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0c2330;
}

.elig-table-wrap {
    border: 1px solid #e6eaed;
    overflow: auto;
}
.elig-table {
    width: 100%;
    font-size: 13px;
    margin: 0;
    background: #fff;
}
.elig-table thead th {
    background: #0c2330;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 10px 12px;
    border: 0;
    white-space: nowrap;
}
.elig-table td {
    padding: 12px;
    vertical-align: top;
    border-color: #eef1f3;
    color: #1f2933;
}
.elig-table tbody tr:hover td { background: #fafbfc; }
.elig-ok td:first-child { box-shadow: inset 3px 0 0 #7dbd2a; }
.elig-risk td:first-child { box-shadow: inset 3px 0 0 #d92d20; }
.elig-pending td:first-child { box-shadow: inset 3px 0 0 #eaaa08; }
.elig-domain {
    font-weight: 600;
    color: #0c2330;
}
@media (min-width: 801px) {
    .elig-table {
        width: max-content;
        min-width: 100%;
    }
    .elig-table td:first-child,
    .elig-table th:first-child,
    .elig-domain {
        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        word-wrap: normal !important;
    }
}
.elig-name { display: block; }
.elig-muted { color: #6b7780; font-size: 12px; }

.elig-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1.4;
    white-space: nowrap;
}
.elig-badge-ok { background: #eaf6dc; color: #2f6b0f; }
.elig-badge-risk { background: #fde8e6; color: #b42318; }
.elig-badge-wait { background: #fff4d5; color: #854d0e; }
.elig-badge-neutral { background: #eef1f3; color: #3d4a54; }

.elig-bn { margin: 0; padding-left: 16px; }
.elig-bn li { margin-bottom: 4px; }
.elig-fix { margin-bottom: 10px; }
.elig-cta {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #0c2330;
    text-decoration: underline;
}
.elig-cta:hover { color: #7dbd2a; }
.elig-table details { margin-top: 6px; }
.elig-table details summary {
    cursor: pointer;
    color: #5b6770;
    font-size: 12px;
    font-weight: 600;
}
.elig-table details p { font-size: 13px !important; margin: 8px 0 0; }

.elig-notice {
    background: #fff8e1;
    border: 1px solid #f3e2a0;
    color: #6b5208;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 12px;
}
.elig-links {
    margin-top: 28px;
    font-size: 13px;
    color: #6b7780;
}
.elig-links a { color: #0c2330; }
.elig-legal {
    font-size: 12px !important;
    color: #6b7780 !important;
    margin-top: 10px !important;
}

.elig-article { max-width: 720px; }
.elig-article h1 { font-size: 26px; color: #0c2330; margin: 0 0 16px; }
.elig-article ul { padding-left: 18px; }
.elig-article li { margin-bottom: 8px; font-size: 15px; color: #3d4a54; }

.elig-cards { display: none; }

@media (max-width: 800px) {
    .elig-steps { flex-direction: column; }
    .elig-hero { margin: 0 0 20px; padding: 24px 18px; }
    .elig-hero h1 { font-size: 22px; }
    .elig-table thead { display: none; }
    .elig-table, .elig-table tbody, .elig-table tr, .elig-table td { display: block; width: 100%; }
    .elig-table tr {
        border-bottom: 8px solid #f4f6f7;
    }
    .elig-table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 12px;
        border: 0;
    }
    .elig-table td:before {
        content: attr(data-label);
        font-weight: 700;
        color: #5b6770;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        flex: 0 0 42%;
    }
    .elig-table td:first-child,
    .elig-table th:first-child {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
        gap: 4px;
    }
    .elig-table td:first-child:before {
        flex: none;
    }
    .elig-domain {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        max-width: 100%;
    }
}
