/* UI-Q SPECIALIZATION SYSTEM */

.av-mode-banner{
display:flex;
align-items:center;
justify-content:space-between;
padding:14px 18px;
border-radius:18px;
margin-bottom:18px;
background:linear-gradient(135deg,#07111f,#0f2742);
border:1px solid rgba(255,255,255,.08);
box-shadow:0 10px 40px rgba(0,0,0,.18);
}

.av-mode-title{
font-size:13px;
font-weight:800;
letter-spacing:.18em;
text-transform:uppercase;
color:#8fb3d9;
}

.av-mode-sub{
font-size:28px;
font-weight:800;
margin-top:4px;
color:#fff;
}

.av-live-pulse{
display:flex;
align-items:center;
gap:8px;
font-size:13px;
font-weight:700;
color:#7ef7b8;
}

.av-live-pulse::before{
content:"";
width:10px;
height:10px;
border-radius:999px;
background:#2dff98;
box-shadow:0 0 12px #2dff98;
animation:pulse 1.4s infinite;
}

@keyframes pulse{
0%{opacity:1;transform:scale(1)}
50%{opacity:.45;transform:scale(.85)}
100%{opacity:1;transform:scale(1)}
}

.av-ops-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:18px;
}

.av-side-panel{
background:#fff;
border-radius:22px;
padding:18px;
border:1px solid #e8edf3;
box-shadow:0 8px 30px rgba(15,23,42,.05);
}

.av-feed-item{
padding:12px 14px;
border-radius:14px;
margin-bottom:10px;
background:#f7fafc;
border:1px solid #e5edf5;
font-size:14px;
font-weight:600;
}

.av-risk-high{
border-left:4px solid #ff5f5f;
}

.av-risk-med{
border-left:4px solid #f5b942;
}

.av-risk-ok{
border-left:4px solid #31d17c;
}

.av-workspace{
display:grid;
grid-template-columns:280px 1fr 320px;
gap:18px;
}

.av-stage-list,
.av-client-panel,
.av-action-panel{
background:#fff;
border-radius:22px;
padding:18px;
border:1px solid #e8edf3;
box-shadow:0 8px 30px rgba(15,23,42,.05);
}

.av-stage{
padding:14px;
border-radius:14px;
margin-bottom:12px;
background:#f7fafc;
font-weight:700;
border:1px solid #e6edf5;
}

.av-stage.active{
background:#0f2742;
color:#fff;
}

.av-approval-card{
padding:18px;
border-radius:18px;
margin-bottom:14px;
background:#fff;
border:1px solid #e7edf5;
box-shadow:0 8px 30px rgba(15,23,42,.05);
}

.av-approval-actions{
display:flex;
gap:10px;
margin-top:14px;
}

.av-stream{
display:flex;
flex-direction:column;
gap:14px;
}

.av-message{
background:#fff;
border-radius:18px;
padding:18px;
border:1px solid #e7edf5;
}

.av-message-head{
display:flex;
justify-content:space-between;
margin-bottom:10px;
font-weight:700;
}

.av-marketing-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}

.av-campaign-card{
background:#fff;
border-radius:22px;
padding:18px;
border:1px solid #e8edf3;
box-shadow:0 8px 30px rgba(15,23,42,.05);
min-height:180px;
}

.av-settings-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.av-setting-card{
background:#fff;
border-radius:22px;
padding:18px;
border:1px solid #e8edf3;
box-shadow:0 8px 30px rgba(15,23,42,.05);
}

.av-warroom{
background:linear-gradient(135deg,#07111f,#13263e);
border-radius:26px;
padding:22px;
color:#fff;
margin-bottom:20px;
}

.av-check{
display:flex;
justify-content:space-between;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.08);
font-weight:600;
}
