/* Tech with Hanish — logo overlay (pure CSS, no DOM manipulation) */

/* Sidebar app logo (inline svg 60x60) */
svg[viewBox="0 0 60 60"][class*="min-w-[60px]"]{
  background:url(/twh-brand/logo.png) center/contain no-repeat !important;
}
svg[viewBox="0 0 60 60"][class*="min-w-[60px]"] > *{ visibility:hidden !important; }

/* Wordmark logo (inline svg 101x33) used on auth / billing screens */
svg[viewBox="0 0 101 33"]{
  background:url(/twh-brand/logo.png) left center/contain no-repeat !important;
  width:120px !important;
}
svg[viewBox="0 0 101 33"] > *{ visibility:hidden !important; }
