/* TrustNeo Phase 185 — Premium Logo Refinement */
:root{
  --tn185-cobalt:#2b4fc7;
  --tn185-cobalt-deep:#213d9f;
  --tn185-cobalt-dark:#7388ff;
  --tn185-ink:#101828;
  --tn185-slate:#667085;
  --tn185-line:#e4e7ec;
  --tn185-canvas:#f8fafc;
}
.tn185-brand-logo,.tn185-brand-mark,.tn185-header-logo,.tn185-auth-logo,.tn185-sidebar-logo,.tn185-footer-logo,.tn185-story-mark,.tn185-preview-mark,.tn185-help-logo,.tn185-doc-logo{
  display:block;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important
}
/* Wordmark-led public/auth treatment: compact and quiet. */
.tn101-public-header{min-height:64px!important}
.tn101-public-header .tn185-public-brand{display:flex!important;align-items:center!important;gap:0!important;min-width:104px!important}
.tn185-header-logo{width:106px!important;height:31px!important}
.tn113-auth-top{min-height:64px!important}
.tn113-auth-brand.tn185-auth-brand{display:flex!important;align-items:center!important;gap:0!important}
.tn185-auth-logo{width:104px!important;height:30px!important}
/* Dashboard: full signature expanded, purpose-built micro mark collapsed. */
.tn77-brand.tn185-sidebar-brand{display:flex!important;align-items:center!important;min-width:0!important;grid-template:none!important;grid-template-columns:none!important;grid-template-rows:none!important;gap:0!important}
.tn185-sidebar-logo-full{display:block!important;width:106px!important;height:31px!important;max-width:100%}
.tn185-sidebar-logo-mark{display:none!important;width:22px!important;height:22px!important}
.tn77-shell.is-collapsed .tn185-sidebar-logo-full{display:none!important}
.tn77-shell.is-collapsed .tn185-sidebar-logo-mark{display:block!important}
.tn77-shell.is-collapsed .tn77-brand.tn185-sidebar-brand{justify-content:center!important}
/* Product previews stay secondary to the product UI. */
.tn185-story-mark{width:27px!important;height:27px!important}
.tn185-preview-mark{flex:0 0 auto}
/* Footer: wordmark signature only, no oversized brand block. */
.tn111-footer-brand{align-items:flex-start!important}
.tn185-footer-signature{display:flex;align-items:center;min-height:31px}
.tn185-footer-logo{width:108px!important;height:31px!important}
.tn111-footer-brand>div:last-child{display:block!important}
.tn111-footer-brand>div:last-child p{margin-top:8px!important}
/* Native dark asset; never invert the primary SVG. */
.tn185-help-brand{display:inline-flex!important;align-items:center!important;gap:12px!important;color:#fff;text-decoration:none;font-weight:800}
.tn185-help-logo{width:108px!important;height:31px!important}
.tn185-help-label{padding-left:12px;border-left:1px solid rgba(255,255,255,.22);font-size:14px;font-weight:700;color:#e2e8f0}
@media(max-width:560px){
  .tn185-header-logo{width:101px!important;height:29px!important}
  .tn185-auth-logo{width:99px!important;height:29px!important}
  .tn185-help-label{display:none}
}
