* {
  border-radius: 0 !important;
}

.portal-theme-toggle {
  display: none !important;
}

.hidden.md\:flex.items-center.gap-8 {
  margin-left: auto !important;
  justify-content: flex-end !important;
}

.portal-brand-logo {
  height: 36px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
}

footer .portal-brand-logo {
  height: 30px;
  max-width: 150px;
}

.landing-contact-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 768px) {
  .landing-contact-inline {
    grid-template-columns: 1fr;
  }
}

.landing-language-switcher {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
}

.landing-language-link {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
}

.landing-language-link.is-active {
  color: #14b8a6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.landing-language-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.landing-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}

.landing-modal.is-open {
  display: flex;
}

.landing-modal-card {
  width: min(520px, 100%);
  background: #ffffff;
  border: 1px solid #d1d5db;
  padding: 28px 24px;
  text-align: center;
}

.landing-modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  background: rgba(20, 184, 166, 0.2);
  color: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-modal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.landing-modal-message {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.landing-modal-close {
  margin-top: 22px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #111827;
  height: 42px;
  min-width: 132px;
  cursor: pointer;
  font-weight: 600;
}

/* Teams card overrides */
a[code-path='src/App.tsx:294:17'] {
  background: linear-gradient(to right, rgba(98, 100, 167, 0.12), rgba(98, 100, 167, 0.05)) !important;
  border-color: rgba(98, 100, 167, 0.28) !important;
}

a[code-path='src/App.tsx:294:17'] > div:first-child {
  background: #6264a7 !important;
}

a[code-path='src/App.tsx:294:17'] > svg {
  color: #6264a7;
}

a[code-path='src/App.tsx:294:17']:hover > svg {
  color: #4f52a3;
}

a[code-path='src/App.tsx:393:15']:hover {
  background: #6264a7 !important;
}
