/* [project]/src/app/(panel)/linkbio/linkbio.css [app-client] (css) */
.linkbio-page {
  --lb-ink: #0b1220;
  --lb-muted: #667085;
  --lb-line: #e6eaf0;
  --lb-soft: #f5f7fa;
  --lb-soft-2: #eef2f7;
  --lb-blue: #2f86e0;
  --lb-blue-deep: #1a5fad;
  --lb-radius: 18px;
  --lb-shadow: 0 10px 30px #0f172a0f;
}

.linkbio-page .accounts-panel {
  background: none;
}

.linkbio-page .accounts-header {
  padding-inline: 4px;
}

.linkbio-page .accounts-header h1 {
  letter-spacing: -.03em;
}

.linkbio-alerts {
  flex-direction: column;
  gap: 10px;
  margin: 8px 4px 0;
  display: flex;
}

.linkbio-alerts .business-scope-banner {
  margin: 0;
}

.linkbio-banner {
  border: 1px solid var(--lb-line);
  color: #334155;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.linkbio-card {
  padding: 4px 0 20px;
}

.linkbio-muted {
  color: var(--lb-muted);
  margin: 16px 4px;
  font-size: 13px;
  line-height: 1.6;
}

.linkbio-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .9fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.linkbio-editor {
  border: 1px solid var(--lb-line);
  box-shadow: var(--lb-shadow);
  background: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 18px;
  padding: 26px 26px 28px;
  display: flex;
}

.linkbio-editor__badge {
  color: var(--lb-blue-deep);
  letter-spacing: .02em;
  background: #2f86e01a;
  border-radius: 999px;
  align-self: flex-start;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.linkbio-editor__title {
  color: var(--lb-ink);
  letter-spacing: -.03em;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.3;
}

.linkbio-editor__identity {
  background: var(--lb-soft);
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.linkbio-editor__avatar {
  color: #fff;
  background: linear-gradient(145deg, #4ea0eb, #1f6fc4);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 48px;
  height: 48px;
  font-weight: 800;
  display: grid;
}

.linkbio-editor__identity strong {
  color: var(--lb-ink);
  font-size: 14px;
  display: block;
}

.linkbio-editor__identity span {
  color: var(--lb-muted);
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.45;
  display: block;
}

.linkbio-editor__field {
  gap: 8px;
  display: grid;
}

.linkbio-editor__field > label {
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.linkbio-slug {
  border: 1.5px solid var(--lb-line);
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 0;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
  overflow: hidden;
}

.linkbio-slug:focus-within {
  border-color: var(--lb-blue);
  box-shadow: 0 0 0 4px #2f86e01f;
}

.linkbio-slug input {
  min-width: 0;
  font: inherit;
  color: var(--lb-ink);
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
}

.linkbio-slug__domain {
  color: var(--lb-muted);
  white-space: nowrap;
  padding: 14px 14px 14px 0;
  font-size: 14px;
  font-weight: 700;
}

.linkbio-editor__hint, .linkbio-editor__notice, .linkbio-editor__error {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.linkbio-editor__hint {
  color: var(--lb-muted);
}

.linkbio-editor__notice {
  color: #b45309;
}

.linkbio-editor__error {
  color: #b42318;
  font-weight: 700;
}

.linkbio-editor__actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  display: flex;
}

.linkbio-editor__actions .accounts-add {
  border-radius: 999px;
  min-height: 48px;
  padding-inline: 22px;
  font-weight: 800;
}

.linkbio-btn-secondary {
  appearance: none;
  border: 1px solid var(--lb-line);
  color: var(--lb-ink);
  font: inherit;
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 750;
}

.linkbio-btn-secondary:hover {
  background: var(--lb-soft);
}

.linkbio-stage {
  border: 1px solid var(--lb-line);
  background: linear-gradient(#eef3f8, #f8fafc);
  border-radius: 24px;
  flex-direction: column;
  gap: 12px;
  min-height: 520px;
  padding: 18px;
  display: flex;
  position: sticky;
  top: 16px;
}

.linkbio-stage__head {
  color: #475569;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.linkbio-stage__host {
  color: var(--lb-muted);
  text-overflow: ellipsis;
  font-weight: 600;
  overflow: hidden;
}

.linkbio-browser {
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  min-height: 440px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 18px 40px #0f172a14;
}

.linkbio-browser__chrome {
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: flex;
}

.linkbio-browser__dots {
  gap: 5px;
  display: inline-flex;
}

.linkbio-browser__dots i {
  background: #cbd5e1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.linkbio-browser__address {
  color: #64748b;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex: 1;
  min-width: 0;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
}

.linkbio-browser__body {
  background: #f8fafc;
  flex: 1;
  padding: 22px 16px;
}

.linkbio-preview {
  text-align: center;
  justify-items: center;
  gap: 8px;
  display: grid;
}

.linkbio-preview__avatar {
  color: #fff;
  background: linear-gradient(145deg, #4ea0eb, #1f6fc4);
  border-radius: 50%;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 800;
  display: grid;
}

.linkbio-preview__name {
  color: var(--lb-ink);
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.linkbio-preview__bio {
  color: var(--lb-muted);
  max-width: 28ch;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.linkbio-preview__links {
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.linkbio-preview__link {
  color: var(--lb-ink);
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 750;
}

.linkbio-preview__link.is-ghost {
  color: #94a3b8;
  background: #fafbfc;
  border-style: dashed;
}

.linkbio-preview__brand {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 800;
}

.lb-studio {
  flex-direction: column;
  gap: 16px;
  animation: .45s both lb-rise;
  display: flex;
}

.lb-studio__top {
  border: 1px solid var(--lb-line);
  box-shadow: var(--lb-shadow);
  background: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  display: flex;
}

.lb-studio__top-main {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  min-width: 0;
  display: flex;
}

.lb-studio__heading {
  letter-spacing: -.03em;
  color: var(--lb-ink);
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.lb-studio__url {
  color: var(--lb-blue-deep);
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #2f86e014;
  border-radius: 999px;
  max-width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.lb-studio__url:hover {
  background: #2f86e024;
}

.lb-studio__demo-pill {
  color: #7a5c00;
  background: #fff7e6;
  border: 1px solid #f5e0a8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 750;
}

.lb-studio__top-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.lb-btn {
  appearance: none;
  min-height: 42px;
  font: inherit;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s, background .15s, border-color .15s;
  display: inline-flex;
}

.lb-btn--primary {
  background: var(--lb-ink);
  color: #fff;
}

.lb-btn--primary:hover {
  background: #1d2939;
  transform: translateY(-1px);
}

.lb-btn--ghost {
  border-color: var(--lb-line);
  color: var(--lb-ink);
  background: #fff;
}

.lb-btn--ghost:hover {
  background: var(--lb-soft);
}

.lb-btn--dashed {
  width: 100%;
  color: var(--lb-ink);
  background: #fff;
  border-style: dashed;
  border-color: #cbd5e1;
  min-height: 48px;
}

.lb-btn--dashed:hover {
  border-color: var(--lb-blue);
  color: var(--lb-blue-deep);
  background: #2f86e00a;
}

.lb-btn--block {
  width: 100%;
  min-height: 48px;
}

.lb-panel__footer {
  border-top: 1px solid var(--lb-line, #e2e8f0);
  z-index: 2;
  background: linear-gradient(#ffffffb8, #fff 40%);
  margin-top: 16px;
  padding-top: 14px;
  position: sticky;
  bottom: 0;
}

.lb-studio__body {
  grid-template-columns: 92px minmax(0, 1fr) 320px;
  align-items: start;
  gap: 14px;
  min-height: 640px;
  display: grid;
}

.lb-studio__nav {
  border: 1px solid var(--lb-line);
  box-shadow: var(--lb-shadow);
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 6px;
  padding: 10px 8px;
  display: flex;
  position: sticky;
  top: 12px;
}

.lb-studio__nav-item {
  appearance: none;
  color: #667085;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 14px;
  justify-items: center;
  gap: 5px;
  padding: 12px 6px;
  font-size: 11px;
  font-weight: 750;
  transition: background .15s, color .15s;
  display: grid;
}

.lb-studio__nav-item svg {
  width: 20px;
  height: 20px;
}

.lb-studio__nav-item:hover {
  background: var(--lb-soft);
  color: var(--lb-ink);
}

.lb-studio__nav-item.is-active {
  background: var(--lb-ink);
  color: #fff;
}

.lb-studio__panel {
  border: 1px solid var(--lb-line);
  min-width: 0;
  box-shadow: var(--lb-shadow);
  background: #fff;
  border-radius: 24px;
  min-height: 640px;
  padding: 22px;
}

.lb-panel {
  gap: 16px;
  animation: .35s both lb-rise;
  display: grid;
}

.lb-panel__head h3 {
  letter-spacing: -.02em;
  color: var(--lb-ink);
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 800;
}

.lb-panel__head p {
  color: var(--lb-muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.lb-links, .lb-socials, .lb-fields {
  gap: 12px;
  display: grid;
}

.lb-link-card, .lb-social-card {
  border: 1px solid var(--lb-line);
  background: #fafbfc;
  border-radius: 16px;
  gap: 10px;
  padding: 14px;
  transition: opacity .15s, border-color .15s;
  display: grid;
}

.lb-link-card.is-off, .lb-social-card.is-off {
  opacity: .55;
}

.lb-link-card__bar {
  align-items: center;
  gap: 10px;
  display: flex;
}

.lb-link-card__grip {
  color: #94a3b8;
  letter-spacing: -2px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
}

.lb-link-card__bar strong {
  color: #94a3b8;
  font-size: 12px;
}

.lb-icon-btn {
  appearance: none;
  color: #94a3b8;
  cursor: pointer;
  background: none;
  border: 0;
  margin-inline-start: auto;
  padding: 0 4px;
  font-size: 20px;
  line-height: 1;
}

.lb-icon-btn:hover {
  color: #e11d48;
}

.lb-field {
  color: #475569;
  gap: 6px;
  font-size: 12px;
  font-weight: 750;
  display: grid;
}

.lb-field input, .lb-field textarea, .lb-social-card input {
  border: 1px solid var(--lb-line);
  width: 100%;
  font: inherit;
  color: var(--lb-ink);
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 600;
}

.lb-field input:focus, .lb-field textarea:focus, .lb-social-card input:focus {
  border-color: var(--lb-blue);
  outline: none;
  box-shadow: 0 0 0 3px #2f86e01f;
}

.lb-field textarea {
  resize: vertical;
  min-height: 88px;
}

.lb-field--color input[type="color"] {
  cursor: pointer;
  width: 56px;
  height: 42px;
  padding: 4px;
}

.lb-toggle {
  cursor: pointer;
  color: #475569;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
  display: inline-flex;
}

.lb-toggle input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.lb-toggle > span {
  background: #d0d5dd;
  border-radius: 999px;
  flex-shrink: 0;
  width: 36px;
  height: 22px;
  transition: background .15s;
  position: relative;
}

.lb-toggle > span:after {
  content: "";
  top: 3px;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .15s;
  position: absolute;
  inset-inline-start: 3px;
  box-shadow: 0 1px 3px #00000026;
}

.lb-toggle input:checked + span {
  background: #12b76a;
}

.lb-toggle input:checked + span:after {
  transform: translateX(14px);
}

[dir="rtl"] .lb-toggle input:checked + span:after {
  transform: translateX(-14px);
}

.lb-toggle em {
  font-style: normal;
}

.lb-toggle strong {
  color: var(--lb-ink);
  font-size: 13px;
}

.lb-media-grid {
  gap: 12px;
  display: grid;
}

.lb-media-card {
  border: 1px solid var(--lb-line);
  background: #fafbfc;
  border-radius: 18px;
  grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  display: grid;
}

.lb-media-card__preview {
  color: #fff;
  background: linear-gradient(145deg, #4ea0eb, #1f6fc4);
  border-radius: 16px;
  flex-shrink: 0;
  place-items: center;
  font-size: 28px;
  font-weight: 800;
  display: grid;
  overflow: hidden;
}

.lb-media-card__preview.is-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  box-shadow: 0 12px 28px #2f86e038;
}

.lb-media-card__preview.is-poster {
  aspect-ratio: 16 / 10;
  color: #334155;
  background: linear-gradient(135deg, #e2e8f0, #94a3b8);
  border-radius: 14px;
  width: 100%;
  max-width: 120px;
  font-size: 11px;
  font-weight: 750;
}

.lb-media-card__preview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-media-card__empty {
  text-align: center;
  padding: 8px;
  line-height: 1.3;
}

.lb-media-card__body {
  gap: 6px;
  min-width: 0;
  display: grid;
}

.lb-media-card__body strong {
  color: var(--lb-ink);
  font-size: 13px;
  font-weight: 800;
}

.lb-media-card__body p {
  color: var(--lb-muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.lb-profile-photo__btns {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.lb-btn--sm {
  cursor: pointer;
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.lb-btn--sm input {
  display: none;
}

.lb-phone__avatar {
  color: #fff;
  background: var(--lb-accent, #2f86e0);
  width: 68px;
  height: 68px;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--lb-accent, #2f86e0) 35%, transparent);
  border-radius: 50%;
  place-items: center;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 800;
  display: grid;
  overflow: hidden;
}

.lb-phone__avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-social-card {
  grid-template-columns: minmax(140px, .4fr) minmax(0, 1fr);
  align-items: center;
}

.lb-skin {
  gap: 18px;
}

.lb-skin__banner {
  border: 1px solid var(--lb-line);
  background: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px;
  display: flex;
  box-shadow: 0 1px #0f172a05;
}

.lb-skin__eyebrow {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--lb-muted);
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}

.lb-skin__banner h3 {
  letter-spacing: -.03em;
  color: var(--lb-ink);
  margin: 0 0 4px;
  font-size: 1.25rem;
  font-weight: 800;
}

.lb-skin__banner p {
  color: var(--lb-muted);
  max-width: 42ch;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.lb-skin__banner-chip {
  flex-shrink: 0;
  justify-items: end;
  gap: 8px;
  display: grid;
}

.lb-skin__banner-chip i {
  border-radius: 8px;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #0f172a14;
}

.lb-skin__banner-chip span {
  background: #0f172a;
  width: 64px;
  height: 12px;
}

.lb-skin__banner-chip span.is-pill {
  border-radius: 999px;
}

.lb-skin__banner-chip span.is-rounded {
  border-radius: 6px;
}

.lb-skin__banner-chip span.is-square {
  border-radius: 2px;
}

.lb-skin__list {
  gap: 8px;
  display: grid;
}

.lb-skin__item {
  appearance: none;
  border: 1px solid var(--lb-line);
  cursor: pointer;
  text-align: start;
  background: #fff;
  border-radius: 14px;
  grid-template-columns: 10px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  transition: border-color .15s, background .15s, box-shadow .15s;
  display: grid;
}

.lb-skin__item:hover {
  background: #fbfdff;
  border-color: #94a3b8;
}

.lb-skin__item.is-active {
  border-color: color-mix(in srgb, var(--lb-blue) 55%, #94a3b8);
  background: #f3f8ff;
  box-shadow: inset 0 0 0 1px #2f86e01f;
}

.lb-skin__swatch {
  border-radius: 999px;
  align-self: stretch;
  width: 10px;
  min-height: 36px;
}

.lb-skin__copy {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.lb-skin__copy strong {
  color: var(--lb-ink);
  font-size: 14px;
  font-weight: 800;
}

.lb-skin__copy small {
  color: var(--lb-muted);
  font-size: 12px;
  line-height: 1.4;
}

.lb-skin__radio {
  background: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
}

.lb-skin__item.is-active .lb-skin__radio {
  border-color: var(--lb-blue);
}

.lb-skin__item.is-active .lb-skin__radio:after {
  content: "";
  background: var(--lb-blue);
  border-radius: 50%;
  position: absolute;
  inset: 3px;
}

.lb-skin__tune {
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  display: grid;
}

.lb-skin__tune-col {
  border: 1px solid var(--lb-line);
  background: #fff;
  border-radius: 14px;
  align-content: start;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.lb-skin__tune-head {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.lb-skin__tune-head h4 {
  color: var(--lb-muted);
  letter-spacing: .02em;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.lb-skin__tune-head code {
  color: var(--lb-ink);
  background: var(--lb-soft);
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
}

.lb-skin__palette {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.lb-skin__palette button {
  appearance: none;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  box-shadow: 0 0 0 1px #d0d5dd;
}

.lb-skin__palette button.is-active {
  box-shadow: 0 0 0 2px var(--lb-blue);
}

.lb-skin__picker {
  color: #64748b;
  cursor: pointer;
  background: #f8fafc;
  border: 1px dashed #94a3b8;
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  position: relative;
  overflow: hidden;
}

.lb-skin__picker input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.lb-skin__preview-btn {
  background: var(--lb-soft);
  border-radius: 12px;
  place-items: center;
  min-height: 44px;
  display: grid;
}

.lb-skin__preview-btn span {
  color: #fff;
  place-items: center;
  min-width: 72%;
  height: 28px;
  font-size: 12px;
  font-weight: 800;
  display: inline-grid;
}

.lb-skin__preview-btn span.is-pill {
  border-radius: 999px;
}

.lb-skin__preview-btn span.is-rounded {
  border-radius: 10px;
}

.lb-skin__preview-btn span.is-square {
  border-radius: 4px;
}

.lb-skin__seg {
  background: var(--lb-soft);
  border-radius: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  display: grid;
}

.lb-skin__seg button {
  appearance: none;
  color: #475569;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9px;
  padding: 9px 6px;
  font-size: 12px;
  font-weight: 750;
}

.lb-skin__seg button.is-active {
  color: var(--lb-ink);
  background: #fff;
  box-shadow: 0 1px 3px #0f172a14;
}

.lb-skin__footnote {
  color: #94a3b8;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.lb-insight {
  gap: 16px;
}

.lb-insight__kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.lb-insight__kpi {
  border: 1px solid var(--lb-line);
  background: #fff;
  border-radius: 14px;
  gap: 6px;
  padding: 14px 12px;
  display: grid;
}

.lb-insight__kpi span {
  color: var(--lb-muted);
  font-size: 12px;
  font-weight: 750;
}

.lb-insight__kpi strong {
  letter-spacing: -.03em;
  color: var(--lb-ink);
  font-variant-numeric: tabular-nums;
  font-size: 1.35rem;
  font-weight: 800;
}

.lb-insight__card {
  border: 1px solid var(--lb-line);
  background: #fff;
  border-radius: 14px;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.lb-insight__card-head h4 {
  color: var(--lb-ink);
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.lb-insight__bars {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  height: 110px;
  padding: 4px 2px 0;
  display: grid;
}

.lb-insight__bar {
  justify-content: center;
  align-items: end;
  height: 100%;
  display: flex;
}

.lb-insight__bar i {
  background: linear-gradient(#5ba8ef, #2f86e0);
  border-radius: 8px 8px 4px 4px;
  width: 100%;
  max-width: 28px;
  min-height: 8px;
  display: block;
}

.lb-insight__days {
  text-align: center;
  color: #94a3b8;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  font-size: 10px;
  font-weight: 750;
  display: grid;
}

.lb-insight__rank {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.lb-insight__rank li {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  display: grid;
}

.lb-insight__rank em {
  background: var(--lb-soft);
  color: #64748b;
  border-radius: 8px;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  display: grid;
}

.lb-insight__rank-body {
  gap: 6px;
  min-width: 0;
  display: grid;
}

.lb-insight__rank-body strong {
  color: var(--lb-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 750;
  overflow: hidden;
}

.lb-insight__meter {
  background: #eef2f7;
  border-radius: 999px;
  height: 6px;
  display: block;
  overflow: hidden;
}

.lb-insight__meter i {
  border-radius: inherit;
  background: #2f86e0;
  height: 100%;
  display: block;
}

.lb-insight__rank b {
  color: var(--lb-ink);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 800;
}

.lb-insight__empty {
  color: var(--lb-muted);
  margin: 0;
  font-size: 13px;
}

@media (max-width: 720px) {
  .lb-skin__tune {
    grid-template-columns: 1fr;
  }

  .lb-skin__banner {
    flex-direction: column;
    align-items: stretch;
  }

  .lb-skin__banner-chip {
    flex-direction: row;
    place-items: center start;
    gap: 10px;
    display: flex;
  }

  .lb-insight__kpis {
    grid-template-columns: 1fr;
  }
}

.lb-studio__preview {
  border: 1px solid var(--lb-line);
  background: radial-gradient(420px 220px at 50% 0, #2f86e024, #0000 70%), linear-gradient(#eef3f8, #f8fafc);
  border-radius: 24px;
  align-content: start;
  justify-items: center;
  gap: 12px;
  min-height: 640px;
  padding: 18px 12px 16px;
  display: grid;
  position: sticky;
  top: 12px;
}

.lb-phone {
  background: #0f172a;
  border-radius: 36px;
  width: min(270px, 100%);
  padding: 10px;
  position: relative;
  box-shadow: 0 24px 50px #0f172a47, inset 0 0 0 1px #ffffff14;
}

.lb-phone__notch {
  z-index: 2;
  background: #020617;
  border-radius: 999px;
  width: 88px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.lb-phone__screen {
  background: #070709;
  border-radius: 28px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.lb-phone__decor {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lb-phone__decor span {
  opacity: 0;
  border-radius: 50%;
  position: absolute;
}

.lb-phone__cover {
  flex-shrink: 0;
  width: calc(100% + 28px);
  height: 108px;
  margin: -42px -14px 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.lb-phone__cover.is-image {
  margin-bottom: -24px;
  display: block;
}

.lb-phone__cover.is-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-phone__screen.is-theme-classic .lb-phone__cover.is-image {
  display: block;
}

.lb-phone__scroll {
  text-align: center;
  scrollbar-width: thin;
  z-index: 1;
  align-content: start;
  justify-items: center;
  gap: 10px;
  height: 100%;
  padding: 42px 14px 20px;
  display: grid;
  position: relative;
  overflow: auto;
}

.lb-phone__profile {
  justify-items: center;
  gap: 8px;
  width: 100%;
  display: grid;
}

.lb-phone__identity {
  justify-items: center;
  gap: 4px;
  display: grid;
}

.lb-phone__bio {
  color: #64748b;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 24ch;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.lb-phone__scroll h3 {
  color: #0f172a;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.lb-phone__socials {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0 0 2px;
  display: flex;
}

.lb-phone__socials span {
  color: #334155;
  background: #0f172a0f;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 800;
}

.lb-phone__links {
  gap: 8px;
  width: 100%;
  margin-top: 2px;
  display: grid;
}

.lb-phone__link {
  border: 1px solid color-mix(in srgb, var(--lb-accent, #2f86e0) 30%, #dbe4ee);
  color: #0f172a;
  background: #fff;
  padding: 11px 12px;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 1px #0f172a08;
}

.lb-phone__link.is-pill {
  border-radius: 999px;
}

.lb-phone__link.is-rounded {
  border-radius: 12px;
}

.lb-phone__link.is-square {
  border-radius: 4px;
}

.lb-phone__link.is-ghost {
  color: #94a3b8;
  background: #ffffffb3;
  border-style: dashed;
}

.lb-phone__brand {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-top: 12px;
  font-size: 9px;
  font-weight: 800;
}

.lb-phone__screen.is-theme-portfolio {
  background: radial-gradient(120% 70% at 50% -10%, #c9a66b2e, #0000 55%), linear-gradient(#101014 0%, #070709 48%, #050506 100%);
}

.lb-phone__screen.is-theme-portfolio .lb-live {
  height: 100%;
  min-height: 100%;
}

.lb-phone__screen.is-theme-portfolio .lb-folio {
  min-height: 100%;
  padding-top: 0;
}

.lb-folio {
  --folio-surface: #ffffff0e;
  --folio-line: #ffffff17;
  --folio-ink: #f7f4ef;
  --folio-muted: #f7f4ef9e;
  --folio-pad-x: 18px;
  height: 100%;
  padding: 0 var(--folio-pad-x) max(28px, env(safe-area-inset-bottom, 0px));
  z-index: 1;
  color: var(--folio-ink);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  display: flex;
  position: relative;
  overflow: auto;
}

.lb-folio__glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--lb-accent, #c9a66b) 24%, transparent), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  height: 38%;
  position: absolute;
  inset: auto 10% 8%;
}

.lb-folio__profile {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: -52px;
  animation: .55s cubic-bezier(.22, 1, .36, 1) both lb-folio-in;
  display: flex;
  position: relative;
}

.lb-folio__cover {
  width: calc(100% + (var(--folio-pad-x) * 2));
  margin: 0 calc(var(--folio-pad-x) * -1);
  background: radial-gradient(ellipse 90% 120% at 50% -10%,
    color-mix(in srgb, var(--lb-accent, #c9a66b) 32%, transparent),
    transparent 68%);
  border-radius: 0;
  flex-shrink: 0;
  align-self: stretch;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.plb--theme-portfolio .lb-folio__cover, .lb-phone__screen.is-theme-portfolio .lb-folio__cover, .plb-live-shell.is-theme-portfolio .lb-folio__cover {
  width: calc(100% + (var(--folio-pad-x) * 2));
  margin-left: calc(var(--folio-pad-x) * -1);
  margin-right: calc(var(--folio-pad-x) * -1);
  max-width: none;
}

.lb-folio__cover:after {
  content: none;
}

.lb-folio__cover.has-image {
  background: #111114;
  height: 168px;
}

.lb-folio__cover.has-image:after {
  content: "";
  inset-inline: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0000 0%, #07070966 40%, #070709 100%);
  height: 72px;
  position: absolute;
  bottom: -1px;
}

.lb-folio__cover img {
  object-fit: cover;
  object-position: center 72%;
  filter: saturate(1.05) contrast(1.04);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.lb-folio__cover-mesh {
  display: none;
}

.lb-folio__avatar {
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--lb-accent, #c9a66b) 75%, #fff),
    var(--lb-accent, #c9a66b));
  color: #1a1510;
  z-index: 2;
  border-radius: 28px;
  flex-shrink: 0;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-top: 0;
  font-size: 34px;
  font-weight: 800;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #0c0c0f, 0 18px 40px #00000073;
}

.lb-folio__avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-folio__name {
  letter-spacing: -.035em;
  max-width: 100%;
  color: var(--folio-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 16px 0 0;
  font-size: clamp(1.35rem, 5.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.15;
}

.lb-folio__bio {
  max-width: 32ch;
  color: var(--folio-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 10px 0 0;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.55;
}

.lb-folio__socials {
  -webkit-backdrop-filter: blur(16px);
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-top: 22px;
  padding: 6px;
  display: inline-flex;
  box-shadow: 0 10px 30px #00000038;
}

.lb-folio__social, a.lb-folio__social, div.lb-folio__social {
  place-items: center;
  text-decoration: none;
  transition: transform .16s, background .16s, color .16s;
  position: relative;
  color: #f7f4efe0 !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  flex-direction: row !important;
  gap: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
}

.lb-folio__social svg {
  width: 18px;
  height: 18px;
}

.lb-folio__social-sr {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.lb-folio__social:hover, .lb-folio__social:active {
  transform: translateY(-1px)scale(1.04);
  color: #fff !important;
  background: #ffffff1a !important;
}

.lb-folio__social.is-instagram:hover {
  color: #f9a8d4 !important;
}

.lb-folio__social.is-telegram:hover {
  color: #7dd3fc !important;
}

.lb-folio__social.is-whatsapp:hover {
  color: #86efac !important;
}

.lb-folio__social.is-youtube:hover {
  color: #fca5a5 !important;
}

.lb-folio__social.is-linkedin:hover {
  color: #93c5fd !important;
}

.lb-folio__social.is-website:hover {
  color: color-mix(in srgb, var(--lb-accent, #c9a66b) 85%, #fff) !important;
}

.lb-folio__links {
  z-index: 1;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  animation: .65s cubic-bezier(.22, 1, .36, 1) 80ms both lb-folio-in;
  display: grid;
  position: relative;
}

.lb-folio__link, a.lb-folio__link, div.lb-folio__link {
  background: var(--folio-surface);
  border: 1px solid var(--folio-line);
  min-height: 58px;
  color: var(--folio-ink);
  letter-spacing: -.01em;
  text-align: start;
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s;
  box-shadow: 0 10px 30px #0000002e;
  display: flex !important;
}

.lb-folio__link.is-pill {
  border-radius: 999px;
  padding-inline-start: 10px;
}

.lb-folio__link.is-rounded {
  border-radius: 18px;
}

.lb-folio__link.is-square {
  border-radius: 10px;
}

.lb-folio__link.is-ghost {
  color: #f7f4ef73;
  text-align: center;
  box-shadow: none;
  border-style: dashed;
  justify-content: center;
}

.lb-folio__link:hover, .lb-folio__link:active {
  border-color: color-mix(in srgb, var(--lb-accent, #c9a66b) 45%, #ffffff1f);
  background: #ffffff17;
  transform: translateY(-1px);
}

.lb-folio__link-ico {
  width: 44px;
  height: 44px;
  color: color-mix(in srgb, var(--lb-accent, #c9a66b) 80%, #fff);
  background: #ffffff0f;
  border: 1px solid #ffffff0f;
  border-radius: 14px;
  flex: none;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.lb-folio__link.is-pill .lb-folio__link-ico {
  border-radius: 50%;
}

.lb-folio__link-ico .lb-live__link-icon {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.lb-folio__link-ico .lb-live__link-fallback {
  opacity: .9;
  background: color-mix(in srgb, var(--lb-accent, #c9a66b) 85%, #fff);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--lb-accent, #c9a66b) 18%, transparent);
  border-radius: 50%;
}

.lb-folio__link-title {
  overflow-wrap: anywhere;
  word-break: break-word;
  flex: auto;
  min-width: 0;
  line-height: 1.3;
}

.lb-folio__chevron {
  box-sizing: border-box;
  border-top: 2px solid color-mix(in srgb, var(--lb-accent, #c9a66b) 90%, #fff);
  border-right: 2px solid color-mix(in srgb, var(--lb-accent, #c9a66b) 90%, #fff);
  opacity: .95;
  flex: none;
  width: 8px;
  height: 8px;
  margin-inline-start: 6px;
  transform: rotate(45deg);
}

[dir="rtl"] .lb-folio__chevron {
  border-right: 0;
  border-left: 2px solid color-mix(in srgb, var(--lb-accent, #c9a66b) 90%, #fff);
  transform: rotate(-45deg);
}

.lb-folio__brand {
  display: none;
}

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

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

.plb-live-shell.is-theme-portfolio, .plb--theme-portfolio, .plb--theme-portfolio.plb--live {
  background: radial-gradient(120% 70% at 50% -10%, #c9a66b24, #0000 55%), linear-gradient(#101014 0%, #070709 48%, #050506 100%) !important;
}

.plb--theme-portfolio .plb-live-shell, .plb-live-shell.is-theme-portfolio {
  background: none;
  width: min(100%, 420px);
  min-height: 100dvh;
  margin: 0 auto;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 720px) {
  .plb--theme-portfolio .plb-live-shell, .plb-live-shell.is-theme-portfolio {
    width: min(100%, 460px);
  }

  .plb--theme-portfolio .lb-folio {
    --folio-pad-x: 22px;
  }

  .plb--theme-portfolio .lb-folio__cover, .plb--theme-portfolio .lb-folio__cover.has-image {
    height: 200px;
  }

  .plb--theme-portfolio .lb-folio__name {
    font-size: 1.75rem;
  }

  .plb--theme-portfolio .lb-folio__bio {
    max-width: 36ch;
    font-size: 1rem;
  }

  .plb--theme-portfolio .lb-folio__link {
    min-height: 62px;
    font-size: 1rem;
  }

  .plb--theme-portfolio .lb-folio__socials {
    margin-top: 24px;
    padding: 8px;
  }

  .plb--theme-portfolio .lb-folio__social, .plb--theme-portfolio a.lb-folio__social, .plb--theme-portfolio div.lb-folio__social {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
  }
}

@media (min-width: 1100px) {
  .plb--theme-portfolio .plb-live-shell, .plb-live-shell.is-theme-portfolio {
    width: min(100%, 520px);
  }

  .plb--theme-portfolio .lb-folio__cover, .plb--theme-portfolio .lb-folio__cover.has-image {
    height: 220px;
  }
}

.plb-live-shell.is-theme-portfolio .lb-folio {
  padding-top: 0;
  padding-bottom: max(36px, env(safe-area-inset-bottom, 0px));
}

.plb-live-shell.is-theme-portfolio .lb-live__brand {
  color: #f7f4ef61;
}

.lb-phone__screen.is-theme-portfolio .lb-folio {
  padding-top: 0;
}

.lb-phone__screen.is-theme-office {
  background: radial-gradient(120% 70% at 50% -8%, color-mix(in srgb, var(--lb-accent, #173a7a) 16%, transparent), transparent 58%),
    linear-gradient(180deg, #eef3f8 0%, #e4ebf3 42%, #dce5ef 100%);
}

.lb-phone__screen.is-theme-office .lb-live {
  height: 100%;
  min-height: 100%;
}

.lb-phone__screen.is-theme-office .lb-office {
  min-height: 100%;
  padding-top: 0;
}

.lb-office {
  --office-surface: #ffffffd1;
  --office-line: #0f172a14;
  --office-ink: #0f1c2e;
  --office-muted: #0f1c2e94;
  --office-pad-x: 18px;
  height: 100%;
  padding: 0 var(--office-pad-x) max(28px, env(safe-area-inset-bottom, 0px));
  z-index: 1;
  color: var(--office-ink);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

.lb-office__glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--lb-accent, #173a7a) 18%, transparent), transparent 72%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  height: 36%;
  position: absolute;
  inset: auto 8% 6%;
}

.lb-office__cover {
  width: calc(100% + (var(--office-pad-x) * 2));
  margin: 0 calc(var(--office-pad-x) * -1);
  background: linear-gradient(145deg, color-mix(in srgb, var(--lb-accent, #173a7a) 72%, #0b1a33), color-mix(in srgb, var(--lb-accent, #173a7a) 35%, #6b849e));
  border-radius: 0;
  flex-shrink: 0;
  align-self: stretch;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.plb--theme-office .lb-office__cover, .lb-phone__screen.is-theme-office .lb-office__cover, .plb-live-shell.is-theme-office .lb-office__cover {
  width: calc(100% + (var(--office-pad-x) * 2));
  margin-left: calc(var(--office-pad-x) * -1);
  margin-right: calc(var(--office-pad-x) * -1);
  max-width: none;
}

.lb-office__cover.has-image {
  background: #1a2740;
  height: 168px;
}

.lb-office__cover:after {
  content: "";
  inset-inline: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0000 0%, #e4ebf359 42%, #e4ebf3 100%);
  height: 78px;
  position: absolute;
  bottom: -1px;
}

.lb-office__cover.has-image:after {
  background: linear-gradient(#0000 0%, #e4ebf359 42%, #e4ebf3 100%);
}

.lb-office__cover img {
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(1.02) contrast(1.03);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.lb-office__cover-mesh {
  opacity: .35;
  background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-size: 28px 28px;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 30%, #000 10%, #0000 75%);
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 10%, #0000 75%);
}

.lb-office__profile {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: -54px;
  animation: .55s cubic-bezier(.22, 1, .36, 1) both lb-office-in;
  display: flex;
  position: relative;
}

.lb-office__avatar {
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--lb-accent, #173a7a) 70%, #fff),
    var(--lb-accent, #173a7a));
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 100px;
  height: 100px;
  font-size: 36px;
  font-weight: 800;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 5px #eef3f8, 0 16px 36px #0f1c2e38;
}

.lb-office__avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-office__name {
  letter-spacing: -.03em;
  max-width: 100%;
  color: var(--office-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 16px 0 0;
  font-size: clamp(1.35rem, 5.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.15;
}

.lb-office__rule {
  background: var(--lb-accent, #173a7a);
  opacity: .9;
  border-radius: 999px;
  width: 36px;
  height: 3px;
  margin-top: 12px;
  display: block;
}

.lb-office__bio {
  max-width: 34ch;
  color: var(--office-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 12px 0 0;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.55;
}

.lb-office__socials {
  -webkit-backdrop-filter: blur(16px);
  background: #ffffffb8;
  border: 1px solid #0f172a14;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-top: 20px;
  padding: 6px;
  display: inline-flex;
  box-shadow: 0 10px 28px #0f1c2e14;
}

.lb-office__social, a.lb-office__social, div.lb-office__social {
  place-items: center;
  text-decoration: none;
  transition: transform .16s, background .16s, color .16s;
  position: relative;
  color: #0f1c2eb8 !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  flex-direction: row !important;
  gap: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
}

.lb-office__social svg {
  width: 18px;
  height: 18px;
}

.lb-office__social-sr {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.lb-office__social:hover, .lb-office__social:active {
  transform: translateY(-1px)scale(1.04);
  color: var(--office-ink) !important;
  background: #0f1c2e0f !important;
}

.lb-office__social.is-instagram:hover {
  color: #db2777 !important;
}

.lb-office__social.is-telegram:hover {
  color: #0284c7 !important;
}

.lb-office__social.is-whatsapp:hover {
  color: #16a34a !important;
}

.lb-office__social.is-youtube:hover {
  color: #dc2626 !important;
}

.lb-office__social.is-linkedin:hover {
  color: #0a66c2 !important;
}

.lb-office__social.is-website:hover {
  color: var(--lb-accent, #173a7a) !important;
}

.lb-office__links {
  z-index: 1;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  animation: .65s cubic-bezier(.22, 1, .36, 1) 80ms both lb-office-in;
  display: grid;
  position: relative;
}

.lb-office__link, a.lb-office__link, div.lb-office__link {
  background: var(--office-surface);
  border: 1px solid var(--office-line);
  min-height: 58px;
  color: var(--office-ink);
  letter-spacing: -.01em;
  text-align: start;
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s, box-shadow .18s;
  box-shadow: 0 10px 28px #0f1c2e12;
  display: flex !important;
}

.lb-office__link.is-pill {
  border-radius: 999px;
  padding-inline-start: 10px;
}

.lb-office__link.is-rounded {
  border-radius: 18px;
}

.lb-office__link.is-square {
  border-radius: 10px;
}

.lb-office__link.is-ghost {
  color: #0f1c2e66;
  text-align: center;
  box-shadow: none;
  background: #ffffff73;
  border-style: dashed;
  justify-content: center;
}

.lb-office__link:hover, .lb-office__link:active {
  border-color: color-mix(in srgb, var(--lb-accent, #173a7a) 35%, #0f172a1a);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px #0f1c2e1a;
}

.lb-office__link-ico {
  background: color-mix(in srgb, var(--lb-accent, #173a7a) 8%, #fff);
  border: 1px solid color-mix(in srgb, var(--lb-accent, #173a7a) 12%, transparent);
  width: 44px;
  height: 44px;
  color: var(--lb-accent, #173a7a);
  border-radius: 14px;
  flex: none;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.lb-office__link.is-pill .lb-office__link-ico {
  border-radius: 50%;
}

.lb-office__link-ico .lb-live__link-icon {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.lb-office__link-ico .lb-live__link-fallback {
  opacity: .95;
  background: var(--lb-accent, #173a7a);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--lb-accent, #173a7a) 16%, transparent);
  border-radius: 50%;
}

.lb-office__link-title {
  overflow-wrap: anywhere;
  word-break: break-word;
  flex: auto;
  min-width: 0;
  line-height: 1.3;
}

.lb-office__chevron {
  box-sizing: border-box;
  border-top: 2px solid var(--lb-accent, #173a7a);
  border-right: 2px solid var(--lb-accent, #173a7a);
  opacity: .9;
  flex: none;
  width: 8px;
  height: 8px;
  margin-inline-start: 6px;
  transform: rotate(45deg);
}

[dir="rtl"] .lb-office__chevron {
  border-right: 0;
  border-left: 2px solid var(--lb-accent, #173a7a);
  transform: rotate(-45deg);
}

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

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

.plb-live-shell.is-theme-office, .plb--theme-office, .plb--theme-office.plb--live {
  background: radial-gradient(120% 70% at 50% -8%, color-mix(in srgb, var(--lb-accent, #173a7a) 12%, transparent), transparent 58%),
    linear-gradient(180deg, #eef3f8 0%, #e4ebf3 42%, #dce5ef 100%) !important;
}

.plb--theme-office .plb-live-shell, .plb-live-shell.is-theme-office {
  background: none;
  width: min(100%, 420px);
  min-height: 100dvh;
  margin: 0 auto;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 720px) {
  .plb--theme-office .plb-live-shell, .plb-live-shell.is-theme-office {
    width: min(100%, 460px);
  }

  .plb--theme-office .lb-office {
    --office-pad-x: 22px;
  }

  .plb--theme-office .lb-office__cover, .plb--theme-office .lb-office__cover.has-image {
    height: 200px;
  }

  .plb--theme-office .lb-office__name {
    font-size: 1.75rem;
  }

  .plb--theme-office .lb-office__bio {
    max-width: 36ch;
    font-size: 1rem;
  }

  .plb--theme-office .lb-office__link {
    min-height: 62px;
    font-size: 1rem;
  }

  .plb--theme-office .lb-office__socials {
    margin-top: 22px;
    padding: 8px;
  }

  .plb--theme-office .lb-office__social, .plb--theme-office a.lb-office__social, .plb--theme-office div.lb-office__social {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
  }
}

@media (min-width: 1100px) {
  .plb--theme-office .plb-live-shell, .plb-live-shell.is-theme-office {
    width: min(100%, 520px);
  }

  .plb--theme-office .lb-office__cover, .plb--theme-office .lb-office__cover.has-image {
    height: 220px;
  }
}

.plb-live-shell.is-theme-office .lb-office {
  padding-top: 0;
  padding-bottom: max(36px, env(safe-area-inset-bottom, 0px));
}

.plb-live-shell.is-theme-office .lb-live__brand {
  color: #0f1c2e61;
}

.lb-phone__screen.is-theme-office .lb-office {
  padding-top: 0;
}

.lb-phone__screen.is-theme-bento {
  background: radial-gradient(120% 70% at 50% -10%, #f5c51824, #0000 55%), linear-gradient(#141414 0%, #0a0a0a 48%, #070707 100%);
}

.lb-phone__screen.is-theme-bento .lb-live {
  height: 100%;
  min-height: 100%;
}

.lb-phone__screen.is-theme-bento .lb-bento {
  min-height: 100%;
  padding-top: 0;
}

.lb-bento {
  --bento-surface: #ffffff0e;
  --bento-line: #ffffff17;
  --bento-ink: #f7f7f5;
  --bento-muted: #f7f7f594;
  --bento-pad-x: 18px;
  height: 100%;
  padding: 0 var(--bento-pad-x) max(28px, env(safe-area-inset-bottom, 0px));
  z-index: 1;
  color: var(--bento-ink);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  display: flex;
  position: relative;
  overflow: auto;
}

.lb-bento__glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--lb-accent, #f5c518) 22%, transparent), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  height: 38%;
  position: absolute;
  inset: auto 10% 8%;
}

.lb-bento__cover {
  width: calc(100% + (var(--bento-pad-x) * 2));
  margin: 0 calc(var(--bento-pad-x) * -1);
  background: linear-gradient(145deg, #1c1c1c, color-mix(in srgb, var(--lb-accent, #f5c518) 28%, #111));
  border-radius: 0;
  flex-shrink: 0;
  align-self: stretch;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.plb--theme-bento .lb-bento__cover, .lb-phone__screen.is-theme-bento .lb-bento__cover, .plb-live-shell.is-theme-bento .lb-bento__cover {
  width: calc(100% + (var(--bento-pad-x) * 2));
  margin-left: calc(var(--bento-pad-x) * -1);
  margin-right: calc(var(--bento-pad-x) * -1);
  max-width: none;
}

.lb-bento__cover.has-image {
  background: #111;
  height: 168px;
}

.lb-bento__cover:after {
  content: "";
  inset-inline: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0000 0%, #0a0a0a73 40%, #0a0a0a 100%);
  height: 78px;
  position: absolute;
  bottom: -1px;
}

.lb-bento__cover img {
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(1.05) contrast(1.04);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.lb-bento__cover-mesh {
  opacity: .4;
  background-image: linear-gradient(#ffffff0f 1px, #0000 1px), linear-gradient(90deg, #ffffff0f 1px, #0000 1px);
  background-size: 26px 26px;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 30%, #000 10%, #0000 75%);
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 10%, #0000 75%);
}

.lb-bento__profile {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: -52px;
  animation: .55s cubic-bezier(.22, 1, .36, 1) both lb-bento-in;
  display: flex;
  position: relative;
}

.lb-bento__avatar {
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--lb-accent, #f5c518) 80%, #fff),
    var(--lb-accent, #f5c518));
  color: #14110a;
  z-index: 2;
  border-radius: 28px;
  flex-shrink: 0;
  place-items: center;
  width: 96px;
  height: 96px;
  font-size: 34px;
  font-weight: 800;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #0c0c0c, 0 18px 40px #00000073;
}

.lb-bento__avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-bento__name {
  letter-spacing: -.035em;
  max-width: 100%;
  color: var(--bento-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 16px 0 0;
  font-size: clamp(1.35rem, 5.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.15;
}

.lb-bento__bio {
  max-width: 32ch;
  color: var(--bento-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 10px 0 0;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.55;
}

.lb-bento__socials {
  -webkit-backdrop-filter: blur(16px);
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-top: 20px;
  padding: 6px;
  display: inline-flex;
  box-shadow: 0 10px 30px #00000038;
}

.lb-bento__social, a.lb-bento__social, div.lb-bento__social {
  place-items: center;
  text-decoration: none;
  transition: transform .16s, background .16s, color .16s;
  position: relative;
  color: #f7f7f5e0 !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  flex-direction: row !important;
  gap: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
}

.lb-bento__social svg {
  width: 18px;
  height: 18px;
}

.lb-bento__social-sr {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.lb-bento__social:hover, .lb-bento__social:active {
  transform: translateY(-1px)scale(1.04);
  color: #fff !important;
  background: #ffffff1a !important;
}

.lb-bento__social.is-instagram:hover {
  color: #f9a8d4 !important;
}

.lb-bento__social.is-telegram:hover {
  color: #7dd3fc !important;
}

.lb-bento__social.is-whatsapp:hover {
  color: #86efac !important;
}

.lb-bento__social.is-youtube:hover {
  color: #fca5a5 !important;
}

.lb-bento__social.is-linkedin:hover {
  color: #93c5fd !important;
}

.lb-bento__social.is-website:hover {
  color: color-mix(in srgb, var(--lb-accent, #f5c518) 85%, #fff) !important;
}

.lb-bento__board {
  z-index: 1;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  animation: .65s cubic-bezier(.22, 1, .36, 1) 80ms both lb-bento-in;
  display: grid;
  position: relative;
}

.lb-bento__feature, a.lb-bento__feature, div.lb-bento__feature, .lb-live a.lb-bento__feature {
  letter-spacing: -.01em;
  text-align: start;
  border: 1px solid #0000;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px 16px 12px 12px;
  font-size: .98rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 12px 32px #00000047;
  color: #111 !important;
  background: #f4f4f5 !important;
  display: flex !important;
}

.lb-bento__feature .lb-bento__link-title, a.lb-bento__feature .lb-bento__link-title {
  color: #111 !important;
}

.lb-bento__feature.is-pill {
  border-radius: 999px;
  padding-inline-start: 10px;
}

.lb-bento__feature.is-rounded {
  border-radius: 20px;
}

.lb-bento__feature.is-square {
  border-radius: 12px;
}

.lb-bento__feature.is-ghost {
  border: 1px dashed var(--bento-line);
  text-align: center;
  box-shadow: none;
  justify-content: center;
  background: var(--bento-surface) !important;
  color: #f7f7f573 !important;
}

.lb-bento__feature.is-ghost .lb-bento__link-title {
  color: #f7f7f573 !important;
}

.lb-bento__feature:hover, .lb-bento__feature:active {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px #00000057;
}

.lb-bento__feature .lb-bento__chevron {
  border-top-color: #52525b;
  border-right-color: #52525b;
}

[dir="rtl"] .lb-bento__feature .lb-bento__chevron {
  border-left-color: #52525b;
  border-right-color: #0000;
}

.lb-bento__grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.lb-bento__tile, a.lb-bento__tile, div.lb-bento__tile {
  letter-spacing: -.015em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  min-height: 118px;
  padding: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s, filter .18s;
  box-shadow: 0 12px 28px #00000038;
  display: flex !important;
}

.lb-bento__tile.is-pill {
  border-radius: 26px;
}

.lb-bento__tile.is-rounded {
  border-radius: 22px;
}

.lb-bento__tile.is-square {
  border-radius: 12px;
}

.lb-bento__tile.is-tone-1 {
  background: var(--lb-accent, #f5c518);
  color: #14110a;
}

.lb-bento__tile.is-tone-2 {
  color: #fff7ed;
  background: #c45c26;
}

.lb-bento__tile:hover, .lb-bento__tile:active {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.lb-bento__tile .lb-bento__link-title {
  font-size: .98rem;
  line-height: 1.25;
}

.lb-bento__stack {
  gap: 10px;
  display: grid;
}

.lb-bento__row, a.lb-bento__row, div.lb-bento__row {
  background: var(--bento-surface);
  border: 1px solid var(--bento-line);
  min-height: 56px;
  color: var(--bento-ink);
  text-align: start;
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s;
  box-shadow: 0 10px 28px #0000002e;
  display: flex !important;
}

.lb-bento__row.is-pill {
  border-radius: 999px;
  padding-inline-start: 10px;
}

.lb-bento__row.is-rounded {
  border-radius: 18px;
}

.lb-bento__row.is-square {
  border-radius: 10px;
}

.lb-bento__row:hover, .lb-bento__row:active {
  border-color: color-mix(in srgb, var(--lb-accent, #f5c518) 45%, #ffffff1f);
  background: #ffffff17;
  transform: translateY(-1px);
}

.lb-bento__link-ico {
  width: 44px;
  height: 44px;
  color: inherit;
  background: #0000000f;
  border: 1px solid #0000000f;
  border-radius: 14px;
  flex: none;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.lb-bento__feature .lb-bento__link-ico {
  color: #111;
  background: #0000000f;
}

.lb-bento__row .lb-bento__link-ico {
  color: color-mix(in srgb, var(--lb-accent, #f5c518) 80%, #fff);
  background: #ffffff0f;
  border-color: #ffffff0f;
}

.lb-bento__link-ico.is-on-tile {
  background: #0000001f;
  border-color: #0000;
  border-radius: 12px;
  width: 40px;
  height: 40px;
}

.lb-bento__tile.is-tone-2 .lb-bento__link-ico.is-on-tile {
  background: #ffffff2e;
}

.lb-bento__feature.is-pill .lb-bento__link-ico, .lb-bento__row.is-pill .lb-bento__link-ico {
  border-radius: 50%;
}

.lb-bento__link-ico .lb-live__link-icon {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.lb-bento__link-ico .lb-live__link-fallback {
  opacity: .9;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 18%, transparent);
  background: currentColor;
  border-radius: 50%;
}

.lb-bento__link-title {
  overflow-wrap: anywhere;
  word-break: break-word;
  flex: auto;
  min-width: 0;
  line-height: 1.3;
}

.lb-bento__chevron {
  box-sizing: border-box;
  border-top: 2px solid color-mix(in srgb, var(--lb-accent, #f5c518) 90%, #fff);
  border-right: 2px solid color-mix(in srgb, var(--lb-accent, #f5c518) 90%, #fff);
  opacity: .95;
  flex: none;
  width: 8px;
  height: 8px;
  margin-inline-start: 6px;
  transform: rotate(45deg);
}

[dir="rtl"] .lb-bento__chevron {
  border-right: 0;
  border-left: 2px solid color-mix(in srgb, var(--lb-accent, #f5c518) 90%, #fff);
  transform: rotate(-45deg);
}

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

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

.plb-live-shell.is-theme-bento, .plb--theme-bento, .plb--theme-bento.plb--live {
  background: radial-gradient(120% 70% at 50% -10%, #f5c5181f, #0000 55%), linear-gradient(#141414 0%, #0a0a0a 48%, #070707 100%) !important;
}

.plb--theme-bento .plb-live-shell, .plb-live-shell.is-theme-bento {
  background: none;
  width: min(100%, 420px);
  min-height: 100dvh;
  margin: 0 auto;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 720px) {
  .plb--theme-bento .plb-live-shell, .plb-live-shell.is-theme-bento {
    width: min(100%, 460px);
  }

  .plb--theme-bento .lb-bento {
    --bento-pad-x: 22px;
  }

  .plb--theme-bento .lb-bento__cover, .plb--theme-bento .lb-bento__cover.has-image {
    height: 200px;
  }

  .plb--theme-bento .lb-bento__name {
    font-size: 1.75rem;
  }

  .plb--theme-bento .lb-bento__bio {
    max-width: 36ch;
    font-size: 1rem;
  }

  .plb--theme-bento .lb-bento__feature, .plb--theme-bento .lb-bento__row {
    font-size: 1rem;
  }

  .plb--theme-bento .lb-bento__tile {
    min-height: 128px;
  }

  .plb--theme-bento .lb-bento__socials {
    margin-top: 22px;
    padding: 8px;
  }

  .plb--theme-bento .lb-bento__social, .plb--theme-bento a.lb-bento__social, .plb--theme-bento div.lb-bento__social {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
  }
}

@media (min-width: 1100px) {
  .plb--theme-bento .plb-live-shell, .plb-live-shell.is-theme-bento {
    width: min(100%, 520px);
  }

  .plb--theme-bento .lb-bento__cover, .plb--theme-bento .lb-bento__cover.has-image {
    height: 220px;
  }
}

.plb-live-shell.is-theme-bento .lb-bento {
  padding-top: 0;
  padding-bottom: max(36px, env(safe-area-inset-bottom, 0px));
}

.plb-live-shell.is-theme-bento .lb-live__brand {
  color: #f7f7f561;
}

.lb-phone__screen.is-theme-bento .lb-bento {
  padding-top: 0;
}

.lb-phone__screen.is-theme-soft {
  background: linear-gradient(#eef0ff 0%, #fff 42%);
}

.lb-soft {
  text-align: center;
  scrollbar-width: thin;
  z-index: 1;
  align-content: start;
  justify-items: center;
  gap: 8px;
  height: 100%;
  padding: 42px 14px 18px;
  display: grid;
  position: relative;
  overflow: auto;
}

.lb-soft__poster {
  width: calc(100% + 28px);
  height: 88px;
  margin: -42px -14px 0;
  overflow: hidden;
}

.lb-soft__poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-soft:has(.lb-soft__poster) .lb-soft__photo {
  box-shadow: 0 0 0 4px #fff,
    0 14px 28px color-mix(in srgb, var(--lb-accent, #8b9cff) 28%, transparent);
  margin-top: -28px;
}

.lb-soft__photo {
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--lb-accent, #8b9cff) 45%, #fff),
    var(--lb-accent, #8b9cff));
  color: #fff;
  width: 112px;
  height: 112px;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--lb-accent, #8b9cff) 28%, transparent);
  border-radius: 28px;
  place-items: center;
  margin-bottom: 4px;
  font-size: 36px;
  font-weight: 800;
  display: grid;
  overflow: hidden;
}

.lb-soft__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lb-soft__name {
  letter-spacing: -.02em;
  color: #111827;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

.lb-soft__bio {
  color: #6b7280;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 26ch;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.lb-soft__socials {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 6px;
  display: flex;
}

.lb-soft__social {
  background: color-mix(in srgb, var(--lb-accent, #8b9cff) 16%, #fff);
  border: 1px solid color-mix(in srgb, var(--lb-accent, #8b9cff) 22%, #fff);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: relative;
}

.lb-soft__social:after {
  content: "";
  background: color-mix(in srgb, var(--lb-accent, #8b9cff) 70%, #4b5563);
  border-radius: 50%;
  position: absolute;
  inset: 8px;
}

.lb-soft__social.is-instagram:after {
  background: linear-gradient(135deg, #f58529, #dd2a7b);
}

.lb-soft__social.is-telegram:after {
  background: #229ed9;
}

.lb-soft__social.is-whatsapp:after {
  background: #25d366;
}

.lb-soft__social.is-youtube:after {
  background: #f03;
}

.lb-soft__social.is-linkedin:after {
  background: #0a66c2;
}

.lb-soft__social.is-website:after {
  background: #64748b;
}

.lb-soft__links {
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  display: grid;
}

.lb-soft__link {
  background: color-mix(in srgb, var(--lb-accent, #8b9cff) 14%, #fff);
  color: #1f2937;
  border: 1px solid color-mix(in srgb, var(--lb-accent, #8b9cff) 18%, #fff);
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  display: flex;
  box-shadow: 0 1px #0f172a08;
}

.lb-soft__link.is-pill {
  border-radius: 999px;
}

.lb-soft__link.is-rounded {
  border-radius: 16px;
}

.lb-soft__link.is-square {
  border-radius: 8px;
}

.lb-soft__link.is-ghost {
  color: #9ca3af;
  background: #ffffffb3;
  border-style: dashed;
}

.lb-soft__link-ico {
  background: color-mix(in srgb, var(--lb-accent, #8b9cff) 45%, #fff);
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.lb-soft__link strong {
  font-size: 12px;
  font-weight: 750;
}

.lb-soft__brand {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 800;
}

.lb-phone__screen.is-theme-classic {
  background: #fff;
}

.lb-phone__screen.is-theme-classic .lb-phone__scroll {
  gap: 12px;
  padding-top: 52px;
}

.lb-phone__screen.is-theme-classic .lb-phone__avatar {
  background: #0f172a;
  width: 76px;
  height: 76px;
  box-shadow: 0 10px 24px #0f172a33;
}

.lb-phone__screen.is-theme-classic h3 {
  font-size: 16px;
  font-weight: 800;
}

.lb-phone__screen.is-theme-classic .lb-phone__bio {
  color: #64748b;
}

.lb-phone__screen.is-theme-classic .lb-phone__socials span {
  color: #64748b;
  background: none;
  padding: 2px 4px;
  font-size: 10px;
}

.lb-phone__screen.is-theme-classic .lb-phone__links {
  gap: 10px;
  margin-top: 8px;
}

.lb-phone__screen.is-theme-classic .lb-phone__link {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  padding: 13px 14px;
  font-weight: 700;
  box-shadow: 0 2px #f1f5f9;
}

@keyframes lb-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

.lb-studio__preview-cap {
  color: #94a3b8;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

@keyframes lb-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

@media (max-width: 1180px) {
  .lb-studio__body {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .lb-studio__preview {
    grid-column: 1 / -1;
    min-height: 0;
    position: relative;
    top: 0;
  }

  .lb-phone {
    width: min(300px, 100%);
  }
}

@media (max-width: 860px) {
  .linkbio-layout {
    grid-template-columns: 1fr;
  }

  .linkbio-stage {
    order: -1;
    min-height: 0;
    position: relative;
    top: 0;
  }

  .lb-studio__body {
    grid-template-columns: 1fr;
  }

  .lb-studio__nav {
    flex-direction: row;
    padding: 8px;
    position: relative;
    top: 0;
    overflow-x: auto;
  }

  .lb-studio__nav-item {
    min-width: 72px;
  }

  .lb-studio__panel {
    min-height: 0;
  }

  .lb-insight__kpis, .lb-stats, .lb-social-card, .lb-media-card {
    grid-template-columns: 1fr;
  }
}

.lb-studio__demo-pill {
  color: #0f5c3a;
  background: #e8f8ef;
  border-color: #b7e4c7;
}

.lb-studio__demo-pill.is-busy {
  color: #7a5c00;
  background: #fff7e6;
  border-color: #f5e0a8;
}

.lb-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.lb-links__drag-hint {
  color: var(--lb-muted, #64748b);
  margin: 0 0 8px;
  font-size: 12px;
}

.lb-link-card {
  cursor: grab;
}

.lb-link-card.is-dragging {
  opacity: .55;
  outline: 2px dashed #2f86e073;
}

.lb-link-card__icon-row {
  align-items: center;
  gap: 12px;
  margin: 4px 0 10px;
  display: flex;
}

.lb-link-card__icon-preview {
  border: 1px solid var(--lb-line, #e2e8f0);
  color: #94a3b8;
  background: #f1f5f9;
  border-radius: 12px;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  font-weight: 800;
  display: grid;
  overflow: hidden;
}

.lb-link-card__icon-preview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lb-link-card__icon-actions {
  color: var(--lb-muted, #64748b);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.lb-share {
  z-index: 80;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.lb-share__backdrop {
  background: #0f172a73;
  position: absolute;
  inset: 0;
}

.lb-share__card {
  background: #fff;
  border-radius: 20px;
  gap: 14px;
  width: min(420px, 100%);
  padding: 20px;
  display: grid;
  position: relative;
  box-shadow: 0 24px 60px #0f172a38;
}

.lb-share__head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.lb-share__head h3 {
  margin: 0;
  font-size: 18px;
}

.lb-share__url {
  word-break: break-all;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin: 0;
  padding: 10px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
}

.lb-share__actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.lb-share__qr {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  justify-items: center;
  gap: 8px;
  padding: 12px;
  font-size: 12px;
  display: grid;
}

.lb-share__qr img {
  background: #fff;
  border-radius: 12px;
}

.lb-live {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.lb-live > :not(.lb-live__brand) {
  flex: auto;
  min-height: 0;
}

.lb-live__brand {
  text-align: center;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #ffffff6b;
  flex: none;
  width: 100%;
  margin-top: auto;
  padding: 22px 12px 18px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.lb-phone__screen.is-theme-office .lb-live__brand, .lb-phone__screen.is-theme-soft .lb-live__brand, .lb-phone__screen.is-theme-classic .lb-live__brand, .plb--theme-office .lb-live__brand, .plb--theme-soft .lb-live__brand, .plb--theme-classic .lb-live__brand {
  color: #0f172a59;
}

.lb-live a {
  color: inherit;
  text-decoration: none;
}

.lb-live__link-icon {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 28px;
  height: 28px;
}

.lb-live__link-icon.is-inline {
  border-radius: 6px;
  width: 22px;
  height: 22px;
}

.lb-live__link-fallback {
  opacity: .25;
  background: currentColor;
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
}

.lb-social-bar {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 2px 0 4px;
  padding: 2px 2px 6px;
  display: flex;
}

.lb-social-bar__btn, a.lb-social-bar__btn, div.lb-social-bar__btn {
  color: #f4f4f5;
  letter-spacing: -.01em;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px 0 10px;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .15s, background .15s, border-color .15s;
  display: inline-flex;
}

.lb-social-bar__btn svg {
  flex: none;
  width: 16px;
  height: 16px;
}

.lb-social-bar__btn:hover {
  background: #ffffff1f;
  border-color: #ffffff2e;
  transform: translateY(-1px);
}

.lb-social-bar__btn.is-instagram {
  color: #f9a8d4;
  background: linear-gradient(135deg, #f5852938, #dd2a7b38);
  border-color: #dd2a7b59;
}

.lb-social-bar__btn.is-telegram {
  color: #7dd3fc;
  background: #229ed92e;
  border-color: #229ed966;
}

.lb-social-bar__btn.is-whatsapp {
  color: #86efac;
  background: #25d36629;
  border-color: #25d36659;
}

.lb-social-bar__btn.is-youtube {
  color: #fca5a5;
  background: #ff003329;
  border-color: #ff003359;
}

.lb-social-bar__btn.is-linkedin {
  color: #93c5fd;
  background: #0a66c22e;
  border-color: #0a66c266;
}

.lb-social-bar__btn.is-website {
  color: #ddd6fe;
  background: #c4b5fd24;
  border-color: #c4b5fd59;
}

.lb-social-bar.is-light .lb-social-bar__btn {
  color: #334155;
  background: #fff;
  border-color: #0f172a14;
  box-shadow: 0 6px 16px #0f172a0f;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-instagram {
  color: #db2777;
  background: #fff;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-telegram {
  color: #0284c7;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-whatsapp {
  color: #16a34a;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-youtube {
  color: #dc2626;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-linkedin {
  color: #0a66c2;
}

.lb-social-bar.is-light .lb-social-bar__btn.is-website {
  color: #4f46e5;
}

.lb-soft__link, .lb-phone__link {
  align-items: center;
  gap: 10px;
  display: flex;
}

.lb-phone__socials a {
  display: inline-flex;
}

/* [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 {
  place-items: unset;
  background: #070709;
  min-height: 100dvh;
  padding: 0;
  display: block;
}

.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;
  }
}

.plb--live {
  background: #070709;
  min-height: 100dvh;
  padding: 0;
}

.plb-live-shell.lb-phone__screen {
  width: min(480px, 100%);
  min-height: 100dvh;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  overflow: visible;
  height: auto !important;
}

.plb-live-shell .lb-live {
  min-height: 100dvh;
}

.plb-live-shell .lb-folio, .plb-live-shell .lb-office, .plb-live-shell .lb-bento, .plb-live-shell .lb-soft, .plb-live-shell .lb-phone__scroll {
  height: auto;
  min-height: 0;
}

.plb-live-shell .lb-office, .plb-live-shell .lb-bento, .plb-live-shell .lb-soft, .plb-live-shell .lb-phone__scroll {
  padding-bottom: 8px;
}

.plb-live-shell .lb-soft__poster, .plb-live-shell .lb-phone__cover.is-image {
  margin-top: 0;
}

.lb-phone__socials a {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (min-width: 720px) {
  .plb--live {
    padding: 24px 16px;
  }

  .plb-live-shell.lb-phone__screen {
    border-radius: 28px;
    min-height: min(860px, 100dvh - 48px);
    overflow: hidden;
    box-shadow: 0 30px 80px #00000059;
  }

  .plb--theme-portfolio.plb--live, .plb--theme-office.plb--live, .plb--theme-bento.plb--live {
    padding: 0;
  }

  .plb--theme-portfolio .plb-live-shell.lb-phone__screen, .plb--theme-office .plb-live-shell.lb-phone__screen, .plb--theme-bento .plb-live-shell.lb-phone__screen {
    width: min(100%, 460px);
    min-height: 100dvh;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }
}

@media (min-width: 1100px) {
  .plb--theme-portfolio .plb-live-shell.lb-phone__screen, .plb--theme-office .plb-live-shell.lb-phone__screen, .plb--theme-bento .plb-live-shell.lb-phone__screen {
    width: min(100%, 520px);
  }
}

/*# sourceMappingURL=src_app_0m4jz5p._.css.map*/