.conf-login-card {
  color: #0f172a;
}

.conf-login-title {
  color: #0f172a;
  font-family: inherit;
  letter-spacing: 0;
}

.conf-login-label {
  color: #0f172a;
  font-weight: 600;
  font-size: 0.875rem;
}

.conf-input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.conf-input-wrap:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.conf-input-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  border-right: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.conf-login-input {
  width: 100%;
  border: 0;
  padding: 0.625rem 0.9rem;
  color: #0f172a;
  background: transparent;
  outline: none;
}

.conf-login-input::placeholder {
  color: #64748b;
}

.conf-login-submit {
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.675rem 1rem;
  transition: background-color 0.18s ease;
}

.conf-login-submit:hover {
  background: #1e40af;
}

.conf-login-action {
  color: #111827;
}

.conf-login-action-sub {
  color: #475569;
}

.conf-password-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.conf-password-wrap:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.conf-password-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  border-right: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.conf-password-input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  color: #0f172a;
  padding: 0.625rem 0.9rem;
  min-width: 0;
}

.conf-password-input::placeholder {
  color: #64748b;
}

.conf-password-eye {
  border: 0;
  border-left: 1px solid #e2e8f0;
  background: transparent;
  color: #64748b;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0.5rem 0.5rem 0;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.conf-password-eye:hover {
  background: #f8fafc;
  color: #334155;
}

.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid #1e293b;
  background: #0f172a;
  color: #f8fafc;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 0.55rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
  white-space: nowrap;
}

.event-page-btn.is-active {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #ffffff;
}

.event-card-hidden {
  display: none !important;
}
