.taxai-auto154 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 8px 0 48px;
}

.taxai-auto154-alert {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #bbf7d0;
    font-weight: 900;
}

.taxai-auto154-hero {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #111827, #7c3aed);
    color: #fff;
    box-shadow: 0 22px 60px rgba(15,23,42,.18);
}

.taxai-auto154-kicker {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    font-weight: 900;
    font-size: 12px;
}

.taxai-auto154-hero h2 {
    margin: 12px 0 8px;
    font-size: clamp(26px, 3vw, 42px);
}

.taxai-auto154-hero p {
    margin: 0;
    color: rgba(255,255,255,.84);
}

.taxai-auto154-hero button,
.taxai-auto154-table a,
.taxai-auto154 a {
    border: 0;
    border-radius: 14px;
    padding: 10px 14px;
    background: #fff;
    color: #5b21b6;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.taxai-auto154-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0;
}

.taxai-auto154-kpis div,
.taxai-auto154-panel {
    background: #fff;
    border: 1px solid rgba(148,163,184,.28);
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(15,23,42,.06);
}

.taxai-auto154-kpis div {
    padding: 18px;
}

.taxai-auto154-kpis span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.taxai-auto154-kpis strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
    color: #0f172a;
}

.taxai-auto154-panel {
    padding: 22px;
    margin-bottom: 18px;
}

.taxai-auto154-panel h3 {
    margin: 0 0 14px;
}

.taxai-auto154-table {
    overflow-x: auto;
}

.taxai-auto154-table table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.taxai-auto154-table th,
.taxai-auto154-table td {
    padding: 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.taxai-auto154-table th {
    color: #64748b;
    font-size: 12px;
}

.taxai-auto154-table a {
    background: #ede9fe;
}

.taxai-auto154 .badge {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    background: #e2e8f0;
    color: #334155;
}

.taxai-auto154 .badge.success {
    background: #dcfce7;
    color: #047857;
}

.taxai-auto154 .badge.failed {
    background: #fee2e2;
    color: #b91c1c;
}

.taxai-auto154 pre {
    white-space: pre-wrap;
    overflow-x: auto;
    padding: 14px;
    border-radius: 16px;
    background: #0f172a;
    color: #e5e7eb;
}

.taxai-auto154-related {
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    margin-bottom: 10px;
}

.taxai-auto154-pager {
    margin-top: 16px;
}

@media (max-width: 900px) {
    .taxai-auto154-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .taxai-auto154-kpis {
        grid-template-columns: 1fr;
    }
}

/* TaxAI Ver.155 alert center link */
.taxai-auto154-alert-link {
    display: inline-flex;
    border-radius: 14px;
    padding: 10px 14px;
    background: #fee2e2 !important;
    color: #991b1b !important;
    font-weight: 900;
    text-decoration: none;
    margin-right: 10px;
}
