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

.artbuild-plugin.abp-match{
    max-width:1180px;
    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-match a{text-decoration:none!important}

.abp-match-hero,
.abp-match-panel,
.abp-match-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-match-hero{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:center;
    margin-bottom:18px;
}

.abp-match-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-match-hero h1,
.abp-match-panel h2{
    margin:14px 0 10px;
    color:#fff;
    font-size:clamp(32px,5vw,54px);
    line-height:.96;
    font-weight:950;
    letter-spacing:-.045em;
}

.abp-match-panel h2{font-size:24px}

.abp-match-hero p,
.abp-match-panel p{
    max-width:760px;
    margin:0 0 16px;
    color:rgba(255,255,255,.68);
    font-size:15px;
    line-height:1.55;
}

.abp-match-role{
    min-width:150px;
    text-align:center;
    padding:18px;
    border-radius:22px;
    background:rgba(2,12,22,.42);
    border:1px solid rgba(255,255,255,.08);
}

.abp-match-role strong{
    display:block;
    color:#fff;
    font-size:28px;
    line-height:1;
    font-weight:950;
}

.abp-match-role span{
    display:block;
    margin-top:8px;
    color:#7db6ff;
    font-size:12px;
    font-weight:900;
}

.abp-match-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.abp-match-wide{grid-column:1/-1}

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

.abp-match-card{
    min-height:210px;
    border-radius:20px;
    background:rgba(2,12,22,.42);
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

.abp-match-card a{
    display:grid;
    gap:8px;
    height:100%;
    padding:18px;
    color:#fff!important;
}

.abp-match-score{
    width:max-content;
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(35,195,120,.14);
    color:#7ff0b7;
    font-size:12px;
    font-weight:950;
}

.abp-match-card h3{
    margin:4px 0 0;
    color:#fff;
    font-size:20px;
    line-height:1.1;
    font-weight:950;
}

.abp-match-card p,
.abp-match-card em{
    color:rgba(255,255,255,.62);
    font-size:13px;
    font-style:normal;
    line-height:1.45;
}

.abp-match-card strong{
    color:#7db6ff;
    font-size:16px;
    font-weight:950;
}

.abp-match-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.abp-match-tags span{
    display:inline-flex;
    padding:9px 12px;
    border-radius:999px;
    background:rgba(31,111,255,.12);
    color:#7db6ff;
    font-size:12px;
    font-weight:900;
}

.abp-match-form{
    display:grid;
    gap:12px;
    margin-bottom:16px;
}

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

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

.abp-match-form input{
    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-match-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:13px 18px;
    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-match-alert-list{
    display:grid;
    gap:10px;
}

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

.abp-match-alert strong,
.abp-match-alert span,
.abp-match-alert em{
    display:block;
}

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

.abp-match-alert span,
.abp-match-alert em{
    margin-top:5px;
    color:rgba(255,255,255,.58);
    font-size:12px;
    font-style:normal;
    font-weight:800;
}

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

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

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

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

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

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

.abp-match-admin-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.abp-match-admin-stats article{
    margin-bottom:0;
}

.abp-match-admin-stats strong{
    display:block;
    color:#071b2b;
    font-size:36px;
    line-height:1;
    font-weight:950;
}

.abp-match-admin-stats span{
    display:block;
    margin-top:8px;
    color:#667085;
    font-weight:900;
}

@media(max-width:900px){
    .artbuild-plugin.abp-match{padding:18px;border-radius:22px}
    .abp-match-hero{flex-direction:column;align-items:flex-start}
    .abp-match-grid,
    .abp-match-results,
    .abp-match-admin-stats{grid-template-columns:1fr}
    .abp-match-button{width:100%}
}
