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

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

.abp-deal a{text-decoration:none!important}

.abp-deal-hero,
.abp-deal-room,
.abp-deal-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-deal-hero{margin-bottom:18px}

.abp-deal-hero span,
.abp-deal-room-head span{
display:inline-flex;
padding:8px 13px;
border-radius:999px;
background:rgba(31,111,255,.12);
color:#7db6ff;
font-size:12px;
font-weight:900;
text-transform:uppercase;
}

.abp-deal-hero h1,
.abp-deal-room-head h1{
margin:14px 0 10px;
font-size:clamp(32px,5vw,54px);
line-height:.96;
font-weight:950;
letter-spacing:-.045em;
color:#fff;
}

.abp-deal-hero p,
.abp-deal-room-head p{
margin:0;
color:rgba(255,255,255,.68);
line-height:1.55;
}

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

.abp-deal-room-card{
display:flex;
justify-content:space-between;
gap:16px;
padding:18px;
border-radius:20px;
background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),#092033;
border:1px solid rgba(255,255,255,.09);
color:#fff!important;
}

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

.abp-deal-room-card h3{
margin:10px 0 7px;
font-size:22px;
font-weight:950;
}

.abp-deal-room-card p{
margin:0;
color:rgba(255,255,255,.64);
}

.abp-deal-room-meta{
text-align:right;
min-width:140px;
}

.abp-deal-room-meta strong,
.abp-deal-room-meta em{
display:block;
}

.abp-deal-room-meta em{
width:26px;
height:26px;
margin:10px 0 0 auto;
border-radius:999px;
background:#ff4f3f;
display:flex;
align-items:center;
justify-content:center;
font-style:normal;
font-weight:950;
}

.abp-deal-back{
display:inline-flex;
margin-bottom:16px;
color:#7db6ff!important;
font-weight:900;
}

.abp-deal-room-head{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:16px;
margin-bottom:16px;
}

.abp-deal-status-actions{
display:flex;
flex-wrap:wrap;
gap:8px;
padding:12px 0 18px;
border-bottom:1px solid rgba(255,255,255,.08);
}

.abp-deal-status-actions a{
display:inline-flex;
padding:8px 11px;
border-radius:999px;
background:rgba(255,255,255,.075);
color:rgba(255,255,255,.72)!important;
font-size:12px;
font-weight:900;
}

.abp-deal-messages{
display:grid;
gap:12px;
margin:20px 0;
}

.abp-deal-message{
max-width:78%;
padding:14px 16px;
border-radius:18px;
border:1px solid rgba(255,255,255,.09);
}

.abp-deal-message.mine{
justify-self:end;
background:linear-gradient(135deg,#1f6fff,#0f58d6);
}

.abp-deal-message.theirs{
justify-self:start;
background:rgba(255,255,255,.07);
}

.abp-deal-message.system{
justify-self:center;
max-width:100%;
background:rgba(255,255,255,.05);
}

.abp-deal-message p{
margin:0 0 8px;
color:#fff;
}

.abp-deal-message a,
.abp-deal-message small{
display:block;
color:rgba(255,255,255,.60)!important;
font-size:12px;
font-weight:800;
}

.abp-deal-start-form,
.abp-deal-reply{
display:grid;
gap:12px;
}

.abp-deal-start-form textarea,
.abp-deal-reply textarea,
.abp-deal-reply 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;
}

.abp-deal-reply label{
display:grid;
gap:8px;
}

.abp-deal-reply label span{
font-size:13px;
font-weight:900;
}

.abp-deal-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;
}

.abp-deal-button.secondary{
background:rgba(255,255,255,.075);
border:1px solid rgba(255,255,255,.12);
}

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

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

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

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

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

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

@media(max-width:720px){
.artbuild-plugin.abp-deal{padding:18px;border-radius:22px}
.abp-deal-room-card,
.abp-deal-room-head{flex-direction:column}
.abp-deal-room-meta{text-align:left}
.abp-deal-message{max-width:100%}
.abp-deal-button{width:100%}
}
