/* MiSFY Studio — brand skin for the self-hosted publishing workspace.
   Injected by nginx sub_filter on postiz.prideofmisfits.com. 2026-07-28 */

/* --- Sidebar product mark (app shell) --- */
svg[class*="min-w-[60px]"][class*="min-h-[60px]"] > * { display: none !important; }
svg[class*="min-w-[60px]"][class*="min-h-[60px]"] {
  background: url("/brand/misfy-mark.png") center / contain no-repeat !important;
  border-radius: 10px;
}

/* --- Auth screens: wordmark --- */
svg[viewBox="0 0 101 33"] > * { display: none !important; }
svg[viewBox="0 0 101 33"] {
  width: 118px !important;
  height: 38px !important;
  background: url("/brand/misfy-mark.png") left center / contain no-repeat !important;
}

/* --- Auth screens: replace the upstream marketing panel with our own line --- */
div[class*="pt-[88px]"][class*="text-[36px]"] > * { display: none !important; }
div[class*="pt-[88px]"][class*="text-[36px]"] {
  justify-content: flex-start !important;
}
div[class*="pt-[88px]"][class*="text-[36px]"]::after {
  content: "Your stage clips, published on your own channels.";
  display: block;
  max-width: 560px;
  padding: 0 24px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f5;
  text-align: center;
}
