/* Scanonic provider-console repair: desktop-first, responsive, no cramped credential controls. */
#settings.panel{width:min(780px,96vw);max-width:none;box-sizing:border-box;padding:24px 28px}
#settings>.panel-head{position:sticky;top:-24px;z-index:3;margin:-24px -28px 16px;padding:20px 28px 14px;background:rgba(3,10,22,.97);border-bottom:1px solid var(--ice-border);backdrop-filter:blur(18px)}
#settings .provider-settings{margin:0 0 18px;padding:18px;border-color:rgba(56,189,248,.34);box-shadow:0 14px 35px rgba(0,0,0,.22)}
#settings .provider-settings>p{margin:5px 0 14px;line-height:1.45}
#settings #providerProfiles{display:grid;gap:12px;margin:14px 0 18px}
#settings .provider-profile{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px;background:rgba(2,10,23,.6)}
#settings .provider-profile:last-child{border-bottom:1px solid var(--line)}
#settings .provider-profile-head{display:grid;gap:3px;min-width:0}
#settings .provider-profile-head b{font-size:14px;color:#e0f2fe;overflow-wrap:anywhere}
#settings .provider-profile-head small{display:block;line-height:1.35;overflow-wrap:anywhere}
#settings .provider-credential{display:grid;grid-template-columns:minmax(240px,1fr) 42px minmax(132px,auto);gap:8px;margin:0;align-items:stretch}
#settings .provider-credential input{margin:0;min-width:0}
#settings .provider-credential button{width:auto!important;min-height:42px;margin:0;white-space:nowrap}
#settings .provider-credential .icon{padding:0;width:42px!important}
#settings .provider-profile-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}
#settings .provider-profile-actions button{width:100%!important;min-height:38px;margin:0;white-space:normal}
#settings .provider-test-result{margin:0;padding:7px 9px;border-radius:8px;background:rgba(7,20,38,.55);overflow-wrap:anywhere}
#settings #providerForm{display:grid;gap:10px;margin-top:18px;padding:16px;border:1px solid rgba(56,189,248,.22);border-radius:12px;background:rgba(4,13,27,.52)}
#settings #providerForm label{margin:6px 0}
#settings #providerForm .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#settings .provider-form-title{display:grid;gap:3px;padding-bottom:8px;border-bottom:1px solid var(--line)}
#settings .provider-form-title b{color:#bae6fd;font-size:14px}
#settings .provider-form-title small{color:var(--muted);font-size:11px;line-height:1.4}
@media(max-width:760px){
  #settings.panel{width:100%;padding:20px 16px}
  #settings>.panel-head{top:-20px;margin:-20px -16px 14px;padding:16px}
  #settings .provider-settings>.grid,#settings #providerForm .grid{grid-template-columns:1fr}
  #settings .provider-credential{grid-template-columns:minmax(0,1fr) 42px}
  #settings .provider-credential [data-save-provider]{grid-column:1/-1;width:100%!important}
  #settings .provider-profile-actions{grid-template-columns:1fr}
}
