/* ARTBUILD Verification Engine v3 — frontend scoped */

.artbuild-plugin.abp-ve-badge,
.artbuild-plugin.abp-ve-panel,
.artbuild-plugin.abp-ve-panel * {
    box-sizing: border-box;
}

.artbuild-plugin.abp-ve-badge,
.abp-ve-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 7px 12px;
    border-radius: 999px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.abp-ve-badge-success {
    background: rgba(35,195,120,.12);
    color: #7ff0b7;
}

.abp-ve-badge-premium {
    background: rgba(242,183,5,.12);
    color: #f2d36b;
}

.abp-ve-badge-risk {
    background: rgba(255,79,63,.10);
    color: #ffaaa4;
}

.abp-ve-badge-warning {
    background: rgba(242,183,5,.12);
    color: #f2d36b;
}

.abp-ve-badge-info {
    background: rgba(31,111,255,.12);
    color: #7db6ff;
}

.artbuild-plugin.abp-ve-panel {
    max-width: 420px;
    padding: 22px;
    border-radius: 24px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(31,111,255,.18), transparent 34%),
        linear-gradient(135deg, #071b2b, #061827);
    border: 1px solid rgba(255,255,255,.09);
}

.abp-ve-panel h3 {
    margin: 14px 0 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
}

.abp-ve-panel p {
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 14px;
    line-height: 1.5;
}
