/* [project]/src/app/p/[slug]/public-linkbio.css [app-client] (css) */
.plb {
  --plb-ink: #101828;
  --plb-muted: #5b6575;
  --plb-line: #1018281a;
  --plb-accent: #2f86e0;
  --plb-accent-deep: #1a5fad;
  --plb-paper: #f7f4ef;
  --plb-sand: #efe8dc;
  --plb-sea: #d7e8f8;
  --font: YekanBakh, Vazirmatn, "Segoe UI", Tahoma, sans-serif;
  --display: YekanBakh, Vazirmatn, "Segoe UI", Tahoma, sans-serif;
  box-sizing: border-box;
  min-height: 100dvh;
  font-family: var(--font);
  color: var(--plb-ink);
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.plb *, .plb :before, .plb :after {
  box-sizing: border-box;
}

.plb a {
  color: inherit;
}

.plb--claim, .plb--status {
  background: linear-gradient(165deg, #fbfaf7 0%, var(--plb-paper) 42%, var(--plb-sea) 100%);
  flex-direction: column;
  min-height: 100dvh;
  padding: 20px 20px 28px;
  display: flex;
}

.plb-claim-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plb-claim-bg__grid {
  opacity: .35;
  background-image: linear-gradient(#1018280a 1px, #0000 1px), linear-gradient(90deg, #1018280a 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 30%, #000 20%, #0000 75%);
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 20%, #0000 75%);
}

.plb-claim-bg__orb {
  filter: blur(8px);
  border-radius: 50%;
  animation: 12s ease-in-out infinite plb-drift;
  position: absolute;
}

.plb-claim-bg__orb--a {
  top: -8%;
  background: radial-gradient(circle, #2f86e047, #0000 68%);
  width: min(58vw, 420px);
  height: min(58vw, 420px);
  inset-inline-end: -12%;
}

.plb-claim-bg__orb--b {
  bottom: 4%;
  background: radial-gradient(circle, #efe8dce6, #0000 70%);
  width: min(48vw, 340px);
  height: min(48vw, 340px);
  animation-delay: -4s;
  inset-inline-start: -10%;
}

.plb-top {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: min(920px, 100%);
  margin: 0 auto;
  animation: .6s both plb-in;
  display: flex;
  position: relative;
}

.plb-logo {
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: inline-flex;
}

.plb-logo .panel-logo-image {
  object-fit: contain;
  width: auto;
  height: 36px;
  display: block;
}

.plb-top-link {
  color: var(--plb-muted);
  padding: 8px 4px;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.plb-top-link:hover {
  color: var(--plb-ink);
}

.plb-claim {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 48px 0 32px;
  display: flex;
  position: relative;
}

.plb-claim__eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--plb-accent-deep);
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: .78rem;
  font-weight: 800;
  animation: .65s 50ms both plb-in;
  display: inline-flex;
}

.plb-claim__dot {
  background: #22a06b;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2.2s ease-out infinite plb-pulse;
  box-shadow: 0 0 #22a06b73;
}

.plb-claim__host {
  letter-spacing: -.045em;
  word-break: break-all;
  margin: 4px 0 0;
  font-size: clamp(1.85rem, 7vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  animation: .7s cubic-bezier(.22, 1, .36, 1) .1s both plb-in;
}

.plb-claim__slug {
  color: var(--plb-ink);
}

.plb-claim__domain {
  color: var(--plb-accent);
}

.plb-claim__title {
  font-family: var(--display);
  letter-spacing: -.04em;
  max-width: 12ch;
  margin: 8px 0 0;
  font-size: clamp(2rem, 6.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  animation: .75s cubic-bezier(.22, 1, .36, 1) .16s both plb-in;
}

.plb-claim__body, .plb-lead {
  max-width: 34ch;
  color: var(--plb-muted);
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
  animation: .75s .22s both plb-in;
}

.plb-claim__actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  animation: .8s .28s both plb-in;
  display: flex;
}

.plb-cta {
  background: var(--plb-ink);
  letter-spacing: -.01em;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  font-size: .98rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s, background .18s, box-shadow .18s;
  display: inline-flex;
  box-shadow: 0 10px 28px #1018282e;
  color: #fff !important;
}

.plb-cta:hover {
  background: #1d2939;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px #10182838;
}

.plb-foot {
  z-index: 2;
  color: #10182859;
  width: min(920px, 100%);
  margin: 0 auto;
  padding-top: 8px;
  font-size: .75rem;
  font-weight: 600;
  animation: .9s .35s both plb-in;
  position: relative;
}

.plb-shell {
  z-index: 2;
  gap: 16px;
  width: min(560px, 100%);
  margin: auto;
  padding: 24px 0;
  animation: .6s both plb-in;
  display: grid;
  position: relative;
}

.plb-shell--center {
  text-align: center;
  justify-items: center;
}

.plb-muted {
  color: var(--plb-muted);
  margin: 0;
}

.plb-loader {
  border: 2px solid #1018281f;
  border-top-color: var(--plb-accent);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  animation: .8s linear infinite plb-spin;
}

.plb--live {
  background: radial-gradient(900px 480px at 50% -5%, #2f86e029, #0000 55%), linear-gradient(#f8fafc 0%, #eef3f8 100%);
  place-items: center;
  padding: 40px 18px 48px;
  display: grid;
}

.plb-live-bg {
  pointer-events: none;
  background-image: radial-gradient(#1018280b 1px, #0000 1px);
  background-size: 22px 22px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 10%, #0000 72%);
  mask-image: radial-gradient(circle at 50% 30%, #000 10%, #0000 72%);
}

.plb-live {
  z-index: 1;
  text-align: center;
  justify-items: center;
  gap: 12px;
  width: min(400px, 100%);
  animation: .65s cubic-bezier(.22, 1, .36, 1) both plb-in;
  display: grid;
  position: relative;
}

.plb-live__avatar {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(145deg, #7eb7f0, #2f86e0 55%, #1a5fad) border-box;
  border: 3px solid #0000;
  border-radius: 50%;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 6px;
  animation: .7s cubic-bezier(.22, 1, .36, 1) both plb-pop;
  display: grid;
  box-shadow: 0 16px 40px #2f86e038;
}

.plb-live__avatar span {
  color: #fff;
  background: linear-gradient(160deg, #3b93e6, #1f6fc4);
  border-radius: 50%;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 800;
  display: grid;
}

.plb-live__name {
  letter-spacing: -.03em;
  margin: 0;
  font-size: clamp(1.55rem, 4.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.2;
}

.plb-live__bio {
  color: var(--plb-muted);
  max-width: 32ch;
  margin: 0;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.65;
}

.plb-live__powered {
  color: #10182861;
  margin: 28px 0 0;
  font-size: .78rem;
  font-weight: 600;
}

.plb-live__powered a {
  letter-spacing: -.03em;
  color: var(--plb-ink);
  font-weight: 800;
  text-decoration: none;
}

.plb-live__powered a:hover {
  color: var(--plb-accent-deep);
}

@keyframes plb-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plb-pop {
  from {
    opacity: 0;
    transform: scale(.86);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes plb-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 18px, 0);
  }
}

@keyframes plb-pulse {
  0% {
    box-shadow: 0 0 #22a06b73;
  }

  70% {
    box-shadow: 0 0 0 10px #22a06b00;
  }

  100% {
    box-shadow: 0 0 #22a06b00;
  }
}

@keyframes plb-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 640px) {
  .plb--claim, .plb--status {
    padding: 16px 16px 22px;
  }

  .plb-claim {
    padding-top: 36px;
  }

  .plb-claim__title {
    max-width: none;
  }
}

/*# sourceMappingURL=src_app_p_%5Bslug%5D_public-linkbio_0_t1nez.css.map*/