/* Scoped to moderation; public marketplace cards remain unchanged. */
#adminModeration .moderation-heading{margin:18px 0 20px}
#adminModeration .moderation-heading h1{font-size:clamp(1.65rem,3vw,2.15rem)}
#adminModeration #adminListingSection{padding:0;border:0;background:transparent;box-shadow:none}
#adminModeration .moderation-section-title{gap:16px;margin-bottom:14px}
#adminModeration .moderation-section-title h2{margin:0}
#moderationRefreshButton{min-height:44px;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);padding:10px 16px}
#adminModerationList.moderation-queues{display:block;--mq-blue:#1757ae;--mq-amber:#825000;--mq-red:#a1262d;--mq-green:#24613b}
.mq-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}
.mq-overview button{display:flex;align-items:center;gap:14px;text-align:left;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--white);color:var(--ink);min-height:86px}
.mq-overview strong{font-size:2rem;line-height:1.1;flex-shrink:0}
.mq-overview span{font-size:1rem;font-weight:650;line-height:1.35}
.mq-overview .mq-overview-review{border-top:4px solid var(--mq-blue)}
.mq-overview .mq-overview-waiting{border-top:4px solid #d49c33}
.mq-overview .mq-overview-rejected{border-top:4px solid #b4787c}
.mq-group{background:var(--white);border:1px solid var(--line);border-radius:16px;margin-bottom:14px;overflow:hidden}
.mq-group>summary{display:flex;align-items:center;gap:16px;cursor:pointer;padding:18px 20px;list-style:none;min-height:76px}
.mq-group>summary::-webkit-details-marker{display:none}
.mq-group>summary:after{content:'+';font-size:1.5rem;color:var(--muted);width:20px;text-align:center;flex-shrink:0}
.mq-group[open]>summary:after{content:'−'}
.mq-group>summary>span{display:grid;gap:5px;flex:1;min-width:0}
.mq-group>summary strong{font-size:1.125rem;color:var(--ink)}
.mq-group>summary small{font-size:.875rem;line-height:1.45;color:var(--muted)}
.mq-count{display:grid;place-items:center;min-width:34px;min-height:34px;padding:4px 9px;border-radius:10px;background:#eef3fa;color:#284568;font-size:1rem}
.mq-group-review>summary{background:#f4f8ff}
.mq-group-waiting>summary{background:#fffbf2}
.mq-group-content{border-top:1px solid var(--line);padding:0 20px}
.mq-listing{padding:22px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}
.mq-listing:last-child{border-bottom:0}
.mq-listing-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.mq-listing h3{font-size:1.25rem;margin:0;line-height:1.4}
.mq-status{font-size:.875rem;font-weight:700;line-height:1.4;border-radius:8px;padding:5px 9px;background:#eef2f6;color:#455770}
.mq-status-review{background:#eaf2ff;color:var(--mq-blue)}
.mq-status-waiting{background:#fff1cf;color:var(--mq-amber)}
.mq-status-rejected{background:#fcebed;color:var(--mq-red)}
.mq-status-active{background:#e9f5ed;color:var(--mq-green)}
.mq-listing p{font-size:1rem;line-height:1.5;margin:8px 0}
.mq-listing .mq-meta,.mq-listing .mq-seller{font-size:.9375rem;color:var(--muted)}
.mq-note{color:var(--ink)}
.mq-reason{border-left:3px solid #b4787c;padding-left:12px}
.mq-checks{display:flex;flex-wrap:wrap;gap:8px 14px;padding:0;margin:14px 0;list-style:none;font-size:.875rem;line-height:1.5}
.mq-checks .is-confirmed{color:var(--mq-green)}
.mq-checks .is-pending{color:var(--mq-amber)}
.mq-checks .is-unknown{color:var(--muted)}
.mq-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;margin-top:16px}
.mq-actions button,.mq-more>summary,.mq-error button{font-size:.9375rem;line-height:1.4;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--ink);cursor:pointer;font-weight:650}
.mq-actions .mq-view{border-color:#aecaf0;color:var(--mq-blue)}
.mq-actions .mq-primary{background:var(--blue);border-color:var(--blue);color:#fff}
.mq-actions .mq-caution{background:#fff5de;border-color:#e9c77f;color:var(--mq-amber)}
.mq-actions .mq-danger{color:var(--mq-red);background:#fff5f5;border-color:#f0d4d4}
.mq-more>summary{list-style:none;color:var(--muted)}
.mq-more>summary::-webkit-details-marker{display:none}
.mq-more>summary:after{content:' ▾'}
.mq-more[open]>summary{margin-bottom:8px}
.mq-more>div{display:flex;flex-wrap:wrap;gap:8px;max-width:100%}
.mq-actions button:disabled{opacity:.55;cursor:wait}
.mq-empty,.mq-error{padding:18px 0;margin:0;font-size:1rem;line-height:1.5;color:var(--muted)}
.mq-error{padding:18px;border:1px solid #f0d4d4;border-radius:14px;background:var(--white)}
#adminModeration :is(.mq-overview button,.mq-actions button,.mq-more>summary,.mq-group>summary,#moderationRefreshButton):focus-visible{outline:3px solid #1766d5;outline-offset:3px}
@media(max-width:650px){.mq-overview{gap:8px}.mq-overview button{display:grid;align-content:start;padding:12px;gap:6px;min-height:104px}.mq-overview strong{font-size:1.65rem}.mq-overview span{font-size:.875rem}.mq-group>summary{padding:15px 14px;gap:10px}.mq-group-content{padding:0 14px}.mq-listing-heading{gap:8px}.mq-actions{gap:8px}.mq-listing{padding:18px 0}}
html[data-theme="dark"] #adminModerationList{--mq-blue:#a6caff;--mq-amber:#f0cd83;--mq-red:#f5a4aa;--mq-green:#94d4a9}
html[data-theme="dark"] .mq-group,html[data-theme="dark"] .mq-overview button{background:#111d30}
html[data-theme="dark"] .mq-group-review>summary{background:#142b48}
html[data-theme="dark"] .mq-group-waiting>summary{background:#302919}
html[data-theme="dark"] .mq-count,html[data-theme="dark"] .mq-status{background:#26364a;color:#d6e0ee}
html[data-theme="dark"] .mq-status-waiting,html[data-theme="dark"] .mq-actions .mq-caution{background:#493612;color:var(--mq-amber)}
html[data-theme="dark"] .mq-status-rejected,html[data-theme="dark"] .mq-actions .mq-danger{background:#43232b;color:var(--mq-red);border-color:#70404a}
html[data-theme="dark"] .mq-status-active{background:#1c3d2b;color:var(--mq-green)}
html[data-theme="dark"] .mq-status-review{background:#18365b;color:var(--mq-blue)}
