@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* --- BASE & RESET --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f5f5f7;
  color: #1d1d1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hidden {
  display: none !important;
}

.icon, .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-sm {
  width: 1.25rem;
  height: 1.25rem;
}

/* --- LAYOUT --- */
.page-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.background-grid {
  position: absolute;
  inset: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  background-color: white;
  background-image: radial-gradient(#bad1ff 1px, transparent 1px);
  background-size: 16px 16px;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0.5rem;
}
@media (min-width: 640px) {
  .content-wrapper {
    padding: 1rem;
  }
}

.header {
  width: 100%;
  max-width: 32rem; /* max-w-lg */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-button {
  border-radius: 50%;
  color: #6b7280;
  transition: background-color 0.3s;
  background: none;
  border: none;
  cursor: pointer;
}
.header-button:hover {
  background-color: rgba(229, 231, 235, 0.7);
}

.main-content {
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #515154;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 600;
  font-size: 1rem;
}
.footer-link:hover {
  color: #007aff;
}

/* --- PROFILE --- */
.profile-card {
  text-align: center;
  margin-bottom: 1.5rem;
}
.profile-card .profile-image {
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  margin: 0 auto;
  border: 4px solid #f97316;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.profile-card .profile-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d1d1f;
  letter-spacing: -0.025em;
}
.profile-card .profile-description {
  color: #515154;
  margin-top: 0.5rem;
}

/* --- LINKS --- */
.links-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.link-register {
  margin-top: 1rem;
  background-color: #f97316;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s ease-out;
  color: #fff;
  font-weight: 600;
}
.link-register:hover {
  background-color: #007aff;
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.link-register:hover svg {
  transform: translateX(4px);
}
.link-register svg {
  max-width: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.w-full {
  width: 200px;
}

.link-button {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.link-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  border-color: rgba(17, 24, 39, 0.15);
}
.link-button:hover .link-chevron {
  transform: translateX(4px);
}
.link-button .link-icon {
  flex-shrink: 0;
  color: #1f2937;
  line-height: 0px;
}
.link-button .link-title {
  flex-grow: 1;
  text-align: left;
  font-weight: 600;
  color: #1d1d1f;
  padding: 0 1rem;
}
.link-button .link-chevron {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.link-button .link-chevron .chevron-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.5px;
  color: #9ca3af;
  padding-top: 5px;
}

/* --- BANNERS --- */
.banner-container {
  width: 100%;
  margin-bottom: 2rem;
}

.banner-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 16rem; /* 256px */
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #f3f4f6;
}
@media (min-width: 640px) {
  .banner-carousel {
    aspect-ratio: 2/1;
  }
}

.banner-slides-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}

.banner-slide {
  position: relative; /* For overlay positioning */
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.banner-slide .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none; /* Prevent image selection on drag */
}

.banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  animation: pulse-slow 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border: none;
  background: none;
  cursor: pointer;
}
.play-video-btn:hover .play-btn-glow {
  opacity: 0.9;
}

.play-btn-glow {
  position: absolute;
  inset: -0.25rem;
  border-radius: 9999px;
  /* background-image: linear-gradient(to right, #a78bfa, #f472b6, #ef4444); */
  background-size: 200% 200%;
  filter: blur(5px);
  opacity: 0.7;
  transition: opacity 0.3s;
  animation: rainbow-border 4s ease infinite;
}

.play-btn-body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.play-icon-svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
}

.banner-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: #d1d5db;
  transition: all 0.3s ease-out;
  border: none;
  cursor: pointer;
}
.dot:hover {
  background-color: #9ca3af;
}
.dot.active {
  background-color: #1f2937;
  transform: scale(1.1);
}

/* --- MODALS --- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  padding: 1rem;
}

.modal-content {
  position: relative;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 100%;
}

.modal-close-button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 20;
  padding: 0.375rem;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Video Modal */
.video-content {
  background-color: black;
}
.video-content.vertical {
  max-width: 24rem; /* max-w-sm */
}
.video-content.horizontal {
  max-width: 56rem; /* max-w-4xl */
}

.video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Share Modal */
.share-content {
  max-width: 24rem;
  margin: 1rem;
  text-align: center;
  padding: 1rem;
}

.share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.share-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1f2937;
}

.share-close-button {
  padding: 0.375rem;
  border-radius: 9999px;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.share-close-button:hover {
  background-color: #f3f4f6;
}
.share-close-button .icon, .share-close-button .size-6 {
  stroke-width: 2px;
}

.share-profile-preview {
  background-color: #5c0000;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.share-profile-image {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  margin: 0 auto 0.75rem;
  background-color: #f97316 !important;
  padding: 0.25rem;
}

.share-profile-name {
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.share-profile-handle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.share-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.social-item .social-icon-button {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  border-radius: 9999px;
  color: #374151;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
}
.social-item .social-icon-button .icon, .social-item .social-icon-button .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.social-item .social-label {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #4b5563;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-item a:hover .social-icon-button,
.social-icon-button:hover {
  background-color: #bad1ff;
}

.share-promo {
  border-top: 1px solid #bad1ff;
  padding-top: 1.5rem;
}

.promo-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1f2937;
}

.promo-text {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0.5rem 0 1rem;
}

.promo-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.promo-button {
  flex: 1;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.promo-button.primary {
  background-color: #111827;
  color: white;
}
.promo-button.primary:hover {
  background-color: #1f2937;
}
.promo-button.secondary {
  background-color: white;
  color: #111827;
  border: 1px solid #d1d5db;
}
.promo-button.secondary:hover {
  background-color: #f3f4f6;
}

/* --- ANIMATIONS --- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fadeIn 0.8s ease-in-out;
}

@keyframes rainbow-border {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes pulse-slow {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-modal-fae-in {
  animation: modal-fade-in 0.3s ease-out forwards;
}

@keyframes modal-scale-up {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-modal-scale-up {
  animation: modal-scale-up 0.3s ease-out forwards;
}

@keyframes modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate-modal-fade-out {
  animation: modal-fade-out 0.3s ease-out forwards;
}

@keyframes modal-scale-down {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
.animate-modal-scale-down {
  animation: modal-scale-down 0.3s ease-out forwards;
}/*# sourceMappingURL=linkbio.css.map */