.logo-container{display:inline-flex;flex-direction:column;align-items:flex-start;gap:var(--space-1);text-decoration:none;transition:opacity var(--duration-fast) var(--ease-out)}.logo-container:hover{opacity:.8}.logo-brand{display:inline-flex;align-items:center;font-size:var(--text-2xl);font-weight:var(--font-black);letter-spacing:var(--tracking-tight);line-height:1}.logo-text{color:var(--header-fg,var(--footer-fg,var(--text-primary)))}.logo-text,.logo-text-accent{text-shadow:var(--header-text-shadow,none)}.logo-text-accent{color:var(--header-accent,#2563eb);margin-left:0}.logo-tagline{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);letter-spacing:var(--tracking-wide);text-transform:uppercase}.logo-icon-container{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform var(--duration-fast) var(--ease-smooth)}.logo-icon-container:hover{transform:scale(1.05)}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gradient-brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-brand)}.logo-icon-text{color:white;font-size:var(--text-lg);font-weight:var(--font-black);letter-spacing:var(--tracking-tight)}.logo-with-product{display:inline-flex;align-items:center;gap:var(--space-2-5);text-decoration:none;transition:opacity var(--duration-fast) var(--ease-out)}.logo-with-product:hover{opacity:.8}.logo-product-icon{width:28px;height:28px;flex:0 0 auto;display:block;border-radius:var(--radius-md);object-fit:contain}.logo-divider{color:var(--text-tertiary);font-weight:var(--font-semibold);opacity:.4}.logo-divider,.logo-product{font-size:var(--text-lg);line-height:1}.logo-product{color:var(--header-muted,var(--footer-muted,var(--text-secondary)));font-weight:var(--font-bold);letter-spacing:var(--tracking-tight);text-shadow:var(--header-text-shadow,none)}@media (max-width:640px){.logo-brand{font-size:var(--text-lg)}.logo-tagline{font-size:10px}.logo-icon{width:36px;height:36px}.logo-icon-text{font-size:var(--text-base)}.logo-with-product{gap:var(--space-2)}.logo-product-icon{width:24px;height:24px}.site-header .logo-brand{font-size:var(--text-base)}.site-header .logo-product{font-size:var(--text-sm)}.logo-divider{font-size:var(--text-base)}}.site-header .logo-container,.site-header .logo-with-product{padding:var(--space-1) 0}.site-header .logo-brand{font-size:var(--text-lg);line-height:1}.site-header .logo-product{font-size:var(--text-base)}@media (max-width:480px){.site-header .logo-container,.site-header .logo-with-product{padding:0!important}}.site-footer .logo-container{margin-bottom:var(--space-4)}.site-footer .logo-brand{font-size:var(--text-3xl)}.logo-brand{position:relative}.logo-brand:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-brand);transition:width var(--duration-base) var(--ease-smooth)}.logo-container:hover .logo-brand:after,.logo-with-product:hover .logo-brand:after{width:100%}@media (prefers-contrast:high){.logo-text-accent{color:#1d4ed8;text-decoration:underline}}@media (max-width:480px){.site-header .logo-product-icon{display:none}}