/* Personalização institucional sem substituir os componentes existentes. */
.institution-name{font-size:clamp(17px,2vw,28px);line-height:1.3;overflow-wrap:anywhere}.sidebar .institution-name{font-size:20px}.official-brand img{object-fit:contain;max-height:140px}.sidebar-logo{object-fit:contain}.portal-header img{object-fit:contain}

/* Títulos seguem a mesma tipografia configurada para a escola. */
h1,h2,h3{font-family:var(--institution-font,inherit)}

.institution-splash{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--ink);background:var(--surface,#fff)}
.institution-splash img{object-fit:contain}.institution-splash span{font-size:13px;color:var(--muted)}
.user-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.modal-account{width:min(820px,calc(100vw - 32px))}.account-summary{display:flex;align-items:center;gap:20px;padding:0 0 22px;margin-bottom:24px;border-bottom:1px solid var(--border)}
.account-summary p,.account-summary small{color:var(--muted);font-size:12px;line-height:1.6}.account-photo{width:88px;height:88px;border-radius:50%;overflow:hidden;background:var(--teal-soft);color:var(--primary);display:grid;place-items:center;flex:none;font-size:28px}.account-photo img{width:100%;height:100%;object-fit:cover}
@media(max-width:600px){.modal-account{width:100%}.account-summary{gap:12px}.account-photo{width:64px;height:64px}.account-summary>div{min-width:0;overflow-wrap:anywhere}}
