@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');

/* === LOGIN PAGE ONLY === */
.login.fullscreen,
.login.fullscreen html,
.login.fullscreen body {
  background: #06174a !important;
  font-family: 'Manrope', sans-serif !important;
}

.login.fullscreen {
  background: #06174a !important;
  background-image: linear-gradient(rgba(0,212,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,212,255,0.04) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
  min-height: 100vh !important;
}

html:has(.login.fullscreen),
body:has(.login.fullscreen) {
  background: #06174a !important;
}

.fullscreen-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
  background: transparent !important;
}

.fullscreen-body {
  background: transparent !important;
  padding: 0 !important;
}

.hero-unit {
  background: rgba(255,255,255,0.05) !important;
  border: 0.5px solid rgba(255,255,255,0.14) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 40px 36px 36px !important;
  position: relative !important;
  min-width: 360px !important;
  max-width: 420px !important;
}

.hero-unit::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 56px !important;
  height: 2px !important;
  background: #00D4FF !important;
  border-radius: 0 0 4px 4px !important;
}

.hero-unit::after {
  content: 'Central de Suporte' !important;
  display: block !important;
  text-align: center !important;
  color: rgba(255,255,255,0.45) !important;
  font-size: 13px !important;
  font-family: 'Manrope', sans-serif !important;
  margin-top: -8px !important;
  margin-bottom: 24px !important;
}

.company-logo {
  display: block !important;
  margin: 0 auto 8px !important;
  filter: brightness(0) invert(1) !important;
  max-height: 40px !important;
}

/* Inputs — escopo apenas no login */
.hero-unit .formGroup-label {
  color: rgba(255,255,255,0.45) !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  font-weight: 700 !important;
  font-family: 'Manrope', sans-serif !important;
  margin-bottom: 6px !important;
}

.hero-unit .form-control {
  background: rgba(255,255,255,0.06) !important;
  border: 0.5px solid rgba(255,255,255,0.15) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  height: 44px !important;
  padding: 0 14px !important;
}

.hero-unit .form-control:focus {
  border-color: rgba(0,212,255,0.5) !important;
  background: rgba(0,212,255,0.05) !important;
  box-shadow: none !important;
  outline: none !important;
}

.hero-unit .form-control::placeholder {
  color: rgba(255,255,255,0.18) !important;
}

.hero-unit .label-text {
  color: rgba(255,255,255,0.4) !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
}

/* Botões — escopo apenas no login */
.hero-unit .btn--primary {
  background: #07237B !important;
  border: 0.5px solid rgba(0,212,255,0.3) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  height: 46px !important;
  box-shadow: none !important;
}

.hero-unit .btn--primary:hover {
  background: #0a2d9e !important;
}

.hero-unit .btn--text.btn--secondary {
  color: rgba(0,212,255,0.7) !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
}

/* Remover "Powered by Zammad" */
.poweredBy {
  display: none !important;
}

/* Texto acima do card */
.login.fullscreen > p,
.login > p {
  color: rgba(255,255,255,0.3) !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
}

/* Rodapé Orca TI */
.js-footer::after {
  content: 'Orca TI · CNPJ 59.660.620/0001-08 · (11) 5239-6932' !important;
  display: block !important;
  text-align: center !important;
  color: rgba(255,255,255,0.15) !important;
  font-size: 10px !important;
  font-family: 'Manrope', sans-serif !important;
  margin-top: 16px !important;
  letter-spacing: 0.3px !important;
}

/* === LOGO ORCA TI — interface interna === */
.logo .icon-logo,
.logo .icon-logotype,
svg.icon-logo,
svg.icon-logotype {
  display: none !important;
}

div.logo.js-toggleNotifications {
  background-image: url('/orca/simbolo_branco.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  width: 36px !important;
  height: 36px !important;
}

div.logo.js-toggleNotifications svg.icon-logo {
  display: none !important;
  visibility: hidden !important;
}
