/* [project]/app/opportunities/opportunities.css [app-client] (css) */
.opp-page {
  color: #0d1218;
  background: #f4f6f8;
  min-height: 100vh;
}

.opp-shell {
  width: min(1260px, 100% - 80px);
  margin: auto;
}

.opp-nav {
  color: #fff;
  background: #070a0e;
  border-bottom: 1px solid #222831;
  align-items: center;
  gap: 40px;
  height: 78px;
  padding: 0 max(32px, 50vw - 690px);
  display: flex;
}

.opp-logo {
  letter-spacing: .19em;
  align-items: center;
  gap: 11px;
  display: flex;
}

.opp-logo > span {
  width: 27px;
  height: 22px;
  position: relative;
  transform: skewX(-18deg);
}

.opp-logo i {
  background: #2c7df5;
  width: 7px;
  height: 21px;
  position: absolute;
}

.opp-logo i:last-child {
  background: #fff;
  height: 14px;
  top: 7px;
  left: 12px;
}

.opp-logo strong {
  font-size: 16px;
}

.opp-nav nav {
  gap: 30px;
  margin-left: auto;
  display: flex;
}

.opp-nav nav a {
  color: #aeb7c2;
  font-size: 10px;
}

.opp-nav nav a:hover {
  color: #fff;
}

.opp-admin {
  text-transform: uppercase;
  height: 39px;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: .08em;
  border: 1px solid #3a424d;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  display: flex;
}

.opp-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 30%, #183455 0, #0000 28%), linear-gradient(135deg, #070a0e, #101823);
  padding: 110px 0 100px;
  position: relative;
  overflow: hidden;
}

.opp-hero-grid {
  opacity: .16;
  background-image: linear-gradient(#72849a33 1px, #0000 1px), linear-gradient(90deg, #72849a33 1px, #0000 1px);
  background-size: 65px 65px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000);
  mask-image: linear-gradient(90deg, #0000, #000);
}

.opp-hero .opp-shell {
  position: relative;
}

.opp-eyebrow {
  color: #3f89f4;
  text-transform: uppercase;
  font: 650 8px var(--font-geist-mono);
  letter-spacing: .16em;
  align-items: center;
  gap: 10px;
  display: flex;
}

.opp-eyebrow i {
  background: currentColor;
  width: 23px;
  height: 1px;
}

.opp-hero h1 {
  letter-spacing: -.055em;
  margin: 25px 0;
  font-size: clamp(50px, 6vw, 84px);
  font-weight: 450;
  line-height: .98;
}

.opp-hero h1 em {
  color: #3786fa;
  font-style: normal;
}

.opp-hero > div > p {
  color: #aab3be;
  max-width: 660px;
  font-size: 15px;
  line-height: 1.7;
}

.opp-principles {
  gap: 28px;
  margin-top: 40px;
  display: flex;
}

.opp-principles span {
  color: #8f9aa7;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  display: flex;
}

.opp-principles svg {
  color: #3d87f1;
}

.opp-directory {
  padding: 95px 0 120px;
}

.opp-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.opp-heading h2 {
  letter-spacing: -.04em;
  margin: 14px 0 0;
  font-size: 42px;
  font-weight: 500;
}

.opp-heading > p {
  color: #76818c;
  font: 500 9px var(--font-geist-mono);
  text-transform: uppercase;
}

.opp-filters {
  background: #fff;
  border: 1px solid #dce1e6;
  grid-template-columns: 1fr 300px;
  margin-top: 46px;
  display: grid;
}

.opp-filters label {
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 17px;
  display: flex;
}

.opp-filters label + label {
  border-left: 1px solid #dce1e6;
}

.opp-filters input, .opp-filters select {
  color: #515c68;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 10px;
}

.opp-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 25px;
  display: grid;
}

.opp-card {
  background: #fff;
  border: 1px solid #dce1e6;
  flex-direction: column;
  min-height: 400px;
  padding: 27px;
  display: flex;
}

.opp-card-top {
  color: #8b95a0;
  font: 500 8px var(--font-geist-mono);
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
}

.opp-card-top i {
  color: #3276d8;
  font-style: normal;
}

.opp-company {
  color: #78838e;
  text-transform: uppercase;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: .08em;
  margin: 50px 0 12px;
}

.opp-card h2 {
  letter-spacing: -.025em;
  margin: 0;
  font-size: 23px;
  font-weight: 520;
  line-height: 1.25;
}

.opp-summary {
  color: #6e7984;
  font-size: 11px;
  line-height: 1.7;
}

.opp-tags {
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  display: flex;
}

.opp-tags span {
  color: #5e6a77;
  background: #f0f3f6;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  font-size: 8px;
  display: flex;
}

.opp-card > a, .opp-empty > a {
  text-transform: uppercase;
  font: 650 8px var(--font-geist-mono);
  letter-spacing: .09em;
  border-top: 1px solid #e4e7ea;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  display: flex;
}

.opp-empty {
  text-align: center;
  background: #fff;
  border: 1px solid #dce1e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  margin-top: 25px;
  padding: 60px;
  display: flex;
}

.opp-empty > span {
  color: #2f76dd;
  background: #edf4fe;
  border-radius: 50%;
  place-items: center;
  width: 65px;
  height: 65px;
  display: grid;
}

.opp-empty h2 {
  margin: 24px 0 10px;
  font-size: 27px;
  font-weight: 510;
}

.opp-empty p {
  color: #6e7985;
  max-width: 610px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.opp-empty > a {
  width: 210px;
}

.opp-footer {
  color: #6f7b88;
  background: #070a0e;
  padding: 28px 0;
}

.opp-footer .opp-shell {
  font: 500 8px var(--font-geist-mono);
  text-transform: uppercase;
  letter-spacing: .07em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.opp-footer p {
  margin: 0;
}

.opp-footer a {
  color: #aeb7c0;
}

@media (max-width: 850px) {
  .opp-nav nav {
    display: none;
  }

  .opp-admin {
    margin-left: auto;
  }

  .opp-shell {
    width: calc(100% - 38px);
  }

  .opp-principles {
    flex-direction: column;
    gap: 12px;
  }

  .opp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .opp-filters {
    grid-template-columns: 1fr;
  }

  .opp-filters label + label {
    border-top: 1px solid #dce1e6;
    border-left: 0;
  }

  .opp-footer .opp-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .opp-nav {
    padding: 0 18px;
  }

  .opp-admin {
    justify-content: center;
    width: 40px;
    font-size: 0;
  }

  .opp-hero {
    padding: 75px 0;
  }

  .opp-hero h1 {
    font-size: 48px;
  }

  .opp-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .opp-heading h2 {
    font-size: 34px;
  }

  .opp-heading > p {
    margin-top: 16px;
  }

  .opp-grid {
    grid-template-columns: 1fr;
  }

  .opp-empty {
    padding: 35px 22px;
  }

  .opp-footer p {
    line-height: 1.5;
  }
}

/*# sourceMappingURL=app_opportunities_opportunities_1uzcu_f.css.map*/