html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.manage-profile-page {
  padding: 1.25rem 0 2.5rem;
}

.manage-layout-shell {
  min-height: 100%;
}

.landing-hero.manage-profile-page {
  padding-top: 1rem;
}

.manage-profile-shell {
  max-width: 72rem;
}

.manage-profile-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.manage-profile-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.14), transparent 68%);
  pointer-events: none;
}

.manage-profile-form input[disabled] {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.92));
  color: #64748b;
  opacity: 1;
}

.manage-profile-checkbox {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.15rem;
  background: rgba(248, 250, 252, 0.72);
}

.manage-profile-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  color: #0f172a;
  font-weight: 600;
}

.manage-profile-check-label .form-check-input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.manage-profile-form {
  position: relative;
}

.manage-validation-summary:empty {
  display: none;
}

input[type="email"],
input[autocomplete="email"],
.email-lowercase {
  text-transform: lowercase;
}

@media (max-width: 767.98px) {
  .manage-profile-page {
    padding-top: 0.5rem;
  }
}

.cookie-consent-visible {
  padding-bottom: 7.5rem;
}

.cookie-consent-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 1080;
  padding: 0 1rem;
  pointer-events: none;
}

.cookie-consent-surface {
  width: min(960px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.94);
  color: #e2e8f0;
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.cookie-consent-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.cookie-consent-text {
  font-size: 0.94rem;
  line-height: 1.55;
}

.cookie-consent-link {
  color: #93c5fd;
  font-weight: 600;
  text-decoration: none;
}

.cookie-consent-link:hover {
  color: #dbeafe;
  text-decoration: underline;
}

.cookie-consent-separator {
  color: #e2e8f0;
}

.cookie-consent-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cookie-consent-actions form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-consent-dismiss {
  border-color: rgba(148, 163, 184, 0.36);
  color: #e2e8f0;
}

.cookie-consent-dismiss:hover,
.cookie-consent-dismiss:focus {
  border-color: rgba(226, 232, 240, 0.5);
  background-color: rgba(148, 163, 184, 0.12);
  color: #fff;
}

.cookie-consent-accept {
  min-width: 5.5rem;
}

@media (max-width: 767.98px) {
  .cookie-consent-visible {
    padding-bottom: 10rem;
  }

  .cookie-consent-bar {
    bottom: 0.75rem;
    padding: 0 0.75rem;
  }

  .cookie-consent-surface {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 0.9rem;
  }

  .cookie-consent-actions,
  .cookie-consent-actions form {
    width: 100%;
  }

  .cookie-consent-actions form {
    justify-content: flex-end;
  }
}
