/* TaxAI Ver.186.0 Common Pro UI */

.taxai-common-pro-page{
    padding:0 !important;
}

.taxai-common-pro-header{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
    margin:0 0 18px;
    padding:22px 24px;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:linear-gradient(135deg,#ffffff 0%,#f8fafc 58%,#eef6ff 100%);
}

.taxai-common-pro-kicker{
    color:#64748b;
    font-size:13px;
    font-weight:900;
    letter-spacing:.03em;
}

.taxai-common-pro-title{
    margin:8px 0 6px;
    color:#0f172a;
    font-size:30px;
    line-height:1.2;
    font-weight:950;
}

.taxai-common-pro-lead{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.65;
    font-weight:650;
}

.taxai-common-pro-status{
    min-width:180px;
    padding:22px;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:#fff;
    text-align:center;
}

.taxai-common-pro-status__value{
    color:#0f172a;
    font-size:30px;
    font-weight:950;
    line-height:1.15;
}

.taxai-common-pro-status__label{
    margin-top:6px;
    color:#94a3b8;
    font-size:12px;
    font-weight:800;
}

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

.taxai-common-pro-card{
    min-height:138px;
    padding:20px;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:#fff;
}

.taxai-common-pro-badge{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
}

.taxai-common-pro-card h2{
    margin:14px 0 8px;
    color:#0f172a;
    font-size:20px;
    line-height:1.35;
    font-weight:900;
}

.taxai-common-pro-card p{
    margin:0;
    color:#64748b;
    font-size:13px;
    line-height:1.6;
}

.taxai-common-pro-section{
    margin-top:18px;
    padding:20px;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:#fff;
}

@media(max-width:1000px){
    .taxai-common-pro-header{
        grid-template-columns:1fr;
    }
    .taxai-common-pro-grid{
        grid-template-columns:1fr;
    }
}
