/* My Account blocks (нейтральные стили под тёмную тему) */
.steam-payment-methods h2,
.ssp-listings h2{ margin:0 0 14px; }

.steam-payment-methods .security-notice{
  background:#161616;border:1px solid #2b2b2b;border-radius:10px;padding:10px 12px;margin-bottom:12px;line-height:1.5
}
.steam-payment-methods .security-notice .lock-icon{margin-right:6px}
.steam-payment-methods .form-row{margin:8px 0}
.steam-payment-methods .form-row input{width:100%;background:#121212;border:1px solid #2a2a2a;color:#eee;border-radius:8px;padding:10px}
.steam-payment-methods .form-row.columns{display:flex;gap:12px}
.steam-payment-methods .form-row.columns>div{flex:1}
.steam-payment-methods .submit .button{background:#f0ad00;color:#111;border:0;padding:10px 16px;border-radius:10px;font-weight:700}

.ssp-listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.ssp-listing-card{background:#121212;border:1px solid #222;border-radius:12px;padding:10px;display:flex;gap:12px;align-items:center}
.ssp-listing-card .thumb{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#1b1b1b;border-radius:8px;overflow:hidden}
.ssp-listing-card .thumb img{max-width:100%;max-height:100%}
.ssp-listing-card .meta .name{font-weight:600;margin-bottom:4px}
.ssp-listing-card .meta .price{opacity:.9;margin-bottom:4px}
.status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px}
.status-ok{background:#0b6;color:#fff}
.status-bad{background:#a11616;color:#fff}
.status-wait{background:#555;color:#fff}

/* toast */
.ssp-toast{position:fixed;top:18px;right:18px;background:#222;color:#fff;padding:12px 14px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.45);z-index:10000;max-width:420px}
.ssp-toast.success{background:#0b6}
.ssp-toast a{color:#fff;text-decoration:underline}
.ssp-toast.error{ background:#a11616; }
