.imageProviderPanel { color: #293b43; max-width: 1060px; padding: 28px; border: 1px solid #cdbf9d; border-radius: 6px; background: rgba(255,250,233,.92); }
.imageProviderPanel h2 { margin: 0 0 10px; font-size: 24px; color: #8b3926; }
.imageProviderPanel p { line-height: 1.65; }
.imageProviderBadge { display: inline-block; border: 1px solid #bfae89; padding: 5px 12px; border-radius: 3px; background: #efe6cc; }
.imageProviderSummary { margin: 22px 0; padding: 16px; background: rgba(226,214,179,.3); display: grid; gap: 12px; }
.imageProviderSummary > div { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 12px; }
.imageProviderSummary dt { font-weight: 700; }
.imageProviderSummary dd { margin: 0; overflow-wrap: anywhere; }
.imageProviderForm { display: grid; gap: 24px; }
.imageProviderForm label { display: grid; gap: 9px; }
.imageProviderForm label > span { font-weight: 700; }
.imageProviderForm input { box-sizing: border-box; width: 100%; padding: 13px 14px; border: 1px solid #bfae89; border-radius: 4px; background: #fffdf6; color: #293b43; font: inherit; }
.imageProviderForm input:focus-visible, .imageProviderPanel button:focus-visible { outline: 3px solid #8b3926; outline-offset: 3px; }
.imageProviderForm small, .imageProviderHint { color: #655b49; line-height: 1.7; }
.imageProviderActions { display: flex; flex-wrap: wrap; gap: 12px; }
.imageProviderPanel button { border: 1px solid #a58964; background: #eee3c6; color: #293b43; border-radius: 4px; padding: 12px 18px; font: inherit; font-weight: 700; cursor: pointer; }
.imageProviderActions button[type=submit] { color: #fff9e7; background: #914631; }
.imageProviderPanel button:disabled { opacity: .5; cursor: not-allowed; }
.imageProviderSuccess, .imageProviderError { padding: 14px; border-left: 4px solid #52663b; background: #e8eedc; overflow-wrap: anywhere; }
.imageProviderError { border-color: #9c3d2b; background: #f5e2d5; }
@media(max-width:680px) { .imageProviderPanel { padding: 18px; } .imageProviderSummary > div { grid-template-columns: 1fr; gap: 4px; } .imageProviderActions button { width: 100%; } }
