.tier-one-free-tools-nav-item {
  list-style: none;
}

.tier-one-free-tools-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.25rem;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgb(255 255 255 / 0.07);
  color: rgb(255 255 255 / 0.82);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12);
  white-space: nowrap;
}

.tier-one-free-tools-link:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.11);
}

.tier-one-page-nav-item {
  list-style: none;
}

.tier-one-nav-page-link {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
  white-space: nowrap;
}

.tier-one-nav-page-link:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.07);
}

.tier-one-account-menu--expanded {
  width: min(18rem, calc(100vw - 2rem)) !important;
}

.tier-one-account-menu-link {
  display: flex !important;
  min-height: 2.55rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.58rem 0.85rem !important;
  color: rgb(255 255 255 / 0.82) !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  text-decoration: none;
}

.tier-one-account-menu-link:hover {
  background: rgb(255 255 255 / 0.07);
  color: #fff !important;
}

.tier-one-account-menu-link i {
  width: 1.05rem;
  color: rgb(255 255 255 / 0.55);
  text-align: center;
}

.tier-one-account-menu-divider {
  margin: 0.35rem 0;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}

.tier-one-mobile-account-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.48rem;
  margin-top: 0.9rem;
}

.tier-one-account-menu-link--mobile {
  min-height: 2.65rem;
  border-radius: 0.55rem;
  background: rgb(255 255 255 / 0.05);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.09);
}

.tier-one-free-tools-link span,
.tier-one-free-tools-link strong {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
}

.tier-one-free-tools-link span {
  opacity: 0.72;
}

.tier-one-free-tools-link strong {
  border-radius: 999px;
  padding: 0.25rem 0.45rem;
  background: rgb(255 255 255 / 0.12);
  color: #fff;
}

.tier-one-template-google {
  display: flex;
  min-height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: #fff;
  color: #1e1e2f;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1023px) {
  nav > div > ul.hidden.items-center,
  nav > div > div.hidden.items-center {
    display: none !important;
  }

  nav > div > button.lg\:hidden {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  nav .border-t.lg\:hidden {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  nav > div > button.lg\:hidden,
  nav .border-t.lg\:hidden {
    display: none !important;
  }
}

.tier-one-template-google:hover {
  background: rgb(255 255 255 / 0.92);
}

.tier-one-template-google .fab {
  color: var(--color-blk-primary, #e14eca);
}

.tier-one-form-status {
  margin-top: 0.85rem;
  border-radius: 0.875rem;
  padding: 0.75rem 0.9rem;
  background: rgb(248 113 113 / 0.13);
  color: #fecaca;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.tier-one-form-status[data-status="info"] {
  background: rgb(59 130 246 / 0.16);
  color: #bfdbfe;
}

.tier-one-form-status[data-status="success"] {
  background: rgb(16 185 129 / 0.16);
  color: #a7f3d0;
}

.tier-one-landing-profile-hero {
  min-height: 20rem;
  display: block;
  background: #080d17;
}

.tier-one-social-hero {
  padding: 6.25rem 0 1.25rem;
  font-family: "Plus Jakarta Sans", "Geist", sans-serif;
  color: #f8fbff;
}

.tier-one-social-shell {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
}

.tier-one-social-cover-shell,
.tier-one-social-headline-shell {
  border-radius: 2.05rem;
  padding: 0.38rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(255 255 255 / 0.04);
}

.tier-one-social-cover-core,
.tier-one-social-headline-core {
  border-radius: calc(2.05rem - 0.38rem);
  background: #0f1526;
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 0.14);
}

.tier-one-social-cover-core {
  overflow: hidden;
  min-height: clamp(11rem, 30vw, 18rem);
  position: relative;
}

.tier-one-social-cover-core > a {
  display: block;
}

.tier-one-social-cover-core img {
  width: 100%;
  height: clamp(11rem, 30vw, 18rem);
  object-fit: cover;
  display: block;
}

.tier-one-social-headline-shell {
  margin-top: -2.1rem;
  position: relative;
}

.tier-one-social-headline-core {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: 1.25rem;
}

.tier-one-social-avatar-shell {
  width: clamp(4.7rem, 8vw, 6.2rem);
  display: grid;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.22rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.07);
}

.tier-one-social-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #4c6fff, #162445);
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 0.2);
}

.tier-one-social-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tier-one-social-avatar a {
  display: contents;
}

.tier-one-social-avatar-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 800;
  color: #eaf1ff;
}

.tier-one-social-avatar.is-fallback .tier-one-social-avatar-fallback {
  display: grid;
}

.tier-one-social-identity p,
.tier-one-social-eyebrow {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: rgb(176 202 255 / 0.88);
}

.tier-one-social-identity h1 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.55rem, 2.9vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.tier-one-social-identity > span {
  display: block;
  margin-top: 0.45rem;
  color: rgb(222 232 255 / 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tier-one-social-tabset {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tier-one-social-tabset button {
  border-radius: 999px;
  padding: 0.46rem 0.82rem;
  color: rgb(224 236 255 / 0.9);
  background: rgb(123 165 255 / 0.16);
  border: 1px solid rgb(154 189 255 / 0.28);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1), background-color 520ms cubic-bezier(0.32, 0.72, 0, 1), border-color 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tier-one-social-tabset button:hover {
  transform: translate3d(0, -2px, 0);
  background: rgb(123 165 255 / 0.26);
  border-color: rgb(154 189 255 / 0.45);
}

.tier-one-social-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.tier-one-social-hero-actions a,
.tier-one-social-hero-actions button,
.tier-one-social-state a,
.tier-one-social-quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.72rem;
  padding: 0.28rem 0.34rem 0.28rem 1rem;
  border-radius: 999px;
  color: #eaf1ff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgb(153 191 255 / 0.42);
  background: linear-gradient(145deg, rgb(89 130 255 / 0.35), rgb(30 44 86 / 0.8));
  transition: transform 560ms cubic-bezier(0.32, 0.72, 0, 1), border-color 560ms cubic-bezier(0.32, 0.72, 0, 1), background-color 560ms cubic-bezier(0.32, 0.72, 0, 1);
  font-family: inherit;
  cursor: pointer;
}

.tier-one-social-hero-actions a i,
.tier-one-social-hero-actions button i,
.tier-one-social-state a i,
.tier-one-social-quick-links a i {
  width: 1.72rem;
  height: 1.72rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgb(230 237 255 / 0.16);
  border: 1px solid rgb(230 237 255 / 0.22);
  transition: transform 560ms cubic-bezier(0.32, 0.72, 0, 1), background-color 560ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tier-one-social-hero-actions a:hover,
.tier-one-social-hero-actions button:hover,
.tier-one-social-state a:hover,
.tier-one-social-quick-links a:hover {
  transform: translate3d(0, -2px, 0);
  border-color: rgb(196 221 255 / 0.54);
}

.tier-one-social-hero-actions a:hover i,
.tier-one-social-hero-actions button:hover i,
.tier-one-social-state a:hover i,
.tier-one-social-quick-links a:hover i {
  transform: translate3d(3px, -1px, 0) scale(1.05);
  background: rgb(230 237 255 / 0.25);
}

.tier-one-social-upload-trigger {
  border: 1px solid rgb(153 191 255 / 0.42);
  background: linear-gradient(145deg, rgb(89 130 255 / 0.35), rgb(30 44 86 / 0.8));
  color: #eaf1ff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  min-height: 1.9rem;
  padding: 0.2rem 0.72rem;
  cursor: pointer;
  transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1), border-color 520ms cubic-bezier(0.32, 0.72, 0, 1), background-color 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tier-one-social-upload-trigger:hover {
  transform: translate3d(0, -1px, 0);
  border-color: rgb(196 221 255 / 0.54);
}

.tier-one-social-cover-upload {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  z-index: 2;
}

.tier-one-social-upload-tools {
  width: 0;
  height: 0;
  overflow: hidden;
}

.tier-one-social-upload-tools input {
  position: fixed;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.tier-one-social-upload-status {
  margin: 0.95rem 0 0;
  border-radius: 0.88rem;
  border: 1px solid rgb(154 189 255 / 0.35);
  background: rgb(123 165 255 / 0.12);
  color: rgb(223 236 255 / 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.58rem 0.74rem;
}

.tier-one-social-upload-status[data-status="success"] {
  border-color: rgb(34 197 94 / 0.36);
  background: rgb(34 197 94 / 0.13);
  color: rgb(187 247 208 / 0.95);
}

.tier-one-social-upload-status[data-status="error"] {
  border-color: rgb(248 113 113 / 0.36);
  background: rgb(248 113 113 / 0.14);
  color: rgb(254 202 202 / 0.95);
}

.tier-one-social-main {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 4rem;
}

.tier-one-social-layout {
  display: grid;
  grid-template-columns: 17.5rem minmax(0, 1fr) 16.25rem;
  gap: 0.95rem;
}

.tier-one-social-column,
.tier-one-social-feed {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.tier-one-social-card {
  border-radius: 1.22rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: linear-gradient(150deg, rgb(19 28 47 / 0.95), rgb(13 20 35 / 0.93));
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 0.11);
  padding: 1rem;
}

.tier-one-social-card h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.tier-one-social-card p {
  margin: 0.5rem 0 0;
  color: rgb(216 228 251 / 0.84);
  line-height: 1.52;
  font-size: 0.89rem;
}

.tier-one-social-card ul {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.tier-one-social-card li {
  display: grid;
  gap: 0.2rem;
  border-radius: 0.82rem;
  padding: 0.62rem 0.68rem;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid rgb(255 255 255 / 0.08);
}

.tier-one-social-card li strong {
  font-size: 0.73rem;
  font-weight: 700;
  color: rgb(170 196 236 / 0.9);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.tier-one-social-card li span {
  font-size: 0.86rem;
  color: rgb(236 244 255 / 0.9);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tier-one-social-post header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
}

.tier-one-social-post-user strong {
  display: block;
  color: #f6faff;
  font-size: 0.94rem;
}

.tier-one-social-post-user span {
  display: block;
  margin-top: 0.2rem;
  color: rgb(177 200 234 / 0.85);
  font-size: 0.74rem;
}

.tier-one-social-post header button,
.tier-one-social-post footer button {
  border: 0;
  border-radius: 999px;
  background: rgb(130 167 236 / 0.14);
  color: rgb(228 239 255 / 0.94);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.44rem 0.74rem;
  cursor: pointer;
  transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1), background-color 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tier-one-social-post header button:hover,
.tier-one-social-post footer button:hover {
  transform: translate3d(0, -1px, 0);
  background: rgb(130 167 236 / 0.24);
}

.tier-one-social-post h3 {
  margin: 0.68rem 0 0;
  font-size: 1.03rem;
  color: #f8fbff;
}

.tier-one-social-post img,
.tier-one-social-video-shell video {
  width: 100%;
  display: block;
  margin-top: 0.85rem;
  border-radius: 0.95rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(3 8 18);
}

.tier-one-social-post footer {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tier-one-social-post footer span {
  color: rgb(175 198 236 / 0.85);
  font-size: 0.76rem;
}

.tier-one-social-post footer div {
  display: inline-flex;
  gap: 0.45rem;
}

.tier-one-social-media-grid div {
  margin-top: 0.88rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.tier-one-social-media-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.72rem;
  border: 1px solid rgb(255 255 255 / 0.11);
}

.tier-one-social-quick-links {
  display: grid;
  gap: 0.58rem;
}

.tier-one-social-state {
  margin-top: 1rem;
  max-width: 30rem;
}

.tier-one-social-reveal {
  opacity: 0;
  transform: translate3d(0, 1.75rem, 0) scale(0.99);
  filter: blur(8px);
  transition: opacity 860ms cubic-bezier(0.32, 0.72, 0, 1), transform 860ms cubic-bezier(0.32, 0.72, 0, 1), filter 860ms cubic-bezier(0.32, 0.72, 0, 1);
}

.tier-one-social-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (max-width: 1023px) {
  .tier-one-nav-page-link--mobile {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    padding: 0.7rem 0.75rem;
    color: rgb(255 255 255 / 0.7);
  }

  .tier-one-free-tools-link--mobile {
    width: 100%;
    justify-content: space-between;
    border-radius: 0.375rem;
    padding: 0.7rem 0.75rem;
    background: rgb(255 255 255 / 0.06);
  }

  .tier-one-social-hero {
    padding: 5.6rem 0 0.8rem;
  }

  .tier-one-social-main {
    width: min(76rem, calc(100% - 1rem));
    padding: 0.8rem 0 3rem;
  }

  .tier-one-social-layout {
    grid-template-columns: 1fr;
  }

  .tier-one-social-headline-core {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tier-one-social-hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  #root form {
    width: min(100%, calc(100vw - 2rem));
  }

  .tier-one-mobile-account-links {
    grid-template-columns: 1fr;
  }

  .tier-one-template-google {
    min-height: 2.85rem;
    font-size: 0.82rem;
  }

  .tier-one-social-hero {
    padding: 5.15rem 0 0.5rem;
  }

  .tier-one-social-shell,
  .tier-one-social-main {
    width: min(76rem, calc(100% - 0.75rem));
  }

  .tier-one-social-card,
  .tier-one-social-headline-core {
    padding: 0.85rem;
  }

  .tier-one-social-tabset {
    gap: 0.42rem;
  }

  .tier-one-social-tabset button {
    font-size: 0.71rem;
    padding: 0.43rem 0.72rem;
  }

  .tier-one-social-post footer {
    gap: 0.45rem;
  }

  .tier-one-social-post footer div {
    width: 100%;
    justify-content: space-between;
  }
}
