.eab {
    box-sizing: border-box;
    margin: 1.5rem 0;
    font-family: inherit;
}

.eab *,
.eab *::before,
.eab *::after {
    box-sizing: border-box;
}

.eab-eyebrow,
.eab .eab-eyebrow {
    margin: 0 0 0.4rem;
    color: #1976d2;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.eab-draw-card,
.eab-notice,
.eab-statistics,
.eab-generator {
    padding: 1.4rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 51, 0.08);
    box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.eab-draw-card--horizontal {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1.25rem;
    align-items: center;
}

.eab-draw-card__header h2,
.eab-section-header h2 {
    margin: 0;
    color: #102033;
}

.eab-draw-card__header p,
.eab-section-header p {
    color: #607086;
    line-height: 1.6;
}

.eab-draw-card__numbers {
    display: grid;
    gap: 1rem;
    margin: 1.25rem 0;
}

.eab-draw-card__numbers > div {
    display: grid;
    gap: 0.4rem;
}

.eab-draw-card__numbers span,
.eab-draw-card__footer {
    color: #607086;
    font-size: 0.85rem;
    font-weight: 800;
}

.eab-draw-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.eab-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.eab-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #1976d2;
    color: #ffffff;
    font-weight: 900;
    box-shadow: inset -4px -5px 10px rgba(0,0,0,0.16), inset 4px 4px 10px rgba(255,255,255,0.25);
}

.eab-pill--star {
    background: #f5b700;
    color: #102033;
}

.eab-history-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.eab-history-table th,
.eab-history-table td {
    padding: 0.9rem;
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
    text-align: left;
    vertical-align: middle;
}

.eab-history-table th {
    background: #f8fafc;
    color: #607086;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.eab-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.eab-stat-card {
    padding: 1rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(16, 32, 51, 0.06);
}

.eab-stat-card h3 {
    margin-top: 0;
}

.eab-stat-card ol {
    display: grid;
    gap: 0.55rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.eab-stat-card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem;
    border-radius: 12px;
    background: #ffffff;
}

.eab-warning,
.eab-notice {
    padding: 1rem;
    border-radius: 16px;
    background: #fff7dd;
    color: #8a6100;
    border: 1px solid rgba(245, 183, 0, 0.35);
    font-weight: 700;
}

.eab-generated-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0;
}

.eab-generated-key {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem;
    border-radius: 16px;
    background: #f8fafc;
}

.eab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 999px;
    background: #1976d2;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.eab-button:hover {
    background: #135fa9;
}

.eab-admin-wrap .eab-admin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}

.eab-admin-card {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dcdcde;
    border-radius: 14px;
    background: #ffffff;
}

.eab-admin-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.eab-admin-metrics li {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 12px;
    background: #f6f7f7;
}

.eab-admin-metrics strong {
    color: #1d2327;
    font-size: 1.4rem;
}

.eab-admin-metrics span {
    color: #646970;
}

.eab-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eab-sync-date-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: end;
    margin-top: 16px;
}

.eab-shortcode-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eab-shortcode-grid code {
    padding: 8px 10px;
    border-radius: 999px;
    background: #f6f7f7;
}

@media (max-width: 760px) {
    .eab-draw-card--horizontal,
    .eab-stats-grid,
    .eab-admin-wrap .eab-admin-grid,
    .eab-admin-metrics {
        grid-template-columns: 1fr;
    }

    .eab-history {
        overflow-x: auto;
    }
}

/* v0.3 advanced statistics and legacy compatibility */
.eab-public-metrics {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.eab-frequency-table,
.eab-combinations,
.eab-weekdays,
.eab-patterns {
    margin: 1.25rem 0;
}
.eab-patterns table,
.eab-frequency-table table {
    width: 100%;
}
.eab-patterns .eab-pill,
.eab-frequency-table .eab-pill {
    transform: none;
}
.eab .stage,
.eab .ball,
.eab .ball-number,
.eab .euromilhoes-stars {
    box-sizing: border-box;
}
.eab-admin-wrap .description {
    max-width: 760px;
}

/* v0.4 legacy card layout and HTML transient support */
.eab-result-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.eab-result-card-grid .eab-result-card {
    margin: 0;
}

.eab-result-card {
    min-height: 295px;
    padding: 2rem;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.28);
    color: #0d1724;
}

.eab-result-card__top {
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.6rem;
}

.eab-result-card__top img {
    width: 120px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.eab-result-card__meta {
    display: grid;
    gap: 0.15rem;
    color: #576178;
    font-size: 0.78rem;
    text-align: right;
}

.eab-result-card__meta strong {
    color: #0d236f;
    font-size: 0.85rem;
}

.eab-result-card__label {
    display: block;
    margin-bottom: 0.45rem;
    color: #0d1724;
    font-size: 0.85rem;
    font-weight: 900;
}

.eab-result-card__body h2 {
    margin: 0 0 1.6rem;
    color: #0d1724;
    font-size: 1rem;
    font-weight: 500;
}

.eab-result-card__numbers {
    display: grid;
    gap: 0.7rem;
}

.eab-result-card__numbers .eab-pill-list {
    gap: 0.55rem;
}

.eab-result-card__numbers .eab-pill {
    width: 42px;
    height: 42px;
    background: #e8fae8;
    color: #087a12;
    box-shadow: none;
    font-size: 0.95rem;
}

.eab-result-card__numbers .eab-pill--star {
    position: relative;
    background: transparent;
    color: #b18a00;
    border-radius: 0;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
    background-color: #ffef89;
}

.eab-result-card__footer {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(16, 32, 51, 0.08);
    color: #233044;
}

.eab-result-card__footer strong {
    font-size: 0.9rem;
}

.eab-result-card--horizontal {
    min-height: auto;
    grid-template-columns: 1fr auto auto;
}

.eab-admin-wrap .eab-admin-metrics {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 640px) {
    .eab-result-card {
        padding: 1.4rem;
    }

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

    .eab-result-card__meta {
        text-align: left;
    }
}
