/* BIDLUNA internal messages — lightweight UI */

.bidluna-msg-modal{position:fixed;inset:0;z-index:99999;display:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.bidluna-msg-modal.is-open{display:block;}
.bidluna-msg-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.22);pointer-events:none;}
.bidluna-msg-panel{position:absolute;right:16px;top:clamp(14px,8vh,80px);bottom:180px;width:calc(100% - 32px);max-width:440px;background:#fff;display:flex;flex-direction:column;box-shadow:-10px 0 30px rgba(0,0,0,.15);border-radius:18px;overflow:hidden;}
@media (max-width: 640px){.bidluna-msg-panel{left:12px;right:12px;top:8vh;bottom:180px;width:auto;max-width:none;border-radius:18px;}}
.bidluna-msg-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e8e8e8;}
.bidluna-msg-title{font-weight:700;}
.bidluna-msg-close{border:0;background:transparent;font-size:22px;line-height:1;padding:6px 10px;cursor:pointer;}
.bidluna-msg-body{flex:1;overflow:auto;padding:12px 14px;background:#fafafa;}
.bidluna-msg-thread-meta{font-size:13px;color:#444;margin-bottom:10px;}

/* Meta card (auction + other user) */
.bidluna-msg-meta-card{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:10px;}
.bidluna-msg-meta-card .thumb{width:56px;height:56px;flex:0 0 56px;border-radius:12px;overflow:hidden;background:#f3f3f3;border:1px solid #eee;display:flex;align-items:center;justify-content:center;}
.bidluna-msg-meta-card .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.bidluna-msg-meta-card .thumb.placeholder:before{content:"";width:22px;height:22px;border-radius:6px;background:#e6e6e6;display:block;}
.bidluna-msg-meta-card .info{flex:1;min-width:0;}
.bidluna-msg-meta-card .row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;}
.bidluna-msg-meta-card .title{font-weight:800;font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bidluna-msg-meta-card .sub{margin-top:2px;font-size:12px;color:#666;}
.bidluna-msg-meta-card .actions{margin-top:6px;font-size:12px;}
.bidluna-msg-meta-card .actions a{text-decoration:underline;}
.bidluna-msg-meta-card .badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;}
.bidluna-msg-meta-card .badge{display:inline-block;background:#eef3ff;color:#0a63ff;font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid #dbeaff;white-space:nowrap;}
.bidluna-msg-meta-card .badge-closed{background:#f3f3f3;color:#555;border-color:#e3e3e3;}
.bidluna-msg-meta-card .badge-flagged{background:#fff1f1;color:#b32d2e;border-color:#f1b0b7;}
.bidluna-msg-list{display:flex;flex-direction:column;gap:10px;}
.bidluna-msg-item{max-width:85%;padding:9px 10px;border-radius:12px;background:#fff;border:1px solid #e9e9e9;}
.bidluna-msg-item.me{margin-left:auto;background:#f1f7ff;border-color:#dbeaff;}
.bidluna-msg-item .meta{font-size:11px;color:#666;margin-bottom:6px;}
.bidluna-msg-item .attachments{margin-top:8px;font-size:12px;}
.bidluna-msg-item .attachments a{text-decoration:underline;}

.bidluna-msg-footer{border-top:1px solid #e8e8e8;padding:10px 12px;background:#fff;}
.bidluna-msg-warning{font-size:12px;color:#7a4b00;background:#fff6e5;border:1px solid #ffd48a;border-radius:10px;padding:8px 10px;margin-bottom:8px;}
#bidlunaMsgForm textarea{width:100%;resize:none;border:1px solid #d6d6d6;border-radius:10px;padding:9px 10px;font-size:14px;box-sizing:border-box;}
.bidluna-msg-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center;margin-top:8px;}
#bidlunaMsgFiles{grid-column:1/-1;width:100%;max-width:none;}
#bidlunaMsgSendBtn{grid-column:1;}
#bidlunaMsgCloseThreadBtn{grid-column:2;}
#bidlunaMsgFlagBtn{grid-column:1/-1;}
#bidlunaMsgSendBtn{border:0;background:#0a63ff;color:#fff;border-radius:10px;padding:9px 12px;font-weight:600;cursor:pointer;}
#bidlunaMsgSendBtn[disabled]{opacity:.6;cursor:not-allowed;}
.bidluna-msg-flag{border:1px solid #f1b0b7;background:#fff;color:#b32d2e;border-radius:10px;padding:9px 10px;cursor:pointer;}
.bidluna-msg-close-thread{border:1px solid #d6d6d6;background:#fff;color:#333;border-radius:10px;padding:9px 10px;cursor:pointer;}
.bidluna-msg-hint{margin-top:8px;font-size:12px;color:#444;}

/* Account threads list */
.bidluna-msg-threads{display:flex;flex-direction:column;gap:10px;}
.bidluna-msg-thread{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:10px 10px;cursor:pointer;display:flex;gap:10px;align-items:flex-start;}
.bidluna-msg-thread:hover{border-color:#cfd7e6;}
.bidluna-msg-thread .thumb{width:56px;height:56px;flex:0 0 56px;border-radius:12px;overflow:hidden;background:#f3f3f3;border:1px solid #eee;display:flex;align-items:center;justify-content:center;}
.bidluna-msg-thread .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.bidluna-msg-thread .thumb.placeholder:before{content:"";width:22px;height:22px;border-radius:6px;background:#e6e6e6;display:block;}
.bidluna-msg-thread .content{flex:1;min-width:0;}
.bidluna-msg-thread .top{display:flex;justify-content:space-between;gap:10px;}
.bidluna-msg-thread .name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bidluna-msg-thread .time{font-size:12px;color:#666;white-space:nowrap;}
.bidluna-msg-thread .title{margin-top:4px;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bidluna-msg-thread .preview{margin-top:4px;color:#444;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bidluna-msg-thread .badges{margin-top:6px;display:flex;gap:6px;flex-wrap:wrap;}
.bidluna-msg-thread .badge{display:inline-block;background:#0a63ff;color:#fff;font-size:11px;padding:2px 8px;border-radius:999px;}
.bidluna-msg-thread .badge-unread{margin-left:8px;}
.bidluna-msg-thread .badge-closed{background:#555;}
.bidluna-msg-thread .badge-flagged{background:#b32d2e;}


/* Suggestions (profile threads) */
.bidluna-msg-suggest-title{margin-top:8px;font-size:12px;color:#666;font-weight:700;}
.bidluna-msg-suggest{margin-top:6px;display:flex;gap:8px;overflow:auto;padding-bottom:4px;}
.bidluna-msg-suggest a,.bidluna-msg-suggest button{display:block;width:74px;flex:0 0 74px;text-decoration:none;color:#333;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;}
.bidluna-msg-suggest img{width:74px;height:74px;border-radius:12px;object-fit:cover;border:1px solid #eee;display:block;background:#f3f3f3;}
.bidluna-msg-suggest .t{margin-top:4px;font-size:11px;line-height:1.2;max-height:2.4em;overflow:hidden;}


/* Mobile friendliness */
.bidluna-msg-actions button{white-space:nowrap;}
@media (max-width: 420px){
  .bidluna-msg-panel{top:7vh;bottom:200px;}
  #bidlunaMsgSendBtn,#bidlunaMsgCloseThreadBtn{padding:10px 10px;}
}
