
.artbuild-plugin.abp-rev,
.artbuild-plugin.abp-rev *{box-sizing:border-box}

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

.abp-rev-panel,
.abp-rev-empty{
    padding:24px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),#092033;
    border:1px solid rgba(255,255,255,.09);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
}

.abp-rev-kicker{
    display:inline-flex;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(31,111,255,.12);
    color:#7db6ff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.abp-rev-panel h2,
.abp-rev-empty h3{
    margin:14px 0 10px;
    color:#fff;
    font-size:clamp(30px,4vw,48px);
    line-height:.98;
    font-weight:950;
    letter-spacing:-.04em;
}

.abp-rev-panel p,
.abp-rev-empty p{
    color:rgba(255,255,255,.68);
    line-height:1.55;
}

.abp-rev-form{
    display:grid;
    gap:14px;
}

.abp-rev-form label{
    display:grid;
    gap:8px;
}

.abp-rev-form label span{
    color:#fff;
    font-size:13px;
    font-weight:900;
}

.abp-rev-form input,
.abp-rev-form select,
.abp-rev-form textarea{
    width:100%;
    min-height:54px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(2,12,22,.72);
    color:#fff;
    padding:12px 15px;
    outline:none;
}

.abp-rev-form textarea{min-height:140px}

.abp-rev-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:13px 20px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#1f6fff,#0f58d6);
    color:#fff!important;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    text-decoration:none!important;
}

.abp-rev-list{
    display:grid;
    gap:12px;
}

.abp-rev-item{
    padding:18px;
    border-radius:18px;
    background:rgba(2,12,22,.42);
    border:1px solid rgba(255,255,255,.08);
}

.abp-rev-stars{
    color:#f2d36b;
    font-size:20px;
    letter-spacing:2px;
}

.abp-rev-item h3{
    margin:10px 0 8px;
    color:#fff;
    font-size:20px;
    font-weight:950;
}

.abp-rev-item footer{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
    color:rgba(255,255,255,.5);
    font-size:13px;
    font-weight:800;
}

.abp-rev-item footer strong{
    color:#7ff0b7;
}

.abp-rev-score{
    display:flex;
    align-items:flex-end;
    gap:4px;
    margin:16px 0;
}

.abp-rev-score strong{
    color:#fff;
    font-size:72px;
    line-height:.9;
    font-weight:950;
}

.abp-rev-score span{
    color:rgba(255,255,255,.52);
    font-size:24px;
    font-weight:900;
}

.abp-rev-meter{
    height:12px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    overflow:hidden;
    margin-bottom:18px;
}

.abp-rev-meter span{
    display:block;
    height:100%;
    background:linear-gradient(135deg,#f2d36b,#23c378);
}

.abp-rev-facts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.abp-rev-facts div{
    padding:14px;
    border-radius:16px;
    background:rgba(2,12,22,.42);
    border:1px solid rgba(255,255,255,.08);
}

.abp-rev-facts span{
    display:block;
    margin-bottom:6px;
    color:rgba(255,255,255,.48);
    font-size:12px;
    font-weight:900;
}

.abp-rev-facts strong{
    color:#fff;
    font-size:15px;
    font-weight:950;
}

.abp-rev-admin{
    max-width:1400px;
}

.abp-rev-admin-hero,
.abp-rev-admin-panel{
    border-radius:24px;
    padding:24px;
    margin-bottom:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.abp-rev-admin-hero{
    background:linear-gradient(135deg,#071b2b,#0b2d46);
    color:#fff;
}

.abp-rev-admin-hero span{
    display:inline-flex;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-weight:900;
}

.abp-rev-admin-hero h1{
    color:#fff;
    font-size:42px;
    margin:14px 0 10px;
    font-weight:950;
}

.abp-rev-admin-hero p{
    color:rgba(255,255,255,.72);
    margin:0;
}

.abp-rev-status{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}

.abp-rev-status-approved{
    background:#dcfce7;
    color:#166534;
}

.abp-rev-status-pending{
    background:#fef3c7;
    color:#92400e;
}

.abp-rev-status-rejected,
.abp-rev-status-flagged{
    background:#fee2e2;
    color:#991b1b;
}

@media(max-width:760px){
    .artbuild-plugin.abp-rev{padding:18px;border-radius:22px}
    .abp-rev-facts{grid-template-columns:1fr}
    .abp-rev-button{width:100%}
}
