/* Lost Place "Card Box" Style + very broad hide rules for default WP comments */
.oae-cm-overlay{ position:fixed; inset:0; background:rgba(0,0,0,.5); display:none; z-index:99998; }
.oae-cm-modal{ position:fixed; inset:auto 0 0 0; background:#0f1115; color:#e5e7eb; border-top-left-radius:16px; border-top-right-radius:16px; box-shadow:0 -10px 30px rgba(0,0,0,.5); max-height:80vh; overflow:auto; transform:translateY(100%); transition:transform .25s ease; z-index:99999; }
.oae-cm-modal.is-open{ transform:translateY(0); }
.oae-cm-head{ display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid #1f2937; position:sticky; top:0; background:#0f1115; }
.oae-cm-title{ font-weight:700; font-size:18px; }
.oae-cm-close{ background:#1f2937; border:0; color:#e5e7eb; padding:6px 10px; border-radius:8px; cursor:pointer; }
.oae-cm-body{ padding:12px; display:grid; gap:10px; }

/* Card */
.oae-card{ background:#151923; border:1px solid #1f2937; border-radius:12px; padding:12px; }
.oae-card--admin .oae-card-head{ font-weight:700; margin-bottom:6px; }
.oae-badge{ display:inline-block; padding:2px 8px; border-radius:999px; background:#374151; color:#fff; font-size:12px; }
.oae-badge--warn{ background:#92400e; }

/* Comment item */
.oae-cm-item{ display:flex; gap:10px; }
.oae-cm-avatar{ width:40px; height:40px; border-radius:999px; background:#111; overflow:hidden; flex:0 0 40px; }
.oae-cm-content{ flex:1; }
.oae-cm-meta{ font-size:12px; color:#9ca3af; display:flex; gap:6px; align-items:center; }
.oae-cm-text{ margin-top:4px; line-height:1.4; }
.oae-cm-actions{ display:flex; gap:8px; margin-top:6px; }
.oae-like{ border:1px solid #334155; background:#0f172a; color:#e5e7eb; border-radius:8px; padding:4px 8px; cursor:pointer; }
.oae-like.is-on{ outline:2px solid #64748b; background:#111827; }
.oae-edit{ border:1px solid #334155; background:#0f172a; color:#e5e7eb; border-radius:8px; padding:4px 8px; cursor:pointer; }

/* Editor */
.oae-cm-editor{ display:grid; gap:8px; }
.oae-cm-editor textarea{ width:100%; min-height:80px; background:#0b0f18; color:#e5e7eb; border:1px solid #1f2937; border-radius:10px; padding:10px; }
.oae-cm-send{ align-self:flex-end; padding:8px 12px; border-radius:10px; border:1px solid #374151; background:#111827; color:#fff; cursor:pointer; }

/* Open button */
.oae-cm-open{ display:inline-flex; align-items:center; gap:6px; border:1px solid #334155; background:#0b0f18; color:#e5e7eb; padding:6px 10px; border-radius:10px; cursor:pointer; }
.oae-cm-open:hover{ background:#0f172a; }

/* Broad theme fallbacks for single-ort */
body.single-ort #respond,
body.single-ort .comment-respond,
body.single-ort .comments-area,
body.single-ort .comments,
body.single-ort #comments,
body.single-ort .comment-list,
body.single-ort .entry-comments,
body.single-ort .comments-wrap,
body.single-ort .comments-wrapper,
body.single-ort .post-comments,
body.single-ort .wp-block-comments { display:none !important; }
