@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
.btn-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.0125rem;
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.btn-v2:hover {
  text-decoration: none;
}
.btn-v2.primary {
  background-color: #1D54E2;
  color: #ffffff;
}
.btn-v2.primary:hover {
  background-color: rgb(26.1, 75.6, 203.4);
}
.btn-v2.primary:focus-visible {
  outline: 2px solid rgb(74.2, 118.2, 231.8);
  outline-offset: 2px;
}
.btn-v2.secondary {
  background-color: #ffffff;
  color: #0f1324;
  box-shadow: inset 0 0 0 1px #DEE0E3, 0 1px 2px rgba(15, 19, 36, 0.08);
}
.btn-v2.secondary:hover {
  background-color: #F7F7F8;
  color: #0f1324;
}
.btn-v2.secondary:focus-visible {
  outline: 2px solid rgba(15, 19, 36, 0.24);
  outline-offset: 2px;
}
.btn-v2.success {
  background-color: #28a745;
  color: white;
}
.btn-v2.success:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-v2.danger {
  background-color: #dc3545;
  color: white;
}
.btn-v2.danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-v2.outline-primary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.btn-v2.outline-primary:hover {
  background-color: #007bff;
  color: white;
}
.btn-v2.blue9 {
  background-color: #1D54E2;
  color: #ffffff;
}
.btn-v2.blue9:hover {
  background-color: rgb(51.6, 101.1, 228.9);
  color: #ffffff;
}
.btn-v2.club-dark {
  background-color: #14151A;
  color: #ffffff;
}
.btn-v2.club-dark:hover {
  background-color: rgb(42.1739130435, 44.2826086957, 54.8260869565);
  color: #ffffff;
}
.btn-v2.club-dark:focus-visible {
  outline: 2px solid rgb(64.347826087, 67.5652173913, 83.652173913);
  outline-offset: 2px;
}

.wizard-actions .btn-wizard {
  flex: 8 !important;
}

.card-v2, .profile-company-card, .profile-detail-connections {
  background: white;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-v2 .card-header-v2, .profile-company-card .card-header-v2, .profile-detail-connections .card-header-v2 {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.card-v2 .card-body-v2, .profile-company-card .card-body-v2, .profile-detail-connections .card-body-v2 {
  padding: 1rem;
  font-family: "Inter", sans-serif;
}

.form-group-v2 {
  margin-bottom: 1rem;
}
.form-group-v2 .form-label-v2 {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333;
}
.form-group-v2 .form-control-v2 {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.form-group-v2 .form-control-v2:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.text-v2 {
  font-family: "Inter", sans-serif;
}
.text-v2.text-lg {
  font-size: 1.125rem;
}
.text-v2.text-xl {
  font-size: 1.25rem;
}
.text-v2.text-2xl {
  font-size: 1.5rem;
}
.text-v2.text-3xl {
  font-size: 1.875rem;
}
.text-v2.font-light {
  font-weight: 300;
}
.text-v2.font-normal {
  font-weight: 400;
}
.text-v2.font-medium {
  font-weight: 500;
}
.text-v2.font-semibold {
  font-weight: 600;
}
.text-v2.font-bold {
  font-weight: 700;
}

.typography-h6-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}

.typography-h3-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.0625rem;
}

.typography-caption-l-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
}

.typography-caption-s-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.005rem;
}

.sidebar-v2 {
  background-color: #f5f5f5;
  color: #0f1324;
  display: flex;
  flex-direction: column;
  width: 272px;
  padding: 1.5rem 1.25rem;
  gap: 1rem;
  border-radius: 16px;
  margin: 8px;
  height: calc(100vh - 24px);
  box-shadow: none !important;
  filter: none;
  position: sticky;
  top: 8px;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .sidebar-v2 {
    width: 260px;
    padding: 1.25rem 1rem;
    height: calc(100vh - 16px);
  }
}
@media (max-width: 992px) {
  .sidebar-v2 {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(320px, 82vw);
    margin: 0;
    height: 100vh;
    border-radius: 0;
    box-shadow: 0 24px 60px rgba(15, 19, 36, 0.24);
    background-color: #ffffff;
    padding: 1.5rem 1.25rem 2rem;
    transform: translateX(-100%);
    z-index: 2000;
  }
}
@media (max-width: 575.98px) {
  .sidebar-v2 {
    padding: 1.5rem 1rem 2rem;
    width: min(280px, 85vw);
  }
}
.sidebar-v2__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.sidebar-v2__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.sidebar-v2__logo {
  width: 36px;
  height: 36px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-v2__brand-text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #14151a;
}
.sidebar-v2__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  overflow-y: auto;
  padding-right: 0.25rem;
  margin-right: -0.25rem;
}
@media (max-width: 992px) {
  .sidebar-v2__body {
    margin-top: 1.5rem;
  }
}
.sidebar-v2__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.sidebar-v2__item {
  list-style: none;
}
.sidebar-v2__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  color: #14151a;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.sidebar-v2__link:hover, .sidebar-v2__link.is-active {
  background-color: rgba(15, 19, 36, 0.04);
  color: #14151a;
  text-decoration: none;
}
.sidebar-v2__link--muted {
  color: rgba(15, 19, 36, 0.6);
}
.sidebar-v2__link--muted:hover, .sidebar-v2__link--muted.is-active {
  color: rgba(15, 19, 36, 0.6);
  background-color: rgba(15, 19, 36, 0.04);
  text-decoration: none;
}
.sidebar-v2__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: rgba(15, 19, 36, 0.6);
}
.sidebar-v2__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar-v2__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sidebar-v2__text {
  color: inherit;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.sidebar-v2__text--muted {
  color: rgba(15, 19, 36, 0.6);
}
.sidebar-v2__submenu {
  list-style: none;
  margin: 0.25rem 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.sidebar-v2__footer {
  padding-top: 0.5rem;
}
.sidebar-v2__footer:last-of-type {
  margin-top: auto;
}
.sidebar-v2__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sidebar-v2__user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar-v2__user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-v2__user-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.sidebar-v2__user-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #14151a;
  line-height: 1.2;
}
.sidebar-v2__user-plan {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(15, 19, 36, 0.55);
  line-height: 1.2;
}

.sidebar-v2.is-open {
  transform: translateX(0);
}

@media (min-width: 993px) {
  .sidebar-v2 {
    transform: none !important;
  }
}
.sidebar-v2__overlay {
  display: none;
}

@media (max-width: 992px) {
  .sidebar-v2__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8, 11, 24, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1900;
  }
  .sidebar-v2__overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.sidebar-v2__mobile-toggle {
  display: none;
}

@media (max-width: 992px) {
  .sidebar-v2__mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 19, 36, 0.08);
    background-color: #ffffff;
    color: #14151a;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    margin-bottom: 1.5rem;
  }
  .sidebar-v2__mobile-toggle:hover {
    background-color: rgba(15, 19, 36, 0.04);
  }
  .sidebar-v2__mobile-toggle:focus {
    outline: 2px solid rgba(29, 84, 226, 0.4);
    outline-offset: 2px;
  }
  .sidebar-v2__mobile-toggle-text {
    font-size: inherit;
    font-weight: inherit;
  }
}
.sidebar-v2__hamburger {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sidebar-v2__hamburger-line {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
}

.sidebar-v2__mobile-close {
  display: none;
}

@media (max-width: 992px) {
  .sidebar-v2__mobile-close {
    display: inline-flex;
    align-self: flex-end;
    background: none;
    border: none;
    padding: 0.25rem;
    margin: -0.25rem -0.25rem 0;
    font-size: 1.5rem;
    line-height: 1;
    color: rgba(15, 19, 36, 0.5);
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .sidebar-v2__mobile-close:hover {
    color: rgba(15, 19, 36, 0.8);
  }
}
body.sidebar-v2-open {
  overflow: hidden;
}

.land-layout-v2,
.club-layout-v2 {
  display: flex;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 8px;
  gap: 12px;
  position: relative;
}
@media (max-width: 992px) {
  .land-layout-v2,
  .club-layout-v2 {
    flex-direction: column;
    padding: 0;
    gap: 0;
    min-height: auto;
  }
}

.land-layout-v2__main,
.club-layout-v2__main {
  flex: 1;
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .land-layout-v2__main,
  .club-layout-v2__main {
    min-height: auto;
    border-radius: 0;
    padding: 1.5rem 1.25rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .land-layout-v2__main,
  .club-layout-v2__main {
    padding: 1.25rem 1rem 2rem;
  }
}

.theme-v2 .helo-page-holder,
.theme-v2 .helo-club-page-holder {
  background-color: #ffffff;
}

.theme-v2 .theme-v2-boxed {
  margin: 0 auto;
  max-width: 722px;
  width: 100%;
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .theme-v2 .theme-v2-boxed {
    padding: 0;
  }
}

.dashboard-wrapper {
  overflow-x: hidden;
}

.dashboard-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dashboard-section {
  width: 100%;
}

.dashboard-section--padded {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .dashboard-section--padded {
    padding-top: 2rem;
  }
}

.dashboard-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .dashboard-intro {
    gap: 2rem;
  }
}

.dashboard-intro__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard-intro__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bg-blue9 {
  background-color: #1D54E2;
}

.dashboard-hero-banner {
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.theme-v2 .event-detail-container.theme-v2-boxed,
.theme-v2 .deal-detail-container.theme-v2-boxed {
  max-width: 910px;
  width: 100%;
  padding: 0 1.25rem;
}
@media (min-width: 1200px) {
  .theme-v2 .event-detail-container.theme-v2-boxed,
  .theme-v2 .deal-detail-container.theme-v2-boxed {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-container.theme-v2-boxed,
  .theme-v2 .deal-detail-container.theme-v2-boxed {
    padding: 0 1rem;
  }
}

.theme-v2 .event-detail-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem 0 2.5rem;
}
@media (max-width: 767.98px) {
  .theme-v2 .event-detail-page {
    gap: 1.25rem;
    padding: 1.25rem 0 2rem;
  }
}

.theme-v2 .event-detail-page__header,
.theme-v2 .deal-detail-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.theme-v2 .event-detail-page__title,
.theme-v2 .deal-detail-page__title {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-v2 .event-detail-page__back,
.theme-v2 .deal-detail-page__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #14151a;
  text-decoration: none;
  transition: color 0.2s ease;
  background: transparent;
  border-radius: 0;
}
.theme-v2 .event-detail-page__back:hover,
.theme-v2 .deal-detail-page__back:hover {
  color: #0d1738;
  text-decoration: none;
}

.theme-v2 .event-detail-page__back-icon,
.theme-v2 .deal-detail-page__back-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.theme-v2 .event-detail-page__back-icon img,
.theme-v2 .deal-detail-page__back-icon img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(180deg);
}

.theme-v2 .event-detail-page__heading,
.theme-v2 .deal-detail-page__heading {
  display: inline-flex;
  align-items: center;
}

.theme-v2 .event-detail-page__badge-group,
.theme-v2 .deal-detail-page__badge-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.theme-v2 .event-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(29, 84, 226, 0.08);
  color: #14151a;
}
.theme-v2 .event-detail-badge img {
  width: 16px;
  height: 16px;
  display: block;
}

.theme-v2 .event-detail-badge--free {
  background-color: rgba(19, 58, 154, 0.08);
}

.theme-v2 .event-detail-badge--pro {
  background-color: #ECDFFB;
  color: #5314A3;
  font-weight: 500;
}

.theme-v2 .event-detail-page__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .theme-v2 .event-detail-page__grid {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    align-items: start;
  }
}

.theme-v2 .event-detail-sidebar,
.theme-v2 .event-detail-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .theme-v2 .event-detail-sidebar,
  .theme-v2 .event-detail-main {
    gap: 1.5rem;
  }
}

.theme-v2 .event-detail-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}

.theme-v2 .event-detail-hero__media {
  width: 100%;
  max-width: 357px;
  height: 357px;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f3f4f6;
}
.theme-v2 .event-detail-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-hero__media {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.theme-v2 .event-detail-hero__cta {
  width: 100%;
  max-width: 357px;
}

.theme-v2 .event-detail-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-self: flex-start;
}

.theme-v2 .event-detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(20, 21, 26, 0.04);
  color: rgba(20, 21, 26, 0.6);
}

.theme-v2 .event-detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 0.875rem;
  border: none;
  background-color: #1D54E2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.theme-v2 .event-detail-cta:hover {
  background-color: rgb(25.52, 73.92, 198.88);
}
.theme-v2 .event-detail-cta__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.theme-v2 .event-detail-cta__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.theme-v2 .event-detail-cta--disabled {
  background-color: rgba(20, 21, 26, 0.08);
  color: rgba(20, 21, 26, 0.6);
  cursor: not-allowed;
}

.theme-v2 .event-detail-section {
  display: flex;
  flex-direction: column;
}

.theme-v2 .event-detail-section__title {
  margin-bottom: 0 !important;
}

.theme-v2 .event-detail-organizers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-v2 .event-detail-organizer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-v2 .event-detail-organizer__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-v2 .event-detail-organizer__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-v2 .event-detail-attendees {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.theme-v2 .event-detail-attendees__avatars {
  display: flex;
  align-items: center;
}

.theme-v2 .event-detail-attendees__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: -12px;
  background-color: #e2e6f5;
  color: #14151a;
  font-weight: 500;
}
.theme-v2 .event-detail-attendees__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-v2 .event-detail-attendees__avatar:first-child {
  margin-left: 0;
}

.theme-v2 .event-detail-main {
  gap: 2rem;
}

.theme-v2 .event-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 767.98px) {
  .theme-v2 .event-detail-meta {
    grid-template-columns: 1fr;
  }
}

.theme-v2 .event-detail-meta__group {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.theme-v2 .event-detail-date-card {
  display: flex;
  flex-direction: column;
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  border: 1px solid #E9EAEC;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}

.theme-v2 .event-detail-date-card__month {
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  background-color: #E9EAEC;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.6875rem;
  line-height: 1;
}

.theme-v2 .event-detail-date-card__day {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: -0.02rem;
}

.theme-v2 .event-detail-meta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  border: 1px solid #E9EAEC;
  background-color: transparent;
  flex-shrink: 0;
}
.theme-v2 .event-detail-meta__icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.theme-v2 .event-detail-meta__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 auto;
  min-width: 0;
}

.theme-v2 .event-detail-meta__label,
.theme-v2 .event-detail-meta__value {
  margin: 0;
}

.theme-v2 .event-detail-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 36px;
}

.theme-v2 .event-detail-meta__city {
  color: rgba(20, 21, 26, 0.6);
  font-weight: 500;
  margin-left: 0.25rem;
}

.theme-v2 .event-detail-main__intro {
  max-width: 640px;
}

.theme-v2 .event-detail-video iframe {
  width: 100%;
  min-height: 240px;
  border: none;
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-video iframe {
    min-height: 200px;
  }
}

.theme-v2 .event-detail-agenda {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.theme-v2 .event-detail-agenda__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-agenda__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

.theme-v2 .event-detail-agenda__separator {
  flex: 1;
  height: 1px;
  background-color: #E9EAEC;
  margin: 0 0.75rem;
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-agenda__separator {
    display: none;
  }
}

.theme-v2 .event-detail-map {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  background-color: transparent;
  padding: 0;
}

.theme-v2 .event-detail-map iframe {
  width: 100%;
  height: 220px;
  border: none;
  border-radius: 0.75rem;
}
@media (max-width: 575.98px) {
  .theme-v2 .event-detail-map iframe {
    height: 200px;
  }
}

.theme-v2 .event-detail-map--online {
  align-items: flex-start;
}

.theme-v2 .event-detail-map__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.theme-v2 .event-detail-divider {
  width: 100%;
  height: 1px;
  background-color: #E9EAEC;
  margin: 12px 0;
}

.theme-v2 .deal-detail-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.5rem 0 2.5rem;
}
@media (max-width: 767.98px) {
  .theme-v2 .deal-detail-page {
    gap: 1.5rem;
    padding: 1.25rem 0 2rem;
  }
}

.theme-v2 .deal-detail-category-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #EFEAFF;
  color: #4C38A5;
}

.theme-v2 .deal-detail-category-chip--premium {
  background-color: #FFE7D5;
  color: #B45309;
}

.theme-v2 .deal-detail-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(13, 17, 38, 0.05);
  overflow: hidden;
  background-color: transparent;
}

.theme-v2 .deal-detail-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #F7F7F8;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .theme-v2 .deal-detail-card__body {
    padding: 1.25rem;
    gap: 0.875rem;
  }
}

.theme-v2 .deal-detail-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-v2 .deal-detail-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
}
.theme-v2 .deal-detail-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.theme-v2 .deal-detail-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.theme-v2 .deal-detail-card__title {
  color: #14151A;
  margin: 0;
}

.theme-v2 .deal-detail-card__usage {
  color: rgba(15, 19, 36, 0.6);
}

.theme-v2 .deal-detail-card__description {
  margin: 0;
}

.theme-v2 .deal-detail-card__savings {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(13, 17, 38, 0.04);
  color: rgba(13, 17, 38, 0.4) !important;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

.theme-v2 .deal-detail-card__footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  border-top: 1px solid rgba(13, 17, 38, 0.05);
}
@media (max-width: 575.98px) {
  .theme-v2 .deal-detail-card__footer {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem;
  }
}

.theme-v2 .deal-detail-card__footer-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 576px) {
  .theme-v2 .deal-detail-card__footer-left {
    width: auto;
  }
}

.theme-v2 .deal-detail-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 0.875rem;
  border: none;
  background-color: #1D54E2;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.theme-v2 .deal-detail-card__cta:hover {
  background-color: rgb(25.52, 73.92, 198.88);
}
@media (min-width: 576px) {
  .theme-v2 .deal-detail-card__cta {
    width: auto;
    min-width: 200px;
  }
}

.theme-v2 .deal-detail-card__cta--loading {
  opacity: 0.85;
  cursor: wait;
}

.theme-v2 .deal-detail-card__cta--disabled {
  background-color: rgba(15, 19, 36, 0.08);
  color: rgba(15, 19, 36, 0.6);
  cursor: not-allowed;
  pointer-events: none;
}

.theme-v2 .deal-detail-card__footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 576px) {
  .theme-v2 .deal-detail-card__footer-right {
    width: auto;
  }
}

.theme-v2 .deal-detail-card__highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border-radius: 0.75rem;
  background-color: #FFE7D5;
  color: #B45309;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: -0.00625rem;
}

.theme-v2 .deal-detail-section {
  display: flex;
  flex-direction: column;
}

.theme-v2 .deal-detail-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(15, 19, 36, 0.1);
  margin: 0.5rem 0 1rem;
}

.theme-v2 .deal-detail-richtext {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.theme-v2 .deal-detail-richtext__heading {
  margin-bottom: 0;
}

.theme-v2 .deal-detail-richtext__content {
  color: rgba(15, 19, 36, 0.7);
}
.theme-v2 .deal-detail-richtext__content p + p {
  margin-top: 1rem;
}
.theme-v2 .deal-detail-richtext__content ul,
.theme-v2 .deal-detail-richtext__content ol {
  padding-left: 1.25rem;
}
.theme-v2 .deal-detail-richtext__content ul li + li,
.theme-v2 .deal-detail-richtext__content ol li + li {
  margin-top: 0.5rem;
}

.theme-v2 .text-blue-inverted {
  color: #133A9A !important;
}

.theme-v2 .text-primary {
  color: #14151A !important;
}

.theme-v2 .text-secondary-v2 {
  color: rgba(13, 17, 38, 0.6) !important;
}

.typography-body-m-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.typography-body-m-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.typography-body-l-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.015rem;
}

.typography-body-s-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.2px;
}

.typography-caption-l-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.1px;
}

.typography-caption-m-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}

.typography-body-s-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.typography-body-s-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.typography-caption-m-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-tertiary-v2 {
  color: rgba(13, 17, 38, 0.4) !important;
}

.bg-neutral-v2 {
  background-color: #F7F7F8;
}

.btn-view-all-v2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
  color: #14151A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-view-all-v2:hover {
  background-color: rgb(233.4, 233.4, 236.1);
  text-decoration: none;
}
.btn-view-all-v2 span {
  color: #14151A;
}
.btn-view-all-v2 img {
  width: 16px;
  height: 16px;
  display: block;
}

.dashboard-section-spacing {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .dashboard-section-spacing {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .dashboard-page > .dashboard-section-spacing:first-of-type {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .dashboard-startups-row {
    gap: 2rem;
  }
}

.dashboard-startups-copy {
  max-width: 540px;
  text-align: left !important;
}

.dashboard-startups-cta {
  flex: 0 0 auto;
  min-width: 132px;
}
@media (max-width: 767.98px) {
  .dashboard-startups-cta {
    width: 100%;
    justify-content: flex-start !important;
    min-width: 0;
  }
}

.dashboard-startups-cta .btn-view-all-v2,
.dashboard-startups-cta .btn-v2 {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .dashboard-startups-cta .btn-view-all-v2,
  .dashboard-startups-cta .btn-v2 {
    width: auto;
  }
}

.dashboard-startups-grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .dashboard-startups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .dashboard-startups-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dashboard-startup-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: transparent;
}

.dashboard-startup-card__header {
  background-color: #F7F7F8;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dashboard-startup-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.dashboard-startup-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dashboard-startup-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  min-height: 5rem;
}

.dashboard-startup-card__title {
  margin: 0;
  color: #14151A;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dashboard-startup-card__description {
  margin: 0;
  color: #6c757d;
  display: -webkit-box;
  text-align: left;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5rem;
}

.dashboard-startup-card__footer {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  display: flex;
}

.investor-portfolio-card .dashboard-startup-card__header {
  position: relative;
}
.investor-portfolio-card .dashboard-startup-card__footer {
  align-items: center;
  justify-content: flex-start;
}

.investor-portfolio-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.investor-portfolio-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(10, 15, 41, 0.08);
  color: rgba(15, 19, 36, 0.6);
  white-space: nowrap;
}

.investor-portfolio-card__placeholder {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
}

.dashboard-citizens-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .dashboard-citizens-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .dashboard-citizens-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.club-investors-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .club-investors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .club-investors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.club-hot-startups-grid {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .club-hot-startups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.club-hot-startup-card {
  background-color: #F7F7F8;
  border-radius: 16px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.club-hot-startup-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}
.club-hot-startup-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.club-hot-startup-card__content {
  flex: 1;
  min-width: 0;
}
.club-hot-startup-card__name {
  margin: 0 0 8px 0;
}
.club-hot-startup-card__description {
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.club-hot-startup-card__chevron {
  color: #6B7280;
  flex-shrink: 0;
  margin-left: auto;
}

.dashboard-citizen-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.dashboard-citizen-card__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background-color: #F7F7F8;
  border-radius: 1rem 1rem 0 0;
  padding: 1.25rem 1rem 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.dashboard-citizen-card__profile:hover {
  text-decoration: none;
}

.dashboard-citizen-card__avatar {
  display: inline-flex;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(20, 21, 26, 0.08);
}
.dashboard-citizen-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dashboard-citizen-card__avatar-stack {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.dashboard-citizen-card__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  min-height: 1.5rem;
  text-align: center;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
}

.dashboard-citizen-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-align: center;
  color: #6c757d;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
}

.dashboard-citizen-card__role-pill {
  background-color: #ffffff;
  border: 1px solid rgba(10, 15, 41, 0.08);
  border-radius: 8px;
  padding: 0.125rem 0.5rem;
  color: rgba(15, 19, 36, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.dashboard-citizen-card__actions {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.dashboard-citizen-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.team-members-grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .team-members-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .team-members-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-member-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.team-member-card__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background-color: #F7F7F8;
  border-radius: 1rem 1rem 0 0;
  padding: 1.25rem 1rem 1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.team-member-card__profile:hover {
  text-decoration: none;
}

.team-member-card__avatar {
  display: inline-flex;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(20, 21, 26, 0.08);
}
.team-member-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.team-member-card__avatar-stack {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.team-member-card__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  min-height: 1.5rem;
  text-align: center;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
}

.team-member-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-align: center;
  color: #6c757d;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
}

.team-member-card__role-pill {
  background-color: #ffffff;
  border: 1px solid rgba(10, 15, 41, 0.08);
  border-radius: 8px;
  padding: 0.125rem 0.5rem;
  color: rgba(15, 19, 36, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.team-member-card__actions {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.team-member-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.dashboard-deals-grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .dashboard-deals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .dashboard-deals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dashboard-deal-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: transparent;
  min-width: 0;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.dashboard-deal-card:hover {
  transform: translateY(-2px);
}

.dashboard-deal-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #F7F7F8;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  flex: 1;
  min-width: 0;
}

.dashboard-deal-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dashboard-deal-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
}
.dashboard-deal-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dashboard-deal-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
}

.dashboard-deal-card__description {
  margin: 0;
  text-align: left;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dashboard-deal-card__highlight {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #FDEAD8;
  color: #AE590A;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
}

.dashboard-deal-card__savings {
  text-align: left;
  margin: 0;
  width: 100%;
  align-self: flex-start;
}

.dashboard-deal-card__footer {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  display: flex;
  position: relative;
  z-index: 2;
}

.dashboard-deal-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.dashboard-events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dashboard-event-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.dashboard-event-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 2px #F7F7F8, 0 6px 12px rgba(15, 19, 36, 0.06);
  text-decoration: none;
}
@media (min-width: 768px) {
  .dashboard-event-card {
    flex-direction: row;
    align-items: stretch;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.dashboard-event-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.dashboard-event-card__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dashboard-event-card__top-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dashboard-event-card__avatars {
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
}

.dashboard-event-card__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  display: block;
  margin-left: -0.5rem;
}
.dashboard-event-card__avatar:first-child {
  margin-left: 0;
}
.dashboard-event-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dashboard-event-card__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.dashboard-event-card__title {
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dashboard-event-card__location {
  color: rgba(15, 19, 36, 0.48);
  font-weight: 400;
}

.dashboard-event-card__description {
  margin: 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dashboard-event-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.dashboard-event-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dashboard-event-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(15, 19, 36, 0.02);
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
  color: rgba(15, 19, 36, 0.48);
}
.dashboard-event-card__chip img {
  width: 16px;
  height: 16px;
  display: block;
}
.dashboard-event-card__chip span {
  color: inherit;
}

.dashboard-event-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: auto;
}

.dashboard-event-card__category {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #E3EAFD;
  color: #133A9A;
}

.dashboard-event-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: #ECDFFB;
  color: #5314A3;
  font-weight: 500;
  letter-spacing: -0.01rem;
  margin-left: auto;
  line-height: 1;
  font-size: 12px;
}

.dashboard-event-card__media {
  width: 100%;
  max-width: 144px;
  height: 144px;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  align-self: center;
}
.dashboard-event-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .dashboard-event-card__media {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 3/2;
  }
}

.dashboard-event-card--past {
  opacity: 0.5;
}
.dashboard-event-card--past:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 2px #F7F7F8, 0 6px 12px rgba(15, 19, 36, 0.06);
}
.dashboard-event-card--past .dashboard-event-card__title,
.dashboard-event-card--past .dashboard-event-card__location,
.dashboard-event-card--past .dashboard-event-card__description {
  color: rgba(15, 19, 36, 0.4) !important;
}
.dashboard-event-card--past .dashboard-event-card__chip {
  background-color: rgba(15, 19, 36, 0.01);
  color: rgba(15, 19, 36, 0.3);
}
.dashboard-event-card--past .dashboard-event-card__chip span {
  color: inherit;
}
.dashboard-event-card--past .dashboard-event-card__category {
  background-color: rgba(227, 234, 253, 0.5);
  color: rgba(19, 58, 154, 0.5);
}
.dashboard-event-card--past .dashboard-event-card__badge {
  background-color: rgba(236, 223, 251, 0.5);
  color: rgba(83, 20, 163, 0.5);
}
.dashboard-event-card--past .dashboard-event-card__media img {
  filter: grayscale(50%);
}

.btn-discover-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 32px;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #14151A;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 0 0 1px #DEE0E3;
}
.btn-discover-v2:hover {
  background-color: rgb(244.8, 244.8, 244.8);
  text-decoration: none;
}
.btn-discover-v2 span {
  color: #14151A;
}
.btn-discover-v2 img {
  width: 16px;
  height: 16px;
  display: block;
}
.btn-discover-v2[disabled], .btn-discover-v2.is-disabled {
  background-color: rgba(15, 19, 36, 0.06);
  color: rgba(15, 19, 36, 0.4);
  box-shadow: none;
  cursor: not-allowed;
}
.btn-discover-v2[disabled] span, .btn-discover-v2.is-disabled span {
  color: inherit;
}
.btn-discover-v2.btn-discover-v2--primary {
  background-color: #007bff;
  color: #ffffff;
  box-shadow: none;
}
.btn-discover-v2.btn-discover-v2--primary span {
  color: #ffffff;
}
.btn-discover-v2.btn-discover-v2--primary:hover {
  background-color: rgb(0, 108.24, 224.4);
}
.btn-discover-v2.btn-discover-v2--disabled {
  background-color: rgba(15, 19, 36, 0.06);
  color: rgba(15, 19, 36, 0.4);
  box-shadow: none;
  cursor: not-allowed;
}
.btn-discover-v2.btn-discover-v2--disabled span {
  color: inherit;
}

@media (max-width: 575.98px) {
  .events-wrapper {
    padding: 1.5rem 0;
  }
}

@media (max-width: 575.98px) {
  .deals-wrapper {
    padding: 1.5rem 0;
  }
}
.deals-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.events-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.events-page__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.events-page__intro {
  max-width: 560px;
}
@media (max-width: 575.98px) {
  .events-page__intro {
    max-width: 100%;
  }
}
.events-page__actions {
  width: 100%;
}
.events-page__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.events-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1 1 auto;
}
.events-page__controls-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .events-page__controls-right {
    width: 100%;
    justify-content: flex-start;
  }
}
.events-page__controls-right label {
  margin-bottom: 0;
}
.events-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 320px;
  flex: 0 0 320px;
  height: 40px;
  color: #6c757d;
}
.events-page__search-group input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #6c757d;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.events-page__search-group input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.events-page__search-group input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.events-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.events-page__search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.events-page__filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
  width: 150px;
  flex: 0 0 150px;
  height: 40px;
}
.events-page__filter-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  color: #6c757d;
  width: 100%;
  cursor: pointer;
}
.events-page__filter-select:focus {
  outline: none;
}
.events-page__filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.events-page__filter-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.events-page__create-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: 160px;
  flex: 0 0 160px;
  justify-content: center;
  align-self: flex-end;
  height: 40px;
  padding: 0 1rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .events-page__create-button {
    width: 100%;
    justify-content: center;
    align-self: flex-start;
    flex: 1 1 100%;
  }
}
.events-page__create-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 1.1rem;
  line-height: 1;
}
.events-page__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.events-page__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events-page__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.events-page__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
  color: #6c757d;
  margin-left: auto;
}
.events-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
}
.events-page__empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .investors-wrapper {
    padding: 1.5rem 0;
  }
}
.investors-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.investors-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.investors-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.investors-page__title {
  margin: 0;
}
.investors-page__subtitle {
  margin: 0;
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .investors-page__subtitle {
    max-width: 100%;
  }
}
.investors-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .investors-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.investors-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 320px;
  flex: 0 0 320px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .investors-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.investors-page__search-group input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #6c757d;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.investors-page__search-group input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.investors-page__search-group input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.investors-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.investors-page__search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.investors-page__filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
  width: 180px;
  flex: 0 0 180px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .investors-page__filter {
    width: 100%;
    flex: 1 1 100%;
  }
}
.investors-page__filter-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  color: #6c757d;
  width: 100%;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.investors-page__filter-select:focus {
  outline: none;
}
.investors-page__filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.investors-page__filter-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.investors-page__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.investors-page__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .investors-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .investors-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.investors-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
  text-align: center;
}
.investors-page__empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.investor-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .community-wrapper {
    padding: 1.5rem 0;
  }
}
.community-wrapper .theme-v2-boxed {
  max-width: 1110px;
}

.community-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.community-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.community-page__title {
  margin: 0;
}
.community-page__subtitle {
  margin: 0;
  max-width: 640px;
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .community-page__subtitle {
    max-width: 100%;
  }
}
.community-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .community-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.community-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 340px;
  flex: 0 0 340px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .community-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.community-page__search-group .community-page__search-input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.community-page__search-group .community-page__search-input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.community-page__search-group .community-page__search-input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.community-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.community-page__search-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.community-page__filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
  width: 180px;
  flex: 0 0 180px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .community-page__filter {
    width: 100%;
    flex: 1 1 100%;
  }
}
.community-page__filter-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  color: #6c757d;
  width: 100%;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.community-page__filter-select:focus {
  outline: none;
}
.community-page__filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.community-page__filter-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.community-page__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.community-page__sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.community-page__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.community-page__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.community-page__section-title {
  margin: 0;
  color: rgba(15, 19, 36, 0.7);
}
.community-page__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  color: rgba(15, 19, 36, 0.6);
}
.community-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
  text-align: center;
}
.community-page__empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .advisors-wrapper {
    padding: 1.5rem 0;
  }
}
.advisors-wrapper .theme-v2-boxed {
  max-width: 1110px;
}

.advisors-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.advisors-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.advisors-page__title {
  margin: 0;
}
.advisors-page__subtitle {
  margin: 0;
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .advisors-page__subtitle {
    max-width: 100%;
  }
}
.advisors-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .advisors-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.advisors-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 340px;
  flex: 0 0 340px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .advisors-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.advisors-page__search-group .advisors-page__search-input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.advisors-page__search-group .advisors-page__search-input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.advisors-page__search-group .advisors-page__search-input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.advisors-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.advisors-page__search-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.advisors-page__action-group {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .advisors-page__action-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
.advisors-page__apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1.25rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .advisors-page__apply-button {
    width: 100%;
    justify-content: center;
  }
}
.advisors-page__filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  box-shadow: inset 0 0 0 1px rgba(15, 19, 36, 0.08);
  width: 220px;
  flex: 0 0 220px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .advisors-page__filter {
    width: 100%;
    flex: 1 1 100%;
  }
}
.advisors-page__filter-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  color: #6c757d;
  width: 100%;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.advisors-page__filter-select:focus {
  outline: none;
}
.advisors-page__filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.advisors-page__filter-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.advisors-page__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.advisors-page__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.advisors-page__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.advisors-page__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.advisors-page__section-title {
  margin: 0;
  color: rgba(15, 19, 36, 0.7);
}
.advisors-page__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  color: rgba(15, 19, 36, 0.6);
}
.advisors-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
  text-align: center;
}
.advisors-page__empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.advisors-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .advisors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .advisors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.advisor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #F7F7F8;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.advisor-card:hover {
  transform: translateY(-2px);
  border-color: rgb(199.9278688525, 203.2655737705, 208.2721311475);
}

.advisor-card__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.advisor-card__avatar {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(20, 21, 26, 0.08);
}
.advisor-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.advisor-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.advisor-card__identity {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.advisor-card__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.advisor-card__role {
  color: rgba(20, 21, 26, 0.6);
}

.advisor-card__bio {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.advisor-card__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.advisor-card__skill-chip {
  padding: 0.2rem 0.5rem;
  border-radius: 0.75rem;
}

.advisor-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.investor-card__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #F7F7F8;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  text-align: left;
  width: 100%;
  position: relative;
}

.investor-card__badge {
  background-color: #ffffff;
  border: 1px solid rgba(10, 15, 41, 0.08);
  border-radius: 0.5rem;
  padding: 0.125rem 0.5rem;
  color: rgba(15, 19, 36, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  white-space: nowrap;
  pointer-events: none;
}

.investor-card__logo {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(20, 21, 26, 0.08);
}
.investor-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.investor-card__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
  text-align: left;
}

.investor-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #6c757d;
  width: 100%;
  padding: 0 0.25rem;
  margin: 0;
  text-align: left;
}

.investor-card__actions {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.investor-card__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.investor-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.investor-detail-container, .company-detail-container, .profile-detail-container, .startup-detail-container {
  padding: 2.5rem 0;
}
@media (max-width: 575.98px) {
  .investor-detail-container, .company-detail-container, .profile-detail-container, .startup-detail-container {
    padding: 1.75rem 0;
  }
}

.investor-detail-page, .company-detail-page, .profile-detail-page, .startup-detail-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.investor-detail-page__header, .company-detail-page__header, .profile-detail-page__header, .startup-detail-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.investor-detail-page__title, .company-detail-page__title, .profile-detail-page__title, .startup-detail-page__title {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.investor-detail-page__heading, .company-detail-page__heading, .profile-detail-page__heading, .startup-detail-page__heading {
  margin: 0;
}

.investor-detail-page__back, .company-detail-page__back, .resource-detail-page__back, .startup-detail-page__back, .profile-detail-page__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #14151A;
  text-decoration: none;
  transition: color 0.2s ease;
}
.investor-detail-page__back:focus-visible, .company-detail-page__back:focus-visible, .resource-detail-page__back:focus-visible, .startup-detail-page__back:focus-visible, .profile-detail-page__back:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}
.investor-detail-page__back:hover, .company-detail-page__back:hover, .resource-detail-page__back:hover, .startup-detail-page__back:hover, .profile-detail-page__back:hover {
  color: #0d1738;
}

.investor-detail-page__back-icon, .company-detail-page__back-icon, .resource-detail-page__back-icon, .startup-detail-page__back-icon, .profile-detail-page__back-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.investor-detail-page__badges, .company-detail-page__badges, .startup-detail-page__badges, .profile-detail-skill-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.investor-detail-category-chip, .company-detail-category-chip, .startup-detail-category-chip, .profile-detail-skill-chip, .advisor-card__skill-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.875rem;
  border-radius: 0.5rem;
  background-color: #E3EAFD;
  color: #133A9A;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.005rem;
}

.investor-detail-card, .company-detail-card, .startup-detail-card, .profile-detail-hero {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F8;
  border-radius: 1rem;
  border: 1px solid #DEE0E3;
  overflow: hidden;
}

.investor-detail-card__body, .company-detail-card__body, .startup-detail-card__body, .profile-detail-hero__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .investor-detail-card__body, .company-detail-card__body, .startup-detail-card__body, .profile-detail-hero__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.investor-detail-card__profile, .company-detail-card__profile, .startup-detail-card__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.investor-detail-card__logo, .company-detail-card__logo, .startup-detail-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.investor-detail-card__logo img, .company-detail-card__logo img, .startup-detail-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investor-detail-card__info, .company-detail-card__info, .startup-detail-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.investor-detail-card__name, .company-detail-card__name, .startup-detail-card__name {
  margin: 0;
}

.investor-detail-card__headline, .company-detail-card__headline, .startup-detail-card__headline {
  margin: 0;
}

.investor-detail-card__actions, .company-detail-card__actions {
  display: inline-flex;
  justify-content: flex-start;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .investor-detail-card__actions, .company-detail-card__actions {
    justify-content: flex-end;
  }
}

.investor-detail-card__cta, .company-detail-card__cta {
  min-width: 150px;
}

.investor-detail-stats, .company-detail-stats, .startup-detail-stats {
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.investor-detail-stats__item, .company-detail-stats__item, .startup-detail-stats__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0rem;
  border-top: 1px solid #DEE0E3;
}
.investor-detail-stats__item:first-child, .company-detail-stats__item:first-child, .startup-detail-stats__item:first-child {
  border-top: none;
}

.investor-detail-stats__left, .company-detail-stats__left, .startup-detail-stats__left {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.investor-detail-stats__icon, .company-detail-stats__icon, .startup-detail-stats__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.investor-detail-stats__icon img, .company-detail-stats__icon img, .startup-detail-stats__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.investor-detail-stats__label, .company-detail-stats__label, .startup-detail-stats__label {
  display: inline-flex;
}

.investor-detail-stats__value, .company-detail-stats__value, .startup-detail-stats__value {
  display: inline-flex;
  margin-left: auto;
}

.investor-detail-tabs, .company-detail-tabs {
  display: flex;
  flex-wrap: wrap;
}

.investor-detail-tabs__tab, .company-detail-tabs__tab {
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
}
.investor-detail-tabs__tab.is-active, .is-active.company-detail-tabs__tab {
  background-color: #F7F7F8;
  color: #14151A;
}
.investor-detail-tabs__tab:focus-visible, .company-detail-tabs__tab:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}

.investor-detail-tabs__panels, .company-detail-tabs__panels {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.investor-detail-panel, .company-detail-panel {
  display: none;
}
.investor-detail-panel.is-active, .is-active.company-detail-panel {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.investor-detail-section, .company-detail-section, .startup-detail-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.investor-detail-section__title, .company-detail-section__title, .startup-detail-section__title {
  margin: 0;
}

.investor-detail-divider, .company-detail-divider, .startup-detail-divider {
  height: 1px;
  background-color: rgba(20, 21, 26, 0.08);
  width: 100%;
}

.investor-detail-about, .company-detail-about, .startup-detail-about, .profile-detail-about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.investor-detail-about p, .company-detail-about p, .startup-detail-about p, .profile-detail-about p {
  margin: 0;
}
.investor-detail-about p + p, .company-detail-about p + p, .startup-detail-about p + p, .profile-detail-about p + p {
  margin-top: 1rem;
}

.investor-detail-team, .startup-detail-team {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.investor-detail-team .dashboard-citizens-grid, .startup-detail-team .dashboard-citizens-grid {
  gap: 1rem;
}

.investor-detail-empty, .company-detail-empty, .startup-detail-empty {
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
  text-align: center;
}

.investor-portfolio-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.investor-portfolio-card {
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #F7F7F8;
  border-radius: 1rem;
}

.investor-portfolio-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.investor-portfolio-card__info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.investor-portfolio-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F7F7F8;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.investor-portfolio-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investor-portfolio-card__name {
  margin: 0;
}

.investor-portfolio-card__link {
  align-self: flex-start;
}

.investor-portfolio-card__chevron {
  display: inline-flex;
  margin-left: 0.25rem;
}

.profile-detail-page {
  gap: 2rem;
}

.profile-detail-hero {
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #DEE0E3;
  overflow: visible;
}

.profile-detail-hero__body {
  gap: 1.5rem;
}

.profile-detail-hero__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.profile-detail-hero__avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.profile-detail-hero__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-detail-hero__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.profile-detail-hero__name {
  margin: 0;
}

.profile-detail-hero__title {
  margin: 0;
}

.profile-detail-hero__role {
  color: rgba(20, 21, 26, 0.6);
}

.profile-detail-hero__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.profile-detail-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.profile-detail-hero__primary {
  min-width: 140px;
}

.profile-detail-hero__buttons .btn-discover-v2 {
  width: auto;
}

.profile-detail-menu {
  position: relative;
  overflow: visible;
}
.profile-detail-menu.is-open .profile-detail-menu__trigger {
  color: #1D54E2;
}

.profile-detail-menu__trigger {
  width: 36px;
  height: 36px;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 21, 26, 0.65);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.profile-detail-menu__trigger:hover, .profile-detail-menu__trigger:focus-visible {
  color: #1D54E2;
  border-color: rgba(29, 84, 226, 0.4);
  outline: none;
}

.profile-detail-menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 24px 60px rgba(15, 19, 36, 0.16);
  padding: 0.5rem;
  min-width: 200px;
  border: 1px solid rgba(20, 21, 26, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 12;
  overflow: visible;
}

.profile-detail-menu__item {
  background: none;
  border: none;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #14151A;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.profile-detail-menu__item:hover, .profile-detail-menu__item:focus-visible {
  background-color: rgba(20, 21, 26, 0.05);
  outline: none;
}

.profile-detail-menu__item--danger {
  color: #E24A4A;
}
.profile-detail-menu__item--danger:hover, .profile-detail-menu__item--danger:focus-visible {
  background-color: rgba(226, 74, 74, 0.12);
}

.profile-detail-menu__item--muted {
  color: rgba(20, 21, 26, 0.6);
}

.profile-detail-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.profile-detail-section__title {
  margin: 0;
}

.profile-detail-section__card {
  background: transparent;
  border-radius: 1rem;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.profile-detail-skill-chips {
  margin-top: 0.75rem;
}

.profile-detail-connections {
  border: none;
  background: transparent;
}
.profile-detail-connections .card-body-v2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
}

.profile-detail-connections__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.profile-detail-connections__title {
  margin: 0;
}

.profile-detail-connections__toggle {
  width: auto;
  padding: 0 1rem;
}

.profile-detail-connections__grid {
  gap: 1rem;
}

.profile-detail-connections__empty {
  margin: 0;
  color: rgba(20, 21, 26, 0.6);
}

[data-profile-connection-card].is-hidden {
  display: none;
}

.profile-detail-company-list {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .profile-detail-company-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
.profile-company-card {
  border: 1px solid #DEE0E3;
  border-radius: 1rem;
  overflow: hidden;
}

.profile-company-card__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
}

.profile-company-card__logo {
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.profile-company-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-company-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.profile-company-card__name {
  margin: 0;
}

.profile-company-card__subtitle {
  margin: 0;
  color: rgba(20, 21, 26, 0.6);
}

.profile-company-card__badge {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(20, 21, 26, 0.05);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(20, 21, 26, 0.7);
}

@media (max-width: 575.98px) {
  .profile-detail-hero__actions {
    width: 100%;
    justify-content: flex-start;
  }
  .profile-detail-hero__buttons {
    width: 100%;
  }
  .profile-detail-hero__buttons .btn-discover-v2 {
    width: 100%;
  }
}
.startup-detail-stats__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.startup-detail-stats__link:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
}
.startup-detail-stats__link:focus {
  outline: 2px solid var(--color-primary, #007bff);
  outline-offset: 2px;
  text-decoration: none;
  color: inherit;
}

.investor-apply-overlay, .investment-interest-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 19, 36, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1020;
}
.investor-apply-overlay.is-visible, .is-visible.investment-interest-overlay {
  opacity: 1;
  visibility: visible;
}

.investor-apply-drawer, .investment-interest-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(420px, 100vw);
  background-color: #ffffff;
  box-shadow: -24px 0 60px rgba(15, 19, 36, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.investor-apply-drawer.is-visible, .is-visible.investment-interest-drawer {
  transform: translateX(0);
}
.investor-apply-drawer__inner, .investment-interest-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.75rem 2.5rem;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .investor-apply-drawer__inner, .investment-interest-drawer__inner {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.investor-apply-drawer__header, .investment-interest-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.investor-apply-drawer__titles, .investment-interest-drawer__titles {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.investor-apply-drawer__subtitle, .investment-interest-drawer__subtitle {
  color: rgba(20, 21, 26, 0.68);
}
.investor-apply-drawer__close, .investment-interest-drawer__close {
  border: none;
  background-color: #F7F7F8;
  color: #0f1324;
  border-radius: 0.5rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.investor-apply-drawer__close:hover, .investment-interest-drawer__close:hover, .investor-apply-drawer__close:focus-visible, .investment-interest-drawer__close:focus-visible {
  background-color: rgb(236.12, 236.12, 238.48);
  outline: none;
}
.investor-apply-drawer__summary {
  border: none;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.06);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(227, 234, 253, 0.5), rgba(227, 234, 253, 0));
}
.investor-apply-drawer__summary-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.investor-apply-drawer__summary-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.investor-apply-drawer__summary-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.investor-apply-drawer__summary-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.investor-apply-drawer__summary-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.investor-apply-drawer__stat-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.investor-apply-drawer__stat-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.investor-apply-drawer__stat-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background-color: rgba(29, 84, 226, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.investor-apply-drawer__stat-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.investor-apply-drawer__stat-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.investor-apply-drawer__form, .investment-interest-drawer__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.investor-apply-drawer__alert {
  background-color: rgba(220, 53, 69, 0.12);
  color: #8b1526;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.investor-apply-drawer__empty, .investment-interest-drawer__empty {
  border: none;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.06);
  border-radius: 1rem;
}
.investor-apply-drawer__empty .card-body-v2, .investment-interest-drawer__empty .card-body-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.investor-apply-drawer__form-body, .investment-interest-drawer__form-body {
  display: flex;
  flex-direction: column;
}
.investor-apply-drawer__form-body .form-label-v2, .investment-interest-drawer__form-body .form-label-v2 {
  margin-bottom: 0.5rem;
}
.investor-apply-drawer__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23131527' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  padding-right: 2.5rem;
}
.investor-apply-drawer__error, .investment-interest-drawer__error {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #dc3545;
}
.investor-apply-drawer__actions, .investment-interest-drawer__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.investor-apply-drawer__submit, .investment-interest-drawer__submit {
  width: 100%;
  justify-content: center;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.input-symbol {
  position: relative;
  display: flex;
  align-items: center;
}
.input-symbol .form-control-v2 {
  padding-right: 2.5rem;
}
.input-symbol__suffix {
  position: absolute;
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  background-color: #F7F7F8;
  color: rgba(20, 21, 26, 0.6);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  pointer-events: none;
}

body.investor-apply-drawer-open {
  overflow: hidden;
  touch-action: none;
}

.investor-apply-drawer .form-control-v2::-moz-placeholder, .investment-interest-drawer .form-control-v2::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(13, 17, 38, 0.4);
}

.investor-apply-drawer .form-control-v2::placeholder, .investment-interest-drawer .form-control-v2::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(13, 17, 38, 0.4);
}

.investor-company-select {
  position: relative;
}
.investor-company-select__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 56px;
}
.investor-company-select__trigger:focus-visible {
  outline: none;
  border-color: #1D54E2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.14);
}
.investor-company-select__trigger:hover {
  border-color: #1D54E2;
}
.investor-company-select__trigger.is-open {
  border-color: #1D54E2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.1);
}
.investor-company-select.is-open .investor-company-select__chevron {
  transform: rotate(180deg);
}
.investor-company-select.has-error .investor-company-select__trigger {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08);
}
.investor-company-select__selected {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.investor-company-select__placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.investor-company-select__avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #F7F7F8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.investor-company-select__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.investor-company-select__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}
.investor-company-select__text .investor-company-select__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.investor-company-select__text .investor-company-select__meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.investor-company-select__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 17, 38, 0.45);
  transition: transform 0.2s ease;
}
.investor-company-select__dropdown {
  position: absolute;
  inset: auto 0 0 0;
  transform: translateY(calc(100% + 0.5rem));
  background-color: #fff;
  border-radius: 0.75rem;
  border: 1px solid #DEE0E3;
  border: 1px solid rgba(13, 17, 38, 0.08);
  max-height: 260px;
  overflow-y: auto;
  padding: 0.5rem 0;
  z-index: 1040;
}
.investor-company-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.investor-company-select__item {
  margin: 0;
}
.investor-company-select__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  border: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.investor-company-select__option:hover, .investor-company-select__option:focus-visible {
  background-color: rgba(29, 84, 226, 0.08);
  outline: none;
}
.investor-company-select__option.is-selected {
  background-color: rgba(29, 84, 226, 0.12);
}

.deals-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.deals-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.deals-page__title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .deals-page__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.deals-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .deals-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.deals-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 320px;
  flex: 0 0 320px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .deals-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.deals-page__search-group input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #6c757d;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.deals-page__search-group input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.deals-page__search-group input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.deals-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.deals-page__search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.deals-page__filter-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .deals-page__filter-tabs {
    width: 100%;
  }
}
.deals-page__filter-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  background-color: transparent;
  color: #6c757d;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  height: 40px;
}
.deals-page__filter-tab:hover {
  background-color: rgba(15, 19, 36, 0.02);
}
.deals-page__filter-tab--active {
  background-color: #F7F7F8;
  color: #007bff;
}
.deals-page__create-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  min-width: 160px;
  justify-content: center;
  height: 40px;
  padding: 0 1rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .deals-page__create-button {
    width: 100%;
  }
}
.deals-page__create-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 1.1rem;
  line-height: 1;
}
.deals-page__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.deals-page__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.deals-page__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.deals-page__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
  color: #6c757d;
  margin-left: auto;
}
.deals-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
}
.deals-page__empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.btn-deal-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 32px;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #14151A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  box-shadow: inset 0 0 0 1px #DEE0E3;
  position: relative;
  z-index: 3;
}
.btn-deal-v2:hover {
  background-color: rgb(244.8, 244.8, 244.8);
  text-decoration: none;
}
.btn-deal-v2.is-disabled {
  background-color: #ffffff;
  color: rgba(10, 15, 41, 0.25);
  box-shadow: inset 0 0 0 1px rgba(10, 15, 41, 0.08);
  pointer-events: none;
  cursor: default;
}
.btn-deal-v2 span {
  color: currentColor;
}
.btn-deal-v2 svg {
  display: block;
}
.btn-deal-v2.is-disabled svg {
  opacity: 1;
}

.btn-deal-v2__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.btn-deal-v2__icon path {
  stroke: currentColor !important;
  stroke-opacity: 1 !important;
}

.citizen-spotlight-wrapper {
  padding-bottom: 3rem;
}

.citizen-spotlight-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.portfolio-wrapper {
  padding-bottom: 3rem;
}

.portfolio-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.portfolio-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.portfolio-page__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .portfolio-page__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.portfolio-page__title-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.portfolio-page__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .portfolio-page__actions {
    width: 100%;
    align-items: stretch;
  }
}
.portfolio-page__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .portfolio-page__stats {
    grid-template-columns: 1fr;
  }
}
.portfolio-page__stat-card {
  background: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.portfolio-page__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #70778B;
}
.portfolio-page__stat-value {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #14151A;
}

.portfolio-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #F7F7F8;
  border-radius: 0.75rem;
  overflow: hidden;
}
.portfolio-table__header {
  background: #F7F7F8;
}
.portfolio-table__header-cell {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #70778B;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #F7F7F8;
}
.portfolio-table__header-cell:first-child {
  padding-left: 1.5rem;
}
.portfolio-table__header-cell:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
.portfolio-table__row {
  border-bottom: 1px solid #F7F7F8;
}
.portfolio-table__row:last-child {
  border-bottom: none;
}
.portfolio-table__row:hover {
  background: #FAFAFA;
}
.portfolio-table__cell {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #14151A;
  padding: 1rem;
  vertical-align: middle;
}
.portfolio-table__cell:first-child {
  padding-left: 1.5rem;
}
.portfolio-table__cell:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
.portfolio-table__company {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.portfolio-table__company-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.portfolio-table__company-name {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #14151A;
}
.portfolio-table__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.portfolio-table__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s;
}
.portfolio-table__action-btn:hover {
  opacity: 0.7;
}
.portfolio-table__action-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.portfolio-table__action-btn--delete svg {
  stroke: #F04438;
}
.portfolio-table__action-btn--edit svg {
  stroke: #14151A;
}
@media (max-width: 991.98px) {
  .portfolio-table {
    display: block;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .portfolio-table__header {
    display: none;
  }
  .portfolio-table__row {
    display: block;
    background: #ffffff;
    border: 1px solid #F7F7F8;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .portfolio-table__row:hover {
    background: #ffffff;
  }
  .portfolio-table__cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F7F7F8;
  }
  .portfolio-table__cell:first-child {
    padding-left: 0;
    padding-top: 0;
  }
  .portfolio-table__cell:last-child {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    justify-content: flex-start;
  }
  .portfolio-table__cell::before {
    content: attr(data-label);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #70778B;
    margin-right: 1rem;
  }
  .portfolio-table__cell:first-child::before {
    display: none;
  }
  .portfolio-table__company {
    flex-direction: row;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #F7F7F8;
  }
  .portfolio-table__actions {
    justify-content: flex-start;
  }
}

.portfolio-dropdown {
  position: relative;
  flex-shrink: 0;
}
.portfolio-dropdown__button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  background: #fff;
  cursor: pointer;
  min-width: 200px;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #14151A;
  transition: border-color 0.2s;
}
.portfolio-dropdown__button:hover {
  border-color: #A0A5B8;
}
@media (max-width: 767.98px) {
  .portfolio-dropdown__button {
    width: 100%;
  }
}
.portfolio-dropdown__menu {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  padding: 0.5rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.portfolio-dropdown__menu.show {
  display: block;
}
@media (max-width: 767.98px) {
  .portfolio-dropdown__menu {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.portfolio-dropdown__item {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #14151A;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: background-color 0.2s;
}
.portfolio-dropdown__item:hover {
  background-color: #F7F7F8;
}
.portfolio-dropdown__item--active {
  background-color: #F7F7F8;
}

.portfolio-drawer__form-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.portfolio-drawer__form-body .form-group-v2 {
  margin-bottom: 0;
}
.portfolio-drawer__form-body .form-label-v2 {
  margin-bottom: 0.5rem;
}

.portfolio-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 21, 26, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.portfolio-drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.portfolio-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.portfolio-drawer.is-visible {
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .portfolio-drawer {
    max-width: 100%;
  }
}
.portfolio-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.portfolio-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-bottom: 1px solid #F7F7F8;
  flex-shrink: 0;
}
.portfolio-drawer__titles {
  flex: 1;
}
.portfolio-drawer__subtitle {
  margin-top: 0.5rem;
}
.portfolio-drawer__close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #70778B;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}
.portfolio-drawer__close:hover {
  color: #14151A;
}
.portfolio-drawer__form {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
}
.portfolio-drawer__form-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.portfolio-drawer__actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #F7F7F8;
}
.portfolio-drawer__submit {
  flex: 1;
}
.portfolio-drawer__error {
  display: block;
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #F04438;
}
.portfolio-drawer__empty {
  text-align: center;
  padding: 3rem 1rem;
}

body.portfolio-drawer-open {
  overflow: hidden;
}

.portfolio-company-select {
  position: relative;
}
.portfolio-company-select__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 56px;
}
.portfolio-company-select__trigger:focus-visible {
  outline: none;
  border-color: #1D54E2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.14);
}
.portfolio-company-select__trigger:hover {
  border-color: #1D54E2;
}
.portfolio-company-select__trigger.is-open {
  border-color: #1D54E2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.1);
}
.portfolio-company-select.is-open .portfolio-company-select__chevron {
  transform: rotate(180deg);
}
.portfolio-company-select.has-error .portfolio-company-select__trigger {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08);
}
.portfolio-company-select__selected {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.portfolio-company-select__placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.portfolio-company-select__avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #F7F7F8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.portfolio-company-select__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-company-select__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}
.portfolio-company-select__text .portfolio-company-select__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.portfolio-company-select__text .portfolio-company-select__meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.portfolio-company-select__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 17, 38, 0.45);
  transition: transform 0.2s ease;
}
.portfolio-company-select__dropdown {
  position: absolute;
  inset: auto 0 0 0;
  transform: translateY(calc(100% + 0.5rem));
  background-color: #fff;
  border-radius: 0.75rem;
  border: 1px solid #DEE0E3;
  border: 1px solid rgba(13, 17, 38, 0.08);
  max-height: 260px;
  overflow-y: auto;
  padding: 0.5rem 0;
  z-index: 1040;
}
.portfolio-company-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.portfolio-company-select__item {
  margin: 0;
}
.portfolio-company-select__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  border: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.portfolio-company-select__option:hover, .portfolio-company-select__option:focus-visible {
  background-color: rgba(29, 84, 226, 0.08);
  outline: none;
}
.portfolio-company-select__option.is-selected {
  background-color: rgba(29, 84, 226, 0.12);
}

.sell-wrapper {
  padding-bottom: 3rem;
}

.sell-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.sell-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sell-page__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sell-page__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .sell-page__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.sell-page__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .sell-page__stats {
    grid-template-columns: 1fr;
  }
}
.sell-page__stat-card {
  background: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.sell-page__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #70778B;
}
.sell-page__stat-value {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #14151A;
}

.sell-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 21, 26, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sell-drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.sell-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sell-drawer.is-visible {
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .sell-drawer {
    max-width: 100%;
  }
}
.sell-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.sell-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-bottom: 1px solid #F7F7F8;
  flex-shrink: 0;
}
.sell-drawer__titles {
  flex: 1;
}
.sell-drawer__subtitle {
  margin-top: 0.5rem;
}
.sell-drawer__close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #70778B;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}
.sell-drawer__close:hover {
  color: #14151A;
}
.sell-drawer__form {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
}
.sell-drawer__form-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sell-drawer__form-body .form-group-v2 {
  margin-bottom: 0;
}
.sell-drawer__form-body .form-label-v2 {
  margin-bottom: 0.5rem;
}
.sell-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #F7F7F8;
}
.sell-drawer__actions .btn-v2 {
  width: 100%;
}
.sell-drawer__submit {
  width: 100%;
}
.sell-drawer__error {
  display: block;
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #F04438;
}
.sell-drawer__empty {
  text-align: center;
  padding: 3rem 1rem;
}

body.sell-drawer-open {
  overflow: hidden;
}

.sell-sales-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.sell-sale-card {
  border: 2px solid #F7F7F8;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sell-sale-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sell-sale-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: #F7F7F8;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.sell-sale-card__company {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.sell-sale-card__logo {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.sell-sale-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sell-sale-card__info {
  flex: 1;
  min-width: 0;
}

.sell-sale-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.sell-sale-card__edit {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #70778B;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}
.sell-sale-card__edit svg {
  width: 1.25rem;
  height: 1.25rem;
}
.sell-sale-card__edit:hover {
  color: #14151A;
}

.sell-sale-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.25rem;
}

.sell-sale-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .sell-sale-card__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .sell-sale-card__body {
    grid-template-columns: 1fr;
  }
}

.sell-sale-card__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
}

.sell-sale-card__stat-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sell-sale-card__stat-label {
  display: block;
}

.sell-sale-card__stat-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sell-sale-card__stat-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-sale-card__stat-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.citizen-spotlight-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.citizen-spotlight-page__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.citizen-spotlight-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.citizen-spotlight-page__title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.citizen-spotlight-page__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  min-width: 160px;
  justify-content: center;
  height: 40px;
  padding: 0 1rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__cta {
    width: 100%;
  }
}
.citizen-spotlight-page__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 1.1rem;
  line-height: 1;
}
.citizen-spotlight-page__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.citizen-spotlight-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 100%;
  max-width: 320px;
  flex: 0 1 320px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.citizen-spotlight-page__search-group input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #6c757d;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.citizen-spotlight-page__search-group input::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.citizen-spotlight-page__search-group input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.citizen-spotlight-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.citizen-spotlight-page__search-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.citizen-spotlight-page__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__actions {
    width: 100%;
  }
}
.citizen-spotlight-page__filter-button {
  width: auto;
  min-width: 140px;
}
@media (max-width: 767.98px) {
  .citizen-spotlight-page__filter-button {
    width: 100%;
  }
}
.citizen-spotlight-page__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.citizen-spotlight-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.citizen-spotlight-filter-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 32px;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #14151A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 0 0 1px #DEE0E3;
  cursor: pointer;
  border: none;
}
.citizen-spotlight-filter-trigger:hover {
  background-color: rgb(244.8, 244.8, 244.8);
  text-decoration: none;
}
.citizen-spotlight-filter-trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px #DEE0E3, 0 0 0 4px rgba(0, 123, 255, 0.12);
}
.citizen-spotlight-filter-trigger.is-active, .citizen-spotlight-filter-trigger[aria-expanded=true] {
  box-shadow: inset 0 0 0 1px #DEE0E3;
  background-color: #ffffff;
}
.citizen-spotlight-filter-trigger span {
  color: #14151A;
}

.citizen-spotlight-filter-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: currentColor;
  flex-shrink: 0;
}

.citizen-spotlight-empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
}
.citizen-spotlight-empty p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.citizen-spotlight-card__badge {
  white-space: nowrap;
}

.citizen-spotlight-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.citizen-spotlight-card__metrics {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.citizen-spotlight-card__date {
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.citizen-filter-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 19, 36, 0.45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1020;
}
.citizen-filter-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.citizen-filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(400px, 100vw);
  background-color: #ffffff;
  box-shadow: -24px 0 60px rgba(15, 19, 36, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.citizen-filter-drawer.is-visible {
  transform: translateX(0);
}
.citizen-filter-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 1.75rem 2.5rem;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .citizen-filter-drawer__inner {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.citizen-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.citizen-filter-drawer__title {
  color: #6c757d;
}
.citizen-filter-drawer__close {
  border: none;
  background-color: #F7F7F8;
  color: #0f1324;
  border-radius: 0.75rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.citizen-filter-drawer__close:hover, .citizen-filter-drawer__close:focus-visible {
  background-color: rgb(236.12, 236.12, 238.48);
  outline: none;
}
.citizen-filter-drawer__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 auto;
}
.citizen-filter-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.citizen-filter-drawer__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.citizen-filter-drawer__options--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.citizen-filter-drawer__options--stacked {
  flex-direction: column;
}
.citizen-filter-drawer__options--scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.citizen-filter-drawer__options--scroll::-webkit-scrollbar {
  width: 6px;
}
.citizen-filter-drawer__options--scroll::-webkit-scrollbar-thumb {
  background-color: rgba(15, 19, 36, 0.12);
  border-radius: 999px;
}
.citizen-filter-drawer__option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6c757d;
}
.citizen-filter-drawer__option input {
  width: 16px;
  height: 16px;
  accent-color: #007bff;
}
.citizen-filter-drawer__option--radio input {
  border-radius: 50%;
}
.citizen-filter-drawer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.citizen-filter-drawer__footer .btn-v2 {
  width: auto;
}
@media (max-width: 575.98px) {
  .citizen-filter-drawer__footer {
    width: 100%;
  }
  .citizen-filter-drawer__footer .btn-v2 {
    width: 100%;
  }
}
.citizen-filter-drawer__reset {
  text-decoration: none;
}
.citizen-filter-drawer__reset:hover {
  text-decoration: underline;
}

body.citizen-filter-open {
  overflow: hidden;
}

.premium-upgrade-card {
  background-color: rgba(29, 84, 226, 0.08);
  background-image: url("/images/theme-v2/premium-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  border-radius: 1.5rem;
  padding: 1.75rem;
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .premium-upgrade-card {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .premium-upgrade-card {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.premium-upgrade-card__content {
  max-width: 520px;
  text-align: left;
}

.premium-upgrade-card__actions {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .premium-upgrade-card__actions {
    justify-content: flex-end;
    align-self: end;
  }
}
@media (max-width: 575.98px) {
  .premium-upgrade-card__actions {
    width: 100%;
    justify-content: flex-start;
  }
  .premium-upgrade-card__actions .btn-v2 {
    width: 100%;
  }
}

.theme-v2-toast-container {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 1080;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .theme-v2-toast-container {
    left: 1rem;
    right: 1rem;
    top: 1rem;
  }
}

.theme-v2-toast {
  min-width: 280px;
  max-width: 360px;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid rgba(15, 19, 36, 0.06);
  box-shadow: 0 20px 45px rgba(15, 19, 36, 0.12);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}
.theme-v2-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 575.98px) {
  .theme-v2-toast {
    width: 100%;
    min-width: 0;
  }
}

.theme-v2-toast--success {
  border-color: rgba(19, 58, 154, 0.1);
}

.theme-v2-toast--warning {
  background-color: #ffffff;
  border-color: rgba(180, 83, 9, 0.12);
}

.theme-v2-toast--warning .theme-v2-toast__icon {
  background-color: rgba(245, 158, 11, 0.12);
  color: #B45309;
}

.theme-v2-toast__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(19, 58, 154, 0.08);
  color: #133A9A;
  flex-shrink: 0;
}
.theme-v2-toast__icon svg {
  display: block;
}

.theme-v2-toast__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.theme-v2-toast__title {
  margin: 0;
}

.theme-v2-toast__message {
  margin: 0;
  color: rgba(15, 19, 36, 0.7);
}

.theme-v2-toast__details {
  margin: 0;
  color: rgba(15, 19, 36, 0.55);
}

.theme-v2-toast__actions {
  margin-top: 0.75rem;
  display: inline-flex;
}

.theme-v2-toast__actions .btn-v2 {
  min-height: 2rem;
}

.theme-v2-toast__close {
  background: none;
  border: none;
  color: rgba(13, 17, 38, 0.35);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem;
  margin-left: 0.25rem;
  transition: color 0.2s ease;
}
.theme-v2-toast__close:hover {
  color: rgba(13, 17, 38, 0.6);
}

.resources-wrapper {
  padding-bottom: 3rem;
}

.resources-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.wishlist-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.wishlist-wrapper {
  padding-bottom: 3rem;
}

.wishlist-page__header {
  margin-bottom: 2rem;
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .wishlist-grid {
    grid-template-columns: 1fr;
  }
}

.wishlist-card {
  background: #FFFFFF;
  border: 1px solid #C8CAD0;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wishlist-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px 0px rgba(16, 24, 40, 0.08);
}
.wishlist-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.wishlist-card__logo {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.wishlist-card__pin {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8CAD0;
  border-radius: 0.5rem;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.wishlist-card__pin:hover, .wishlist-card__pin.is-pinned {
  border-color: #ECDFFB;
  background: #ECDFFB;
}
.wishlist-card__pin svg {
  width: 1rem;
  height: 1rem;
}
.wishlist-card__name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.wishlist-card__name {
  color: #101828;
  margin: 0;
}
.wishlist-card__oneliner {
  color: #667085;
  margin: 0 0 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wishlist-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  background: #EAFCF0;
  border: 1px solid #4ECA78;
  color: #4ECA78;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25rem;
  white-space: nowrap;
}
.wishlist-card__valuation {
  color: #667085;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wishlist-page__empty {
  text-align: center;
  padding: 4rem 2rem;
}
.wishlist-page__empty-content {
  max-width: 28rem;
  margin: 0 auto;
}
.wishlist-page__empty-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resources-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.resources-page__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resources-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.resources-page__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .resources-page__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.resources-page__title {
  margin: 0;
}
.resources-page__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  min-width: 170px;
  justify-content: center;
  height: 40px;
  padding: 0 1.25rem;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .resources-page__cta {
    width: 100%;
  }
}
.resources-page__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 1.05rem;
  line-height: 1;
}
.resources-page__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .resources-page__controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.resources-page__search-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  width: 100%;
  max-width: 320px;
  flex: 0 1 320px;
  height: 40px;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  .resources-page__search-group {
    width: 100%;
    flex: 1 1 100%;
  }
}
.resources-page__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.resources-page__search-input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #6c757d;
}
.resources-page__search-input::-moz-placeholder {
  color: rgba(108, 117, 125, 0.7);
}
.resources-page__search-input::placeholder {
  color: rgba(108, 117, 125, 0.7);
}
.resources-page__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .resources-page__actions {
    width: 100%;
    justify-content: flex-end;
  }
}
.resources-page__filter-button {
  width: auto;
  min-width: 140px;
}
@media (max-width: 767.98px) {
  .resources-page__filter-button {
    width: 100%;
  }
}
.resources-page__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.resources-page__sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.resources-page__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.resources-page__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.resources-page__section-title {
  margin: 0;
}
.resources-page__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
  color: rgba(15, 19, 36, 0.6);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.resources-page__empty {
  border: none;
  box-shadow: inset 0 0 0 2px #F7F7F8;
  padding: 2rem;
}
.resources-page__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.resources-page__card-link:hover, .resources-page__card-link:focus-visible {
  text-decoration: none;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .resources-grid {
    grid-template-columns: 1fr;
  }
}

.resources-filter-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 32px;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #14151A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 0 0 1px #DEE0E3;
  cursor: pointer;
  border: none;
}
.resources-filter-trigger:hover {
  background-color: rgb(244.8, 244.8, 244.8);
  text-decoration: none;
}
.resources-filter-trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px #DEE0E3, 0 0 0 4px rgba(0, 123, 255, 0.12);
}
.resources-filter-trigger.is-active, .resources-filter-trigger[aria-expanded=true] {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #DEE0E3;
}
.resources-filter-trigger span {
  color: #14151A;
}

.resources-filter-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: currentColor;
  flex-shrink: 0;
}

.resources-filter-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 19, 36, 0.45);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1020;
}
.resources-filter-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.resources-filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(400px, 100vw);
  background-color: #ffffff;
  box-shadow: -24px 0 60px rgba(15, 19, 36, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.resources-filter-drawer.is-visible {
  transform: translateX(0);
}
.resources-filter-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 1.75rem 2.5rem;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .resources-filter-drawer__inner {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.resources-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.resources-filter-drawer__title {
  margin: 0;
}
.resources-filter-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: rgba(20, 21, 26, 0.05);
  color: #14151A;
  font-size: 1.25rem;
  cursor: pointer;
}
.resources-filter-drawer__close:hover {
  background-color: rgba(20, 21, 26, 0.1);
}
.resources-filter-drawer__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.18);
}
.resources-filter-drawer__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.resources-filter-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.resources-filter-drawer__section-title {
  margin: 0;
}
.resources-filter-drawer__options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.resources-filter-drawer__option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background-color: #F7F7F8;
  transition: background-color 0.2s ease;
}
.resources-filter-drawer__option input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.resources-filter-drawer__option span {
  color: #14151A;
}
.resources-filter-drawer__option:hover {
  background-color: rgb(236.12, 236.12, 238.48);
}
.resources-filter-drawer__empty {
  margin: 0;
}
.resources-filter-drawer__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resources-filter-drawer__reset {
  text-decoration: none;
}
.resources-filter-drawer__reset:hover {
  text-decoration: underline;
}

body.resources-filter-open {
  overflow: hidden;
}

.resources-page__card-link:hover .resource-card-v2,
.resources-page__card-link:focus-visible .resource-card-v2 {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(15, 19, 36, 0.03);
}

.resource-card-v2 {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F8;
  border-radius: 1rem;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.resource-card-v2__media {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #ffffff;
  border-radius: 14px;
  margin: 2px;
  padding: 0.5rem;
}

.resource-card-v2__image {
  width: 100%;
  height: 176px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(20, 21, 26, 0.04);
}

.resource-card-v2__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(20, 21, 26, 0.3);
  font-size: 0.75rem;
}

.resource-card-v2__chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.resource-card-v2__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: #E3EAFD;
  color: #133A9A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.resource-card-v2__chip--muted {
  background-color: rgba(20, 21, 26, 0.08);
  color: rgba(20, 21, 26, 0.7);
}

.resource-card-v2__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  flex: 1;
}

.resource-card-v2__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.resource-card-v2__title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-card-v2__date {
  white-space: nowrap;
}

.resource-card-v2__description {
  margin-top: 0.25rem;
  color: rgba(20, 21, 26, 0.7);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resource-detail-wrapper {
  padding: 0 0 3.5rem;
}
@media (max-width: 767.98px) {
  .resource-detail-wrapper {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .resource-detail-wrapper {
    padding-bottom: 2.5rem;
  }
}
.resource-detail-wrapper .theme-v2-boxed {
  max-width: 910px;
}

.resource-detail-page {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .resource-detail-page {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .resource-detail-page {
    padding: 1.75rem 1.25rem;
  }
}
.resource-detail-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.resource-detail-page__title-group {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.resource-detail-page__title {
  margin: 0;
  color: #14151A;
}
.resource-detail-page__actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.resource-detail-page__cover {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: rgba(20, 21, 26, 0.05);
  max-height: 360px;
}
.resource-detail-page__cover-image {
  width: 100%;
  height: auto;
  max-height: 360px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource-detail-page__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.resource-detail-page__date {
  color: rgba(20, 21, 26, 0.65);
}
.resource-detail-page__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.resource-detail-page__intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.resource-detail-page__heading {
  margin: 0;
  color: #14151A;
}
.resource-detail-page__content h1,
.resource-detail-page__content h2,
.resource-detail-page__content h3,
.resource-detail-page__content h4,
.resource-detail-page__content h5,
.resource-detail-page__content h6 {
  color: #14151A;
  font-weight: 600;
  line-height: 1.35;
}
.resource-detail-page__content ul,
.resource-detail-page__content ol {
  padding-left: 1.25rem;
}
.resource-detail-page__content img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1.25rem 0;
}
.resource-detail-page__content iframe,
.resource-detail-page__content video {
  width: 100%;
  display: block;
  border-radius: 0.75rem;
  margin: 1.25rem 0;
  aspect-ratio: 16/9;
  height: auto;
}
.resource-detail-page__content iframe {
  border: none;
}
.resource-detail-page__content blockquote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid rgba(19, 58, 154, 0.4);
  background-color: rgba(19, 58, 154, 0.08);
  border-radius: 1rem;
}
.resource-detail-page__content hr {
  border: none;
  border-top: 1px solid rgba(15, 19, 36, 0.12);
  margin: 1.75rem 0;
}
.resource-detail-page__content p:empty {
  display: none;
}

.resource-detail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.resource-detail-chip--muted {
  background-color: rgba(20, 21, 26, 0.07);
  color: rgba(20, 21, 26, 0.65);
}
.resource-detail-chip--primary {
  background-color: #E3EAFD;
  color: #133A9A;
}
.resource-detail-chip--outline {
  background-color: transparent;
  color: rgba(20, 21, 26, 0.75);
  box-shadow: inset 0 0 0 1px rgba(20, 21, 26, 0.18);
}

.resource-detail-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  min-height: 2rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #14151A;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  box-shadow: inset 0 0 0 1px #DEE0E3;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.resource-detail-share:hover, .resource-detail-share:focus-visible {
  background-color: rgba(15, 19, 36, 0.04);
  box-shadow: inset 0 0 0 1px #B8BBC2;
  text-decoration: none;
}
.resource-detail-share:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #133A9A;
}
.resource-detail-share__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.resource-detail-share__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.resource-detail-share__label {
  display: inline-flex;
  align-items: center;
  color: #14151A;
}
.resource-detail-share__menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 220px;
  padding: 0.75rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 19, 36, 0.18);
  z-index: 5;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.resource-detail-share__menu[hidden] {
  display: none;
}
.resource-detail-share__menu.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.resource-detail-share__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  color: #14151A;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.resource-detail-share__link:hover, .resource-detail-share__link:focus-visible {
  background-color: rgba(15, 19, 36, 0.05);
  text-decoration: none;
}
.resource-detail-share__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.resource-detail-share__link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.need-funding-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.need-funding-page__header {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.need-funding-page__title {
  margin-bottom: 0;
}
.need-funding-page__subtitle {
  margin-bottom: 0;
  max-width: 600px;
}
.need-funding-page__form {
  max-width: 624px;
  position: relative;
  overflow: visible;
}
.need-funding-page__actions {
  margin-top: 2rem;
}
.need-funding-page__submit, .need-funding-page__add-company {
  width: 100%;
}
.need-funding-page__submit {
  margin-bottom: 1.5rem;
}
.need-funding-page__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.need-funding-page__divider-line {
  flex: 1;
  height: 1px;
  background-color: #DEE0E3;
}
.need-funding-page__divider-text {
  flex-shrink: 0;
  white-space: nowrap;
}
.need-funding-page .form-group-v2 {
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.round-info-card {
  background: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.round-info-card:hover {
  border-color: #1D54E2;
  box-shadow: 0 4px 12px rgba(29, 84, 226, 0.08);
}
.round-info-card__header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.round-info-card__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #F7F7F8;
  flex-shrink: 0;
}
.round-info-card__title-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.round-info-card__company-name {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1F2937;
  margin: 0;
  line-height: 1.4;
}
.round-info-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.round-info-card__badge--open {
  background-color: rgba(16, 185, 129, 0.1);
  color: #059669;
}
.round-info-card__badge--closed {
  background-color: rgba(107, 114, 128, 0.1);
  color: #6B7280;
}
.round-info-card__arrow {
  color: #6B7280;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.round-info-card__arrow svg {
  display: block;
}
.round-info-card:hover .round-info-card__arrow {
  opacity: 1;
  transform: translateX(0);
}
.round-info-card__divider {
  height: 1px;
  background-color: #DEE0E3;
  margin: 1rem 0;
}
.round-info-card__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.round-info-card__metric {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background-color: #F7F7F8;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.round-info-card__metric-label {
  color: #6B7280;
  font-weight: 400;
}
.round-info-card__metric-value {
  color: #1F2937;
  font-weight: 500;
}
.round-info-card__summary {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .round-info-card {
    padding: 1rem 1.25rem;
  }
  .round-info-card__header {
    gap: 0.75rem;
  }
  .round-info-card__logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .round-info-card__title-group {
    gap: 0.5rem;
  }
  .round-info-card__company-name {
    font-size: 0.9375rem;
  }
  .round-info-card__arrow {
    display: none;
  }
  .round-info-card__metrics {
    gap: 0.375rem;
  }
  .round-info-card__metric {
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .round-info-card {
    padding: 0.875rem 1rem;
  }
  .round-info-card__metric {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: calc(50% - 0.25rem);
  }
}

.funding-success-page {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}
@media (max-width: 991.98px) {
  .funding-success-page {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .funding-success-page {
    padding: 1.5rem 1rem 2rem;
  }
}
.funding-success-page__header {
  margin-bottom: 2rem;
}
.funding-success-page__header h1 {
  margin-bottom: 0.5rem;
}
.funding-success-page__header p {
  margin: 0;
}
@media (max-width: 575.98px) {
  .funding-success-page__header {
    margin-bottom: 1.5rem;
  }
}
.funding-success-page__table-wrapper {
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .funding-success-page__table-wrapper {
    margin-bottom: 2rem;
  }
}
.funding-success-page__table-wrapper--locked {
  position: relative;
  margin-bottom: 0;
}
.funding-success-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
}
@media (max-width: 575.98px) {
  .funding-success-page__divider {
    margin: 2rem 0;
  }
}
.funding-success-page__divider::before, .funding-success-page__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #DEE0E3;
}
.funding-success-page__divider span {
  white-space: nowrap;
}
.funding-success-page__premium-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .funding-success-page__premium-header {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.funding-success-page__premium-info {
  flex: 1;
}
.funding-success-page__premium-info h2 {
  margin-bottom: 0.5rem;
}
.funding-success-page__premium-info p {
  margin: 0;
}
.funding-success-page .btn-v2 {
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .funding-success-page .btn-v2 {
    width: 100%;
  }
}

.investors-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  overflow: hidden;
}
.investors-table--blurred {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.investors-table__head {
  background-color: #F7F7F8;
}
@media (max-width: 767.98px) {
  .investors-table__head {
    display: none;
  }
}
.investors-table__th {
  padding: 0.875rem 1rem;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: rgba(13, 17, 38, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.005rem;
  border-bottom: 1px solid #DEE0E3;
  white-space: nowrap;
}
.investors-table__th:first-child {
  padding-left: 1.5rem;
}
.investors-table__th:last-child {
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .investors-table__th {
    padding: 0.75rem 0.75rem;
    font-size: 0.6875rem;
  }
  .investors-table__th:first-child {
    padding-left: 1rem;
  }
  .investors-table__th:last-child {
    padding-right: 1rem;
  }
}
.investors-table__row {
  border-bottom: 1px solid #DEE0E3;
}
.investors-table__row:last-child {
  border-bottom: none;
}
.investors-table__row:hover {
  background-color: rgba(247, 247, 248, 0.5);
}
@media (max-width: 767.98px) {
  .investors-table__row {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem;
  }
  .investors-table__row:hover {
    background-color: transparent;
  }
}
.investors-table__td {
  padding: 1rem;
  font-family: "Inter", sans-serif;
  vertical-align: middle;
}
.investors-table__td:first-child {
  padding-left: 1.5rem;
}
.investors-table__td:last-child {
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .investors-table__td {
    padding: 0.875rem 0.75rem;
  }
  .investors-table__td:first-child {
    padding-left: 1rem;
  }
  .investors-table__td:last-child {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .investors-table__td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border: none;
  }
  .investors-table__td:first-child {
    padding-left: 0;
    margin-bottom: 0.75rem;
  }
  .investors-table__td:last-child {
    padding-right: 0;
  }
  .investors-table__td:not(:first-child)::before {
    content: attr(data-label);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    color: rgba(13, 17, 38, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.005rem;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  .investors-table__td--investor {
    justify-content: flex-start;
  }
}
.investors-table__td--investor {
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .investors-table__td--investor {
    min-width: 0;
  }
}

.investor-info-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.investor-info-cell__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #DEE0E3;
}
.investor-info-cell__name {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  color: #14151A;
}

.company-manage-container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.company-manage-page {
  max-width: 920px;
  margin: 0 auto;
}
.company-manage-page__header {
  margin-bottom: 2rem;
}
.company-manage-page__title {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.025rem;
  color: #0d1126;
  margin-bottom: 0.5rem;
}
.company-manage-page__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.00937rem;
  color: rgba(13, 17, 38, 0.7);
  margin: 0;
}

.company-manage-hero {
  height: 88px;
  background-color: #FFFFFF;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}
.company-manage-hero__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .company-manage-hero__body {
    flex-direction: row;
    align-items: center;
  }
}
.company-manage-hero__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
.company-manage-hero__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #DEE0E3;
  background-color: #f9fafb;
}
.company-manage-hero__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-manage-hero__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}
.company-manage-hero__name {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #0d1126;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-manage-hero__oneliner {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-manage-hero__delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid #DEE0E3;
  color: rgba(13, 17, 38, 0.7);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.company-manage-hero__delete:hover {
  background-color: #F7F7F8;
  border-color: rgba(13, 17, 38, 0.2);
  color: #0d1126;
}
.company-manage-hero__delete:focus-visible {
  outline: 2px solid #1D54E2;
  outline-offset: 2px;
}

.company-manage-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .company-manage-tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.company-manage-tab {
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  color: rgba(13, 17, 38, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.company-manage-tab span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.company-manage-tab.is-active {
  background-color: #f4f5f7;
  color: #14151A;
}
.company-manage-tab:hover:not(.is-active) {
  background-color: rgba(244, 245, 247, 0.5);
}
.company-manage-tab:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}

.company-manage-panel {
  display: none;
}
.company-manage-panel.is-active {
  display: block;
}
.company-manage-panel[hidden] {
  display: none;
}

.company-manage-panel-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.company-manage-panel-header:has(> button, > a) {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .company-manage-panel-header:has(> button, > a) {
    flex-direction: column;
    align-items: stretch;
  }
}
.company-manage-panel-header:has(> button, > a) > div {
  flex: 1;
  min-width: 0;
}
.company-manage-panel-header:has(> button, > a) button,
.company-manage-panel-header:has(> button, > a) a {
  flex-shrink: 0;
  width: auto !important;
}
@media (max-width: 767.98px) {
  .company-manage-panel-header:has(> button, > a) button,
  .company-manage-panel-header:has(> button, > a) a {
    width: 100% !important;
  }
}
.company-manage-panel-header__title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #0d1126;
  margin-bottom: 0;
}
.company-manage-panel-header__description {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.7);
  margin: 0;
}

.company-manage-section {
  margin-bottom: 3rem;
}
.company-manage-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .company-manage-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company-manage-section__text {
  flex: 1;
  min-width: 0;
}
.company-manage-section__title {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: -0.00937rem;
  color: #0d1126;
  margin-bottom: 0.25rem;
}
.company-manage-section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.7);
  margin: 0;
}
.company-manage-section__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  color: #14151A;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.company-manage-section__edit span {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.00937rem;
}
.company-manage-section__edit:hover {
  background-color: #f4f5f7;
  text-decoration: none;
}
.company-manage-section__edit:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}

.company-manage-info-list {
  display: flex;
  flex-direction: column;
}

.company-manage-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
  gap: 1rem;
  border-bottom: 1px solid #DEE0E3;
}
.company-manage-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.company-manage-info-row:first-child {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .company-manage-info-row {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.company-manage-info-row__label {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.6);
  flex-shrink: 0;
  width: 200px;
}
@media (max-width: 767.98px) {
  .company-manage-info-row__label {
    width: 100%;
  }
}
.company-manage-info-row__value {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.7);
  flex: 1;
  text-align: right;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .company-manage-info-row__value {
    text-align: left;
  }
}

.company-manage-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
}
.company-manage-empty__icon {
  margin-bottom: 1.5rem;
}
.company-manage-empty__icon img {
  max-width: 120px;
  height: auto;
  display: block;
}
.company-manage-empty__content {
  text-align: center;
  max-width: 400px;
}
.company-manage-empty__content h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #0d1126;
  margin-bottom: 0.5rem;
}
.company-manage-empty__content p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00437rem;
  color: rgba(13, 17, 38, 0.7);
  margin: 0;
}

.company-manage-news-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.company-manage-news-card {
  padding: 1rem;
  background-color: #F7F7F8;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.company-manage-news-card__title {
  margin: 0;
}
.company-manage-news-card__description {
  margin: 0;
}

.funds-overview {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.funds-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .funds-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .funds-stats {
    grid-template-columns: 1fr;
  }
}

.funds-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.funds-stat-card__value {
  margin: 0;
}
.funds-stat-card__label {
  margin: 0;
}

.funds-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
}

.funds-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.funds-table__head {
  background-color: #F7F7F8;
}
.funds-table__head tr th {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #DEE0E3;
}
.funds-table__head tr th:first-child {
  border-top-left-radius: 0.5rem;
}
.funds-table__head tr th:last-child {
  border-top-right-radius: 0.5rem;
}
.funds-table__body .funds-table__row {
  border-bottom: 1px solid #DEE0E3;
}
.funds-table__body .funds-table__row:last-child {
  border-bottom: none;
}
.funds-table__body .funds-table__row td {
  padding: 1rem;
  vertical-align: top;
}
.funds-table__body .funds-table__row--clickable {
  transition: background-color 0.15s ease-in-out;
}
.funds-table__body .funds-table__row--clickable:hover {
  background-color: #F7F7F8;
}
.funds-table__name-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.funds-table__name-col > span:first-child {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #14151A;
}
.funds-table__name-col > span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  color: rgba(15, 19, 36, 0.6);
}
.funds-table__type-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.funds-table__type-col > div:first-child {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #14151A;
}
.funds-table__type-col .funds-table__subtext {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  color: rgba(15, 19, 36, 0.6);
}
.funds-table__amount {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #14151A;
}

.funds-status-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
}
.funds-status-badge--close {
  background-color: #FDEAD8;
  color: #AE590A;
}
.funds-status-badge--open {
  background-color: #E3EAFD;
  color: #133A9A;
}

.form-file-upload-v2 {
  position: relative;
}
.form-file-upload-v2__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-file-upload-v2__label {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  border: 1px dashed #DEE0E3;
  border-radius: 0.5rem;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.form-file-upload-v2__label:hover {
  border-color: #1D54E2;
  background-color: rgba(29, 84, 226, 0.02);
}
.form-file-upload-v2__label:focus-within {
  outline: 2px solid rgba(29, 84, 226, 0.2);
  outline-offset: 2px;
}

.form-label-v2__optional {
  font-weight: 400;
  color: rgba(15, 19, 36, 0.6);
  margin-left: 0.25rem;
}

.password-container-v2 {
  position: relative;
}
.password-container-v2 .password-toggle-v2 {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(15, 19, 36, 0.6);
  font-size: 16px;
  transition: color 0.2s ease;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
.password-container-v2 .password-toggle-v2:hover {
  color: #1F2937;
}
.password-container-v2 .password-toggle-v2::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.social-login-btn-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #FFFFFF;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1F2937;
  text-decoration: none;
  transition: all 0.2s ease;
}
.social-login-btn-v2:hover {
  background-color: #1D54E2;
  border-color: #1D54E2;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(29, 84, 226, 0.2);
  text-decoration: none;
}
.social-login-btn-v2:hover svg path {
  fill: #FFFFFF;
}

.social-login-divider-v2 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
}
.social-login-divider-v2::before, .social-login-divider-v2::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #DEE0E3;
}
.social-login-divider-v2 span {
  padding: 0 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(15, 19, 36, 0.6);
}

input[type=date].form-control-v2::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type=date].form-control-v2::-webkit-inner-spin-button,
input[type=date].form-control-v2::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}

.share-sale-cards-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .share-sale-cards-grid {
    grid-template-columns: 1fr;
  }
}

.share-sale-card__header-content {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.share-sale-card__price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.share-sale-card__percentage {
  background-color: #F7F7F8;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: rgba(20, 21, 26, 0.6);
}

.share-sale-cards-grid .dashboard-startup-card__logo {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  flex-shrink: 0 !important;
}

.company-detail-card__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.company-detail-card__pin-btn {
  min-width: auto;
  width: auto;
  padding: 0.5rem 0.75rem;
}

.company-detail-card__pin-icon {
  color: currentColor;
}

body.investment-interest-drawer-open {
  overflow: hidden;
}
body.investment-interest-drawer-open .investment-interest-drawer {
  transform: translateX(0);
}

.profile-investment-requests-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.profile-investment-request-card {
  border: 2px solid #F7F7F8;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}

.profile-investment-request-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: #F7F7F8;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.profile-investment-request-card__company {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.profile-investment-request-card__logo {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.profile-investment-request-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-investment-request-card__info {
  flex: 1;
  min-width: 0;
}

.profile-investment-request-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.profile-investment-request-card__title-row h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-investment-request-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-investment-request-card__badge {
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #FDEAD8;
  color: #AE590A;
  white-space: nowrap;
}
.profile-investment-request-card__badge--pending, .profile-investment-request-card__badge--need-review {
  background-color: #FDEAD8;
  color: #AE590A;
}
.profile-investment-request-card__badge--contacted {
  background-color: #DBEAFE;
  color: #1D4ED8;
}
.profile-investment-request-card__badge--meeting-set {
  background-color: #D1FAE5;
  color: #047857;
}
.profile-investment-request-card__badge--rejected {
  background-color: #FEE2E2;
  color: #DC2626;
}

.profile-investment-request-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #ffffff;
}

.profile-investment-request-card__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #F7F7F8;
}

.profile-investment-request-card__stat-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.profile-investment-request-card__stat-label {
  display: block;
}

.profile-investment-request-card__stat-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-investment-request-card__stat-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-investment-request-card__stat-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575.98px) {
  .profile-investment-request-card__company {
    flex-direction: column;
  }
  .profile-investment-request-card__header {
    flex-direction: column;
  }
  .profile-investment-request-card__badge {
    align-self: flex-start;
  }
  .profile-investment-request-card__body {
    grid-template-columns: 1fr;
  }
}
.sourcing-company-selection-page {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}
@media (max-width: 991.98px) {
  .sourcing-company-selection-page {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .sourcing-company-selection-page {
    padding: 1.5rem 1rem 2rem;
  }
}
.sourcing-company-selection-page__header {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .sourcing-company-selection-page__header {
    margin-bottom: 1.5rem;
  }
}
.sourcing-company-selection-page__title {
  margin-bottom: 0;
}
.sourcing-company-selection-page__subtitle {
  margin-bottom: 0;
}
.sourcing-company-selection-page__form {
  position: relative;
  overflow: visible;
}
.sourcing-company-selection-page__actions {
  margin-top: 2rem;
}
.sourcing-company-selection-page__submit, .sourcing-company-selection-page__add-company {
  width: 100%;
}
.sourcing-company-selection-page__submit {
  margin-bottom: 1.5rem;
}
.sourcing-company-selection-page__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.sourcing-company-selection-page__divider-line {
  flex: 1;
  height: 1px;
  background-color: #DEE0E3;
}
.sourcing-company-selection-page__divider-text {
  flex-shrink: 0;
  white-space: nowrap;
}
.sourcing-company-selection-page .form-group-v2 {
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.empty-state-card-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  max-width: 726px;
  margin: 2rem auto 0;
}
.empty-state-card-v2__icon {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-state-card-v2__title {
  margin-bottom: 0.75rem;
}
.empty-state-card-v2__description {
  margin-bottom: 2rem;
  max-width: 480px;
}
.empty-state-card-v2 .btn-v2 {
  min-width: 200px;
}
@media (max-width: 575.98px) {
  .empty-state-card-v2 {
    padding: 2rem 1rem;
  }
  .empty-state-card-v2__icon {
    margin-bottom: 1rem;
  }
  .empty-state-card-v2__icon svg {
    width: 40px;
    height: 40px;
  }
  .empty-state-card-v2__description {
    margin-bottom: 1.5rem;
  }
}

.pipeline-matching-page {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}
@media (max-width: 991.98px) {
  .pipeline-matching-page {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .pipeline-matching-page {
    padding: 1.5rem 1rem 2rem;
  }
}
.pipeline-matching-page__header {
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .pipeline-matching-page__header {
    margin-bottom: 1.5rem;
  }
}
.pipeline-matching-page__info-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: rgba(29, 84, 226, 0.05);
  border-left: 3px solid #1D54E2;
  border-radius: 0.5rem;
}
.pipeline-matching-page__info-box svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #1D54E2;
  margin-top: 0.125rem;
}
.pipeline-matching-page__info-box p {
  margin: 0;
  color: #0F1419;
}
.pipeline-matching-page__info-box p strong {
  font-weight: 600;
  color: #1D54E2;
}
.pipeline-matching-page__title {
  margin-bottom: 0.5rem;
}
.pipeline-matching-page__subtitle {
  margin: 0;
}
.pipeline-matching-page__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .pipeline-matching-page__stats {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.pipeline-matching-page__table-wrapper {
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .pipeline-matching-page__table-wrapper {
    margin-bottom: 2rem;
  }
}
.pipeline-matching-page__table-wrapper--locked {
  position: relative;
  margin-bottom: 0;
}
.pipeline-matching-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
}
@media (max-width: 575.98px) {
  .pipeline-matching-page__divider {
    margin: 2rem 0;
  }
}
.pipeline-matching-page__divider::before, .pipeline-matching-page__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #DEE0E3;
}
.pipeline-matching-page__divider span {
  white-space: nowrap;
}
.pipeline-matching-page__premium-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .pipeline-matching-page__premium-header {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.pipeline-matching-page__premium-info {
  flex: 1;
}
.pipeline-matching-page__premium-info h2 {
  margin-bottom: 0.5rem;
}
.pipeline-matching-page__premium-info p {
  margin: 0;
}
.pipeline-matching-page .btn-v2 {
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .pipeline-matching-page .btn-v2 {
    width: 100%;
  }
}

.pipeline-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.pipeline-stat-card__value {
  display: block;
}
.pipeline-stat-card__label {
  display: block;
}

.pipeline-matching-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .pipeline-matching-tabs {
    margin-bottom: 1.5rem;
  }
}

.pipeline-matching-tabs__tab {
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-matching-tabs__tab.is-active {
  background-color: #F7F7F8;
  color: #14151A;
}
.pipeline-matching-tabs__tab:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}

.pipeline-matching-tabs__panels {
  display: flex;
  flex-direction: column;
}

.pipeline-matching-panel {
  display: none;
}
.pipeline-matching-panel.is-active {
  display: block;
}

.pipeline-opportunities-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.75rem;
  overflow: hidden;
}
.pipeline-opportunities-table--blurred {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pipeline-opportunities-table__head {
  background-color: #F7F7F8;
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__head {
    display: none;
  }
}
.pipeline-opportunities-table__th {
  padding: 0.875rem 1rem;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: rgba(13, 17, 38, 0.6);
  letter-spacing: 0.005rem;
  border-bottom: 1px solid #DEE0E3;
  white-space: nowrap;
}
.pipeline-opportunities-table__th:first-child {
  padding-left: 1.5rem;
}
.pipeline-opportunities-table__th:last-child {
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .pipeline-opportunities-table__th {
    padding: 0.75rem 0.75rem;
    font-size: 0.6875rem;
  }
  .pipeline-opportunities-table__th:first-child {
    padding-left: 1rem;
  }
  .pipeline-opportunities-table__th:last-child {
    padding-right: 1rem;
  }
}
.pipeline-opportunities-table__body {
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: transparent;
  }
}
.pipeline-opportunities-table__row {
  border-bottom: 1px solid #DEE0E3;
}
.pipeline-opportunities-table__row:last-child {
  border-bottom: none;
}
.pipeline-opportunities-table__row--clickable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pipeline-opportunities-table__row--clickable:hover {
  background-color: rgba(29, 84, 226, 0.02);
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__row--clickable:hover {
    background-color: rgba(29, 84, 226, 0.03);
  }
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #DEE0E3;
    border-radius: 0.75rem;
  }
}
.pipeline-opportunities-table__td {
  padding: 1rem;
  vertical-align: middle;
}
.pipeline-opportunities-table__td:first-child {
  padding-left: 1.5rem;
}
.pipeline-opportunities-table__td:last-child {
  padding-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .pipeline-opportunities-table__td {
    padding: 0.875rem 0.75rem;
  }
  .pipeline-opportunities-table__td:first-child {
    padding-left: 1rem;
  }
  .pipeline-opportunities-table__td:last-child {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
  }
  .pipeline-opportunities-table__td::before {
    content: attr(data-label);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    color: rgba(13, 17, 38, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.005rem;
  }
  .pipeline-opportunities-table__td--startup::before {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .pipeline-opportunities-table__td--startup {
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #DEE0E3;
    margin-bottom: 0.5rem;
  }
}

.startup-info-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.startup-info-cell__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.startup-info-cell__name {
  display: block;
}

.startup-category-chip {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: rgba(29, 84, 226, 0.1);
  border-radius: 0.25rem;
  white-space: nowrap;
}

.pipeline-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  color: #0F1419;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pipeline-action-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.pipeline-action-btn:hover:not(:disabled) {
  background-color: #F7F7F8;
  border-color: #C7CACD;
}
.pipeline-action-btn.is-active {
  background-color: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
  color: #16a34a;
}
.pipeline-action-btn.is-active:hover {
  background-color: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.4);
}
.pipeline-action-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pipeline-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #DEE0E3;
  border-radius: 0.375rem;
  color: #0F1419;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-icon-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.pipeline-icon-btn:hover:not(:disabled) {
  background-color: #F7F7F8;
  border-color: #C7CACD;
}
.pipeline-icon-btn.is-active {
  background-color: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
  color: #16a34a;
}
.pipeline-icon-btn.is-active:hover {
  background-color: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.4);
}
.pipeline-icon-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pipeline-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  min-width: 300px;
  max-width: 400px;
  padding: 1rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.pipeline-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.pipeline-toast__content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pipeline-toast__content svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #16a34a;
}
.pipeline-toast__content span {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #0F1419;
}
.pipeline-toast--success {
  border-left: 4px solid #16a34a;
}
.pipeline-toast--error {
  border-left: 4px solid #dc2626;
}
.pipeline-toast--error .pipeline-toast__content svg {
  color: #dc2626;
}

.pipeline-status-badge {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  white-space: nowrap;
}
.pipeline-status-badge--waiting, .pipeline-status-badge--pending {
  background-color: #FDEAD8;
  color: #AE590A;
}
.pipeline-status-badge--approved {
  background-color: #D1FAE5;
  color: #047857;
}
.pipeline-status-badge--rejected {
  background-color: #FEE2E2;
  color: #DC2626;
}
.pipeline-status-badge--contacted {
  background-color: #DBEAFE;
  color: #1D4ED8;
}
.pipeline-status-badge--meeting-set {
  background-color: #D1FAE5;
  color: #047857;
}

.payment-page-wrapper {
  min-height: calc(100vh - 120px);
  padding: 2rem 0;
}
@media (max-width: 575.98px) {
  .payment-page-wrapper {
    padding: 1rem 0;
  }
}

.payment-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .payment-page {
    gap: 1.5rem;
  }
}

.payment-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-page__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #14151A;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s;
}
.payment-page__back:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #14151A;
}

.payment-page__content {
  display: flex;
  justify-content: center;
}

.payment-card {
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #F0F0F2;
  overflow: visible;
}
@media (max-width: 575.98px) {
  .payment-card {
    padding: 1.5rem;
    border-radius: 20px;
  }
}

.payment-card__header {
  margin-bottom: 2rem;
  text-align: center;
}
.payment-card__header h1 {
  margin-bottom: 0.5rem;
}

.payment-card__product {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #F7F7F8;
  border-radius: 16px;
}

.payment-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .payment-product {
    flex-direction: column;
    align-items: flex-start;
  }
}

.payment-product__info {
  flex: 1;
}

.payment-product__price {
  white-space: nowrap;
}

.payment-card__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.payment-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.payment-form-label {
  color: #14151A;
}

.payment-stripe-element {
  padding: 12px 16px;
  border: 2px solid #DEE0E3;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition: border-color 0.2s;
}
.payment-stripe-element:focus-within {
  border-color: #0066FF;
}

.payment-form-error {
  color: #E53E3E;
  display: none;
  margin-top: 0.25rem;
}

.payment-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.payment-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: payment-spin 0.6s linear infinite;
}

@keyframes payment-spin {
  to {
    transform: rotate(360deg);
  }
}
.payment-secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
}
.payment-secure-badge svg {
  flex-shrink: 0;
  color: #8E95A5;
}

.payment-success-wrapper {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
}

.payment-success {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.payment-success__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  pointer-events: none;
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 640px) {
  .payment-success__animation {
    width: 300px;
    height: 300px;
  }
}

.payment-success__content {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 48px 40px;
  border: 1px solid #F0F0F2;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  overflow: visible;
}
@media (max-width: 640px) {
  .payment-success__content {
    padding: 32px 24px;
  }
}

.payment-success__icon {
  margin: 0 auto 24px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-success__title {
  margin-bottom: 12px;
  color: #18181B;
}

.payment-success__subtitle {
  margin-bottom: 32px;
  color: #71717A;
}

.payment-success__details {
  margin-bottom: 32px;
}

.payment-success__product {
  background: #F8F8F9;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 640px) {
  .payment-success__product {
    flex-direction: column;
    gap: 16px;
  }
}

.payment-success__product-info,
.payment-success__product-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 640px) {
  .payment-success__product-info,
  .payment-success__product-price {
    text-align: left;
  }
}

.payment-success__product-info {
  text-align: left;
}

.payment-success__product-price {
  text-align: right;
}

.payment-success__message {
  margin-bottom: 32px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .payment-success__message {
    padding: 0;
  }
}

.payment-success__actions {
  display: flex;
  justify-content: center;
}

.payment-success__button {
  min-width: 200px;
}

.theme-v2 .messages-page-v2 {
  display: grid;
  grid-template-columns: minmax(280px, 320px) 1fr;
  gap: 2rem;
  height: calc(100vh - 120px);
  min-height: 0;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
}
@media (max-width: 1199.98px) {
  .theme-v2 .messages-page-v2 {
    grid-template-columns: minmax(260px, 300px) 1fr;
  }
}
@media (max-width: 991.98px) {
  .theme-v2 .messages-page-v2 {
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100vh - 120px);
  }
}
@media (max-width: 767.98px) {
  .theme-v2 .messages-page-v2 {
    padding: 0 1rem 2rem;
  }
}
.theme-v2 .messages-page-v2__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 0;
  height: 100%;
}
.theme-v2 .messages-page-v2__sidebar-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  min-height: 0;
}
.theme-v2 .messages-page-v2__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.theme-v2 .messages-page-v2__title {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__compose {
  padding: 0.625rem;
  gap: 0;
  color: #0f1324;
  text-decoration: none;
  min-width: 44px;
  min-height: 44px;
}
.theme-v2 .messages-page-v2__compose img {
  width: 18px;
  height: 18px;
  display: block;
}
.theme-v2 .messages-page-v2__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.875rem;
  color: #0f1324;
  text-decoration: none;
  min-height: 44px;
}
.theme-v2 .messages-page-v2__profile-link img {
  width: 18px;
  height: 18px;
  display: block;
}
.theme-v2 .messages-page-v2__profile-link span {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__header-actions {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  position: relative;
}
.theme-v2 .messages-page-v2__search {
  width: 100%;
}
.theme-v2 .messages-page-v2__search-group {
  position: relative;
  display: flex;
  align-items: center;
}
.theme-v2 .messages-page-v2__search-icon {
  position: absolute;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-v2 .messages-page-v2__search-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
}
.theme-v2 .messages-page-v2__search-icon svg circle,
.theme-v2 .messages-page-v2__search-icon svg path {
  stroke: #a0a5b8;
}
.theme-v2 .messages-page-v2__search-field {
  width: 100%;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #f7f7f8;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  color: #0f1324;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.theme-v2 .messages-page-v2__search-field::-moz-placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__search-field::placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__search-field:focus {
  outline: none;
  border-color: rgba(29, 84, 226, 0.4);
  box-shadow: 0 0 0 4px rgba(29, 84, 226, 0.08);
}
.theme-v2 .messages-page-v2__list-wrapper {
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.theme-v2 .messages-page-v2__list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 0.5rem;
  max-height: none;
  height: 100%;
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-right: 0.25rem;
}
@media (max-width: 991.98px) {
  .theme-v2 .messages-page-v2__list {
    height: auto;
  }
}
.theme-v2 .messages-page-v2__compose-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.75rem;
  width: 320px;
  max-height: calc(100vh - 200px);
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 19, 36, 0.16);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .theme-v2 .messages-page-v2__compose-dropdown {
    width: calc(100vw - 2rem);
    right: -1rem;
  }
}
.theme-v2 .messages-page-v2__compose-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-v2 .messages-page-v2__compose-dropdown-close {
  border: none;
  background: transparent;
  color: rgba(15, 19, 36, 0.55);
  cursor: pointer;
  padding: 0;
}
.theme-v2 .messages-page-v2__compose-dropdown-search {
  width: 100%;
}
.theme-v2 .messages-page-v2__compose-dropdown-search-group {
  position: relative;
  display: flex;
  align-items: center;
}
.theme-v2 .messages-page-v2__compose-dropdown-icon {
  position: absolute;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-v2 .messages-page-v2__compose-dropdown-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
}
.theme-v2 .messages-page-v2__compose-dropdown-icon svg circle,
.theme-v2 .messages-page-v2__compose-dropdown-icon svg path {
  stroke: #a0a5b8;
}
.theme-v2 .messages-page-v2__compose-dropdown-search-field {
  width: 100%;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: #f7f7f8;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  color: #0f1324;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-search-field::-moz-placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__compose-dropdown-search-field::placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__compose-dropdown-search-field:focus {
  outline: none;
  border-color: rgba(29, 84, 226, 0.4);
  box-shadow: 0 0 0 4px rgba(29, 84, 226, 0.08);
}
.theme-v2 .messages-page-v2__compose-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
  max-height: 220px;
  padding-right: 0.25rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.theme-v2 .messages-page-v2__compose-dropdown-item:hover, .theme-v2 .messages-page-v2__compose-dropdown-item:focus-visible {
  background-color: rgba(15, 19, 36, 0.05);
  outline: none;
}
.theme-v2 .messages-page-v2__compose-dropdown-item.is-selected {
  background-color: rgba(29, 84, 226, 0.08);
  box-shadow: inset 0 0 0 1px rgba(29, 84, 226, 0.16);
}
.theme-v2 .messages-page-v2__compose-dropdown-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.theme-v2 .messages-page-v2__compose-dropdown-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.theme-v2 .messages-page-v2__compose-dropdown-name {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__compose-dropdown-role {
  color: rgba(15, 19, 36, 0.55);
}
.theme-v2 .messages-page-v2__compose-dropdown-empty, .theme-v2 .messages-page-v2__compose-dropdown-empty-state {
  text-align: center;
  color: rgba(15, 19, 36, 0.55);
  padding: 1.5rem 1rem;
  background-color: #f7f7f8;
  border-radius: 12px;
}
.theme-v2 .messages-page-v2__compose-dropdown-message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-selected {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-selected-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.theme-v2 .messages-page-v2__compose-dropdown-selected-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-selected-name {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__compose-dropdown-selected-role {
  color: rgba(15, 19, 36, 0.55);
}
.theme-v2 .messages-page-v2__compose-dropdown-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.theme-v2 .messages-page-v2__compose-dropdown-input-group {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.theme-v2 .messages-page-v2__compose-dropdown-input {
  flex: 1;
  border: 1px solid #dee0e3;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0f1324;
}
.theme-v2 .messages-page-v2__compose-dropdown-input::-moz-placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__compose-dropdown-input::placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__compose-dropdown-input:focus {
  outline: none;
  border-color: rgba(29, 84, 226, 0.4);
  box-shadow: 0 0 0 4px rgba(29, 84, 226, 0.12);
}
.theme-v2 .messages-page-v2__compose-dropdown-send {
  white-space: nowrap;
  min-width: 88px;
}
.theme-v2 .messages-page-v2__compose-dropdown-open {
  width: 100%;
}
.theme-v2 .messages-page-v2__compose-dropdown-form.is-loading, .theme-v2 .messages-page-v2__compose-dropdown-form.is-loading .messages-page-v2__compose-dropdown-input, .theme-v2 .messages-page-v2__compose-dropdown-form.is-loading .messages-page-v2__compose-dropdown-send {
  pointer-events: none;
  opacity: 0.64;
}
.theme-v2 .messages-page-v2__list-item {
  position: relative;
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.theme-v2 .messages-page-v2__list-item:hover {
  background-color: rgba(15, 19, 36, 0.04);
}
.theme-v2 .messages-page-v2__list-item.is-active {
  background-color: rgba(29, 84, 226, 0.08);
  box-shadow: inset 0 0 0 1px rgba(29, 84, 226, 0.16);
}
.theme-v2 .messages-page-v2__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.theme-v2 .messages-page-v2__list-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theme-v2 .messages-page-v2__preview {
  margin: 0;
  color: rgba(15, 19, 36, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-v2 .messages-page-v2__list-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.theme-v2 .messages-page-v2__name {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 0.5rem;
  max-height: none;
  height: 100%;
  min-height: 0;
  padding-right: 0.25rem;
  scroll-behavior: smooth;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.theme-v2 .messages-page-v2__divider {
  height: 1px;
  background-color: rgba(222, 224, 227, 0.8);
  width: 100%;
  margin: 0.25rem 0;
}
.theme-v2 .messages-page-v2__badge {
  align-self: flex-start;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: #1d54e2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 0.5rem;
}
.theme-v2 .messages-page-v2__empty-list {
  color: rgba(15, 19, 36, 0.55);
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  background-color: #f7f7f8;
}
.theme-v2 .messages-page-v2__conversation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 0;
  height: 100%;
  padding-top: 1.5rem;
}
.theme-v2 .messages-page-v2__conversation-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.theme-v2 .messages-page-v2__conversation-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.theme-v2 .messages-page-v2__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(15, 19, 36, 0.08);
  transition: background-color 0.2s ease;
}
.theme-v2 .messages-page-v2__back img {
  width: 20px;
  height: 20px;
  display: block;
}
.theme-v2 .messages-page-v2__back:hover, .theme-v2 .messages-page-v2__back:focus {
  background-color: rgba(15, 19, 36, 0.16);
  outline: none;
}
@media (min-width: 992px) {
  .theme-v2 .messages-page-v2__back {
    display: none;
  }
}
.theme-v2 .messages-page-v2__conversation-title {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__conversation-panel {
  flex: 1;
  background-color: #F7F7F8;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}
.theme-v2 .messages-page-v2__message-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 0.25rem;
  min-height: 0;
}
.theme-v2 .messages-page-v2__message {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.theme-v2 .messages-page-v2__message-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.theme-v2 .messages-page-v2__message-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.theme-v2 .messages-page-v2__message-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.theme-v2 .messages-page-v2__message-author {
  color: #0f1324;
}
.theme-v2 .messages-page-v2__message-time {
  color: rgba(15, 19, 36, 0.55);
}
.theme-v2 .messages-page-v2__message-text {
  color: #0f1324;
  margin: 0;
  word-break: break-word;
}
.theme-v2 .messages-page-v2__message-empty {
  margin: auto;
  text-align: center;
  color: rgba(15, 19, 36, 0.55);
  padding: 2rem 1rem;
}
.theme-v2 .messages-page-v2__empty-conversation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(15, 19, 36, 0.55);
}
.theme-v2 .messages-page-v2__composer {
  position: relative;
}
.theme-v2 .messages-page-v2__composer-field {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dee0e3;
  background-color: #ffffff;
  padding: 0.875rem 3rem 0.875rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
  color: #0f1324;
}
.theme-v2 .messages-page-v2__composer-field::-moz-placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__composer-field::placeholder {
  color: rgba(15, 19, 36, 0.4);
}
.theme-v2 .messages-page-v2__composer-field:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(29, 84, 226, 0.08);
}
.theme-v2 .messages-page-v2__composer-submit {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0.5rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.theme-v2 .messages-page-v2__composer-submit img {
  width: 20px;
  height: 20px;
  display: block;
}
.theme-v2 .messages-page-v2__composer-submit:hover, .theme-v2 .messages-page-v2__composer-submit:focus {
  background-color: rgba(15, 19, 36, 0.08);
  outline: none;
}
.theme-v2 .messages-page-v2__list-empty-indicator {
  display: none;
}
@media (max-width: 991.98px) {
  .theme-v2 .messages-page-v2__sidebar-card {
    padding: 1.25rem;
  }
  .theme-v2 .messages-page-v2__conversation {
    padding-top: 1.25rem;
  }
  .theme-v2 .messages-page-v2__conversation-panel {
    padding: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .theme-v2 .messages-page-v2 {
    gap: 1.25rem;
  }
  .theme-v2 .messages-page-v2__sidebar-card {
    border-radius: 12px;
  }
  .theme-v2 .messages-page-v2__list-item {
    padding: 0.75rem;
  }
  .theme-v2 .messages-page-v2__conversation-panel {
    border-radius: 12px;
  }
}

.plans-wrapper {
  width: 100%;
}

.theme-v2 .plans-wrapper {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.theme-v2 .plans-wrapper .theme-v2-boxed {
  max-width: 910px;
  width: 100%;
}

.theme-v2 .plans-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.theme-v2 .plans-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.theme-v2 .plans-page__title,
.theme-v2 .plans-page__subtitle {
  margin: 0;
}

.theme-v2 .plans-page__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .theme-v2 .plans-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.theme-v2 .plans-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  height: 100%;
  border: none;
  box-shadow: none;
}

.theme-v2 .plans-card--community {
  border: 1px solid rgba(13, 17, 38, 0.08);
}

.theme-v2 .plans-card--premium {
  background-color: #F7F7F8;
}

@media (max-width: 575.98px) {
  .theme-v2 .plans-card {
    padding: 1.5rem;
    border-radius: 20px;
  }
}
.theme-v2 .plans-card__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.theme-v2 .plans-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #14151A;
  box-shadow: inset 0 0 0 1px rgba(10, 15, 41, 0.08), 0 6px 16px rgba(10, 15, 41, 0.08);
  flex-shrink: 0;
}

.theme-v2 .plans-card__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.theme-v2 .plans-card__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.theme-v2 .plans-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.theme-v2 .plans-card__price-row {
  line-height: 1;
}

.theme-v2 .plans-card__price-row > * {
  margin-right: 0.375rem;
}

.theme-v2 .plans-card__price-row > *:last-child {
  margin-right: 0;
}

.theme-v2 .plans-card__price-symbol {
  display: inline-flex;
  align-items: baseline;
}

.theme-v2 .plans-card__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-v2 .plans-card__feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-v2 .plans-card__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(15, 19, 36, 0.6);
  flex-shrink: 0;
}

.theme-v2 .plans-card__feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.theme-v2 .plans-card__feature-text {
  color: #14151A;
}

.theme-v2 .plans-card__feature--muted .plans-card__feature-icon {
  color: rgba(13, 17, 38, 0.24);
}

.theme-v2 .plans-card__feature--muted .plans-card__feature-text {
  color: rgba(13, 17, 38, 0.4);
}

.theme-v2 .plans-card__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(13, 17, 38, 0.08);
  margin: 0;
}

.theme-v2 .plans-card__cta-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-v2 .plans-card__cta .btn-v2 {
  width: 100%;
  justify-content: center;
}

.theme-v2 .plans-enterprise {
  width: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .theme-v2 .plans-enterprise {
    border-radius: 20px;
  }
}
.theme-v2 .plans-enterprise__header {
  background-color: #f5f7fb;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (max-width: 575.98px) {
  .theme-v2 .plans-enterprise__header {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .theme-v2 .plans-enterprise__header {
    flex-direction: column;
    gap: 1rem;
  }
}
.theme-v2 .plans-enterprise__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.theme-v2 .plans-enterprise__title {
  margin: 0;
}

.theme-v2 .plans-enterprise__description {
  color: rgba(13, 17, 38, 0.6);
}

.theme-v2 .plans-enterprise__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.theme-v2 .plans-enterprise__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.375rem;
}

.theme-v2 .plans-enterprise__note {
  color: rgba(13, 17, 38, 0.6);
}

.theme-v2 .plans-enterprise__cta {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .theme-v2 .plans-enterprise__cta {
    margin-left: 0;
  }
}
.theme-v2 .plans-enterprise__cta .btn-v2 {
  min-width: 132px;
  justify-content: center;
}

.theme-v2 .plans-enterprise__features {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
  padding: 0.85rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  box-shadow: inset 0 0 0 2px #f7f7f8;
}

@media (max-width: 575.98px) {
  .theme-v2 .plans-enterprise__features {
    border-radius: 0 0 20px 20px;
    padding: 0.75rem 1.5rem;
  }
}
.theme-v2 .plans-enterprise__feature {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(13, 17, 38, 0.7);
  white-space: nowrap;
}

.theme-v2 .plans-enterprise__feature:not(:last-child)::after {
  content: "•";
  color: rgba(13, 17, 38, 0.24);
  margin-left: 0.75rem;
}

@media (max-width: 575.98px) {
  .theme-v2 .plans-enterprise__feature:not(:last-child)::after {
    margin-left: 0.5rem;
  }
}
.profile-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.theme-v2 .profile-detail-page__description {
  margin-top: 0;
  color: rgba(13, 17, 38, 0.6);
}

.theme-v2 .profile-page .profile-detail-page__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.profile-section-card {
  border-radius: 1.25rem;
  border: 1px solid #DEE0E3;
  background-color: #ffffff;
}

.profile-section-card .card-body-v2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.profile-page .profile-detail-section__card.card-v2, .profile-page .profile-detail-section__card.profile-detail-connections, .profile-page .profile-detail-section__card.profile-company-card {
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 1.25rem;
  gap: 0;
}

.profile-page .profile-detail-section__card.card-v2 .card-body-v2, .profile-page .profile-detail-section__card.profile-detail-connections .card-body-v2, .profile-page .profile-detail-section__card.profile-company-card .card-body-v2 {
  padding: 1.5rem;
}

.profile-page .profile-detail-section__card.card-v2 .profile-detail-skill-chips, .profile-page .profile-detail-section__card.profile-detail-connections .profile-detail-skill-chips, .profile-page .profile-detail-section__card.profile-company-card .profile-detail-skill-chips {
  padding: 0 1.5rem 1.5rem;
}

.profile-section-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.profile-section-card__title {
  margin: 0;
}

.profile-section-card__cta {
  flex-shrink: 0;
}

.profile-section-card__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .profile-section-card__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.theme-v2 .profile-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.theme-v2 .profile-section-header__title {
  margin: 0;
}

.theme-v2 .profile-section-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(13, 17, 38, 0.08);
}

.profile-company-card-v2 {
  position: relative;
  overflow: hidden;
}

.profile-company-card-v2__actions {
  margin-left: auto;
}

.profile-company-card-v2__chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.profile-company-card-v2__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(13, 17, 38, 0.05);
  color: rgba(13, 17, 38, 0.65);
  font-size: 0.75rem;
  font-weight: 500;
}

.profile-company-card-v2__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.theme-v2 .profile-company-grid {
  gap: 1rem;
}

.theme-v2 .profile-company-card-v2__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.theme-v2 .profile-company-card-v2__settings {
  width: 36px;
  height: 36px;
  border-radius: 0.75rem;
  border: 1px solid rgba(13, 17, 38, 0.12);
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-v2 .profile-company-card-v2__settings:hover,
.theme-v2 .profile-company-card-v2__settings:focus-visible {
  border-color: rgba(29, 84, 226, 0.4);
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.12);
  outline: none;
}

.theme-v2 .profile-company-card-v2__settings img {
  width: 18px;
  height: 18px;
}

.theme-v2 .profile-company-card-v2__oneliner {
  margin: 0.5rem 0 0;
  min-height: 2.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  color: rgba(13, 17, 38, 0.65);
}

.theme-v2 .profile-empty-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

.theme-v2 .profile-empty-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 118px;
}

.theme-v2 .profile-empty-panel__icon img {
  max-height: 118px;
  width: auto;
}

.theme-v2 .profile-empty-panel__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.theme-v2 .profile-empty-panel .btn-discover-v2 {
  width: auto;
}

.profile-deals-grid {
  display: grid;
  gap: 1rem;
}

.theme-v2 .profile-deals-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .theme-v2 .profile-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .theme-v2 .profile-deals-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.profile-deal-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.profile-deal-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.theme-v2 .profile-deal-card__date {
  margin: 0;
}

.profile-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  background-color: rgba(15, 19, 36, 0.03);
  border-radius: 1rem;
}

.profile-empty-state__icon {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(13, 17, 38, 0.08);
}

.profile-empty-state__icon img {
  max-width: 32px;
  max-height: 32px;
}

.profile-empty-state__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.profile-empty-state__cta {
  margin-top: 0.5rem;
}

.profile-empty-state--compact {
  padding: 1.75rem 1.25rem;
}

.profile-progress-card {
  padding: 0;
}

.profile-progress-card__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.profile-progress-card__indicator {
  --progress: 0deg;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#1D54E2 0deg, #1D54E2 var(--progress), rgba(29, 84, 226, 0.08) var(--progress));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1D54E2;
}

.profile-progress-card__indicator::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(13, 17, 38, 0.08);
}

.profile-progress-card__value {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 600;
}

.profile-progress-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.profile-progress-card__title {
  margin: 0;
}

.profile-progress-card__subtitle {
  margin: 0;
}

.profile-progress-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.profile-progress-card__link {
  color: #1D54E2;
  font-weight: 500;
  text-decoration: none;
}

.profile-progress-card__link:hover,
.profile-progress-card__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

@media (max-width: 575.98px) {
  .profile-section-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-section-card__cta {
    width: 100%;
  }
  .profile-company-card-v2__footer,
  .profile-deal-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-progress-card__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-settings-container {
  width: 902px;
  max-width: 100%;
  margin: 0 auto;
}

.profile-settings-header {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .profile-settings-header {
    margin-bottom: 1rem;
  }
}

.profile-settings-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0d1126;
  margin: 0;
}

.profile-settings-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(13, 17, 38, 0.6);
  margin: 0;
}

.profile-settings-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(13, 17, 38, 0.08);
}
@media (max-width: 768px) {
  .profile-settings-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.profile-settings-section-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(13, 17, 38, 0.6);
  margin: 0;
}

.profile-settings-panel {
  padding-top: 1rem;
  width: 100%;
}
.profile-settings-panel > * {
  max-width: 100%;
}

.profile-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .profile-settings-tabs {
    width: 100%;
  }
}

.profile-settings-tab {
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  color: rgba(13, 17, 38, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  white-space: nowrap;
}
.profile-settings-tab.is-active {
  background-color: #f4f5f7;
  color: #14151A;
}
.profile-settings-tab:focus-visible {
  outline: 2px solid rgba(20, 21, 26, 0.2);
  outline-offset: 2px;
}

.profile-settings-panels {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.profile-settings-panel {
  display: none;
  width: 100%;
}
.profile-settings-panel.is-active {
  display: block;
}

.profile-settings-section-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #0d1126;
  margin: 0;
}
@media (max-width: 576px) {
  .profile-settings-section-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.profile-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .profile-settings-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.profile-settings-grid--single {
  grid-template-columns: 1fr;
}
.profile-settings-grid--full {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .profile-settings-grid--full {
    grid-template-columns: 1fr;
  }
}
.profile-settings-grid--biography {
  margin-top: 1.5rem;
}
.profile-settings-grid--role-country {
  margin-top: 1.5rem;
}

.profile-settings-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.5rem;
}
.profile-settings-field--full-width {
  grid-column: 1/-1;
}

.profile-settings-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0d1126;
}
.profile-settings-label--required::after {
  content: " *";
  color: #dc3545;
}

.profile-settings-input,
.profile-settings-textarea,
.profile-settings-select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #0d1126;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  padding: 0.6875rem 1rem;
  transition: all 0.2s ease;
  width: 100%;
}
.profile-settings-input:focus,
.profile-settings-textarea:focus,
.profile-settings-select:focus {
  border-color: #1d54e2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.08);
}
.profile-settings-input::-moz-placeholder, .profile-settings-textarea::-moz-placeholder, .profile-settings-select::-moz-placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.profile-settings-input::placeholder,
.profile-settings-textarea::placeholder,
.profile-settings-select::placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.profile-settings-input:disabled,
.profile-settings-textarea:disabled,
.profile-settings-select:disabled {
  background-color: rgba(13, 17, 38, 0.04);
  cursor: not-allowed;
}

.profile-settings-textarea {
  min-height: 80px;
  resize: vertical;
  font-family: "Inter", sans-serif;
}
@media (max-width: 576px) {
  .profile-settings-textarea {
    min-height: 70px;
  }
}

.profile-settings-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D1126' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}

.profile-photo-section {
  margin-bottom: 1.5rem;
}

.profile-photo-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0d1126;
  margin: 0 0 0.5rem;
  display: block;
}

.profile-photo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background-color: #f4f5f7;
  border: 1px dashed #DEE0E3;
  border-radius: 0.5rem;
}
@media (max-width: 576px) {
  .profile-photo-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
}

.profile-photo-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1d54e2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  flex-shrink: 0;
}

.profile-photo-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
@media (max-width: 576px) {
  .profile-photo-content {
    flex-direction: column;
    text-align: center;
  }
}

.profile-photo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0d1126;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.profile-photo-button:hover {
  background-color: #f4f5f7;
}

.profile-photo-info {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(13, 17, 38, 0.6);
}

.profile-photo-input {
  display: none;
}

.profile-settings-error-alert {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 0.5rem;
}
.profile-settings-error-alert ul {
  margin: 0;
  padding-left: 1.5rem;
}

.profile-skills-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  min-height: 44px;
  background-color: #ffffff;
  cursor: text;
}
.profile-skills-tags:focus-within {
  border-color: #1d54e2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.08);
}

.profile-skills-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background-color: #f4f5f7;
  border-radius: 0.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(13, 17, 38, 0.6);
}

.profile-skills-tag-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: rgba(13, 17, 38, 0.6);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.2s ease;
  order: 2;
}
.profile-skills-tag-remove:hover {
  color: #0d1126;
}

.profile-skills-input {
  flex: 1;
  min-width: 120px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  padding: 0.1875rem 0;
  background: transparent;
}
.profile-skills-input::-moz-placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.profile-skills-input::placeholder {
  color: rgba(13, 17, 38, 0.4);
}

.profile-phone-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #DEE0E3;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.profile-phone-wrapper:focus-within {
  border-color: #1d54e2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.08);
}

.profile-phone-country {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6875rem 1rem;
  border-right: 1px solid #DEE0E3;
  background-color: #ffffff;
  cursor: pointer;
}
.profile-phone-country select {
  border: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #0d1126;
  cursor: pointer;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.profile-phone-country select::-ms-expand {
  display: none;
}

.profile-phone-input {
  flex: 1;
  border: none;
  padding: 0.6875rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: #0d1126;
  background: transparent;
  outline: none;
}
.profile-phone-input::-moz-placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.profile-phone-input::placeholder {
  color: rgba(13, 17, 38, 0.4);
}

.profile-url-field {
  position: relative;
  display: flex;
  align-items: center;
}

.profile-url-prefix {
  position: absolute;
  left: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  color: rgba(13, 17, 38, 0.6);
  pointer-events: none;
}

.profile-url-input {
  padding-left: 12.5rem;
}
.profile-url-input--short {
  padding-left: 7.5rem;
}

.profile-settings-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 2rem;
}
.profile-settings-actions .btn-v2 {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #DEE0E3 !important;
  border-radius: 0.5rem !important;
  min-height: 48px !important;
  padding: 0.25rem 0.625rem;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D1126' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--multiple:focus-within {
  border-color: #1d54e2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.08);
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f7f7f8 !important;
  border: none !important;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(13, 17, 38, 0.6);
  margin: 0.1875rem 0.25rem 0.1875rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  order: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  color: rgba(13, 17, 38, 0.6);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none !important;
  border-left: none !important;
  background: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0d1126;
  background: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.select2-container--default .select2-selection--single {
  border: 1px solid #DEE0E3 !important;
  border-radius: 0.5rem !important;
  height: 48px !important;
  padding: 0.6875rem 1rem;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D1126' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5rem;
  padding: 0;
  color: #0d1126;
  font-size: 0.9375rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(13, 17, 38, 0.4);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  top: 1px;
  right: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0d1126 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
.select2-container--default .select2-selection--single:focus-within {
  border-color: #1d54e2;
  box-shadow: 0 0 0 3px rgba(29, 84, 226, 0.08);
  outline: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0d1126 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-dropdown {
  border: 1px solid rgba(13, 17, 38, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(13, 17, 38, 0.12);
  font-family: "Inter", sans-serif;
}

.select2-container--default .select2-results__option {
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(29, 84, 226, 0.08);
  color: #0d1126;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(13, 17, 38, 0.04);
  color: #0d1126;
}
.select2-container--default .select2-search--dropdown {
  padding: 0.75rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(13, 17, 38, 0.16);
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #1d54e2;
  outline: none;
}

.profile-settings-section-divider {
  margin: 1.5rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13, 17, 38, 0.08);
}

.profile-settings-section-subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(13, 17, 38, 0.87);
}

.profile-radio-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .profile-radio-cards.profile-radio-cards--two-columns {
    flex-direction: row;
    gap: 1rem;
  }
  .profile-radio-cards.profile-radio-cards--two-columns .profile-radio-card {
    flex: 1;
  }
}

.profile-radio-card {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.profile-radio-card input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-radio-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(13, 17, 38, 0.12);
  border-radius: 0.75rem;
  background-color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.profile-radio-card-content:hover {
  border-color: #1d54e2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.profile-radio-card input[type=radio]:checked + .profile-radio-card-content {
  border-color: #1d54e2;
  background-color: rgba(29, 84, 226, 0.02);
}

.profile-radio-card input[type=radio]:focus-visible + .profile-radio-card-content {
  outline: 2px solid #1d54e2;
  outline-offset: 2px;
}

.profile-radio-card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.profile-radio-card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(13, 17, 38, 0.87);
}

.profile-radio-card-description {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(13, 17, 38, 0.6);
  line-height: 1.4;
}

.profile-radio-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(13, 17, 38, 0.4);
  transition: color 0.2s ease;
}
.profile-radio-card-icon svg {
  width: 100%;
  height: 100%;
}

.profile-radio-card:hover .profile-radio-card-icon,
.profile-radio-card input[type=radio]:checked ~ .profile-radio-card-content .profile-radio-card-icon {
  color: #1d54e2;
}

.theme-v2 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  color: #333;
}
.theme-v2 *,
.theme-v2 h1,
.theme-v2 h2,
.theme-v2 h3,
.theme-v2 h4,
.theme-v2 h5,
.theme-v2 h6,
.theme-v2 p,
.theme-v2 span,
.theme-v2 div,
.theme-v2 a,
.theme-v2 button,
.theme-v2 input,
.theme-v2 select,
.theme-v2 textarea {
  font-family: "Inter", sans-serif !important;
}
.theme-v2 h1,
.theme-v2 h2,
.theme-v2 h3,
.theme-v2 h4,
.theme-v2 h5,
.theme-v2 h6 {
  font-weight: 600;
}

.use-theme-v2 {
  font-family: "Inter", sans-serif !important;
}
.use-theme-v2 *,
.use-theme-v2 h1,
.use-theme-v2 h2,
.use-theme-v2 h3,
.use-theme-v2 h4,
.use-theme-v2 h5,
.use-theme-v2 h6,
.use-theme-v2 p,
.use-theme-v2 span,
.use-theme-v2 div,
.use-theme-v2 a,
.use-theme-v2 button,
.use-theme-v2 input,
.use-theme-v2 select,
.use-theme-v2 textarea {
  font-family: "Inter", sans-serif !important;
}

.container-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row-v2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.col-v2 {
  padding: 0 0.5rem;
  flex: 1;
}

@media (max-width: 768px) {
  .container-v2 {
    padding: 0 0.5rem;
  }
}
