.schedule-page {
  display: grid;
  gap: clamp(2.2rem, 6vw, 4rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  justify-items: center;
}

.welcome-card__visual,
.welcome-card__body,
.welcome-card__header,
.welcome-card__meta,
.welcome-card__cta,
.welcome-card__intro {
  transition: transform 280ms ease, opacity 280ms ease;
}

@media (max-width: 720px) {
  .welcome-card {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .welcome-card__visual {
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .welcome-card__status,
  .welcome-card__visual .status-badge {
    margin-inline: auto;
  }

  .welcome-card__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .welcome-card__header {
    justify-content: center;
  }

  .welcome-card__headline {
    text-align: center;
    margin-inline: auto;
    padding-inline: clamp(0.4rem, 4vw, 0.8rem);
    max-width: min(90vw, 34ch);
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .welcome-card__headline .font-lona {
    font-size: xx-large; /* slightly smaller on mobile */
    line-height: normal;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .welcome-card__intro {
    max-width: 48ch;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .welcome-card__meta {
    margin: 0;
  }

  .welcome-card__cta {
    width: 100%;
    justify-content: center;
  }

  .home-divider {
    margin: clamp(1.6rem, 6vw, 2.4rem) auto;
    width: min(460px, 90vw);
  }

  .home-section__title {
    text-align: center;
  }

  .media-grid--videos {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-grid--shorts,
  .media-grid--shorts[data-home-shorts] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-button {
    justify-content: flex-start;
  }
}

.updates-page {
  display: grid;
  gap: clamp(2rem, 2vw, 2rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  justify-items: center;
}

[hidden] {
  display: none !important;
}

@keyframes platformShapeMini {
  0% {
    transform: translate3d(-50%, 12px, 0) rotate(-6deg) scale(0.74);
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  62% {
    transform: translate3d(-48%, -6px, 0) rotate(4deg) scale(0.88);
  }
  100% {
    transform: translate3d(-52%, -24px, 0) rotate(-2deg) scale(1.04);
    opacity: 0;
  }
}

@keyframes platformShapeDash {
  0% {
    transform: translate3d(-6px, 10px, 0) rotate(12deg) scale(0.7);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  58% {
    transform: translate3d(-2px, -6px, 0) rotate(2deg) scale(0.86);
  }
  100% {
    transform: translate3d(-8px, -22px, 0) rotate(-4deg) scale(1.02);
    opacity: 0;
  }
}

@keyframes platformShapeSpark {
  0% {
    transform: translate3d(4px, 14px, 0) scale(0.7);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  58% {
    transform: translate3d(2px, -6px, 0) scale(0.88);
  }
  100% {
    transform: translate3d(6px, -24px, 0) scale(1.04);
    opacity: 0;
  }
}

@keyframes timeBubbleFloatA {
  0% {
    transform: translate3d(-30%, 18px, 0) scale(0.88);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  60% {
    transform: translate3d(-20%, -8px, 0) scale(1);
  }
  100% {
    transform: translate3d(-32%, -32px, 0) scale(1.08);
    opacity: 0;
  }
}

@keyframes timeBubbleFloatB {
  0% {
    transform: translate3d(20%, 20px, 0) scale(0.92);
    opacity: 0;
  }
  28% {
    opacity: 0.9;
  }
  64% {
    transform: translate3d(12%, -6px, 0) scale(1.04);
  }
  100% {
    transform: translate3d(24%, -30px, 0) scale(1.12);
    opacity: 0;
  }
}

@keyframes platformShapeShard {
  0% {
    transform: translate3d(6px, 12px, 0) rotate(-12deg) scale(0.7);
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  62% {
    transform: translate3d(2px, -6px, 0) rotate(-2deg) scale(0.85);
  }
  100% {
    transform: translate3d(8px, -24px, 0) rotate(-8deg) scale(1.06);
    opacity: 0;
  }
}

.schedule-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
  text-align: left;
  width: min(100%, 760px);
  margin: 0 auto;
}

.schedule-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.schedule-header__notify {
  display: none;
}

.schedule-header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: var(--text-heading);
  align-self: stretch;
  position: relative;
  padding-bottom: 0.35rem;
}

.schedule-header h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(120deg, rgba(255, 94, 220, 0.9), rgba(155, 120, 255, 0.9));
  opacity: 0.85;
}

.schedule-header__text {
  max-width: 640px;
  display: grid;
  gap: 0.8rem;
  text-align: left;
}

.schedule-header__note {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: clamp(1rem, 2.4vw, 1.08rem);
}

.schedule-header__sub {
  margin: 0;
  color: var(--text-tertiary);
  font-style: italic;
}

.schedule-header__subtitle {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.help-page {
  padding: clamp(2rem, 3vw, 3rem) clamp(1.5rem, 4vw, 3.5rem) clamp(3rem, 5vw, 4rem);
}

.settings-page {
  padding: clamp(2rem, 3vw, 3rem) clamp(1.5rem, 4vw, 3.5rem) clamp(3rem, 5vw, 4rem);
  display: grid;
}

.help-header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  width: min(100%, 960px);
}

.help-header h1 {
  white-space: nowrap;
  font-size: clamp(1.3rem, 3.4vw, 2.6rem);
}

.help-guide__container {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.help-guide__callout {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: clamp(0.9rem, 2vw, 1.2rem) clamp(1.2rem, 3vw, 1.8rem);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 22, 53, 0.85), rgba(9, 18, 44, 0.92));
  border: 1px solid rgba(100, 135, 255, 0.2);
  color: var(--text-secondary);
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(120, 160, 255, 0.12);
  margin: 0 auto;
  justify-content: center;
}

.help-success {
  --help-success-color: #35f2a4;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding: clamp(1rem, 2.2vw, 1.3rem) clamp(1.2rem, 2.8vw, 1.8rem);
  border-radius: 999px;
  border: 1px solid var(--help-success-color);
  background: rgba(16, 60, 45, 0.65);
  color: var(--help-success-color);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: clamp(1rem, 2.3vw, 1.15rem);
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.help-success__icon {
  width: clamp(1.8rem, 4vw, 2.2rem);
  height: clamp(1.8rem, 4vw, 2.2rem);
  flex-shrink: 0;
  color: var(--help-success-color);
}

.help-guide__callout-icon {
  width: clamp(3rem, 6vw, 3.6rem);
  flex-shrink: 0;
}

.settings-section {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.6rem);
}

.settings-section__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
}

.settings-section__header::before {
  content: "";
  width: 6px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 120, 230, 0.9), rgba(150, 120, 255, 0.9));
  box-shadow: 0 6px 18px rgba(150, 120, 255, 0.35);
}

.settings-section__header h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  color: var(--text-heading);
}

.settings-section__header .settings-divider {
  display: none;
}

.settings-section__description {
  margin: 0;
  color: var(--text-tertiary);
  font-size: clamp(1rem, 2.4vw, 1.1rem);
  line-height: 1.7;
}

.settings-help-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  color: #1a062a;
  background: linear-gradient(135deg, #ff66b6, #ff4fa3);
  box-shadow: 0 18px 35px rgba(255, 105, 190, 0.35);
  text-decoration: none;
  width: fit-content;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.settings-help-button:hover,
.settings-help-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(255, 105, 190, 0.45);
}

.settings-divider {
  width: min(100%, 760px);
  margin: clamp(2rem, 4vw, 2.8rem) auto;
  border: 0;
  border-top: 1px solid var(--divider-color);
  opacity: 1;
}

.settings-options {
  display: grid;
  gap: clamp(0.9rem, 2.4vw, 1.2rem);
}

.settings-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: clamp(0.85rem, 2vw, 1.2rem) clamp(1rem, 2.4vw, 1.4rem);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 8, 32, 0.55);
  box-shadow: inset 0 0 0 1px rgba(120, 160, 255, 0.08);
  position: relative;
  cursor: pointer;
}

.settings-option input[type="radio"] {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.settings-option__indicator {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 221, 246, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 0.2rem;
}

.settings-option__indicator::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff66b6, #ff4fa3);
  transform: scale(0);
  transition: transform 0.2s ease;
}

.settings-option__content {
  display: grid;
  gap: 0.35rem;
  color: var(--text-secondary);
}

.settings-option__title {
  font-weight: 600;
  color: var(--text-heading);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
}

.settings-option__subtitle {
  font-size: 0.95rem;
  color: var(--text-tertiary);
}

.settings-option input[type="radio"]:focus-visible + .settings-option__indicator {
  box-shadow: 0 0 0 3px rgba(255, 102, 182, 0.35);
}

.settings-option input[type="radio"]:checked + .settings-option__indicator {
  border-color: #ff6ec7;
}

.settings-option input[type="radio"]:checked + .settings-option__indicator::after {
  transform: scale(1);
}

.settings-option input[type="radio"]:checked ~ .settings-option__content .settings-option__title {
  color: var(--accent-primary);
}

.settings-option input[type="radio"]:checked ~ .settings-option__content .settings-option__subtitle {
  color: var(--text-secondary);
}

.help-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.4rem, 2.8vw, 2.2rem);
}

.help-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 1.6rem;
  background: linear-gradient(160deg, rgba(12, 20, 55, 0.9), rgba(15, 13, 45, 0.94));
  border: 1px solid rgba(132, 105, 255, 0.18);
  box-shadow: 0 24px 50px rgba(8, 4, 32, 0.35);
  align-items: start;
}

.help-step__badge {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7bdc, #ff50c6);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 25px rgba(255, 90, 200, 0.32);
}

.help-step__content {
  display: grid;
  gap: 0.9rem;
}

.help-step__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  color: var(--text-heading);
}

.help-step__content p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.help-step__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 111, 203, 0.22);
  border: 1px solid rgba(255, 140, 215, 0.55);
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.88rem;
}

.help-step__media {
  margin: 0;
  border-radius: 1.2rem;
  background: rgba(12, 18, 45, 0.8);
  padding: clamp(0.6rem, 1.2vw, 0.85rem);
  border: 1px solid rgba(120, 160, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(120, 160, 255, 0.08);
}

.help-step__media img {
  width: 100%;
  display: block;
  border-radius: 0.9rem;
  object-fit: cover;
}

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

  .help-step__badge {
    width: 2.2rem;
    height: 2.2rem;
  }

  .help-guide__callout {
    align-items: flex-start;
  }
}

.schedule-status {
  margin: 0;
  text-align: center;
  color: rgba(255, 221, 246, 0.78);
  font-size: 1rem;
}

.updates-header {
  align-items: stretch;
  text-align: left;
}

.updates-header .schedule-header__top {
  justify-content: space-between;
  align-items: center;
}

.updates-header__text {
  max-width: 760px;
  text-align: left;
}

.updates-header__subtitle {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2.6vw, 1.12rem);
  letter-spacing: 0.01em;
}

.updates-status {
  margin: 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: 1rem;
}

.updates-section {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.updates-section + .updates-section {
  margin-top: clamp(2.2rem, 5vw, 3rem);
}

.updates-section__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
}

.updates-section__header::before {
  content: "";
  width: 6px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 120, 230, 0.9), rgba(150, 120, 255, 0.9));
  box-shadow: 0 6px 18px rgba(150, 120, 255, 0.35);
}

.updates-section__header h2 {
  margin: 0;
  font-size: clamp(1.25rem, 3.2vw, 1.55rem);
  font-weight: 700;
  color: var(--text-heading);
  text-shadow: none;
  letter-spacing: 0.02em;
}

.updates-section__content {
  display: grid;
  gap: clamp(1rem, 2.8vw, 1.6rem);
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.updates-section__empty {
  margin: 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.98rem;
}

.update-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1.15rem;
  padding: clamp(1rem, 2.8vw, 1.4rem);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(27, 6, 42, 0.92), rgba(14, 4, 24, 0.95));
  border: 1px solid rgba(255, 190, 248, 0.14);
  box-shadow:
    0 0 0 1px rgba(32, 6, 52, 0.55),
    0 14px 32px rgba(8, 1, 20, 0.48);
  color: #fff4fe;
  text-decoration: none;
  width: min(100%, 800px);
  margin: 0 auto;
}

.update-card__icon {
  display: grid;
  place-items: start center;
  padding-top: 0.2rem;
}

.update-card__icon svg,
.update-card__icon img {
  width: 45px;
  height: 45px;
}

.update-card__icon .icon-stack {
  position: relative;
  width: 45px;
  height: 45px;
}

.update-card__icon .platform-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform 260ms ease, opacity 260ms ease;
}

.update-card__icon .platform-icon svg,
.update-card__icon .platform-icon img {
  width: 45px;
  height: 45px;
}

.update-card__icon .platform-icon--current {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 2;
}

.update-card__icon .platform-icon--peek {
  opacity: 0.85;
  transform: translate3d(-10px, 0, 0) scale(1);
  z-index: 1;
}

.update-card__icon .platform-icon--entering {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 3;
}

.update-card__icon .platform-icon--leaving {
  opacity: 0;
  transform: translate3d(22px, 0, 0) scale(1);
  z-index: 2;
}

/* Only dynamic bits of the platform badge and CTA should animate */
.update-card__platform .update-card__platform-dyn {
  display: inline-block;
  will-change: transform;
}
.update-card__cta .cta-dynamic {
  display: inline-block;
  will-change: transform;
}

.update-card[data-update-source="schedule"] .update-card__icon svg {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
}

.update-card__content {
  display: grid;
  gap: 0.8rem;
}

.update-card__content {
  grid-column: 2;
}

.update-card__media {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

.update-card__actions {
  grid-column: 2;
  display: flex;
  justify-content: flex-start;
  margin-left: calc(-45px - 1.15rem);
}

.update-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.update-card__platform {
  font-weight: 700;
  font-size: clamp(1rem, 2.6vw, 1.18rem);
  letter-spacing: 0.02em;
  color: rgba(255, 229, 252, 0.92);
}

.update-card__timestamp {
  color: rgba(255, 221, 246, 0.72);
  font-size: 0.92rem;
  white-space: nowrap;
}

.update-card__title {
  margin: 0;
  font-size: clamp(1.08rem, 2.6vw, 1.3rem);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card__description {
  margin: 0;
  color: rgba(255, 221, 246, 0.72);
  font-size: 0.98rem;
  line-height: 1.5;
}

.update-card__description--linkable a {
  color: inherit;
  text-decoration: underline;
}

.update-card__title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card[data-update-source="instagram"] .update-card__icon svg,
.update-card[data-update-source="instagram"] .update-card__icon img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
}

.update-card[data-update-source="instagram"] .update-card__thumb .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__thumb:not(.update-card__thumb--vertical) .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__thumb.update-card__thumb--vertical .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__thumb::after {
  content: "";
}

.update-card[data-update-source="instagram"] .update-card__media .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__media .update-card__thumb:not(.update-card__thumb--vertical) .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__thumb .update-card__play {
  display: inline-flex;
}

.update-card[data-update-source="instagram"] .update-card__thumb {
  position: relative;
  aspect-ratio: auto;
}

.update-card[data-update-source="instagram"] .update-card__thumb img {
  object-fit: contain;
  height: auto;
  width: 100%;
  display: block;
}

.update-card__thumb {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(40, 16, 60, 0.6);
  box-shadow: 0 12px 32px rgba(255, 94, 220, 0.9);
}

.update-card__thumb--vertical {
  aspect-ratio: 10 / 16;
  width: min(100%, 420px);
  margin-inline: auto;
}

.update-card__thumb--vertical img {
  object-fit: cover;
}

/* Instagram specific: always show full image without cropping */
.update-card[data-update-source="instagram"] .update-card__thumb--vertical img {
  object-fit: contain;
}

.update-card[data-update-source="instagram"] .update-card__thumb--vertical {
  aspect-ratio: auto;
  width: 100%;
  margin-inline: 0;
}

.update-card[data-update-source="instagram"] .update-card__thumb:hover img,
.update-card[data-update-source="instagram"] .update-card__thumb:focus-visible img {
  transform: none;
}

.update-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.update-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 2, 22, 0) 40%, rgba(8, 2, 22, 0.45) 100%);
  opacity: 0.58;
  transition: opacity 220ms ease;
  z-index: 1;
}

.update-card__thumb:focus-visible {
  outline: 2px solid rgba(255, 210, 255, 0.65);
  outline-offset: 3px;
}

.update-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  pointer-events: none;
}

.update-card__play::before {
  content: "";
  width: clamp(52px, 10vw, 60px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 32px rgba(8, 2, 22, 0.55);
}

.update-card__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.88);
  transform: translateX(4px);
}

.update-card__thumb:hover img,
.update-card__thumb:focus-visible img {
  transform: scale(1.04);
}

.update-card__thumb:hover::after,
.update-card__thumb:focus-visible::after {
  opacity: 0.72;
}

.update-card__cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ff7bdc;
  text-decoration: none;
  position: relative;
}

.update-card__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(120deg, rgba(255, 130, 224, 0.96), rgba(245, 86, 198, 0.96));
  transition: transform 200ms ease, opacity 200ms ease;
  transform: scaleX(0.6);
  transform-origin: left center;
  opacity: 0.85;
}

.update-card__cta:hover::after,
.update-card__cta:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.update-card__cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.update-card__cta .cta-extra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-size: 0.82rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #ffe5fc;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.update-card__cta .cta-extra--icons {
  padding: 0.1rem 0.35rem 0.1rem 0.25rem;
  gap: 0.25rem;
}

.update-card__cta .cta-extra__icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 6px rgba(8, 2, 22, 0.25);
}

.update-card__cta .cta-extra__icon img,
.update-card__cta .cta-extra__icon svg {
  width: 14px;
  height: 14px;
}

.update-card__cta .cta-extra__count {
  margin-left: 0.2rem;
  font-weight: 700;
}

html.theme--light .update-card__cta .cta-extra {
  color: #5a0e41;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* unified CTA styling uses base pink */

html.theme--light .update-card__cta {
  color: #d1298c;
}

html.theme--light .update-card__cta::after {
  background: linear-gradient(120deg, rgba(255, 110, 206, 0.9), rgba(236, 72, 164, 0.9));
  opacity: 0.9;
}

@media (min-width: 961px) {
  .update-card[data-update-source="instagram"] .update-card__thumb {
    max-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .update-card[data-update-source="instagram"] .update-card__thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
.update-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Platform dropdown (anchored under title) */
.updates-platform-dropdown {
  position: absolute;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(27, 6, 42, 0.98), rgba(14, 4, 24, 0.98));
  border: 1px solid rgba(255, 190, 248, 0.22);
  box-shadow: 0 16px 44px rgba(8, 1, 20, 0.55), 0 0 0 1px rgba(32, 6, 52, 0.5) inset;
  padding: 8px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 240ms ease;
  overflow: hidden;
}

.updates-platform-dropdown--open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.updates-platform-dropdown__header {
  margin: 2px 6px 8px;
  padding: 0 2px 6px;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

html.theme--light .updates-platform-dropdown__header {
  color: #ffffff !important;
}

.updates-platform-dropdown__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(160deg, rgba(27, 6, 42, 0.98), rgba(14, 4, 24, 0.98));
  border-left: 1px solid rgba(255, 190, 248, 0.22);
  border-top: 1px solid rgba(255, 190, 248, 0.22);
  transform: rotate(45deg);
}

.updates-platform-dropdown__arrow--down {
  top: -6px;
}
.updates-platform-dropdown__arrow--up {
  bottom: -6px;
}

.updates-platform-dropdown__list {
  display: grid;
  gap: 6px;
  max-height: 60vh;
  overflow: auto;
}

.updates-platform-dropdown__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffe5fc;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: transform 200ms ease, opacity 200ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.updates-platform-dropdown__item--show {
  opacity: 1;
  transform: translateY(0);
}

.updates-platform-dropdown__item:hover,
.updates-platform-dropdown__item:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 22px rgba(8, 1, 20, 0.35);
  transform: translateY(-1px);
}

.updates-platform-dropdown__item:active {
  transform: translateY(0);
}

.schedule-list {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
}

.schedule-day {
  display: grid;
  gap: 1rem;
}

.schedule-accent,
.schedule-card[data-schedule-accent],
.schedule-card__time[data-accent],
.schedule-card__platform[data-accent],
.schedule-card__platform-username[data-accent] {
  --schedule-accent: #ff94f4;
  --schedule-accent-strong: #ff63e6;
  --schedule-accent-shadow: rgba(255, 147, 240, 0.35);
  --schedule-accent-outline: rgba(255, 147, 240, 0.65);
}

.schedule-accent--blue {
  --schedule-accent: #55b8ff;
  --schedule-accent-strong: #2f9bff;
  --schedule-accent-shadow: rgba(47, 155, 255, 0.35);
  --schedule-accent-outline: rgba(47, 155, 255, 0.6);
}

.schedule-accent--pink {
  --schedule-accent: #ff7acf;
  --schedule-accent-strong: #ff51b9;
  --schedule-accent-shadow: rgba(255, 122, 207, 0.35);
  --schedule-accent-outline: rgba(255, 122, 207, 0.6);
}

.schedule-accent--purple {
  --schedule-accent: #bc7bff;
  --schedule-accent-strong: #a45cff;
  --schedule-accent-shadow: rgba(162, 92, 255, 0.35);
  --schedule-accent-outline: rgba(162, 92, 255, 0.6);
}

.schedule-accent--red {
  --schedule-accent: #ff6a7d;
  --schedule-accent-strong: #ff3151;
  --schedule-accent-shadow: rgba(255, 74, 97, 0.35);
  --schedule-accent-outline: rgba(255, 75, 98, 0.6);
}

.schedule-accent--yellow {
  --schedule-accent: #ffd966;
  --schedule-accent-strong: #ffc933;
  --schedule-accent-shadow: rgba(255, 201, 51, 0.35);
  --schedule-accent-outline: rgba(255, 201, 51, 0.55);
}

.schedule-accent--green {
  --schedule-accent: #68f0c2;
  --schedule-accent-strong: #32df9a;
  --schedule-accent-shadow: rgba(50, 223, 154, 0.35);
  --schedule-accent-outline: rgba(50, 223, 154, 0.55);
}

.schedule-day__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
}

.schedule-day__header::before {
  content: "";
  width: 6px;
  height: 20px;
  border-radius: 6px;
  background: var(--schedule-accent, rgba(255, 180, 248, 0.95));
  transform-origin: left center;
}

.schedule-day__date {
  font-weight: 700;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  letter-spacing: 0.01em;
  color: #ffeefc;
  text-shadow: 0 10px 24px rgba(9, 2, 24, 0.6);
}

.schedule-day__list {
  display: grid;
  justify-items: stretch;
}

.schedule-day__list .schedule-card + .schedule-card {
  margin-top: clamp(0.45rem, 1.4vw, 0.75rem);
}

.schedule-divider {
  border: 0;
  border-top: 1px solid var(--divider-color);
  margin: clamp(1.4rem, 4vw, 2.2rem) 0;
  width: 100%;
  background: transparent;
}

.schedule-card {
  --schedule-card-padding-inline: clamp(1.4rem, 3.8vw, 2.2rem);
  --schedule-card-padding-block: clamp(1.2rem, 3.4vw, 1.8rem);
  position: relative;
  display: grid;
  gap: 1rem;
  padding: var(--schedule-card-padding-block) var(--schedule-card-padding-inline);
  border-radius: 5px;
  background: linear-gradient(155deg, rgba(25, 8, 38, 0.92), rgba(15, 4, 24, 0.94));
  border: 1px solid rgba(255, 190, 248, 0.16);
  box-shadow:
    0 0 0 1px rgba(34, 6, 52, 0.65),
    0 0 32px rgba(8, 1, 20, 0.45);
  color: #fff4fe;
  text-decoration: none;
  overflow: visible;
  transition: border-color 200ms ease;
  width: min(100%, 800px);
  margin: 0 auto;
  box-sizing: border-box;
}

.schedule-card[data-schedule-accent] {
  border-color: var(--schedule-accent-outline);
  box-shadow:
    0 0 0 1.8px var(--schedule-accent-outline),
    0 0 28px var(--schedule-accent-shadow),
    0 0 34px rgba(8, 1, 20, 0.36);
}

a.schedule-card {
  color: inherit;
  text-decoration: none;
}


.schedule-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.schedule-card__header > * {
  min-width: 0;
}

.schedule-card__meta,
.schedule-card__platform-group {
  align-self: center;
}

.schedule-card__platform-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  justify-self: end;
}

.schedule-card__time {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem 0.6rem 1rem;
  margin-left: calc(-1.042 * var(--schedule-card-padding-inline) - 1px);
  border-radius: 0 999px 999px 0;
  background: linear-gradient(130deg, var(--schedule-accent, #ff94f4), var(--schedule-accent-strong, #ff63e6));
  color: #0f041d;
}

.schedule-card__time::before,
.schedule-card__time::after,
.schedule-card__time-shape {
  content: none !important;
  display: none !important;
}


.schedule-card__time {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.045em;
  box-shadow: 0 18px 30px var(--schedule-accent-shadow, rgba(199, 120, 255, 0.35));
  min-width: 9.5rem;
  overflow: hidden;
}

@media (max-width: 640px) {
  .schedule-card {
    padding-inline: clamp(0.9rem, 4vw, 1.2rem);
    padding-right: calc(clamp(0.9rem, 4vw, 1.2rem) + 0.6rem);
    overflow: hidden; /* prevent inner elements from spilling over */
  }

  .schedule-card__header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    flex-wrap: nowrap;
  }

  .schedule-card__meta {
    flex: 0 0 auto;
  }

  .schedule-card__time {
    flex: 0 0 auto;
    margin-right: 0; /* keep inside right padding on small screens */
    padding: 0.44rem 0.84rem 0.44rem 0.72rem;
    min-width: 5.6rem;
    font-size: 0.88rem;
    gap: 0.32rem;
  }

  .schedule-card__platform-group {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 0.16rem;
    transform: scale(0.62);
    transform-origin: right center;
    max-width: 50%;
  }

  .schedule-card__platform-icon {
    width: 14px;
    height: 14px;
  }

  .schedule-card__platform {
    padding: 0.28rem 0.36rem;
  }

  .schedule-card__platform-brand {
    font-size: 0.42rem;
    white-space: nowrap;
    letter-spacing: 0.045em;
  }

  .schedule-card__platform-brand .font-lona {
    font-size: 0.62rem;
    letter-spacing: 0.023em;
  }

  .schedule-card__platform-brand-label {
    font-size: 0.42rem;
  }

  .schedule-card__platform-arrow svg {
    width: 12px;
    height: 12px;
  }
}

.schedule-card__time::before,
.schedule-card__time::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  border-radius: 50%;
  transition: opacity 240ms ease;
  animation-play-state: paused;
  will-change: transform, opacity;
}

.schedule-card__time::before {
  width: clamp(2.6rem, 24vw, 3.4rem);
  height: clamp(2.6rem, 24vw, 3.4rem);
  left: 0.6rem;
  top: -1.4rem;
  background:
    radial-gradient(circle at 38% 38%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.68) 36%, rgba(255, 255, 255, 0.18) 70%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 62% 66%, color-mix(in srgb, var(--schedule-accent, #ff94f4) 60%, transparent) 0%, rgba(255, 255, 255, 0.08) 100%);
  transform: translate3d(-30%, 14px, 0) scale(0.92);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.38),
    0 0 32px rgba(255, 255, 255, 0.28);
  mix-blend-mode: screen;
  animation: timeBubbleFloatA 7.2s ease-in-out infinite;
}

.schedule-card__time::after {
  width: clamp(2.8rem, 26vw, 3.6rem);
  height: clamp(2.8rem, 26vw, 3.6rem);
  right: -0.4rem;
  top: -1.6rem;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.62) 40%, rgba(255, 255, 255, 0.16) 78%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 70% 60%, color-mix(in srgb, var(--schedule-accent-strong, #ff63e6) 58%, transparent) 0%, rgba(255, 255, 255, 0.08) 100%);
  transform: translate3d(18%, 16px, 0) scale(0.97);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.35),
    0 0 34px rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
  animation: timeBubbleFloatB 8.4s ease-in-out infinite;
}

.schedule-card__time:hover::before,
.schedule-card__time:hover::after,
.schedule-card__time:focus-visible::before,
.schedule-card__time:focus-visible::after,
.schedule-card__time:focus-within::before,
.schedule-card__time:focus-within::after,
.schedule-card:hover .schedule-card__time::before,
.schedule-card:hover .schedule-card__time::after {
  opacity: 0.9;
  animation-play-state: running;
}

.schedule-card__time-icon,
.schedule-card__time-value {
  position: relative;
  z-index: 2;
}

.schedule-card__time-shape {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  isolation: isolate;
  opacity: 0.85;
  will-change: transform;
  z-index: 0;
}

.schedule-card__time-shape--a {
  width: 170%;
  height: 210%;
  top: -78%;
  left: -55%;
  background:
    radial-gradient(38px 38px at 18% 30%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 70%),
    radial-gradient(30px 30px at 62% 45%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 65%),
    radial-gradient(22px 22px at 45% 78%, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 68%),
    conic-gradient(from 140deg at 80% 50%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  filter: blur(4px);
  animation: scheduleTimeFloatA 18s cubic-bezier(0.55, 0.12, 0.34, 0.92) infinite alternate;
}

.schedule-card__time-shape--b {
  width: 140%;
  height: 160%;
  bottom: -42%;
  left: -18%;
  background:
    radial-gradient(42px 42px at 35% 40%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 68%),
    radial-gradient(20px 20px at 75% 70%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 70%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  filter: blur(18px);
  animation: scheduleTimeFloatB 16s ease-in-out infinite alternate;
}

.schedule-card__time-shape--c {
  width: 120%;
  height: 190%;
  top: -65%;
  right: -28%;
  background:
    radial-gradient(48px 48px at 50% 25%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 75%),
    radial-gradient(28px 28px at 80% 60%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 70%),
    conic-gradient(from 90deg at 40% 70%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  filter: blur(14px);
  animation: scheduleTimeFloatC 20s ease-in-out infinite alternate;
}

.schedule-card__time-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.schedule-card__time-icon svg {
  width: 24px;
  height: 24px;
  fill: rgba(30, 5, 44, 0.9);
}
.schedule-card__platform-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-self: center;
  border-radius: 10px;
  background: rgba(255, 120, 230, 0.12);
  box-shadow: 0 8px 16px rgba(255, 120, 230, 0.18);
  transition: transform 200ms ease;
  position: relative;
  overflow: visible;
}

.schedule-card__platform-icon::after {
  content: "";
  position: absolute;
  left: 58%;
  top: -0.35rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--schedule-accent-strong, #ffd1ff) 72%, white 28%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translate3d(-50%, 10px, 0) scale(0.82);
  pointer-events: none;
  will-change: transform, opacity;
}

.schedule-card__platform:not(.schedule-card__platform--static)::before {
  content: "";
  position: absolute;
  left: 36%;
  top: -0.42rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.18rem;
  background: color-mix(in srgb, var(--schedule-accent-strong, #ffd1ff) 60%, rgba(40, 10, 60, 0.15) 40%);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translate3d(-50%, 12px, 0) rotate(-6deg) scale(0.74);
  pointer-events: none;
  will-change: transform, opacity;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover .schedule-card__platform-icon::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible .schedule-card__platform-icon::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within .schedule-card__platform-icon::after {
  opacity: 0.95;
  animation: platformShapeCircle 5.2s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within::before {
  opacity: 0.92;
  animation: platformShapeMini 5.6s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static)::after {
  content: "";
  position: absolute;
  left: 48%;
  top: -0.5rem;
  width: clamp(1.9rem, 22vw, 2.8rem);
  height: 0.14rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.44) 28%,
    rgba(255, 255, 255, 0.44) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transform: translate3d(-50%, 8px, 0) rotate(2deg) scaleX(0.86);
  pointer-events: none;
  will-change: transform, opacity;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within::after {
  opacity: 0.88;
  animation: platformShapeLine 4.9s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static) .schedule-card__platform-brand::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 55%;
  margin-left: 0.35rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.14rem;
  background: color-mix(in srgb, var(--schedule-accent-strong, #ffd1ff) 60%, rgba(26, 10, 38, 0.15) 40%);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.24);
  opacity: 0;
  transform: translate3d(-4px, 12px, 0) rotate(8deg) scale(0.74);
  pointer-events: none;
  will-change: transform, opacity;
  z-index: -1;
}

.schedule-card__platform:not(.schedule-card__platform--static) .schedule-card__platform-brand::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 40%;
  margin-right: 0.4rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--schedule-accent, rgba(255, 215, 250, 0.9)) 65%, white 35%);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translate3d(4px, 14px, 0) scale(0.7);
  pointer-events: none;
  will-change: transform, opacity;
  z-index: -1;
}

.schedule-card__platform:not(.schedule-card__platform--static) .schedule-card__platform-brand-label::before {
  content: "";
  position: absolute;
  left: 24%;
  bottom: 105%;
  width: 0.38rem;
  height: 0.18rem;
  border-radius: 0.18rem;
  background: color-mix(in srgb, var(--schedule-accent, rgba(255, 215, 250, 0.9)) 60%, rgba(30, 8, 46, 0.1) 40%);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translate3d(-6px, 10px, 0) rotate(12deg) scale(0.7);
  pointer-events: none;
  will-change: transform, opacity;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover .schedule-card__platform-brand::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible .schedule-card__platform-brand::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within .schedule-card__platform-brand::before {
  opacity: 0.92;
  animation: platformShapeSquare 6.1s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover .schedule-card__platform-brand-label::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible .schedule-card__platform-brand-label::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within .schedule-card__platform-brand-label::before {
  opacity: 0.88;
  animation: platformShapeDash 5s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover .schedule-card__platform-brand::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible .schedule-card__platform-brand::after,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within .schedule-card__platform-brand::after {
  opacity: 0.9;
  animation: platformShapeSpark 5.4s ease-in-out infinite;
}

.schedule-card__platform:not(.schedule-card__platform--static) .schedule-card__platform-arrow::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: -0.45rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.14rem 0.14rem 0.06rem 0.06rem;
  background: color-mix(in srgb, var(--schedule-accent-strong, #ffd1ff) 68%, rgba(40, 12, 58, 0.15) 32%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.26);
  opacity: 0;
  transform: translate3d(6px, 12px, 0) rotate(-12deg) scale(0.7);
  pointer-events: none;
  will-change: transform, opacity;
}

.schedule-card__platform:not(.schedule-card__platform--static):hover .schedule-card__platform-arrow::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-visible .schedule-card__platform-arrow::before,
.schedule-card__platform:not(.schedule-card__platform--static):focus-within .schedule-card__platform-arrow::before {
  opacity: 0.9;
  animation: platformShapeShard 5.6s ease-in-out infinite;
}

.schedule-card__platform-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-self: center;
  border-radius: 10px;
  background: rgba(255, 120, 230, 0.12);
  box-shadow: 0 8px 16px rgba(255, 120, 230, 0.18);
  transition: transform 200ms ease;
}

.schedule-card__platform-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.schedule-card__platform-icon img {

  object-fit: contain;
  display: block;
}


.schedule-card__platform-group {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  position: relative;
}

.schedule-card__platform-group::before,
.schedule-card__platform-group::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -15%) scale(0.45);
  filter: blur(16px);
  transition:
    opacity 260ms ease,
    transform 320ms ease;
}

.schedule-card__platform-group::after {
  width: 6.4rem;
  height: 6.4rem;
  transform: translate(-48%, -20%) scale(0.38);
  background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  filter: blur(28px);
}

.schedule-card__platform-group:hover::before,
.schedule-card__platform-group:focus-within::before {
  opacity: 0.92;
  transform: translate(-50%, -70%) scale(0.9);
  animation: platformGlowRisePrimary 10s ease-in-out infinite alternate;
}

.schedule-card__platform-group:hover::after,
.schedule-card__platform-group:focus-within::after {
  opacity: 0.85;
  transform: translate(-48%, -90%) scale(1.05);
  animation: platformGlowRiseSecondary 12s ease-in-out infinite alternate;
}

.schedule-card__platform:hover .schedule-card__platform-group .schedule-card__platform-icon,
.schedule-card__platform:focus-visible .schedule-card__platform-group .schedule-card__platform-icon,
.schedule-card__platform:focus-within .schedule-card__platform-group .schedule-card__platform-icon {
  transform: translateX(-4px) rotate(-6deg);
}

.schedule-card__platform:hover .schedule-card__platform-arrow svg,
.schedule-card__platform:focus-visible .schedule-card__platform-arrow svg,
.schedule-card__platform:focus-within .schedule-card__platform-arrow svg {
  filter: drop-shadow(0 0 12px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.75)));
}

.schedule-card__platform:hover .schedule-card__platform-arrow,
.schedule-card__platform:focus-visible .schedule-card__platform-arrow,
.schedule-card__platform:focus-within .schedule-card__platform-arrow {
  transform: translateX(3px);
}

.schedule-card__platform:hover,
.schedule-card__platform:focus-visible,
.schedule-card__platform:focus-within {
  filter: drop-shadow(0 0 10px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.55)));
}

.schedule-card__platform:hover ~ .schedule-card__platform-username,
.schedule-card__platform:focus-visible ~ .schedule-card__platform-username,
.schedule-card__platform:focus-within ~ .schedule-card__platform-username {
  transition: color 220ms ease;
}

.schedule-card__platform:hover ~ .schedule-card__platform-username::before,
.schedule-card__platform:focus-visible ~ .schedule-card__platform-username::before,
.schedule-card__platform:focus-within ~ .schedule-card__platform-username::before {
  opacity: 0.7;
}

.schedule-card__platform:hover .schedule-card__platform-brand-label::after,
.schedule-card__platform:focus-visible .schedule-card__platform-brand-label::after,
.schedule-card__platform:focus-within .schedule-card__platform-brand-label::after {
  opacity: 0.88;
  transform: translateY(0);
}

.schedule-card__platform:hover,
.schedule-card__platform:focus-visible,
.schedule-card__platform:focus-within {
  filter: drop-shadow(0 0 10px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.55)));
}

@keyframes platformGlowRisePrimary {
  0% {
    transform: translate(-50%, -25%) scale(0.5);
    opacity: 0.8;
  }
  55% {
    transform: translate(-48%, -75%) scale(0.92);
    opacity: 0.95;
  }
  100% {
    transform: translate(-50%, -110%) scale(1.05);
    opacity: 0.7;
  }
}

@keyframes platformGlowRiseSecondary {
  0% {
    transform: translate(-48%, -30%) scale(0.42);
    opacity: 0.72;
  }
  60% {
    transform: translate(-46%, -90%) scale(0.95);
    opacity: 0.88;
  }
  100% {
    transform: translate(-47%, -135%) scale(1.08);
    opacity: 0.65;
  }
}

@keyframes platformShapeCircle {
  0% {
    transform: translate3d(-6px, 10px, 0) scale(0.82);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  56% {
    transform: translate3d(-2px, -6px, 0) scale(0.92);
  }
  100% {
    transform: translate3d(-8px, -28px, 0) scale(1.05);
    opacity: 0;
  }
}

@keyframes platformShapeLine {
  0% {
    transform: translate3d(4px, 6px, 0) rotate(4deg) scaleX(0.95);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  60% {
    transform: translate3d(2px, -8px, 0) rotate(0deg) scaleX(1.1);
  }
  100% {
    transform: translate3d(6px, -26px, 0) rotate(-6deg) scaleX(0.9);
    opacity: 0;
  }
}

@keyframes platformShapeSquare {
  0% {
    transform: translate3d(0, 12px, 0) rotate(10deg) scale(0.78);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  64% {
    transform: translate3d(-2px, -6px, 0) rotate(-4deg) scale(0.92);
  }
  100% {
    transform: translate3d(1px, -22px, 0) rotate(6deg) scale(1.05);
    opacity: 0;
  }
}

.schedule-card__platform--static {
  cursor: default;
  pointer-events: none;
}

.schedule-card__platform-brand {
  position: relative;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  flex: 0 1 auto;
  white-space: nowrap;
  color: rgba(255, 232, 252, 0.92);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.015em;
  text-transform: none;
  text-decoration: none;
  transition:
    color 220ms ease,
    filter 220ms ease,
    text-shadow 220ms ease;
}

.schedule-card__platform-brand-label {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.schedule-card__platform-brand .font-lona {
  font-size: xx-large;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 0;
}

.schedule-card__platform-arrow {
  margin-top: -3px;
  transition: transform 200ms ease;
}

.schedule-card__platform-brand-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.22rem;
  width: 100%;
  height: 0.18rem;
  background-image: radial-gradient(currentColor 42%, transparent 44%);
  background-size: 0.46rem 0.46rem;
  background-repeat: repeat-x;
  background-position: 0 50%;
  opacity: 0;
  transform: translateY(0.28rem);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}



.schedule-card__platform-main {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 1 auto;
  min-width: 0;
}

.schedule-card__actions {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.schedule-card__menu-trigger {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 255, 0.45);
  background: rgba(255, 160, 255, 0.16);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.schedule-card__menu-trigger svg {
  width: 1rem;
  height: 1rem;
  fill: rgba(255, 228, 251, 0.9);
}

.schedule-card__menu-trigger:hover,
.schedule-card__menu-trigger:focus-visible,
.schedule-card__menu-trigger[aria-expanded="true"] {
  background: rgba(255, 210, 255, 0.38);
  border-color: rgba(255, 210, 255, 0.8);
  box-shadow: 0 10px 24px rgba(255, 160, 255, 0.35);
  transform: translateY(-1px);
  outline: none;
}

.schedule-card__menu-panel {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  display: grid;
  gap: 0.35rem;
  min-width: 9rem;
  padding: 0.55rem;
  border-radius: 0.9rem;
  background: rgba(27, 6, 42, 0.95);
  box-shadow: 0 18px 36px rgba(8, 2, 26, 0.58);
  border: 1px solid rgba(255, 200, 255, 0.32);
  z-index: 5;
}

.schedule-card__menu-panel[hidden] {
  display: none;
}

.schedule-card__menu-item {
  width: 100%;
  padding: 0.45rem 0.7rem;
  border: none;
  border-radius: 0.6rem;
  background: transparent;
  color: rgba(255, 230, 255, 0.9);
  font-weight: 600;
  letter-spacing: 0.015em;
  text-align: left;
  cursor: pointer;
  transition: background 140ms ease, transform 140ms ease;
}

.schedule-card__menu-item:hover,
.schedule-card__menu-item:focus-visible {
  background: rgba(255, 190, 255, 0.18);
  transform: translateX(2px);
  outline: none;
}

.schedule-card__menu-item--danger {
  color: #ff6a8e;
  font-weight: 700;
}

.schedule-card__menu-item--danger:hover,
.schedule-card__menu-item--danger:focus-visible {
  background: rgba(255, 120, 150, 0.28);
  color: #fff0f4;
}

.schedule-card__platform-username {
  display: inline-flex;
  align-items: center;
  white-space: normal;
  max-width: 100%;
  flex: 0 1 auto;
  word-break: break-word;
}

.schedule-card__platform-arrow {
  display: inline-flex;
  align-items: center;
  width: 1.05rem;
  aspect-ratio: 1;
  margin-left: 0.3rem;
  transition: transform 200ms ease;
}

.schedule-card__platform-arrow--muted {
  opacity: 0.3;
  filter: none;
}

.schedule-card__platform-arrow svg {
  width: 100%;
  height: 100%;
  fill: #ffd1ff;
  filter: drop-shadow(0 0 6px rgba(255, 160, 255, 0.45));
  transition: fill 200ms ease, filter 200ms ease;
}

.schedule-card__platform-arrow--muted svg {
  filter: none;
}

.schedule-card--link:hover .schedule-card__menu-trigger,
.schedule-card--link:focus-visible .schedule-card__menu-trigger {
  border-color: rgba(255, 225, 255, 0.85);
}

.schedule-card__body {
  display: grid;
  gap: 0.6rem;
}

.schedule-card__platform {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: inherit;
  text-decoration: none;
  overflow: visible;
  filter: none;
}

.schedule-updates {
  position: relative;
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0 1rem 0 1.8rem;
  border-radius: 0 0 25px 25px;
  background: rgba(12, 3, 28, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    max-height 320ms ease,
    opacity 220ms ease,
    transform 220ms ease,
    margin 220ms ease,
    padding 220ms ease;
}

.schedule-updates-block {
  display: grid;
  gap: 0.25rem;
}

.schedule-updates-block--expanded .schedule-updates {
  margin: 0.75rem 0 0.7rem 2rem;
  padding: 0.75rem 1rem 0.8rem 1.8rem;
  max-height: 520px;
  opacity: 1;
  pointer-events: auto;
}

.schedule-updates__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 0.85rem 0 0.15rem 2rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 235, 255, 0.92);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease;
  --underline-gradient: linear-gradient(120deg, rgba(255, 135, 245, 0.9), rgba(176, 110, 255, 0.9));
  width: fit-content;
  justify-self: start;
}

.schedule-updates__heading:hover {
  color: rgba(255, 245, 255, 0.98);
}

.schedule-updates__heading:focus-visible {
  outline: 2px solid rgba(255, 200, 255, 0.35);
  outline-offset: 3px;
}

.schedule-updates-block--expanded .schedule-updates__heading {
  color: rgba(255, 248, 255, 1);
  --underline-gradient: linear-gradient(120deg, rgba(255, 175, 255, 0.95), rgba(201, 150, 255, 0.95));
}

.schedule-updates__heading-label {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: auto;
  padding-bottom: 0.12rem;
  gap: 0.45rem;
}

.schedule-updates__heading-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--underline-gradient);
  border-radius: 999px;
}

.schedule-updates__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
}

.schedule-updates__chevron::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(255, 235, 255, 0.92);
  transition: transform 200ms ease;
}

.schedule-updates-block--expanded .schedule-updates__chevron::before {
  transform: rotate(180deg);
}

.schedule-update {
  padding: 0.45rem 0 0.45rem 0.6rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 245, 255, 0.9);
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.schedule-update__header {
  display: grid;
}

.schedule-update__timestamp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.schedule-update__timestamp-icon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.96), rgb(255, 0, 255));
  box-shadow: 0 0 6px rgb(255, 255, 255);
}

.schedule-update__timestamp-label {
  line-height: 1;
}

.schedule-update__title {
  font-size: 1rem;
  font-weight: 780;
  color: rgba(255, 245, 255, 0.96);
}

.schedule-update__description {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 245, 255, 0.82);
}

html.theme--light .schedule-updates {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(150, 110, 210, 0.2);
  box-shadow: 0 12px 28px rgba(90, 60, 130, 0.18);
}

html.theme--light .schedule-update {
  color: rgba(41, 14, 68, 0.92);
  border-left-color: rgba(140, 90, 210, 0.35);
}

html.theme--light .schedule-update__timestamp {
  color: rgb(0, 0, 0);
}

html.theme--light .schedule-update__title {
  color: rgba(33, 10, 64, 0.96);
}

html.theme--light .schedule-update__description {
  color: rgba(60, 30, 95, 0.8);
}

html.theme--light .schedule-updates__heading {
  color: #2e064c;
  background: linear-gradient(135deg, rgba(255, 220, 255, 0.92), rgba(226, 200, 255, 0.9));
  border: 1px solid rgba(160, 110, 215, 0.35);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(120, 80, 150, 0.25);
  padding: 0.45rem 0.85rem;
  --underline-gradient: linear-gradient(120deg, rgba(140, 70, 200, 0.75), rgba(220, 120, 215, 0.75));
}

html.theme--light .schedule-updates__heading:hover {
  color: #1d0135;
}

html.theme--light .schedule-updates__heading:focus-visible {
  outline: 2px solid rgba(170, 120, 225, 0.4);
}

html.theme--light .schedule-updates__chevron::before {
  border-top-color: rgba(56, 12, 102, 0.9);
}

html.theme--light .schedule-updates-block--expanded .schedule-updates__heading {
  color: #260044;
  background: linear-gradient(135deg, rgba(255, 232, 255, 0.96), rgba(236, 212, 255, 0.94));
  box-shadow: 0 12px 28px rgba(120, 80, 160, 0.28);
  --underline-gradient: linear-gradient(120deg, rgba(160, 90, 215, 0.82), rgba(230, 140, 220, 0.82));
}

.schedule-card__title {
  margin: 0;
  font-size: clamp(1.3rem, 3.2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff7ff;
  text-shadow: 0 10px 26px rgba(15, 3, 30, 0.6);
}

.schedule-card__description {
  margin: 0;
  color: rgba(255, 222, 248, 0.86);
  line-height: 1.62;
  font-size: 0.98rem;
}

.schedule-card--link:hover,
.schedule-card--link:focus-visible {
  outline: none;
}

.schedule-card--compact {
  --schedule-card-padding-inline: clamp(0.9rem, 2.6vw, 1.3rem);
  --schedule-card-padding-block: clamp(0.85rem, 2.6vw, 1.2rem);
  gap: 0.7rem;
}

.schedule-card--compact .schedule-card__time {
  font-size: 0.92rem;
  padding: 0.45rem 1rem 0.45rem 1.35rem;
  min-width: 0;
}

@keyframes scheduleTimeFloatA {
  0% {
    transform: translate3d(-5%, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(6%, 8%, 0) rotate(6deg) scale(1.05);
  }
  100% {
    transform: translate3d(-8%, 12%, 0) rotate(-5deg) scale(1.08);
  }
}

@keyframes scheduleTimeFloatB {
  0% {
    transform: translate3d(4%, -6%, 0) rotate(12deg) scale(1);
  }
  50% {
    transform: translate3d(-6%, 8%, 0) rotate(-8deg) scale(1.06);
  }
  100% {
    transform: translate3d(5%, -10%, 0) rotate(10deg) scale(1.02);
  }
}

@keyframes scheduleTimeFloatC {
  0% {
    transform: translate3d(-6%, -8%, 0) rotate(4deg) scale(0.96);
  }
  45% {
    transform: translate3d(8%, 10%, 0) rotate(-6deg) scale(1.04);
  }
  100% {
    transform: translate3d(-10%, 6%, 0) rotate(3deg) scale(1.08);
  }
}

.schedule-card--compact .schedule-card__title {
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
}

.schedule-card--compact .schedule-card__description {
  font-size: 0.95rem;
}

.schedule-list--admin {
  width: 100%;
}

.schedule-day--admin .schedule-day__date {
  font-size: clamp(1rem, 2.6vw, 1.2rem);
}

.schedule-day--admin .schedule-card {
  background: linear-gradient(160deg, rgba(18, 6, 30, 0.94), rgba(10, 3, 24, 0.9));
}

.schedule-accent .schedule-day__header::before {
  background: var(--schedule-accent);
  box-shadow: 0 6px 18px var(--schedule-accent-shadow);
}

.schedule-accent .schedule-day__date {
  text-shadow: 0 14px 26px var(--schedule-accent-shadow, rgba(9, 2, 24, 0.6));
}

.schedule-accent .schedule-divider {
  border-top-color: var(--schedule-accent-outline, var(--divider-color));
}

.schedule-card__platform:hover,
.schedule-card__platform:focus-visible,
.schedule-card__platform:focus-within {
  filter: drop-shadow(0 0 14px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.45)));
}

.schedule-card__platform:hover .schedule-card__platform-icon,
.schedule-card__platform:focus-visible .schedule-card__platform-icon,
.schedule-card__platform:focus-within .schedule-card__platform-icon {
  transform: translateX(-4px) rotate(-6deg);
}

.schedule-card__platform:hover .schedule-card__platform-arrow svg,
.schedule-card__platform:focus-visible .schedule-card__platform-arrow svg,
.schedule-card__platform:focus-within .schedule-card__platform-arrow svg {
  filter: drop-shadow(0 0 12px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.75)));
}

.schedule-card__platform:hover .schedule-card__platform-arrow,
.schedule-card__platform:focus-visible .schedule-card__platform-arrow,
.schedule-card__platform:focus-within .schedule-card__platform-arrow {
  transform: translateX(4px) scale(1.08);
}

.schedule-card__platform:hover .schedule-card__platform-brand,
.schedule-card__platform:focus-visible .schedule-card__platform-brand,
.schedule-card__platform:focus-within .schedule-card__platform-brand {
  filter: drop-shadow(0 0 18px var(--schedule-accent-shadow, rgba(255, 160, 255, 0.65)));
}

.schedule-card__platform-group .schedule-card__platform-username {
  margin-left: 0.2rem;
}

.schedule-day--admin .schedule-card--compact {
  padding: clamp(0.75rem, 2.4vw, 1.05rem);
}

.schedule-empty {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  text-align: center;
  margin-top: clamp(3rem, 8vw, 5rem);
  width: min(100%, 420px);
  margin-left: auto;
  margin-right: auto;
}

.schedule-empty__image {
  width: clamp(95px, 18vw, 135px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1) brightness(1.05) contrast(1.05);
  box-shadow: 0 18px 28px rgba(10, 2, 28, 0.36);
}

.schedule-empty h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: rgba(255, 238, 252, 0.92);
  text-transform: lowercase;
  font-weight: 700;
  line-height: 1.4;
}

.schedule-empty p {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 220, 244, 0.72);
  font-style: italic;
  text-align: center;
}

html.theme--light .schedule-empty h2 {
  color: rgba(54, 26, 92, 0.85);
  text-shadow: none;
}

html.theme--light .schedule-empty p {
  color: rgba(74, 48, 110, 0.7);
}

.admin-page {
  display: grid;
  gap: clamp(2.2rem, 6vw, 3.5rem);
  align-items: stretch;
  padding: clamp(2.4rem, 7vw, 3.8rem) clamp(1.8rem, 5vw, 3.6rem) clamp(3.2rem, 8vw, 4.6rem);
}

.admin-header {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.admin-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-header__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.admin-header__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #ffeefc;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.35rem;
}

html.theme--light .admin-header__title {
  color: #2f0f4a;
}

.admin-header__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(120deg, rgba(255, 94, 220, 0.9), rgba(155, 120, 255, 0.9));
  opacity: 0.85;
}

.admin-header__subtitle {
  margin: 0;
  color: rgba(255, 221, 246, 0.78);
  line-height: 1.6;
  font-size: 1rem;
  max-width: 640px;
}

html.theme--light .admin-header__subtitle {
  color: rgba(57, 32, 84, 0.78);
}

.admin-header__notify {
  display: none !important;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 110, 220, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.admin-header__notify .notify-button__icon svg {
  width: 22px;
  height: 22px;
}

.admin-header__notify:hover,
.admin-header__notify:focus-visible {
  border-color: rgba(255, 110, 220, 0.45);
  box-shadow: 0 12px 24px rgba(255, 102, 214, 0.25);
}

@media (min-width: 961px) {
  .admin-header__notify {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}

.admin-auth {
  width: min(100%, 760px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.admin-user {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: rgba(22, 5, 34, 0.78);
  border: 1px solid rgba(255, 163, 236, 0.18);
  border-radius: 5px;
  padding: 0.4rem 0.65rem 0.4rem 0.4rem;
}

.admin-user[hidden] {
  display: none !important;
}

.admin-user__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 163, 236, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.admin-user__meta {
  display: grid;
  line-height: 1.2;
}

.admin-user__label {
  font-size: 0.82rem;
  color: rgba(255, 221, 246, 0.58);
}

.admin-user__name {
  font-weight: 600;
  color: #ffeefd;
}

.admin-user__signout {
  border: none;
  background: rgba(255, 120, 230, 0.3);
  color: #2a0521;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.admin-user__signout:hover,
.admin-user__signout:focus-visible {
  background: rgba(255, 130, 240, 0.45);
  transform: translateY(-1px);
  outline: none;
}

.admin-auth[hidden] {
  display: none !important;
}

.admin-auth__button {
  min-width: 240px;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
}

.admin-auth__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.admin-auth__hint {
  margin: 0;
  color: rgba(255, 221, 246, 0.7);
  font-size: 0.95rem;
}

.admin-console {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: clamp(1.4rem, 4vw, 2.2rem);
}

.admin-console[hidden] {
  display: none !important;
}

.admin-console__tabs {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: flex-start;
}

.admin-console__tab {
  border: 1px solid rgba(255, 163, 236, 0.22);
  background: rgba(26, 10, 40, 0.55);
  color: rgba(255, 221, 246, 0.78);
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.admin-console__tab:hover,
.admin-console__tab:focus-visible {
  color: rgba(255, 238, 252, 0.92);
  background: rgba(255, 163, 236, 0.18);
  outline: none;
}

.admin-console__tab.is-active {
  color: #29041f;
  background: linear-gradient(120deg, rgba(255, 94, 220, 0.9), rgba(155, 120, 255, 0.9));
  box-shadow: 0 12px 28px rgba(255, 94, 220, 0.3);
  border-color: transparent;
}

.admin-panel {
  display: grid;
  gap: clamp(1.2rem, 3vw, 1.8rem);
}

.admin-panel[hidden] {
  display: none !important;
}

.admin-panel--post {
  padding: clamp(1.6rem, 4vw, 2.2rem);
  background: rgba(18, 7, 30, 0.86);
  border: 1px solid rgba(255, 163, 236, 0.16);
  border-radius: 20px;
}

.admin-panel__empty {
  margin: 0;
  text-align: center;
  color: rgba(255, 221, 246, 0.75);
  font-size: 1rem;
}

.admin-console__tabs {
  position: relative;
}

@media (max-width: 720px) {
  .admin-console__tabs {
    flex-wrap: nowrap;
  }

  .admin-header__meta {
    gap: 0.6rem;
    width: 100%;
    justify-content: center;
  }

  .admin-user {
    margin-left: 0;
    align-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.9rem;
    text-align: center;
  }

  .admin-user__label {
    display: none;
  }

  .admin-user__name {
    font-size: 0.95rem;
  }

  .admin-user__signout {
    width: 100%;
    text-align: center;
  }
}

.admin-status {
  display: grid;
  gap: 0.7rem;
  text-align: center;
  padding: 1.2rem 1.4rem;
  border-radius: 18px;
  background: rgba(24, 8, 36, 0.82);
  border: 1px solid rgba(255, 174, 240, 0.18);
}

.admin-status__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  margin: 0 auto;
  color: #2d062e;
  background: rgba(255, 174, 240, 0.85);
}

.admin-status__badge--ok {
  background: rgba(144, 255, 208, 0.9);
  color: #05221a;
}

.admin-status__badge--error {
  background: rgba(255, 148, 170, 0.92);
  color: #33040d;
}

.admin-status__badge--warning {
  background: rgba(255, 235, 180, 0.92);
  color: #3a2100;
}

.admin-status__message {
  margin: 0;
  color: rgba(255, 221, 246, 0.8);
  line-height: 1.5;
}

.admin-form {
  display: grid;
  gap: 1.6rem;
  background: rgba(18, 7, 30, 0.86);
  border: 1px solid rgba(255, 163, 236, 0.16);
  border-radius: 24px;
  padding: clamp(1.8rem, 5vw, 2.6rem);
}

.admin-form__header {
  display: grid;
  gap: 0.4rem;
}

.admin-form__header h2 {
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: #ffeefd;
}

.admin-form__header p {
  margin: 0;
  color: rgba(255, 221, 246, 0.75);
}

.admin-form__fields {
  display: grid;
  gap: 1.2rem;
}

.admin-field {
  display: grid;
  gap: 0.5rem;
}

.admin-field__label {
  font-weight: 600;
  color: rgba(255, 221, 246, 0.92);
}

.admin-field__input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 200, 245, 0.24);
  background: rgba(15, 5, 24, 0.6);
  color: var(--text-main, #ffe9ff);
  transition: border 160ms ease, box-shadow 160ms ease;
}

.admin-field__input--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-field__input:focus {
  outline: none;
  border-color: rgba(255, 159, 223, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 159, 223, 0.25);
}

.admin-field__input::placeholder {
  color: rgba(255, 221, 246, 0.5);
}

.admin-field__input--textarea {
  resize: vertical;
  min-height: 150px;
}

.admin-field--platforms {
  gap: 0.9rem;
}

.admin-time-input {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.admin-time-input .admin-field__input {
  flex: 1 1 auto;
}

.admin-time-idk {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: rgba(255, 221, 246, 0.85);
}

.admin-time-idk input {
  width: 1rem;
  height: 1rem;
  accent-color: #ff94f4;
}

.platform-select {
  position: relative;
  display: grid;
  gap: 0.6rem;
}

.platform-select__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 163, 236, 0.28);
  background: linear-gradient(140deg, rgba(20, 7, 34, 0.92), rgba(12, 5, 24, 0.9));
  color: #ffeefc;
  font: inherit;
  cursor: pointer;
  transition: border 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.platform-select__toggle:hover {
  border-color: rgba(255, 181, 240, 0.45);
  box-shadow: 0 16px 28px rgba(15, 4, 33, 0.5);
  transform: translateY(-1px);
}

.platform-select__toggle:focus-visible {
  outline: none;
  border-color: rgba(255, 189, 247, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 189, 247, 0.35);
}

.platform-select__current {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 221, 246, 0.9);
}

.platform-select__current.is-placeholder {
  color: rgba(255, 221, 246, 0.55);
  font-weight: 500;
}

.platform-select__current .platform-option__icon {
  width: 32px;
  height: 32px;
}

.platform-select__current .platform-option__icon svg {
  width: 20px;
  height: 20px;
}

.platform-select__chevron {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 177, 240, 0.12);
  transition: transform 160ms ease, background 160ms ease;
}

.platform-select__chevron svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 221, 246, 0.78);
  stroke-width: 1.6;
  fill: none;
}

.platform-select.is-open .platform-select__chevron {
  transform: rotate(-180deg);
  background: rgba(255, 189, 247, 0.22);
}

.platform-select__list {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.6rem;
  list-style: none;
  border-radius: 18px;
  border: 1px solid rgba(255, 163, 236, 0.22);
  background: rgba(14, 5, 28, 0.96);
  box-shadow: 0 26px 40px rgba(10, 2, 28, 0.65);
  display: grid;
  gap: 0.35rem;
  z-index: 20;
}

.platform-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 221, 246, 0.86);
  font: inherit;
  cursor: pointer;
  transition: border 150ms ease, background 150ms ease, transform 150ms ease;
}

.platform-option:focus-visible {
  outline: none;
  border-color: rgba(255, 181, 240, 0.65);
  background: rgba(255, 181, 240, 0.12);
}

.platform-option:hover {
  background: rgba(255, 181, 240, 0.1);
  transform: translateX(2px);
}

.platform-option.is-active {
  border-color: rgba(255, 181, 240, 0.38);
  background: rgba(255, 181, 240, 0.16);
}

.platform-option__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 180, 238, 0.12);
}

.platform-option__icon svg {
  width: 22px;
  height: 22px;
  fill: rgba(255, 222, 248, 0.88);
}

.platform-option__name {
  font-weight: 600;
}

.platform-select[data-selected-platform="twitch"] .platform-select__toggle {
  border-color: rgba(145, 70, 255, 0.55);
}

.platform-select[data-selected-platform="youtube"] .platform-select__toggle {
  border-color: rgba(255, 63, 58, 0.55);
}

.platform-select[data-selected-platform="tiktok"] .platform-select__toggle {
  border-color: rgba(0, 241, 255, 0.55);
}

.platform-select[data-selected-platform="instagram"] .platform-select__toggle {
  border-color: rgba(255, 86, 218, 0.55);
}

.platform-select[data-selected-platform="discord"] .platform-select__toggle {
  border-color: rgba(114, 137, 218, 0.55);
}

.platform-select__list[hidden] {
  display: none;
}

.admin-field-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.admin-field-grid .admin-field--platforms {
  grid-column: 1 / -1;
}

.updates-grid .admin-field--platforms,
.admin-field-grid [data-edit-platform-picker] {
  grid-column: 1 / -1;
}

.admin-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-start;
}

.admin-form__actions .btn {
  min-width: 200px;
}

@media (max-width: 640px) {
  .admin-page {
    padding: clamp(1.8rem, 8vw, 3rem) clamp(1rem, 6vw, 2rem);
  }

  .admin-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-form__actions .btn {
    min-width: 100%;
  }
}

.home-section--live {
  display: grid;
  gap: 1.4rem;
}

:root {
  color-scheme: dark;
  --bg-body: #0b0614;
  --bg-panel: #281036;
  --accent-primary: #ff5edc;
  --accent-secondary: #ff9fd0;
  --accent-ghost: rgba(255, 110, 220, 0.14);
  --accent-success: #ffd5f6;
  --text-main: #fff4fb;
  --text-muted: #f2bde5;
  --text-heading: #ffeefc;
  --text-secondary: rgba(255, 221, 246, 0.82);
  --text-tertiary: rgba(255, 234, 255, 0.75);
  --border-glow: rgba(255, 110, 220, 0.55);
  --shadow-soft: 0 24px 48px rgba(46, 8, 58, 0.55);
  --container-max: 1150px;
  --nav-width: 240px;
  --page-background: url("luxa.org-opacity-changed-bg.png") center / cover fixed;
  --nav-background: linear-gradient(180deg, #0c1021, #11152c);
  --nav-border: #342048;
  --nav-link-active-bg: rgba(49, 18, 63, 0.95);
  --nav-link-hover-bg: rgba(49, 18, 63, 0.8);
  --nav-icon-bg: rgba(255, 150, 240, 0.15);
  --divider-color: rgba(255, 200, 250, 0.18);
}

:root.theme--light,
html.theme--light,
:root[data-theme="light"] {
  color-scheme: light;
  --bg-body: #ffd1ff40;
  --bg-panel: #ffffff;
  --accent-primary: #d65dee;
  --accent-secondary: #f7a9d7;
  --accent-ghost: rgba(212, 110, 220, 0.12);
  --accent-success: #3a0f5a;
  --text-main: #2a1542;
  --text-muted: #624a7a;
  --text-heading: #1f0e34;
  --text-secondary: rgba(68, 52, 102, 0.82);
  --text-tertiary: rgba(96, 78, 132, 0.7);
  --border-glow: rgba(214, 137, 255, 0.3);
  --shadow-soft: 0 24px 48px rgba(117, 88, 150, 0.2);
  --page-background: url("luxa.org-opacity-changed-bg.png") center / cover fixed;
  --nav-background: linear-gradient(180deg, #ffffff 0%, #f1e8ff 100%);
  --nav-border: rgba(154, 129, 210, 0.35);
  --nav-link-active-bg: rgba(226, 203, 255, 0.95);
  --nav-link-hover-bg: rgba(214, 191, 255, 0.8);
  --nav-icon-bg: rgba(134, 92, 200, 0.18);
  --divider-color: rgba(128, 104, 176, 0.5);
}

@font-face {
  font-family: "Lona";
  src: url("./lona.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

.font-lona {
  font-family: "Lona", system-ui, -apple-system, sans-serif;
  font-size: xxx-large;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: var(--bg-body);
}

main,
.dashboard,
.dashboard .container,
.home-section {
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--page-background);
}


body::before,
body::after {
  content: none;
}

img {
  max-width: 100%;
  display: block;
}

.page::before {
  content: none;
}

.page::after {
  content: none;
}

.site-header {
  display: none;
}

@media (min-width: 961px) {
  .site-header {
    display: none !important;
  }
}

.site-header__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Container for the install and notification buttons */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2px; /* Minimal gap between buttons */
}

.site-header__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 110, 220, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-heading);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.site-header__menu svg {
  width: 22px;
  height: 22px;
}

.site-header__menu:focus-visible,
.site-header__menu:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 110, 220, 0.45);
  box-shadow: 0 12px 24px rgba(255, 102, 214, 0.25);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text-heading);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header__logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(44, 13, 70, 0.25);
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.site-header__title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  text-transform: none;
  font-weight:bolder;
  font-size: 5dvw;
}

/* Buttons in header */
.site-header__notify,
.site-header__install {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

/* Ensure icons are visible */
.notify-button__icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.notify-button__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

/* Completely hide any text */
.notify-button__label,
.notify-button span:not(.notify-button__icon) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page__overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 3, 20, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 18;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .page__overlay {
  opacity: 1;
  pointer-events: auto;
}

.side-nav {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--nav-width);
  padding: clamp(2rem, 5vw, 2.8rem) clamp(1.4rem, 3vw, 2rem);
  backdrop-filter: blur(12px);
  background: var(--nav-background);
  border-right: 1px solid var(--nav-border);
  border-radius: 0 26px 26px 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 6vw, 3rem);
  z-index: 24;
  transform: translateX(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.side-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.side-nav__brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.side-nav__brand:hover,
.side-nav__brand:focus-visible {
  text-decoration: none;
}

.side-nav__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: none;
  box-shadow: 0 14px 28px rgba(46, 8, 58, 0.3);
}

.side-nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.side-nav__title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.side-nav__close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 110, 220, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-heading);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.side-nav__close svg {
  width: 22px;
  height: 22px;
}

.side-nav__close:focus-visible,
.side-nav__close:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 110, 220, 0.45);
  box-shadow: 0 12px 24px rgba(255, 102, 214, 0.25);
}

.side-nav__links {
  display: grid;
  gap: 1.2rem;
}

.side-nav__link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.65rem 0.75rem;
  border-radius: 999px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.side-nav__link:is(:hover, :focus-visible) {
  color: var(--text-main);
  background: var(--nav-link-hover-bg);
  transform: translateX(8px);
}

.side-nav__link.is-active {
  color: var(--text-main);
  background: var(--nav-link-active-bg);
  transform: translateX(8px);
}

.side-nav__link:is(:hover, :focus-visible) .side-nav__icon {
  background: var(--accent-secondary);
  color: #1a0920;
}

.side-nav__link.is-active .side-nav__icon {
  background: var(--accent-primary);
  color: #1d0027;
}

.side-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nav-icon-bg);
  color: var(--text-main);
}

.side-nav__icon svg {
  width: 24px;
  height: 24px;
}

.side-nav__label {
  flex: 1;
}

/* Light theme component overrides */
html.theme--light .help-guide__callout {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 226, 255, 0.95));
  border: 1px solid rgba(168, 142, 220, 0.35);
  color: #45366a;
  box-shadow: inset 0 0 0 1px rgba(200, 180, 245, 0.18);
}

html.theme--light .help-step {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(233, 224, 255, 0.93));
  border: 1px solid rgba(170, 145, 220, 0.35);
  box-shadow: 0 18px 40px rgba(140, 118, 200, 0.2);
  color: #2d1a49;
}

html.theme--light .help-step__title {
  color: #2a1542;
}

html.theme--light .help-step__content p {
  color: rgba(68, 52, 102, 0.82);
}

html.theme--light .help-step__tag {
  background: rgba(214, 168, 255, 0.2);
  border: 1px solid rgba(189, 152, 245, 0.5);
  color: #5b3c94;
}

html.theme--light .help-step__media {
  background: rgba(244, 238, 255, 0.9);
  border: 1px solid rgba(184, 162, 235, 0.35);
  box-shadow: inset 0 0 0 1px rgba(190, 168, 240, 0.18);
}

html.theme--light .help-success {
  border-color: rgba(52, 160, 120, 0.42);
  background: rgba(210, 250, 236, 0.65);
  color: #146d45;
}

html.theme--light .help-success__icon {
  color: inherit;
}

html.theme--light .schedule-day__date {
  color: #3a2562;
  text-shadow: none;
}

html.theme--light .welcome-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(241, 233, 255, 0.95));
  border-color: rgba(196, 176, 236, 0.4);
  box-shadow: 0 24px 48px rgba(156, 141, 206, 0.25);
}

html.theme--light .welcome-card__avatar-frame {
  box-shadow: 0 0 24px rgba(208, 160, 245, 0.55);
  border: 6px solid rgba(255, 140, 225, 0.55);
  background: radial-gradient(circle, rgba(255, 180, 240, 0.35) 0%, rgba(240, 210, 255, 0.18) 65%, transparent 85%);
}

html.theme--light .welcome-card__avatar-frame::after {
  background: radial-gradient(circle, rgba(214, 188, 255, 0.42) 0%, rgba(195, 170, 255, 0.24) 45%, rgba(195, 170, 255, 0.08) 72%, transparent 85%);
  opacity: 0.6;
}

html.theme--light .welcome-card__avatar-frame img {
  border-color: rgba(255, 220, 245, 0.95);
  box-shadow: 0 0 0 6px rgba(255, 200, 240, 0.65);
}

html.theme--light .welcome-card__heart {
  color: rgba(233, 160, 248, 0.9);
  text-shadow: 0 0 16px rgba(216, 160, 250, 0.6);
}

html.theme--light .welcome-card__headline {
  color: transparent;
  background: linear-gradient(100deg, #ff9fe6 0%, #ff6fd0 45%, #ff2ca5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.theme--light .welcome-card__intro {
  color: rgba(58, 45, 90, 0.9);
}

html.theme--light .welcome-card__meta {
  color: rgba(84, 66, 120, 0.75);
}

html.theme--light .update-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(235, 226, 255, 0.95));
  border: 1px solid rgba(174, 151, 226, 0.35);
  box-shadow: 0 14px 30px rgba(151, 128, 198, 0.2);
  color: #2a1542;
}

html.theme--light .update-card__platform {
  color: #4f357d;
}

html.theme--light .update-card__icon svg {
  stroke: #4f357d;
}

html.theme--light .update-card[data-update-source="schedule"] .update-card__icon svg {
  stroke: #4f357d;
}

html.theme--light .update-card__timestamp {
  color: rgba(78, 57, 110, 0.72);
}

html.theme--light .update-card__description {
  color: rgba(68, 52, 102, 0.78);
}

html.theme--light .update-card__thumb {
  background: rgba(220, 205, 250, 0.5);
  box-shadow: 0 12px 28px rgba(255, 94, 220, 0.9);
}

html.theme--light .update-card__thumb::after {
  background: linear-gradient(180deg, rgba(240, 232, 255, 0) 30%, rgba(201, 187, 239, 0.22) 100%);
}

html.theme--light .update-card__cta {
  color: #d1298c;
}

html.theme--light .settings-section__description {
  color: rgba(68, 52, 102, 0.82);
}

html.theme--light .settings-option {
  background: rgba(246, 240, 255, 0.92);
  border: 1px solid rgba(142, 116, 190, 0.45);
  box-shadow: inset 0 0 0 1px rgba(188, 168, 230, 0.2), 0 12px 26px rgba(148, 126, 208, 0.18);
  color: var(--text-secondary);
}

html.theme--light .settings-option__indicator {
  border-color: rgba(118, 92, 168, 0.6);
}

html.theme--light .settings-option input[type="radio"]:checked + .settings-option__indicator {
  border-color: #a259f3;
}

html.theme--light .settings-option input[type="radio"]:checked ~ .settings-option__content .settings-option__title {
  color: #5a27aa;
}

html.theme--light .settings-option input[type="radio"]:checked ~ .settings-option__content .settings-option__subtitle {
  color: rgba(80, 56, 116, 0.72);
}

html.theme--light hr,
html.theme--light .settings-divider {
  border-color: var(--divider-color) !important;
  border-top-color: var(--divider-color) !important;
  opacity: 1;
}

html.theme--light .settings-help-button {
  color: #fff;
}

html.theme--light .notify-button {
  color: #fff;
}

html.theme--light .notify-modal__dialog {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(240, 232, 255, 0.95));
  color: #2a1542;
}

html.theme--light .notify-modal__body {
  color: var(--text-secondary);
}

html.theme--light .notify-modal__message {
  color: rgba(68, 52, 102, 0.8);
}

html.theme--light .notify-modal__button--ghost {
  color: var(--text-secondary);
  border-color: rgba(158, 130, 210, 0.5);
}

html.theme--light .notify-modal__button--primary {
  background: linear-gradient(130deg, rgba(255, 132, 230, 0.98), rgba(204, 120, 255, 0.96));
  color: rgba(40, 8, 72, 0.92);
  border-color: rgba(188, 120, 255, 0.8);
  box-shadow:
    0 0 0 1px rgba(210, 170, 255, 0.45),
    0 16px 32px rgba(170, 130, 235, 0.32);
}

html.theme--light .notify-modal__button--primary:hover,
html.theme--light .notify-modal__button--primary:focus-visible {
  box-shadow:
    0 0 0 1px rgba(210, 170, 255, 0.55),
    0 20px 40px rgba(170, 130, 235, 0.42);
  border-color: rgba(188, 120, 255, 0.95);
}

html.theme--light .notify-modal__button--success {
  background: rgba(110, 255, 210, 0.28);
  border-color: rgba(96, 210, 168, 0.65);
  color: rgba(28, 82, 70, 0.95);
  box-shadow:
    0 0 0 1px rgba(150, 235, 205, 0.4),
    0 12px 26px rgba(120, 195, 175, 0.28);
}

html.theme--light .notify-modal__title {
  color: var(--text-heading);
}

html.theme--light .social-button {
  background: rgba(252, 247, 255, 0.96);
  border: 1px solid rgba(150, 124, 198, 0.4);
  color: var(--text-heading);
}

html.theme--light .social-button--twitch,
html.theme--light .social-button--instagram,
html.theme--light .social-button--twitter,
html.theme--light .social-button--discord,
html.theme--light .social-button--reddit,
html.theme--light .social-button--youtube,
html.theme--light .social-button--tiktok {
  border-color: transparent;
}

html.theme--light .social-button--twitch {
  background: rgba(112, 72, 232, 0.5);
}

html.theme--light .social-button--instagram {
  background: rgba(190, 75, 219, 0.5);
}

html.theme--light .social-button--twitter {
  background: rgba(34, 139, 230, 0.5);
}

html.theme--light .social-button--discord {
  background: rgba(76, 110, 245, 0.5);
}

html.theme--light .social-button--reddit {
  background: rgba(253, 126, 20, 0.5);
}

html.theme--light .social-button--youtube {
  background: rgba(240, 62, 62, 0.5);
}

html.theme--light .social-button--tiktok {
  background: rgba(240, 101, 149, 0.5);
}

html.theme--light .social-button__text {
  color: var(--text-heading);
}

html.theme--light .social-button__icon {
  background: none;
  color: inherit;
  box-shadow: none;
}

html.theme--light .home-section__highlight::after {
  background: linear-gradient(90deg, rgba(255, 85, 210, 0.85), rgba(164, 120, 255, 0.75));
  box-shadow:
    0 0 6px rgba(215, 150, 255, 0.55),
    0 4px 14px rgba(140, 80, 210, 0.32);
}

html.theme--light .home-section__footer {
  color: rgba(73, 52, 110, 0.85);
}

.error-page .main-content {
  justify-content: center;
}

.error-page__content {
  min-height: calc(100vh - clamp(2.2rem, 6vw, 3.2rem) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(2rem, 6vw, 3rem);
}

.error-callout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.4rem);
  grid-template-columns: minmax(0, clamp(200px, 28vw, 320px)) minmax(0, 1fr);
  align-items: center;
  padding: clamp(1.8rem, 5vw, 2.8rem);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(28, 8, 52, 0.92), rgba(10, 4, 26, 0.94));
  border: 1px solid rgba(190, 130, 255, 0.25);
  box-shadow:
    0 0 0 1px rgba(60, 12, 98, 0.35),
    0 28px 60px rgba(12, 4, 32, 0.6);
}

html.theme--light .error-callout {
  background: linear-gradient(145deg, rgba(255, 246, 255, 0.95), rgba(240, 226, 255, 0.94));
  border-color: rgba(156, 120, 230, 0.35);
  box-shadow:
    0 0 0 1px rgba(200, 168, 255, 0.35),
    0 26px 48px rgba(140, 120, 200, 0.28);
}

.error-callout__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-callout__media img {
  width: 100%;
  max-width: 320px;
  border-radius: 24px;
  box-shadow: 0 22px 42px rgba(12, 4, 32, 0.55);
}

html.theme--light .error-callout__media img {
  box-shadow: 0 18px 34px rgba(140, 110, 200, 0.28);
}

.error-callout__text {
  display: grid;
  gap: clamp(0.6rem, 2vw, 1.2rem);
}

.error-callout__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #fff8ff;
  letter-spacing: 0.02em;
}

html.theme--light .error-callout__title {
  color: rgba(36, 12, 68, 0.96);
}

.error-callout__message {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: rgba(255, 240, 255, 0.78);
}

html.theme--light .error-callout__message {
  color: rgba(54, 30, 92, 0.78);
}

.error-callout__cta {
  margin: 0;
  font-size: clamp(1rem, 2.6vw, 1.18rem);
  color: rgba(255, 245, 255, 0.86);
}

.error-callout__cta a {
  color: #ff9fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 159, 255, 0.5);
  transition: color 180ms ease, border-color 180ms ease;
}

.error-callout__cta a:hover,
.error-callout__cta a:focus-visible {
  color: #ffd1ff;
  border-bottom-color: rgba(255, 209, 255, 0.9);
}

html.theme--light .error-callout__cta {
  color: rgba(44, 16, 84, 0.86);
}

html.theme--light .error-callout__cta a {
  color: #b245ff;
  border-bottom-color: rgba(178, 69, 255, 0.45);
}

html.theme--light .error-callout__cta a:hover,
html.theme--light .error-callout__cta a:focus-visible {
  color: #7a1dce;
  border-bottom-color: rgba(122, 29, 206, 0.8);
}

@media (max-width: 960px) {
  .error-callout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .error-callout__media {
    justify-content: center;
  }

  .error-callout__media img {
    max-width: clamp(220px, 70vw, 320px);
  }

  .error-callout__text {
    justify-items: center;
  }

  .error-callout__cta a {
    border-bottom-width: 1px;
  }
}

@media (max-width: 540px) {
  .error-page__content {
    min-height: auto;
  }

  .error-callout {
    padding: clamp(1.4rem, 6vw, 2rem);
    border-radius: 22px;
  }
}

html.theme--light .footer {
  background: linear-gradient(180deg, rgba(252, 247, 255, 0.92), rgba(238, 232, 255, 0.9));
  border-top-color: rgba(142, 116, 190, 0.35);
}

html.theme--light .footer__content {
  color: black;
}

html.theme--light .footer__support {
  color: #6f3bba;
}

.side-nav__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  color: #6f3bba;
  margin-top: auto;
}

.side-nav__social a {
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.side-nav__social a:hover,
.side-nav__social a:focus-visible {
  transform: scale(1.15);
}

.side-nav__contact {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(120deg, var(--accent-primary), var(--accent-secondary));
  box-shadow: 0 18px 30px rgba(255, 94, 220, 0.35);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.side-nav__contact:hover,
.side-nav__contact:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(255, 94, 220, 0.5);
}

.main-content {
  margin-left: calc(var(--nav-width) + clamp(1rem, 3vw, 2rem));
  padding: clamp(2.2rem, 6vw, 3.2rem) clamp(1.5rem, 5vw, 3.8rem);
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 960px) {
  .site-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem clamp(1rem, 4vw, 1.6rem);
    min-height: 72px;
    background: #ffffff;
    color: var(--text-heading);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 26;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  html.theme--dark .site-header {
    background: rgba(14, 8, 28, 0.92);
    color: #f9f2ff;
    border-bottom-color: rgba(120, 92, 170, 0.4);
  }

  .site-header--hidden {
    transform: translateY(-100%);
    opacity: 0;
  }

  .side-nav {
    width: min(50vw, 260px);
    max-width: 280px;
    padding: clamp(1.4rem, 5vw, 1.8rem) clamp(1rem, 4vw, 1.4rem) clamp(1.6rem, 6vw, 2.2rem);
    top: 72px;
    bottom: 0;
    left: 0;
    right: auto;
    height: calc(100vh - 72px);
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0 26px 26px 0;
    transform: translateX(-110%);
    box-shadow: none;
  }

  html.theme--dark .side-nav {
    background: rgba(19, 12, 32, 0.98);
    border-right-color: rgba(255, 255, 255, 0.15);
  }

  body.nav-open .side-nav {
    transform: translateX(0);
    box-shadow: 0 28px 56px rgba(36, 14, 60, 0.45);
  }

  .side-nav__header {
    display: none;
  }

  .side-nav__close {
    display: none;
  }

  .side-nav__links {
    gap: 1rem;
  }

  .side-nav__brand {
    gap: 0.65rem;
  }

  .side-nav__logo {
    width: 40px;
    height: 40px;
  }

  .site-header__menu {
    margin-left: -0.25rem;
  }

  .main-content {
    margin-left: 0;
    padding: clamp(1.5rem, 6vw, 2.4rem) clamp(1rem, 6vw, 1.8rem);
  }

  .page__overlay {
    opacity: 0;
  }
}

.dashboard .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.welcome-card {
  display: grid;
  grid-template-columns: clamp(180px, 28vw, 240px) 1fr;
  gap: clamp(1.5rem, 4vw, 2.6rem);
  align-items: center;
  padding: clamp(1.9rem, 5vw, 2.8rem);
  background: #13162d;
  border-radius: 26px;
  border: 1px solid #37254a;
  box-shadow: 0 24px 46px rgba(7, 8, 18, 0.62);
}

@media (min-width: 961px) {
  .dashboard .container {
    gap: clamp(2rem, 2vw, 2rem);
  }
}

.welcome-card__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.welcome-card__avatar {
  position: relative;
  width: clamp(180px, 28vw, 220px);
}

.welcome-card__avatar-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  box-shadow: 0 0 12px rgba(255, 168, 244, 0.35);
  overflow: visible;
  transform: translateZ(0);
  animation: avatar-breathe 6.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition: transform 320ms cubic-bezier(0.25, 0.9, 0.3, 1);
}

.welcome-card__avatar-frame::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 168, 244, 0.32) 0%, rgba(255, 145, 235, 0.24) 38%, rgba(255, 145, 235, 0.08) 68%, transparent 85%);
  filter: blur(0.8px);
  opacity: 0.55;
  animation: avatar-glow-pulse 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
  transform-origin: center;
  transform: scale(0.96);
}

.welcome-card__hearts {
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.welcome-card__avatar-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #160820;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
}

.welcome-card__avatar:hover .welcome-card__avatar-frame,
.welcome-card__avatar:focus-within .welcome-card__avatar-frame {
  transform: scale(1.06);
}

.welcome-card__heart {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1;
  color: rgba(255, 210, 251, 0.98);
  text-shadow: 0 0 16px rgba(255, 120, 220, 0.9), 0 0 28px rgba(255, 120, 220, 0.55);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.welcome-card__heart::before {
  content: "♡";
  display: block;
}

.welcome-card__heart:nth-child(1) {
  --orbit-radius: clamp(70px, 18vw, 115px);
  --orbit-duration: 7.6s;
  --orbit-delay: 0s;
  --orbit-offset: 0deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(2) {
  --orbit-radius: clamp(82px, 20vw, 120px);
  --orbit-duration: 8.2s;
  --orbit-delay: 0.8s;
  --orbit-offset: 72deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(3) {
  --orbit-radius: clamp(78px, 19vw, 114px);
  --orbit-duration: 8.8s;
  --orbit-delay: 1.4s;
  --orbit-offset: 144deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(4) {
  --orbit-radius: clamp(86px, 21vw, 126px);
  --orbit-duration: 7.4s;
  --orbit-delay: 2.1s;
  --orbit-offset: 216deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(5) {
  --orbit-radius: clamp(84px, 20vw, 124px);
  --orbit-duration: 9.6s;
  --orbit-delay: 2.8s;
  --orbit-offset: 288deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(6) {
  --orbit-radius: clamp(74px, 18vw, 110px);
  --orbit-duration: 6.8s;
  --orbit-delay: 3.4s;
  --orbit-offset: 330deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(7) {
  --orbit-radius: clamp(90px, 22vw, 130px);
  --orbit-duration: 8.4s;
  --orbit-delay: 1.8s;
  --orbit-offset: 30deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(8) {
  --orbit-radius: clamp(82px, 20vw, 120px);
  --orbit-duration: 9.2s;
  --orbit-delay: 4.2s;
  --orbit-offset: 150deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(9) {
  --orbit-radius: clamp(96px, 23vw, 138px);
  --orbit-duration: 7.8s;
  --orbit-delay: 5s;
  --orbit-offset: 255deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(10) {
  --orbit-radius: clamp(94px, 22vw, 134px);
  --orbit-duration: 10.4s;
  --orbit-delay: 0.6s;
  --orbit-offset: 315deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(11) {
  --orbit-radius: clamp(78px, 19vw, 116px);
  --orbit-duration: 7.8s;
  --orbit-delay: 2.6s;
  --orbit-offset: 120deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__heart:nth-child(12) {
  --orbit-radius: clamp(102px, 24vw, 146px);
  --orbit-duration: 9.8s;
  --orbit-delay: 3.4s;
  --orbit-offset: 210deg;
  animation: heart-orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
}

.welcome-card__body {
  display: grid;
  gap: 1rem;
}

.welcome-card__headline {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.3rem);
  color: #ffe9ff;
  background: linear-gradient(100deg, #ffd7ff 0%, #ff9fd0 45%, #ff4fb2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.welcome-card__headline-ending {
  display: inline;
}

@media (max-width: 720px) {
  .welcome-card__headline-greeting {
    display: block;
    text-align: center;
    margin-bottom: 0.2rem;
  }

  .welcome-card__headline-name {
    display: block;
    text-align: center;
    margin: 0.25rem 0;
  }
}

.welcome-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.notify-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 110, 220, 0.55);
  background: linear-gradient(120deg, var(--accent-primary), var(--accent-secondary));
  color: #2d062e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  z-index: 1;
  box-shadow: 0 14px 32px rgba(255, 94, 220, 0.4);
  transition: transform 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.welcome-card__notify {
  display: none;
  margin-left: auto;
}

.schedule-header__notify {
  display: none;
}

.notify-button:hover,
.notify-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 94, 220, 0.6);
}

.notify-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.notify-button__icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 720px) {
  .site-header {
    padding: 0.5rem 0.75rem;
  }
  
  .site-header__actions {
    margin-right: 0.25rem;
  }
  
  .notify-button {
    min-width: 36px;
    height: 36px;
  }

  .notify-button__label {
    display: none;
  }

  .notify-button__icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 961px) {
  .schedule-header__notify {
    display: inline-flex;
  }

  .welcome-card__notify {
    display: inline-flex;
  }
}

.welcome-card__intro {
  margin: 0;
  font-size: 0.89rem;
  color: #ffffff;
  text-shadow: 0 3px 12px rgba(32, 8, 48, 0.4);
}

.welcome-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(255, 235, 255, 0.78);
  font-size: 0.9rem;
}

.welcome-card__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .welcome-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(1.2rem, 5vw, 1.8rem);
  }

  .welcome-card__visual {
    align-items: center;
  }

  .welcome-card__visual .status-badge {
    margin-inline: auto;
  }

  .welcome-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .welcome-card__header {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .welcome-card__intro {
    max-width: 50ch;
    line-height: 1.65;
    text-align: left;
    margin-inline: auto;
    align-self: stretch;
  }

  .welcome-card__headline-ending {
    display: block;
    margin-top: 0.35rem;
  }

  .welcome-card__meta {
    justify-content: center;
    margin: 0;
  }

  .welcome-card__cta {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.home-divider {
  width: 100%;
  border: 0;
  height: 1px;
  background: var(--divider-color);
}

.home-section {
  display: grid;
  gap: 1.4rem;
}

.home-section__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  color: var(--text-heading);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-section__highlight {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.home-section__highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 120, 220, 0.85), rgba(255, 198, 246, 0.4));
  box-shadow: 0 0 12px rgba(255, 120, 220, 0.6), 0 0 24px rgba(255, 120, 220, 0.45);
}

.media-grid {
  display: grid;
  gap: 1rem;
  padding: 0.5rem;
}

.media-grid--videos {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.media-grid--shorts {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  padding-bottom: 0.5rem;
}

.media-grid--shorts[data-home-shorts] {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.home-section .media-grid {
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .home-divider {
    width: min(440px, 92vw);
    margin-inline: auto;
  }

  .home-section__title {
    text-align: left;
  }

  .home-section__title + .home-section__highlight {
    justify-content: flex-start;
  }

  .media-grid--videos {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .media-grid--shorts,
  .media-grid--shorts[data-home-shorts] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 5px;
  }

  .social-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 1.2rem;
  }

  .social-button {
    width: 60px;
    height: 60px;
  }

  .social-button__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }
}

@media (max-width: 720px) {
  .side-nav {
    width: min(78vw, 240px);
  }

  .main-content {
    width: 100%;
  }

  .welcome-card,
  .home-section,
  .social-buttons,
  .media-grid {
    width: min(100%, 100vw - 2rem);
  }

  .social-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-button__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }
}

@media (max-width: 540px) {
  .side-nav {
    width: min(84vw, 220px);
  }

  .welcome-card,
  .home-section,
  .social-buttons,
  .media-grid,
  .home-divider {
    width: min(100%, 100vw - 1.5rem);
  }

  .social-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid--shorts[data-home-shorts] .media-card__thumb {
    min-height: clamp(110px, 34vw, 160px);
  }

  .media-grid--shorts[data-home-shorts] .media-card__body h3 {
    font-size: 0.9rem;
  }

  .media-grid--shorts[data-home-shorts] .media-card__meta {
    font-size: 0.64rem;
  }
}

@media (max-width: 900px) {
  .media-grid--shorts,
  .media-grid--shorts[data-home-shorts] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid--shorts[data-home-shorts] .media-card__thumb {
    width: 100%;
    height: clamp(160px, 44vw, 240px);
    aspect-ratio: auto;
  }

  .media-grid--shorts[data-home-shorts] .media-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .media-grid--shorts[data-home-shorts] .media-card__body {
    margin-top: 0.5rem;
  }

  .media-grid--shorts[data-home-shorts] .media-card__body h3 {
    font-size: 0.9rem;
    line-height: 1.28;
  }

  .media-grid--shorts[data-home-shorts] .media-card__meta {
    font-size: 0.6rem;
    margin-top: 0.18rem;
  }
}

@media (max-width: 720px) {
  .media-grid--shorts,
  .media-grid--shorts[data-home-shorts] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid--shorts[data-home-shorts] {
    gap: 0.6rem;
    padding: 0.4rem;
  }

  .media-grid--videos .media-card,
  .media-grid--videos .media-card__thumb,
  .media-grid--shorts .media-card,
  .media-grid--shorts .media-card__thumb {
    border-radius: 5px;
  }

  .media-grid--shorts[data-home-shorts] .media-card__thumb {
    height: clamp(150px, 52vw, 220px);
  }

  .media-grid--shorts[data-home-shorts] .media-card__body h3 {
    font-size: 0.84rem;
  }

  .media-grid--shorts[data-home-shorts] .media-card__meta {
    font-size: 0.58rem;
  }

  .media-grid--shorts[data-home-shorts] .media-card {
    height: 100%;
  }

  .media-grid--shorts[data-home-shorts] .media-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .media-grid--shorts[data-home-shorts] .media-card__meta {
    margin-top: auto;
    padding-top: 0.15rem;
  }
}

@media (max-width: 540px) {
  .media-grid--shorts,
  .media-grid--shorts[data-home-shorts] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid--shorts[data-home-shorts] {
    gap: 0.35rem;
    padding: 0.35rem;
    width: min(100%, 100vw - 0.5rem);
    margin-inline: auto;
  }

  .media-grid--shorts[data-home-shorts] .media-card__thumb {
    height: clamp(130px, 64vw, 200px);
  }

  .media-grid--shorts[data-home-shorts] .media-card__body h3 {
    font-size: 0.8rem;
  }

  .media-grid--shorts[data-home-shorts] .media-card__meta {
    font-size: 0.54rem;
  }
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  width: 100%;
  max-width: min(520px, 100%);
  margin-inline: auto;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 11vw, 68px);
  height: clamp(56px, 11vw, 68px);
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 170, 245, 0.35);
  background: rgba(18, 3, 32, 0.85);
  color: var(--text-main);
  text-decoration: none;
}

.social-button--twitch {
  background: rgba(112, 72, 232, 0.5);
}

.social-button--instagram {
  background: rgba(190, 75, 219, 0.5);
}

.social-button--twitter {
  background: rgba(34, 139, 230, 0.5);
}

.social-button--discord {
  background: rgba(76, 110, 245, 0.5);
}

.social-button--reddit {
  background: rgba(253, 126, 20, 0.5);
}

.social-button--youtube {
  background: rgba(240, 62, 62, 0.5);
}

.social-button--tiktok {
  background: rgba(240, 101, 149, 0.5);
}

.social-button:hover,
.social-button:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(12, 0, 32, 0.45);
  border-color: rgba(255, 200, 255, 0.6);
}

html.theme--dark .social-button:hover,
html.theme--dark .social-button:focus-visible {
  box-shadow: 0 20px 34px rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.65);
}

.social-button:hover .social-button__icon,
.social-button:focus-visible .social-button__icon {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: none;
}

.social-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  transition: transform 200ms cubic-bezier(0.33, 1, 0.68, 1), box-shadow 200ms ease;
}

.social-button__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.social-button--twitch .social-button__icon,
.social-button--instagram .social-button__icon,
.social-button--twitter .social-button__icon,
.social-button--discord .social-button__icon,
.social-button--reddit .social-button__icon,
.social-button--youtube .social-button__icon,
.social-button--tiktok .social-button__icon {
  background: none;
  color: inherit;
  box-shadow: none;
}


.social-button--onlyfans {
  overflow: hidden;
  justify-content: center;
  gap: 0;
}

.social-button--onlyfans .social-button__icon {
  width: clamp(120px, 60%, 200px);
  min-width: 0;
  height: auto;
  min-height: 0;
  display: block;
  margin-inline: auto;
}

.social-button__icon--onlyfans img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-section__footer {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  word-wrap: break-word;
}

.section {
  padding-block: clamp(2.6rem, 6vw, 3.4rem);
}

.section__header {
  margin-bottom: 1.8rem;
}

.slider-row {
  margin-top: 1.4rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 20px;
  background: #131830;
  border: 1px solid #2f2945;
  box-shadow: 0 18px 40px rgba(8, 4, 20, 0.6);
}

.slider__viewport {
  border-radius: 16px;
}

.slider__track {
  padding: 1rem;
}

.slider__dots {
  margin-top: 0.8rem;
}

.dashboard-card__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.dashboard-card__avatar-inner {
  position: relative;
  width: clamp(150px, 22vw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7de2, #8c6eff);
  padding: 0.35rem;
  box-shadow: 0 20px 45px rgba(26, 0, 32, 0.75);
}

.dashboard-card__avatar-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #12001f;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255, 110, 220, 0.18);
  color: var(--accent-primary);
  position: relative;
}

.status-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.status-badge--offline {
  opacity: 0.7;
}

.status--live {
  background: linear-gradient(125deg, rgba(140, 0, 24, 0.92), rgba(210, 0, 47, 0.9));
  color: #ffffff;
  border: 1px solid rgba(255, 60, 90, 0.65);
  box-shadow:
    0 0 26px rgba(210, 0, 47, 0.65),
    0 0 42px rgba(255, 53, 74, 0.4);
  animation: status-pulse 2.2s ease-in-out infinite;
}

.status--live::before {
  width: 9px;
  height: 9px;
  background: #ff354a;
  box-shadow: 0 0 18px rgba(255, 53, 74, 0.95);
}

@keyframes status-pulse {
  0% {
    box-shadow: 0 0 14px rgba(255, 79, 147, 0.35);
    transform: translateZ(0) scale(1);
  }
  50% {
    box-shadow: 0 0 26px rgba(255, 79, 147, 0.65);
    transform: translateZ(0) scale(1.04);
  }
  100% {
    box-shadow: 0 0 14px rgba(255, 79, 147, 0.35);
    transform: translateZ(0) scale(1);
  }
}

@keyframes heart-float-left {
  0% {
    transform: translate(-8px, 10px) scale(0.9) rotate(-8deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translate(6px, -8px) scale(1.05) rotate(6deg);
  }
  100% {
    transform: translate(-4px, -18px) scale(0.92) rotate(-4deg);
    opacity: 0;
  }
}

@keyframes heart-float-right {
  0% {
    transform: translate(6px, -6px) scale(0.9) rotate(6deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    transform: translate(-4px, 8px) scale(1.08) rotate(-6deg);
  }
  100% {
    transform: translate(8px, -14px) scale(0.94) rotate(4deg);
    opacity: 0;
  }
}

@keyframes heart-orbit {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(30px, -10px, 0) scale(0.8);
  }
  10% {
    opacity: 1;
  }
  40% {
    transform: rotate(45deg) translate3d(-20px, -40px, 0) scale(1);
  }
  70% {
    transform: rotate(45deg) translate3d(-18px, 22px, 0) scale(0.92);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(34px, 6px, 0) scale(0.75);
  }
}

@keyframes heart-orbit-spin {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--orbit-offset)) translateX(var(--orbit-radius)) scale(0.85);
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) rotate(calc(var(--orbit-offset) + 180deg)) translateX(calc(var(--orbit-radius) * 0.9)) scale(1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(calc(var(--orbit-offset) + 360deg)) translateX(var(--orbit-radius)) scale(0.85);
  }
}

@keyframes avatar-breathe {
  0% {
    transform: translate3d(-10px, 0, 0) scale(1) rotate(1.2deg);
  }
  45% {
    transform: translate3d(12px, 0, 0) scale(1.04) rotate(-1.4deg);
  }
  100% {
    transform: translate3d(-10px, 0, 0) scale(1) rotate(1.2deg);
  }
}

@keyframes avatar-glow-pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.94);
  }
  48% {
    opacity: 0.75;
    transform: scale(1.02);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.94);
  }
}

@keyframes heart-orbit-a {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(34px, -8px, 0) scale(0.8);
  }
  15% {
    opacity: 1;
  }
  40% {
    transform: rotate(45deg) translate3d(-26px, -36px, 0) scale(1);
  }
  75% {
    transform: rotate(45deg) translate3d(-12px, 25px, 0) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(32px, 12px, 0) scale(0.7);
  }
}

@keyframes heart-orbit-b {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(-28px, -6px, 0) scale(0.75);
  }
  12% {
    opacity: 1;
  }
  38% {
    transform: rotate(45deg) translate3d(-10px, -42px, 0) scale(0.95);
  }
  68% {
    transform: rotate(45deg) translate3d(26px, -6px, 0) scale(1.05);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(-6px, 26px, 0) scale(0.8);
  }
}

@keyframes heart-orbit-c {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(16px, 26px, 0) scale(0.78);
  }
  20% {
    opacity: 1;
  }
  44% {
    transform: rotate(45deg) translate3d(-34px, 4px, 0) scale(1.02);
  }
  78% {
    transform: rotate(45deg) translate3d(16px, -30px, 0) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(22px, 18px, 0) scale(0.72);
  }
}

@keyframes heart-orbit-d {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(-12px, 32px, 0) scale(0.82);
  }
  18% {
    opacity: 1;
  }
  46% {
    transform: rotate(45deg) translate3d(30px, -14px, 0) scale(0.95);
  }
  80% {
    transform: rotate(45deg) translate3d(-24px, -32px, 0) scale(1.08);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(-6px, 34px, 0) scale(0.78);
  }
}

@keyframes heart-orbit-e {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate3d(10px, -32px, 0) scale(0.76);
  }
  14% {
    opacity: 1;
  }
  42% {
    transform: rotate(45deg) translate3d(-30px, -18px, 0) scale(1.05);
  }
  72% {
    transform: rotate(45deg) translate3d(18px, 30px, 0) scale(0.88);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate3d(-18px, -22px, 0) scale(0.7);
  }
}

.dashboard-card__body {
  display: grid;
  gap: 1rem;
}

.dashboard-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-card__headline {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--text-main);
}

.pill-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff76de, #ff98e5);
  color: #2a003a;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dashboard-card__intro {
  margin: 0;
  font-size: 1rem;
}

.dashboard-card__description {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.dashboard-card__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.followers,
.live-meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

section {
  scroll-margin-top: 24px;
}

.container {
  width: min(100% - 32px, var(--container-max));
  margin: 0 auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--accent-primary);
}

h1,
.h1,
h2,
h3 {
  font-family: "Montserrat", "Inter", sans-serif;
  margin: 0.35em 0;
  line-height: 1.2;
  text-shadow: 0 6px 24px rgba(255, 112, 210, 0.4);
}

h1 {
  font-size: clamp(2.6rem, 4vw, 3.4rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.45rem;
}

.tagline {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
}

.followers {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  text-decoration: none;
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(0.33, 1, 0.68, 1), box-shadow 220ms ease, filter 220ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0) 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-120%, 0, 0) skewX(-12deg);
}

.btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.btn:hover::after {
  animation: btn-glint 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.btn:active {
  transform: scale(0.97);
}

.btn--primary {
  background: linear-gradient(120deg, var(--accent-primary), var(--accent-secondary));
  color: #2d062e;
  box-shadow: 0 12px 32px rgba(255, 94, 220, 0.45);
}

.btn--with-icon {
  gap: 0.55rem;
  align-items: center;
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
}

.btn__icon svg {
  width: 100%;
  height: 100%;
}

.btn__label {
  display: inline-flex;
  align-items: center;
}

.btn--primary:hover {
  box-shadow: 0 18px 40px rgba(255, 94, 220, 0.6);
}

.btn--ghost {
  background: rgba(255, 110, 220, 0.12);
  color: var(--accent-secondary);
  border: 1px solid rgba(255, 158, 223, 0.35);
}

.btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(145, 70, 255, 0.2);
}

.btn--danger {
  background: linear-gradient(120deg, rgba(255, 110, 150, 0.95), rgba(255, 70, 120, 0.85));
  color: #2d0416;
  box-shadow: 0 12px 26px rgba(255, 70, 130, 0.45);
}

.btn--danger:hover {
  box-shadow: 0 18px 36px rgba(255, 70, 130, 0.6);
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hero {
  padding: clamp(4rem, 9vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 102, 202, 0.32), rgba(66, 6, 82, 0.75));
  filter: blur(0px);
  z-index: 0;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
}

.hero__profile {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero__portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  perspective: 1200px;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal.is-visible {
  display: flex;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 2, 24, 0.72);
  backdrop-filter: blur(8px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(480px, 92vw);
  border-radius: 1.4rem;
  padding: 1.6rem;
  background: linear-gradient(150deg, rgba(41, 9, 70, 0.96), rgba(22, 6, 38, 0.98));
  border: 1px solid rgba(255, 190, 255, 0.32);
  box-shadow: 0 40px 80px rgba(10, 2, 32, 0.65);
}

.modal__dialog--confirm {
  width: min(360px, 90vw);
}

.modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: none;
  background: rgba(255, 175, 255, 0.18);
  color: rgba(255, 235, 255, 0.9);
  font-size: 1.1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 150ms ease, transform 150ms ease;
}

.modal__close:hover,
.modal__close:focus-visible {
  background: rgba(255, 205, 255, 0.32);
  transform: scale(1.05);
  outline: none;
}

.modal__content {
  display: grid;
  gap: 1.1rem;
  color: #ffe9ff;
}

.modal__content--form {
  display: grid;
  gap: 1.1rem;
}

.modal-field {
  display: grid;
  gap: 0.45rem;
}

.modal-field--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.modal-field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.85rem;
}

.modal-field__label {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 225, 250, 0.75);
}

.modal-field__input {
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 180, 255, 0.35);
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff0ff;
  font-size: 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.modal-field__input:focus {
  outline: none;
  border-color: rgba(255, 220, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 160, 255, 0.25);
}

.modal-platform-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.modal-platform-option {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 170, 255, 0.35);
  background: rgba(255, 120, 230, 0.1);
  color: rgba(255, 235, 255, 0.9);
  font-weight: 600;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.modal-platform-option svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.modal-platform-option:hover,
.modal-platform-option:focus-visible {
  border-color: rgba(255, 210, 255, 0.75);
  box-shadow: 0 12px 28px rgba(60, 8, 75, 0.4);
  transform: translateY(-2px);
  outline: none;
}

.modal-platform-option.is-active {
  border-color: rgba(255, 210, 255, 0.9);
  background: rgba(255, 160, 255, 0.28);
  box-shadow: 0 16px 32px rgba(50, 5, 68, 0.5);
}

.modal-platform-option__name {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.modal-field__input--textarea {
  min-height: 120px;
  resize: vertical;
}

.modal__actions {
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal__actions--end {
  justify-content: flex-end;
}

.modal__actions .btn {
  min-width: 110px;
}

body.notify-modal-open {
  overflow: hidden;
}

.notify-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1400;
}

.notify-modal.is-visible {
  display: flex;
}

.notify-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 2, 24, 0.78);
  backdrop-filter: blur(10px);
}

.notify-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 96vw);
  border-radius: 1.9rem;
  padding: clamp(1.8rem, 3vw + 1.2rem, 2.75rem);
  background: linear-gradient(160deg, rgba(40, 6, 68, 0.97), rgba(26, 8, 44, 0.98));
  border: 1px solid rgba(255, 180, 255, 0.38);
  box-shadow: 0 40px 100px rgba(8, 1, 24, 0.75);
}

.notify-modal__dialog--compact {
  width: min(520px, 94vw);
  padding: clamp(1.2rem, 2vw + 0.8rem, 1.8rem);
}

.notify-modal--creator .notify-modal__dialog {
  background: radial-gradient(circle at top left, rgba(140, 70, 20, 0.85), rgba(20, 8, 2, 0.95));
  border: 1px solid rgba(255, 177, 108, 0.35);
  box-shadow:
    0 0 0 1px rgba(61, 28, 9, 0.45),
    0 34px 70px rgba(8, 2, 0, 0.8);
}

.notify-modal--creator .notify-modal__image {
  background: radial-gradient(circle, rgba(255, 197, 143, 0.28), rgba(255, 255, 255, 0));
  border-radius: 24px;
}

.notify-modal--creator .notify-modal__body {
  color: #ffe8d2;
  gap: 1rem;
}

.notify-modal--creator .notify-modal__button {
  transition: none;
}

.notify-modal--creator .notify-modal__title {
  color: #ffcf8a;
}

.notify-modal--creator .notify-modal__message {
  color: rgba(255, 229, 204, 0.92);
}

.notify-modal--creator .notify-modal__button--ghost {
  color: #ffd9bb;
  border-color: rgba(255, 184, 140, 0.55);
}

.notify-modal--creator .notify-modal__button--ghost:hover,
.notify-modal--creator .notify-modal__button--ghost:focus-visible {
  color: #ffeede;
  border-color: rgba(255, 214, 185, 0.8);
}

.notify-modal--creator .notify-modal__button--primary {
  background: linear-gradient(135deg, #6f3612, #ff9c3a);
  border-color: rgba(255, 191, 125, 0.9);
  color: #270c02;
  box-shadow:
    0 0 0 1px rgba(120, 58, 18, 0.6),
    0 18px 32px rgba(54, 24, 6, 0.65),
    0 0 16px rgba(255, 161, 82, 0.28);
}

.notify-modal--creator .notify-modal__button--primary:hover,
.notify-modal--creator .notify-modal__button--primary:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 196, 138, 0.65),
    0 22px 40px rgba(108, 52, 14, 0.55),
    0 0 20px rgba(255, 174, 92, 0.45);
  border-color: rgba(255, 196, 138, 0.95);
}

.notify-modal--creator .notify-modal__actions {
  justify-content: center;
  flex-wrap: nowrap;
}

html.theme--light .notify-modal--creator .notify-modal__dialog {
  background: radial-gradient(circle at top left, rgba(140, 70, 20, 0.9), rgba(26, 8, 4, 0.95));
  border: 1px solid rgba(255, 177, 108, 0.35);
  box-shadow:
    0 0 0 1px rgba(61, 28, 9, 0.45),
    0 34px 70px rgba(8, 2, 0, 0.65);
  color: #ffe8d2;
}

html.theme--light .notify-modal--creator .notify-modal__body,
html.theme--light .notify-modal--creator .notify-modal__title,
html.theme--light .notify-modal--creator .notify-modal__message {
  color: inherit;
}

html.theme--light .notify-modal--creator .notify-modal__button--ghost {
  color: #ffd9bb;
  border-color: rgba(255, 184, 140, 0.55);
}

html.theme--light .notify-modal--creator .notify-modal__button--ghost:hover,
html.theme--light .notify-modal--creator .notify-modal__button--ghost:focus-visible {
  color: #ffeede;
  border-color: rgba(255, 214, 185, 0.8);
}

html.theme--light .notify-modal--creator .notify-modal__button--primary {
  background: linear-gradient(135deg, #6f3612, #ff9c3a);
  border-color: rgba(255, 191, 125, 0.9);
  color: #270c02;
  box-shadow:
    0 0 0 1px rgba(120, 58, 18, 0.6),
    0 18px 32px rgba(54, 24, 6, 0.65),
    0 0 16px rgba(255, 161, 82, 0.28);
}

html.theme--light .notify-modal--creator .notify-modal__button--primary:hover,
html.theme--light .notify-modal--creator .notify-modal__button--primary:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 196, 138, 0.65),
    0 22px 40px rgba(108, 52, 14, 0.55),
    0 0 20px rgba(255, 174, 92, 0.45);
  border-color: rgba(255, 196, 138, 0.95);
}

@media (max-width: 720px) {
  .notify-modal--creator .notify-modal__actions {
    width: auto;
    flex-wrap: nowrap;
    gap: clamp(0.4rem, 2vw, 0.6rem);
  }

  .notify-modal--creator .notify-modal__button {
    min-width: 140px;
  }
}

.notify-modal--theme .notify-modal__dialog--compact {
  width: min(700px, 96vw);
  padding: clamp(1rem, 1vw + 1rem, 1rem);
}

.notify-modal__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, clamp(200px, 28vw, 260px)) 1fr;
  gap: clamp(1.6rem, 3vw, 2.6rem);
  align-items: center;
}

.notify-modal__image {
  width: 100%;
  height: auto;
  max-height: clamp(240px, 42vh, 420px);
  border-radius: 1.6rem;
  box-shadow: inset 0 0 0 1.5px rgba(255, 205, 255, 0.28);
  object-fit: cover;
  background: rgba(255, 175, 255, 0.18);
}

.notify-modal__body {
  display: grid;
  gap: 1.2rem;
  color: #ffe9ff;
}

.notify-modal__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.015em;
}

.notify-modal__message {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255, 234, 255, 0.9);
}

.notify-modal__lonaluxe {
  color: #ff7adf;
  font-weight: 700;
  text-shadow:
    0 0 8px rgba(255, 122, 223, 0.9),
    0 0 14px rgba(255, 122, 223, 0.75);
}

.notify-modal__mods {
  color: #7dffb8;
  font-weight: 700;
  text-shadow:
    0 0 8px rgba(125, 255, 184, 0.9),
    0 0 14px rgba(125, 255, 184, 0.75);
}

.notify-modal__hint {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 234, 255, 0.85);
}

.theme-modal__hint {
  color: rgba(255, 244, 255, 0.8);
}

.theme--light .theme-modal__hint {
  color: rgba(40, 15, 55, 0.65);
}

.notify-modal--theme .notify-modal__content {
  grid-template-columns: minmax(0, clamp(200px, 32vw, 300px)) 1fr;
  gap: clamp(1.4rem, 2.5vw, 2.4rem);
}

.theme-modal__options {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.theme-modal__option-row {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
}

.theme-modal__option-row--single {
  justify-content: center;
}

.theme-modal__option-row--single .notify-modal__button {
  min-width: 180px;
}

.theme-modal__title {
  white-space: nowrap;
}

.notify-modal__actions,
.notify-modal__progress {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.notify-modal__progress[hidden] {
  display: none !important;
}

.notify-modal__actions {
  justify-content: flex-end;
}

.notify-modal__progress {
  justify-content: flex-start;
}

.notify-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.65rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 240, 255, 0.72);
  background: transparent;
  color: #fff5ff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 150ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
  min-width: 120px;
}

.notify-modal__button:hover,
.notify-modal__button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.92);
  outline: none;
}

.notify-modal__button--ghost {
  background: transparent;
  color: #fff4ff;
}

.notify-modal__button--primary {
  background: linear-gradient(135deg, rgba(255, 123, 219, 0.95), rgba(255, 80, 198, 0.92));
  border-color: rgba(255, 150, 220, 0.95);
  box-shadow: 0 14px 30px rgba(255, 105, 210, 0.32);
}

.notify-modal__button--primary:hover,
.notify-modal__button--primary:focus-visible {
  box-shadow: 0 18px 36px rgba(255, 105, 210, 0.42);
}

.notify-modal__button--full {
  width: 100%;
  justify-content: center;
}

.notify-modal__button--success {
  background: rgba(115, 255, 205, 0.18);
  border-color: rgba(115, 255, 205, 0.6);
  color: #a8ffd9;
  box-shadow: 0 12px 28px rgba(80, 210, 160, 0.24);
}

.notify-modal__button:disabled {
  opacity: 0.65;
  cursor: default;
  transform: none;
}

.notify-modal__spinner {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-top-color: rgba(255, 255, 255, 0.88);
  animation: notify-spin 900ms linear infinite;
}

.notify-modal__button--success .notify-modal__spinner {
  border-color: rgba(115, 255, 205, 0.28);
  border-top-color: rgba(115, 255, 205, 0.92);
}

.notify-modal__button-success-label {
  color: #7effc2;
}

.notify-modal__button[hidden] {
  display: none !important;
}

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

@media (max-width: 720px) {
  .notify-modal__dialog {
    width: min(420px, 92vw);
    padding: clamp(1.2rem, 4vw, 1.6rem) clamp(1rem, 5vw, 1.6rem);
  }

  .notify-modal--theme .notify-modal__dialog {
    width: min(360px, 88vw);
    padding: clamp(1rem, 3vw, 1.3rem) clamp(0.9rem, 4vw, 1.2rem);
  }

  .notify-modal--theme .notify-modal__content {
    grid-template-columns: 1fr;
  }

  .notify-modal__content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(1rem, 4vw, 1.4rem);
  }

  .notify-modal__image {
    max-width: clamp(200px, 58vw, 260px);
    margin-inline: auto;
  }

  .notify-modal__body {
    width: 100%;
    text-align: center;
    justify-items: center;
    gap: clamp(0.9rem, 3.6vw, 1.2rem);
  }

  .notify-modal__actions,
  .notify-modal__progress {
    width: 100%;
    justify-content: center;
    gap: clamp(0.6rem, 3vw, 0.8rem);
  }

  .notify-modal__actions {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, 2.2vw, 0.75rem);
  }

  .notify-modal__progress {
    flex-direction: column;
    align-items: stretch;
  }

  .notify-modal__button {
    width: auto;
    flex: 1 1 0;
    min-width: clamp(110px, 36vw, 160px);
  }
}

.hero__avatar {
  position: relative;
  width: clamp(190px, 30vw, 240px);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.6rem;
  background: linear-gradient(150deg, rgba(115, 40, 182, 0.92), rgba(255, 105, 210, 0.88));
  box-shadow: 0 24px 44px rgba(46, 8, 58, 0.54);
  transform-style: preserve-3d;
  animation: pulse-ring 10s ease-in-out infinite;
}

.hero__avatar::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 166, 236, 0.45), transparent 65%);
  opacity: 0;
  transform: translateZ(28px) scale(0.92);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.25, 0.9, 0.27, 1);
}

.hero__avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: linear-gradient(120deg, rgba(255, 140, 225, 0.8), rgba(255, 94, 196, 0.6));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.45;
}

.hero__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(35, 5, 39, 0.55);
  transform: translateZ(0);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}

.hero__portrait:hover .hero__avatar {
  animation-play-state: paused;
  transform: rotateX(8deg) rotateY(-10deg) translateZ(12px);
}

.hero__portrait:hover .hero__avatar::before {
  opacity: 0.95;
  transform: translateZ(32px) scale(1);
}

.hero__portrait:hover .hero__avatar img {
  transform: translateZ(18px) scale(1.03);
  filter: saturate(1.1);
}

.hero__halo,
.hero__burst,
.hero__glyph,
.hero__avatar-lens,
.hero__avatar-sparkles,
.hero__avatar-orbit {
  pointer-events: none;
}

.hero__halo {
  position: absolute;
  inset: -15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  mix-blend-mode: screen;
  filter: blur(12px);
  transform: translateZ(-10px) scale(1.1);
  opacity: 0.6;
}

.hero__burst {
  position: absolute;
  inset: -8%;
  background: conic-gradient(from 45deg, rgba(255, 160, 233, 0.25), transparent 55%);
  border-radius: 50%;
  animation: burst-spin 16s linear infinite;
  opacity: 0.9;
}

.hero__glyph {
  position: absolute;
  inset: 22%;
  border-radius: inherit;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23ffb4f7' stroke-width='2' stroke-opacity='0.35'%3E%3Cpath d='M120 10l14.14 29.4 32.44 4.74-23.5 22.92 5.54 32.34L120 87l-28.62 12.4 5.54-32.34-23.5-22.92 32.44-4.74z'/%3E%3Cpath d='M120 153l9.4 19.56 21.6 3.16-15.65 15.25 3.68 21.5L120 203.2l-18.03 8.27 3.68-21.5-15.65-15.25 21.6-3.16z'/%3E%3C/g%3E%3C/svg%3E")
    center/contain no-repeat;
  mix-blend-mode: screen;
  opacity: 0.5;
  transform: translateZ(50px) scale(0.92) rotate(0deg);
  transition: transform 460ms cubic-bezier(0.25, 0.9, 0.27, 1), opacity 260ms ease;
}

.hero__avatar-lens {
  position: absolute;
  inset: 10%;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.42), transparent 65%),
    radial-gradient(circle at 80% 60%, rgba(255, 153, 237, 0.32), transparent 58%);
  opacity: 0;
  transform: translateZ(36px) scale(0.95);
  transition: opacity 280ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__avatar-orbit {
  position: absolute;
  inset: -6%;
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 245, 0.2);
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 12px rgba(255, 102, 204, 0.4));
}

.hero__avatar-orbit::before,
.hero__avatar-orbit::after {
  content: "";
  position: absolute;
  inset: -40%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 70%);
  opacity: 0;
}

.hero__avatar-orbit--outer {
  animation: orbit-spin 18s linear infinite;
}

.hero__avatar-orbit--inner {
  inset: -12%;
  border-color: rgba(153, 120, 255, 0.35);
  animation: orbit-spin 12s linear infinite reverse;
}

.hero__avatar-sparkles {
  position: absolute;
  inset: -15%;
  border-radius: inherit;
  background-image: radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.6) 0, transparent 40%),
    radial-gradient(circle at 70% 25%, rgba(255, 160, 240, 0.55) 0, transparent 45%),
    radial-gradient(circle at 50% 80%, rgba(140, 110, 255, 0.45) 0, transparent 40%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateZ(40px) scale(0.8) rotate(0deg);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.25, 0.9, 0.27, 1);
  filter: blur(0.6px);
}

.hero__portrait:hover .hero__avatar-lens {
  opacity: 0.92;
  transform: translateZ(42px) scale(1.05);
}

.hero__portrait:hover .hero__avatar-sparkles {
  opacity: 0.9;
  transform: translateZ(52px) scale(1.04) rotate(8deg);
}

.hero__portrait:hover .hero__glyph {
  opacity: 0.75;
  transform: translateZ(60px) scale(1.05) rotate(8deg);
}

.hero__portrait:hover .hero__avatar-orbit::before,
.hero__portrait:hover .hero__avatar-orbit::after {
  animation: orbit-flares 4.2s ease-in-out infinite;
}

.hero__portrait:hover .hero__avatar-orbit--outer {
  animation-duration: 12s;
}

.hero__portrait:hover .hero__avatar-orbit--inner {
  animation-duration: 8s;
}

.hero__portrait:hover .hero__burst {
  animation-duration: 10s;
}

@keyframes orbit-spin {
  from {
    transform: rotateX(58deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(58deg) rotateZ(360deg);
  }
}

@keyframes orbit-flares {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.85);
  }
  35% {
    opacity: 0.45;
    transform: scale(1);
  }
  55% {
    opacity: 0.2;
    transform: scale(0.95);
  }
}

.hero__info {
  max-width: 520px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(22, 0, 30, 0.76);
  color: var(--text-main);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 141, 214, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(31, 4, 41, 0.45);
}

.status::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.status--offline::before {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.status--live::before {
  background: #ff2f6d;
  box-shadow: 0 0 16px rgba(255, 47, 109, 0.8);
}

.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.section__lead {
  color: var(--text-muted);
  max-width: 620px;
  margin-top: 0.8rem;
}

.section__header {
  margin-bottom: 2.2rem;
}

.section__header .eyebrow {
  margin-bottom: 0.6rem;
}

.section--journey {
  background: transparent;
  border: none;
}

.section--youtube {
  background: transparent;
}

.immersive-visual::before,
.immersive-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(42px);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: aurora-float 18s ease-in-out infinite;
}

.immersive-visual::before {
  width: 75%;
  height: 75%;
  background: radial-gradient(circle, rgba(255, 194, 247, 0.8), transparent 60%);
}

.immersive-visual::after {
  width: 55%;
  height: 55%;
  background: radial-gradient(circle, rgba(170, 118, 255, 0.7), transparent 62%);
  animation-duration: 24s;
  animation-direction: reverse;
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  animation: orbit-spin 26s linear infinite;
}

.orbit--outer {
  width: 88%;
  height: 88%;
}

.orbit--inner {
  width: 58%;
  height: 58%;
  animation-duration: 18s;
  animation-direction: reverse;
  border-color: rgba(255, 255, 255, 0.3);
}

.spark {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 24px rgba(255, 200, 255, 0.8);
  animation: sparkle 12s ease-in-out infinite;
}

.spark--one {
  top: 18%;
  left: 24%;
}

.spark--two {
  bottom: 22%;
  right: 18%;
  animation-delay: 3s;
}

.spark--three {
  top: 40%;
  right: 48%;
  animation-delay: 6s;
}

.dream-badge {
  position: relative;
  z-index: 2;
  padding: 1.8rem 2.2rem;
  border-radius: 28px;
  background: rgba(20, 3, 30, 0.78);
  border: 1px solid rgba(255, 180, 240, 0.32);
  box-shadow: 0 22px 46px rgba(22, 4, 33, 0.62);
  text-align: center;
  backdrop-filter: blur(18px);
  min-width: 220px;
}

.dream-badge p {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Montserrat", "Inter", sans-serif;
}

.dream-badge span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@media (max-width: 880px) {
  .immersive-visual {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .immersive-points__item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .immersive-icon {
    margin: 0 auto;
  }
}

.section--clips {
  background: linear-gradient(180deg, rgba(34, 6, 46, 0.9), rgba(22, 4, 32, 0.95));
}

.clip-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.panel {
  padding: clamp(2.4rem, 4.5vw, 3.4rem);
  border-radius: 32px;
  border: 1px solid rgba(255, 142, 214, 0.22);
  box-shadow: 0 24px 46px rgba(28, 4, 42, 0.6);
  max-width: 720px;
  background: rgba(39, 5, 54, 0.75);
  backdrop-filter: blur(18px);
}

.panel--glass {
  background: rgba(49, 4, 63, 0.72);
}

.youtube-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.media-column {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.media-column__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.2rem;
}

.media-column__title {
  margin: 0;
}

.media-column__cta {
  font-size: 0.9rem;
  color: var(--accent-primary);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.media-column__cta::after {
  content: "⟶";
  font-size: 0.95em;
}

.media-column__cta:hover {
  color: #b08aff;
}

.media-column__tag {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.media-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.media-grid--shorts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.6rem;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
}

.media-grid--shorts::-webkit-scrollbar {
  height: 6px;
}

.media-grid--shorts::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.media-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-panel);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 168, 224, 0.18);
  box-shadow: 0 22px 44px rgba(22, 2, 32, 0.6);
  min-width: 0;
  transform-style: preserve-3d;
  position: relative;
  transition: transform 360ms cubic-bezier(0.22, 0.75, 0.3, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.media-card::before,
.media-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 110, 220, 0.9);
  pointer-events: none;
  opacity: 0;
  transform: translate(-3px, 3px);
  transition: opacity 360ms ease, transform 360ms cubic-bezier(0.22, 0.75, 0.3, 1);
  z-index: -1;
}

.media-card::before {
  left: -12px;
  bottom: -12px;
  width: 4px;
  height: calc(100% + 12px);
  border-radius: 999px;
}

.media-card::after {
  left: -12px;
  bottom: -12px;
  width: calc(100% + 12px);
  height: 4px;
  border-radius: 999px;
}

.media-card:hover,
.media-card:focus-visible,
.media-card:focus-within {
  transform: translate3d(4px, -4px, 0);
  border-color: var(--border-glow);
  box-shadow: 0 24px 46px rgba(29, 5, 43, 0.7), -6px 6px 0 rgba(255, 110, 220, 0.75);
}

.media-card:hover::before,
.media-card:hover::after,
.media-card:focus-visible::before,
.media-card:focus-visible::after,
.media-card:focus-within::before,
.media-card:focus-within::after {
  opacity: 1;
  transform: translate(0, 0);
}

.media-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  scroll-snap-align: start;
}

.media-card--short .media-card__thumb {
  aspect-ratio: 16 / 9;
}

.media-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.media-card__overlay svg {
  width: clamp(38px, 13vw, 58px);
  height: auto;
}

.media-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.media-card__badge {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.media-card__body {
  padding: 0 0.6rem 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  flex: 1;
}

.media-card__meta {
  margin-top: auto;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: left;
}

.slider-row {
  position: relative;
  margin-top: clamp(2.4rem, 6vw, 3.4rem);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(46, 8, 63, 0.76), rgba(16, 0, 26, 0.82));
  border: 1px solid rgba(255, 145, 230, 0.18);
  box-shadow: 0 28px 65px rgba(18, 2, 28, 0.7);
  overflow: hidden;
}

.slider-row::before,
.slider-row::after {
  content: "";
  position: absolute;
  inset: 12% -20% 40% -25%;
  background: radial-gradient(circle at 15% 35%, rgba(255, 180, 245, 0.42), transparent 65%);
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
  animation: slider-aurora 18s ease-in-out infinite;
}

.slider-row::after {
  inset: 45% -15% -10% 30%;
  background: radial-gradient(circle at 70% 20%, rgba(150, 102, 255, 0.55), transparent 60%);
  animation-duration: 24s;
  animation-direction: reverse;
}

.slider-row--shorts {
  background: linear-gradient(150deg, rgba(28, 5, 40, 0.88), rgba(12, 0, 24, 0.92));
}

.slider-row__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.slider-row__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  letter-spacing: 0.03em;
}

.slider-row__lead {
  margin: 0.35rem 0 0;
  color: var(--text-muted);
  max-width: 420px;
}

.slider {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
}

.slider__viewport {
  overflow: visible;
  border-radius: 28px;
  position: relative;
}

.slider__track {
  display: flex;
  align-items: stretch;
  will-change: transform;
  transition: transform 720ms cubic-bezier(0.25, 0.9, 0.27, 1);
  padding: clamp(0.6rem, 1.6vw, 1.2rem);
}

.slider__slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  transition: transform 450ms cubic-bezier(0.25, 0.9, 0.27, 1), opacity 450ms ease;
  opacity: 0.75;
  filter: saturate(0.92);
  scroll-snap-align: start;
}

.slider__slide.is-active {
  transform: translate3d(0, -6px, 0) scale(1.02);
  opacity: 1;
  filter: saturate(1.12);
}

.slider__slide--short .media-card {
  min-height: 100%;
}

.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 160, 235, 0.35);
  background: rgba(20, 0, 32, 0.7);
  color: var(--accent-secondary);
  font-size: 1.45rem;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  backdrop-filter: blur(12px);
}

.slider__control span {
  transform: translateY(-1px);
}

.slider__control:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: var(--border-glow);
  background: rgba(40, 6, 60, 0.85);
}

.slider__control:disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.slider__control--prev {
  left: clamp(0.6rem, 1.5vw, 1rem);
}

.slider__control--next {
  right: clamp(0.6rem, 1.5vw, 1rem);
}

.slider__dots {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  padding-bottom: 0.4rem;
}

.slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 170, 238, 0.35);
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease;
}

.slider__dot:hover,
.slider__dot:focus-visible {
  transform: scale(1.2);
  background: rgba(255, 210, 245, 0.8);
}

.slider__dot--active {
  background: var(--accent-primary);
  box-shadow: 0 0 18px rgba(255, 110, 220, 0.6);
}

.slider--shorts .slider__viewport {
  background: rgba(14, 0, 22, 0.4);
}

@media (max-width: 820px) {
  .slider__control {
    display: none;
  }

  .slider__viewport {
    border-radius: 22px;
  }

  .slider__track {
    padding-inline: 0.8rem;
  }
}

.media-card__title {
  font-size: 1rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: calc(1.45em * 2);
  margin-right: 0.1rem;
}

.media-card__meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.clip-card {
  background: rgba(39, 6, 54, 0.82);
  border-radius: 24px;
  padding: 1.1rem;
  box-shadow: 0 18px 36px rgba(26, 5, 34, 0.6);
  border: 1px solid rgba(255, 158, 223, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.clip-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  box-shadow: 0 26px 46px rgba(31, 5, 45, 0.7);
}

.clip-card__thumb {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.clip-card__thumb img {
  border-radius: inherit;
}

.clip-card__badge {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.clip-card__body {
  margin-top: 1.1rem;
}

.clip-card__meta {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 0.45rem;
}

.section--goals {
  background: linear-gradient(180deg, rgba(5, 6, 10, 0.95), rgba(10, 12, 20, 0.92));
}

.goal-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.goal-card {
  padding: 2rem;
  border-radius: 22px;
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 32px rgba(12, 9, 24, 0.6);
  transition: border-color 160ms ease;
}

.goal-card:hover {
  border-color: var(--border-glow);
}

.goal-card__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.goal-card__count {
  font-weight: 600;
  color: var(--accent-primary);
}

.goal-card--complete {
  border-color: rgba(34, 209, 167, 0.5);
}

.goal-card__status {
  color: var(--accent-success);
  font-weight: 600;
}

.progress {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  height: 10px;
  margin-top: 1.4rem;
  overflow: hidden;
}

.progress__fill {
  display: block;
  height: 100%;
  width: clamp(4%, var(--progress), 100%);
  background: linear-gradient(120deg, var(--accent-primary), var(--accent-secondary));
  border-radius: inherit;
}

.connect {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.connect__content p {
  color: var(--text-muted);
  max-width: 480px;
}

.connect__socials {
  background: var(--bg-panel);
  padding: 1.8rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.connect__socials ul {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.connect__socials a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 500;
}

.connect__socials a:hover {
  color: var(--accent-primary);
}

.footer {
  padding: 1rem 0 1rem;
  background: linear-gradient(180deg, #0c1021, #11152c);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: auto;
}

@media (min-width: 961px) {
  .footer {
    margin-left: calc(var(--nav-width) + clamp(0.02rem, 0.15vw, 0.13rem));
    width: calc(100% - var(--nav-width) - clamp(0.02rem, 0.15vw, 0.13rem));
    border-top-left-radius: 20px;
  }
}

.footer__content {
  color: whitesmoke;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.footer__creator-trigger {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.25rem;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
  transition: color 160ms ease;
}

.footer__creator-trigger:hover,
.footer__creator-trigger:focus-visible {
  color: #c6712a;
  outline: none;
}

html.theme--light .footer__creator-trigger {
  color: inherit;
}

html.theme--light .footer__creator-trigger:hover,
html.theme--light .footer__creator-trigger:focus-visible {
  color: #c6712a;
}

.footer__support {
  color: var(--accent-secondary);
  text-decoration: none;
  font-weight: 600;
}

.footer__support:hover {
  color: var(--accent-primary);
}

.live-embed {
  border-radius: 26px;
  overflow: hidden;
  background: rgba(41, 6, 56, 0.86);
  border: 1px solid rgba(255, 142, 214, 0.16);
  box-shadow: 0 26px 48px rgba(20, 4, 30, 0.65);
  aspect-ratio: 16 / 9;
  width: min(100%, 900px);
  min-height: clamp(220px, 48vw, 380px);
  margin: 0 auto;
}

.live-embed iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.live-watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 70%;
  margin: 0 auto;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 130, 225, 0.95), rgba(195, 110, 240, 0.95));
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(180, 90, 220, 0.32);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.live-watch-button.hidden {
  display: none;
}

.live-watch-button:hover,
.live-watch-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(180, 90, 220, 0.4);
  outline: none;
}

.live-watch-button__icon {
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
}

.live-watch-button__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.live-watch-button__label {
  letter-spacing: 0.02em;
}

/* Mobile-only tweaks for live section */
@media (max-width: 720px) {
  /* Ensure the CTA text never wraps into two lines on mobile */
  .live-watch-button__label {
    white-space: nowrap;
  }

  /* Make the CTA span full width on mobile */
  .live-watch-button {
    display: flex; /* override inline-flex */
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    margin-inline: 0;
  }

  /* Add a small gap above the 'Currently Live' section on mobile */
  .home-section--live {
    margin-top: clamp(0.35rem, 2.5vw, 0.8rem);
  }
}

.hidden {
  display: none !important;
}

.motion-enabled [data-motion] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-enabled [data-motion="fade-rise"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled [data-motion="slide-up"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled [data-motion="slide-up-late"] {
  transition-delay: 120ms;
}

.motion-enabled [data-motion="slide-up-late"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled [data-motion="tilt-left"] {
  transform: translate3d(-20px, 20px, 0) rotateX(4deg) rotateY(-6deg);
}

.motion-enabled [data-motion="tilt-left"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
}

.motion-enabled [data-motion="tilt-right"] {
  transform: translate3d(20px, 20px, 0) rotateX(4deg) rotateY(6deg);
}

.motion-enabled [data-motion="tilt-right"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
}

.motion-enabled [data-motion="glow-panel"] {
  transform: translate3d(0, 30px, 0) scale(0.96);
  filter: brightness(0.8);
}

.motion-enabled [data-motion="glow-panel"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: brightness(1);
}

.motion-enabled [data-motion="pop-in"] {
  transform: scale(0.92) translate3d(0, 30px, 0);
}

.motion-enabled [data-motion="pop-in"].is-visible {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}

.motion-enabled [data-motion="stagger"] > * {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

.motion-enabled [data-motion="stagger"].is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled [data-motion="stagger"].is-visible > *:nth-child(1) {
  transition-delay: 60ms;
}

.motion-enabled [data-motion="stagger"].is-visible > *:nth-child(2) {
  transition-delay: 140ms;
}

.motion-enabled [data-motion="stagger"].is-visible > *:nth-child(3) {
  transition-delay: 220ms;
}

.motion-enabled [data-motion="pop-in"],
.motion-enabled [data-motion="tilt-left"],
.motion-enabled [data-motion="tilt-right"],
.motion-enabled [data-motion="glow-panel"],
.motion-enabled [data-motion="slide-up"],
.motion-enabled [data-motion="slide-up-late"],
.motion-enabled [data-motion="fade-rise"],
.motion-enabled [data-motion="stagger"] > * {
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-48px, 42px, 0) scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    transform: translate3d(-2%, -2%, 0) scale(1);
  }

  50% {
    transform: translate3d(1.5%, 1.5%, 0) scale(1.03);
  }

  100% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
}

@keyframes aurora-float {
  0% {
    transform: translate3d(-12%, -8%, 0) scale(1);
  }

  50% {
    transform: translate3d(8%, 10%, 0) scale(1.08);
  }

  100% {
    transform: translate3d(-10%, -6%, 0) scale(1);
  }
}

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

@keyframes sparkle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate3d(6px, -10px, 0) scale(1.25);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .media-grid--shorts {
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  
}

@media (max-width: 640px) {
  .hero__avatar {
    margin: 0 auto;
  }
}
