/* TaxAI v3206 Review v2 */
.taxai-rv2{
    max-width:1280px;
    margin:0 auto;
    padding:18px;
    color:#172033;
}
.taxai-rv2-hero{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:flex-start;
    padding:18px;
    border:1px solid #e5eaf2;
    border-radius:18px;
    background:linear-gradient(135deg,#ffffff,#f7f9fc);
    box-shadow:0 10px 28px rgba(15,23,42,.06);
    margin-bottom:14px;
}
.taxai-rv2-eyebrow{
    font-size:12px;
    font-weight:800;
    color:#2563eb;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.taxai-rv2-hero h1{
    margin:4px 0;
    font-size:24px;
}
.taxai-rv2-hero p{
    margin:0;
    color:#64748b;
}
.taxai-rv2-actions{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}
.taxai-rv2-btn{
    border:0;
    border-radius:12px;
    padding:10px 14px;
    font-weight:800;
    cursor:pointer;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.taxai-rv2-btn-primary{
    background:#2563eb;
    color:#fff;
}
.taxai-rv2-btn-ghost{
    background:#eef4ff;
    color:#1e40af;
}
.taxai-rv2-kpis{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin-bottom:12px;
}
.taxai-rv2-kpis > div{
    background:#fff;
    border:1px solid #e5eaf2;
    border-radius:16px;
    padding:14px;
}
.taxai-rv2-kpis b{
    display:block;
    font-size:24px;
}
.taxai-rv2-kpis span{
    color:#64748b;
    font-size:12px;
}
.taxai-rv2-toolbar{
    display:flex;
    justify-content:space-between;
    gap:10px;
    align-items:center;
    margin-bottom:12px;
}
.taxai-rv2-toolbar input{
    width:min(520px,100%);
    border:1px solid #dbe3ef;
    border-radius:14px;
    padding:12px 14px;
    font-size:14px;
}
.taxai-rv2-hint{
    color:#64748b;
    font-size:12px;
}
.taxai-rv2-list{
    display:grid;
    gap:12px;
}
.taxai-rv2-card{
    background:#fff;
    border:1px solid #e5eaf2;
    border-radius:18px;
    padding:14px;
    box-shadow:0 8px 22px rgba(15,23,42,.05);
    outline:none;
}
.taxai-rv2-card:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.taxai-rv2-card.is-approved{
    opacity:.55;
}
.taxai-rv2-card-head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.taxai-rv2-vendor{
    font-size:17px;
    font-weight:900;
}
.taxai-rv2-meta{
    color:#64748b;
    font-size:13px;
    margin-top:3px;
}
.taxai-rv2-score{
    min-width:54px;
    height:42px;
    border-radius:14px;
    background:#ecfdf5;
    color:#047857;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}
.taxai-rv2-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:12px;
}
.taxai-rv2-grid section{
    background:#f8fafc;
    border:1px solid #e5eaf2;
    border-radius:16px;
    padding:12px;
}
.taxai-rv2-grid h3{
    margin:0 0 8px;
    font-size:13px;
    color:#334155;
}
.taxai-rv2-box,
.taxai-rv2-journal{
    display:grid;
    gap:8px;
}
.taxai-rv2-box div,
.taxai-rv2-journal div{
    display:grid;
    grid-template-columns:80px minmax(0,1fr);
    gap:8px;
    align-items:start;
}
.taxai-rv2-box span,
.taxai-rv2-journal span{
    color:#64748b;
    font-size:12px;
}
.taxai-rv2-box b,
.taxai-rv2-journal b{
    font-size:13px;
    overflow-wrap:anywhere;
}
.taxai-rv2-footer{
    display:flex;
    justify-content:flex-end;
    gap:8px;
    margin-top:12px;
}
.taxai-rv2-empty{
    padding:28px;
    text-align:center;
    border:1px dashed #cbd5e1;
    border-radius:18px;
    color:#64748b;
    background:#fff;
}
@media(max-width:900px){
    .taxai-rv2-hero,
    .taxai-rv2-toolbar{
        flex-direction:column;
        align-items:stretch;
    }
    .taxai-rv2-kpis,
    .taxai-rv2-grid{
        grid-template-columns:1fr;
    }
}
