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

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

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

.abp-osmsg-kicker,
.abp-osmsg-pill{
    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-osmsg-hero h1,
.abp-osmsg-panel h2{
    margin:14px 0 10px;
    color:#fff;
    font-size:clamp(30px,4vw,50px);
    line-height:.98;
    font-weight:950;
    letter-spacing:-.04em;
}

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

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

.abp-osmsg-thread{
    display:flex;
    justify-content:space-between;
    gap:18px;
    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-osmsg-thread h3{
    margin:12px 0 8px;
    color:#fff;
    font-size:20px;
    font-weight:950;
}

.abp-osmsg-thread p{
    margin:0;
    color:rgba(255,255,255,.66);
}

.abp-osmsg-meta{
    min-width:155px;
    text-align:right;
}

.abp-osmsg-meta strong,
.abp-osmsg-meta span,
.abp-osmsg-meta em{
    display:block;
}

.abp-osmsg-meta strong{
    color:#fff;
    font-size:14px;
    font-weight:900;
}

.abp-osmsg-meta span{
    margin-top:8px;
    color:rgba(255,255,255,.48);
    font-size:12px;
    font-weight:800;
}

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

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

.abp-osmsg-bubbles{
    display:grid;
    gap:12px;
    margin:20px 0;
}

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

.abp-osmsg-bubble p{
    margin:0 0 8px;
    color:#fff;
}

.abp-osmsg-bubble span,
.abp-osmsg-bubble a{
    display:block;
    color:rgba(255,255,255,.55)!important;
    font-size:12px;
    font-weight:800;
}

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

.abp-osmsg-bubble.is-theirs{
    justify-self:start;
    background:rgba(255,255,255,.07);
}

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

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

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

.abp-osmsg-form textarea,
.abp-osmsg-form input,
.abp-osmsg-start-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-osmsg-form textarea,
.abp-osmsg-start-form textarea{
    min-height:120px;
}

.abp-osmsg-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    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-osmsg-admin{
    max-width:1400px;
}

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

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

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

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

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

@media(max-width:720px){
    .artbuild-plugin.abp-osmsg{padding:18px;border-radius:22px}
    .abp-osmsg-thread{flex-direction:column}
    .abp-osmsg-meta{text-align:left}
    .abp-osmsg-meta em{margin-left:0}
    .abp-osmsg-bubble{max-width:100%}
    .abp-osmsg-button{width:100%}
}
