/* ClinicOS V11.36.13 - identidade visual com upload e dimensoes independentes */
:root{
  --client-menu-logo-width:86%;
  --client-menu-logo-max-height:88px;
  --client-login-logo-width:78%;
  --client-login-logo-max-height:120px;
  --client-report-logo-width:180px;
  --client-collapsed-logo-size:52px;
}
.sidebar .client-brand .platform-brand-full,
.sidebar .platform-brand-full{
  width:var(--client-menu-logo-width)!important;
  max-width:var(--client-menu-logo-width)!important;
  height:auto!important;
  max-height:var(--client-menu-logo-max-height)!important;
  object-fit:contain!important;
  object-position:center!important;
}
body.sidebar-collapsed .sidebar .platform-brand-mark,
.sidebar.collapsed .client-brand .platform-brand-mark{
  display:block!important;
  width:var(--client-collapsed-logo-size)!important;
  height:var(--client-collapsed-logo-size)!important;
  max-width:var(--client-collapsed-logo-size)!important;
  max-height:var(--client-collapsed-logo-size)!important;
  object-fit:contain!important;
}
.login-clinic-brand img{
  width:var(--client-login-logo-width)!important;
  max-width:var(--client-login-logo-width)!important;
  height:auto!important;
  max-height:var(--client-login-logo-max-height)!important;
  object-fit:contain!important;
}
.professional-report-sheet .report-clinic-brand img,
.report-clinic-brand img{
  width:var(--client-report-logo-width)!important;
  max-width:var(--client-report-logo-width)!important;
  height:72px!important;
  max-height:86px!important;
  object-fit:contain!important;
  border-radius:0!important;
}
.identity-section-title{margin-bottom:12px!important}
.brand-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}
.brand-asset-card{border:1px solid #d8e8f0;border-radius:18px;background:#fff;padding:15px;box-shadow:0 8px 24px rgba(21,55,77,.045);min-width:0}
.brand-asset-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.brand-asset-head>div{display:grid;gap:2px}.brand-asset-head b{font-size:14px;color:#173247}.brand-asset-head small{font-size:11px;line-height:1.35;color:#718096}.brand-asset-head>.material-symbols-outlined{width:34px;height:34px;border-radius:11px;background:#eaf8fc;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}
.brand-asset-preview{height:120px;border:1px dashed #b9d6e2;border-radius:15px;background:linear-gradient(135deg,#f9fdff,#eef8fc);display:grid;place-items:center;padding:12px;overflow:hidden}
.brand-asset-preview img{max-width:96%;max-height:96%;object-fit:contain}.compact-preview-box img{max-width:76px;max-height:76px}.report-preview-box{background:#fff}.brand-asset-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.brand-file-button{position:relative;overflow:hidden;cursor:pointer}.btn-ghost{background:transparent;border-color:transparent;color:#617183}.btn-ghost:hover{background:#f4f8fa;box-shadow:none}
.identity-controls{padding-top:4px}.range-field{padding:12px 14px;border:1px solid #deebf1;border-radius:15px;background:#fbfeff}.range-field .label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.range-field output{font-size:12px;font-weight:800;color:var(--brand);background:#e9f8fc;border-radius:999px;padding:3px 8px;min-width:58px;text-align:center}.range-field input[type=range]{width:100%;accent-color:var(--brand)}
.identity-live-preview{margin-top:16px!important;display:grid!important;grid-template-columns:1.25fr .75fr!important;gap:14px!important}.identity-live-preview>div{border-radius:18px!important;min-height:135px!important;padding:18px!important}.identity-live-preview .appearance-preview-menu{background:var(--menu-gradient)!important;display:flex!important;align-items:center!important;gap:18px!important;color:#fff!important}.identity-live-preview .appearance-preview-menu img{width:min(var(--client-menu-logo-width),280px)!important;max-height:var(--client-menu-logo-max-height)!important;object-fit:contain!important}.identity-live-preview .appearance-preview-login{background:#fff!important;border:1px solid #dbe9ef!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important}.identity-live-preview .appearance-preview-login img{width:var(--client-login-logo-width)!important;max-height:var(--client-login-logo-max-height)!important;object-fit:contain!important}.identity-live-preview .appearance-preview-login span{font-size:11px;color:#718096}
@media(max-width:900px){.brand-assets-grid{grid-template-columns:1fr}.identity-live-preview{grid-template-columns:1fr!important}.identity-controls{grid-template-columns:1fr!important}}
