/* === GITEA BRANDING REMOVAL === */
a[href="https://docs.gitea.com"],
.page-footer .left-links a[href*="gitea.com"] { display: none !important; }

/* === NAVBAR LOGO: replace Gitea logo with Flamerie Dev === */
#navbar-logo img { display: none !important; }
#navbar-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}
#navbar-logo::before {
  content: "</>";
  font-family: "SF Mono","Fira Code","Cascadia Code",monospace;
  font-size: 11px;
  font-weight: 700;
  color: #E8583A;
  background: rgba(232,88,58,0.12);
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid rgba(232,88,58,0.22);
  line-height: 1.5;
}
#navbar-logo::after {
  content: "Flamerie Dev";
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  letter-spacing: -0.01em;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* === LOGIN PAGE: brand button accent only === */
.page-content.user.signin .ui.primary.button {
  background: linear-gradient(135deg,#E8583A,#C44A28) !important;
  border: none !important;
  border-radius: 7px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 14px rgba(232,88,58,0.3) !important;
  color: #fff !important;
}
.page-content.user.signin .ui.primary.button:hover { opacity: 0.88 !important; }
.page-content.user.signin .ui.form input:focus {
  border-color: rgba(232,88,58,0.6) !important;
  box-shadow: 0 0 0 3px rgba(232,88,58,0.12) !important;
  outline: none !important;
}
