/* Shared Odrio assets retain their original proportions in every surface. */
.odrio-brand { display: inline-block; width: 160px; flex-shrink: 0; vertical-align: middle; }
.odrio-brand img { display: block; width: 100%; height: auto; }
.odrio-brand--symbol { width: 40px; }
.odrio-brand--stacked { width: 180px; }
.odrio-brand--adaptive .odrio-brand__white { display: none; }
html.dark .odrio-brand--adaptive .odrio-brand__dark { display: none; }
html.dark .odrio-brand--adaptive .odrio-brand__white { display: block; }
.odrio-hero-logo { width: clamp(190px, 19vw, 280px); position: relative; z-index: 1; }
.odrio-login-logo { width: 150px; margin: 0 0 24px; }
.odrio-hero-watermark { position: absolute; width: clamp(220px, 28vw, 430px); right: -3%; bottom: 12%; opacity: .09; pointer-events: none; user-select: none; }
.brand-panel::after, .welcome::after { display: none; }
.odrio-login-footer { display: flex; align-items: center; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.odrio-login-footer .odrio-brand { width: 22px; }
#appSidebar .odrio-sidebar-link { width: 60px; height: 68px; background: transparent; border: 0; box-shadow: none; }
.odrio-sidebar-logo { width: 58px; }
.odrio-page-signature { display: flex; align-items: center; gap: 14px; height: 32px; margin: 0 280px 22px 0; }
.odrio-page-signature .odrio-brand { width: 112px; }
.odrio-page-signature > span:last-child { font-size: 10px; letter-spacing: .16em; color: var(--text-muted, #85918c); text-transform: uppercase; border-left: 1px solid currentColor; padding-left: 14px; white-space: nowrap; }
.logo-watermark .odrio-brand { width: 100%; }
.logo-watermark .odrio-brand img { filter: none; }
#appSplash .splash-logo { width: 240px; height: auto; background: none; border: 0; border-radius: 0; box-shadow: none; overflow: visible; animation: none; }
#appSplash .odrio-brand { width: 100%; }
html.light #appSplash .splash-logo { background: none; border: 0; box-shadow: none; }
.portal-nav .odrio-brand { width: 132px; }
.odrio-portal-footer { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 32px 20px; color: #94a3b8; font-size: 11px; }
.odrio-portal-footer .odrio-brand { width: 100px; }
.odrio-result-logo { display: block; width: 130px; margin: 0 auto 24px; }
@media (max-width: 1000px) { .odrio-page-signature > span:last-child { display: none; } }
@media (max-width: 767px) {
    .odrio-page-signature { display: none; }
    .odrio-hero-watermark { width: 210px; bottom: 8%; right: -30px; opacity: .07; }
    .odrio-hero-logo { width: 180px; }
    .odrio-login-logo { width: 132px; margin-bottom: 20px; }
    #appSplash .splash-logo { width: 200px; height: auto; }
    .portal-nav .odrio-brand { width: 104px; }
}
