@tailwind base;
@tailwind components;
@tailwind utilities;
.careers {
  background-image: url(https://d1w35p7klh9xkc.cloudfront.net/assets/careers/background-lines-bae8b23f52a2361fdb4ebed244b8fc56219188e887f53ddbbf38d931c37cbaa9.png),
    url(https://d1w35p7klh9xkc.cloudfront.net/assets/careers/background-d9f909895292b450151884fbc448c324efaa46f17059ccef00bca11bf502edbe.jpg);
  background-repeat: no-repeat;
  background-position: top -115px center;
  background-size: clamp(640px, calc(100vw * 1.586 + 45.31px), 1536px);
}

.hiring-process {
  background-image: url(https://d1w35p7klh9xkc.cloudfront.net/assets/careers/hiring-process-background-b5abe5b82ca613eb39a0a96a282b945f09b39908dcf5f48b4aa6cf8b04416fac.jpg);
  background-repeat: no-repeat;
  background-position: top -90px center;
  background-size: 1109px;
}

@media (min-width: 840px) {
  .hiring-process {
    background-position: top center;
  }
}

.timeline-spacer {
  height: 16px;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 9px,
    rgba(255, 255, 255, 0.2) 9px,
    rgba(255, 255, 255, 0.2) 10px
  );
}
.extension-show-page {
  background: url(https://d1w35p7klh9xkc.cloudfront.net/assets/extensions/background-b7f2637df7c8317aee123c5c86134ad6fceb1d124b7c1095b06fe7cce820935e.jpg) #05010d;
  background-repeat: no-repeat;
  background-position: center -44px;
  background-size: clamp(640px, calc(100vw * 1.586 + 45.31px), 1536px);
}

@media (min-width: 960px) {
  .extension-show-page {
    background-position: center 0;
  }
}
.featured-icon {
  display: flex;
  width: var(--size, 96px);
  height: var(--size, 96px);

  position: relative;
  box-sizing: border-box;

  --radius: 20px;
  --border: 2px;

  color: #fff;
  background: #191919;
  background-clip: padding-box;
  border: solid var(--border) transparent;
  border-radius: var(--radius);
}

.featured-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(var(--border) * -1);
  border-radius: inherit;
  background: rgba(var(--tint-color), 0.1)
    linear-gradient(
      135deg,
      rgba(var(--tint-color), 0.15),
      rgba(var(--tint-color), 0)
    );
}

.featured-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(var(--tint-color), 0.1)
    radial-gradient(
      circle at top center,
      rgba(var(--tint-color), 0.15),
      rgba(var(--tint-color), 0)
    );
  flex: 1;
  border-radius: calc(var(--radius) - var(--border));
}
.icon {
  display: inline-block;
  height: 1em;
  font-size: inherit;
}
.markdown * {
  all: revert;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}

.markdown h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
}

.markdown h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
}

.markdown h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.markdown h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.markdown h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.markdown h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.markdown p {
  font-size: normal;
  font-weight: normal;
}

.markdown a {
  color: #56c2ff;
  text-decoration: none;
}

.markdown a:hover {
  text-decoration: underline;
}

.markdown strong {
  font-weight: 600;
}

.markdown li {
  padding-left: 12px;
  margin-bottom: 4px;
}

.markdown li > ol,
.markdown li > ul {
  margin-top: 5px;
}

.markdown ::marker {
  color: rgba(255, 255, 255, 0.6);
}

.markdown kbd {
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Jetbrains Mono";
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.markdown video {
  max-width: 100%;
}

.markdown code {
  display: block;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Jetbrains Mono";
  font-weight: 300;
  font-size: 12px;
  line-height: 175%;
}

.markdown hr {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  margin: 20px 0;
}

.markdown blockquote {
  border-left: 0.25em solid rgba(255, 255, 255, 0.2);
  margin: 0 8px;
  padding: 0 16px;
}

.markdown blockquote p {
  color: rgba(255, 255, 255, 0.6);
}

.markdown table {
  border-collapse: collapse;
  width: 100%;
}

.markdown table :is(td, th) {
  padding: 12px 16px;
  border: 1px solid #242424;
}

.markdown table th {
  font-weight: 600;
  text-align: left;
}

.markdown table thead {
  background: rgba(255, 255, 255, 0.05);
}
.navbar-container {
  height: 80px;
}

@media (min-width: 840px) {
  .navbar-container {
    height: 72px;
  }
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  transition: background-color 200ms;
}

.navbar.active {
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-content {
  display: grid;
  align-items: center;
  grid-template-areas: "logo toggle" "navigation navigation" "social social";
  grid-template-columns: 1fr auto;
  grid-template-rows: 80px auto auto;
}

@media (min-width: 840px) {
  .navbar-content {
    grid-template-areas: "logo navigation social";
    grid-template-columns: auto 1fr 160px;
    grid-template-rows: 72px;
    max-width: 1064px;
    margin: 0 auto;
  }
}

.nav-items {
  position: relative;
  visibility: hidden;
  grid-area: navigation;
  margin-top: 24px;
  margin-bottom: 48px;
  max-height: 0;
  padding: 0 calc(24px + 1rem);
  transition: max-height 200ms;
}

.nav-items:after {
  content: "|";
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.active .nav-items {
  visibility: visible;
  max-height: 500px;
}

@media (min-width: 840px) {
  .nav-items > ul {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 840px) {
  .nav-items {
    visibility: visible;
    max-height: 500px;
    padding: 0;
    margin: 0;
  }
}

.nav-link {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: 500;
  height: 48px;
  display: flex;
  align-items: center;
}

.nav-link > a {
  color: rgba(255, 255, 255, 0.6);
}

.nav-link > a.active {
  color: rgba(255, 255, 255, 0.96);
}

.nav-link > a:hover {
  color: rgba(255, 255, 255, 0.96);
}

.nav-link .dropdown-icon {
  display: none;
  margin-left: 4px;
}

@media (min-width: 840px) {
  .nav-link .dropdown-icon {
    display: block;
  }
}

.nav-link .pill {
  position: relative;
  margin: 0 0 0 5px;
  transform: translateY(-50%);
  padding: 2px 4px;
  font-size: 11.2px;
  line-height: normal;
  letter-spacing: 0.32px;
  font-weight: 500;
  color: #ff6161;
  background: rgba(255, 97, 97, 0.15);
  border-radius: 4px;
  user-select: none;
}

@media (min-width: 840px) {
  .nav-link {
    font-size: 12.8px;
    padding: 0 1rem;
  }
}

.nav-social {
  visibility: hidden;
  grid-area: social;
  max-height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: max-height 200ms;
}

@media (min-width: 840px) {
  .nav-social {
    border-top: none;
    grid-gap: 24px;
    padding: 0 32px;
  }
}

.nav-social .mobile-only {
  grid-column: span 3;
  padding-top: 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

@media (min-width: 840px) {
  .nav-social .mobile-only {
    display: none;
  }
}

.nav-social .slack-link,
.nav-social .github-link,
.nav-social .twitter-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.nav-social .slack-link > svg,
.nav-social .github-link > svg,
.nav-social .twitter-link > svg {
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
  color: white;
}

.nav-social .slack-link--text,
.nav-social .github-link--text,
.nav-social .twitter-link--text {
  font-size: var(--font-size-sm);
  font-weight: 500;
  opacity: 0.6;
  margin-top: 0.5em;
}

@media (min-width: 840px) {
  .nav-social .slack-link,
  .nav-social .github-link,
  .nav-social .twitter-link {
    padding: 0;
  }
}

.active .nav-social {
  visibility: visible;
  max-height: 500px;
}

@media (min-width: 840px) {
  .nav-social {
    visibility: visible;
    max-height: 500px;
  }
}

.nav-user-info {
  visibility: hidden;
  max-height: 0;
  position: relative;
  grid-area: social;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 42px;
  padding-right: 42px;
  height: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-user-info img.avatar {
  width: 28px;
  height: 28px;
}

@media (min-width: 840px) {
  .nav-user-info img.avatar {
    width: 21px;
    height: 21px;
  }
}

.nav-user-info .avatar-link {
  display: flex;
  align-items: center;
}

.active .nav-user-info {
  visibility: visible;
  max-height: 500px;
  height: 80px;
}

@media (min-width: 840px) {
  .nav-user-info {
    visibility: visible;
    max-height: 500px;
    margin: 0 32px;
    border-top: none;
    padding-left: 0;
  }
}

.nav-mobile-log-out {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.2px;
  color: #ff6363;
}

.active .nav-mobile-log-out {
  display: flex;
}

.nav-logo {
  grid-area: logo;
  margin-left: 24px;
}

.nav-logo .logo-link {
  display: inline-flex;
  padding: 24px 0;
}

@media (min-width: 840px) {
  .nav-logo {
    margin-left: 32px;
  }
}

.nav-toggle {
  grid-area: toggle;
  position: relative;
  width: 24px;
  height: 20px;
  margin-right: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
  cursor: pointer;
  z-index: 100;
  will-change: normal;
}

@media (min-width: 840px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle .line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f6;
  transition: transform 0.5s, opacity 0.25s;
  will-change: normal;
}

.nav-toggle .line:nth-child(1) {
  top: 10%;
}

.nav-toggle .line:nth-child(2) {
  top: 50%;
}

.nav-toggle .line:nth-child(3) {
  top: 85%;
}

.active .nav-toggle {
  transform: rotate(180deg);
}

.active .nav-toggle .line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.active .nav-toggle .line:nth-child(2) {
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.active .nav-toggle .line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-box-enter {
  opacity: 0;
}

.search-box-enter .actual-search-box {
  transform: scale(0.95);
}

.search-box-enter-active {
  opacity: 1;
  transition: opacity 200ms;
}

.search-box-enter-active .actual-search-box {
  transform: scale(1);
  transition: transform 200ms;
}

.search-box-exit {
  opacity: 1;
}

.search-box-exit .actual-search-box {
  transform: scale(1);
}

.search-box-exit-active {
  opacity: 0;
  transition: opacity 200ms;
}

.search-box-exit-active .actual-search-box {
  transform: scale(0.95);
  transition: transform 200ms;
}
.bg {
  background: black center no-repeat image-url(https://d1w35p7klh9xkc.cloudfront.net/assets/sessions/login-bg-d02d83875e1040f8f04ae9531a23de19afc7e79d11e154873ef58cb892e56ff0.jpg);
  background-size: 1731px 1731px;
  backdrop-filter: blur(10px);
}
.social-footer .twitter,
.social-footer .slack {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 48px;
}

.social-footer .twitter svg {
  transition: transform 200ms;
}

.social-footer .twitter:hover svg {
  transform: rotate(15deg);
}

.social-footer .twitter::before {
  content: "";
  position: absolute;
  inset: -80px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(5, 1, 13, 0.6), rgba(5, 1, 13, 0.6)),
    linear-gradient(101.54deg, #7cefff 12.48%, #397ee4 40.34%, #1b0536 87.81%);
  filter: blur(48px);
}

.social-footer .slack svg {
  transition: transform 400ms;
  transition-timing-function: steps(4, end);
}

.social-footer .slack:hover svg {
  transform: rotate(360deg);
}

.social-footer .slack::before {
  content: "";
  position: absolute;
  inset: -80px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(5, 1, 13, 0.6), rgba(5, 1, 13, 0.6)),
    linear-gradient(101.54deg, #fd9eff 12.48%, #9e1f3e 40.34%, #270511 87.81%);
  filter: blur(48px);
}
.user-banner {
  box-shadow: inset 0px 4px 48px rgba(0, 0, 0, 0.2);
  background-origin: border-box;
}

.user-banner.glass_rainbow {
  background-image: linear-gradient(
    93.58deg,
    #ffbb61 0%,
    #fa70d1 26.04%,
    #3d43f2 100%
  );
}

.user-banner.raycast {
  background-image: linear-gradient(94.52deg, #500f26 0%, #173c5f 100%);
}

.user-avatar {
  background: linear-gradient(
    135deg,
    rgba(22, 23, 24, 0.4) 0%,
    rgba(24, 25, 27, 0.4) 100%
  );
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
