

:root {
  --creator-yellow: #ffd21a;
  --creator-orange: #f06017;
  --creator-purple: #7a4cff;
  --creator-green: #22ef62;
  --creator-line: rgba(144, 172, 255, .24);
  --creator-line-bright: rgba(116, 145, 255, .52);
  --creator-shadow: 0 26px 70px rgba(0, 0, 0, .34);
  --creator-radius: 24px;
}

#creator-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: 40px;
  box-sizing: border-box;
  font-family: 'Inter', system-ui, sans-serif;
}

#creator-content {
  width: min(1320px, calc(100% - 32px));
  max-width: 100%;
  margin-inline: auto;
  padding: 14px 0 50px;
  box-sizing: border-box;
}

#creator-tabs-desktop {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
#creator-tabs-desktop::-webkit-scrollbar { display: none; }

#creator-tabs-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 4px;
}
#creator-tabs-mobile::-webkit-scrollbar { display: none; }

.creator-tab {
  min-height: 38px;
  padding: 0 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.creator-tab:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 210, 26, 0.5);
  transform: translateY(-1px);
}

.creator-tab.active {
  background: linear-gradient(135deg, #b46505, rgba(55, 16, 83, 0.95)) !important;
  border-color: var(--creator-yellow) !important;
  box-shadow: inset 0 0 0 1.5px var(--creator-yellow), 0 0 20px rgba(255, 210, 26, 0.45) !important;
  color: #fff !important;
}

.creator-shell {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid var(--creator-line);
  border-radius: var(--creator-radius);
  background: linear-gradient(145deg, rgba(11, 24, 55, .82), rgba(3, 11, 28, .92));
  box-shadow: var(--creator-shadow), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #f8f9ff;
  margin-bottom: 24px;
  overflow: hidden;
}

body:not(.night) .creator-shell {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(240, 245, 255, 0.82));
  border-color: rgba(218, 100, 42, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #0f172a;
}

.creator-shell-toolbar,
.creator-mini-toolbar,
.creator-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.creator-shell-toolbar {
  min-height: 38px;
  padding: 0 8px 10px;
}

.creator-eyebrow {
  color: var(--creator-yellow);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body:not(.night) .creator-eyebrow {
  color: #d97706;
}

.creator-eyebrow.accent-green {
  color: var(--creator-green);
  font-size: 18px;
}

body:not(.night) .creator-eyebrow.accent-green {
  color: #16a34a;
}

.creator-hero-shell {
  min-height: auto;
}

.creator-hero-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  max-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(152, 98, 255, .42);
  border-radius: 19px;
  background: radial-gradient(circle at 50% 25%, rgba(108, 71, 166, .55), transparent 32%), linear-gradient(120deg, #08062a, #1a0c3b 46%, #08051d);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .42);
  box-sizing: border-box;
}

.creator-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 5, 29, 0.85) 0%, rgba(8, 5, 29, 0.45) 30%, rgba(8, 5, 29, 0.2) 50%, rgba(8, 5, 29, 0.45) 70%, rgba(8, 5, 29, 0.85) 100%),
              linear-gradient(to top, rgba(4, 2, 18, 0.82) 0%, transparent 45%);
  pointer-events: none;
  z-index: 3;
}

.creator-hero-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(2, 6, 18, .65));
  pointer-events: none;
  z-index: 3;
}

.creator-hero-orbit {
  position: absolute;
  left: 50%;
  top: 46%;
  border: 1px solid rgba(255, 210, 26, .25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  pointer-events: none;
  z-index: 1;
}

.creator-hero-orbit.orbit-one {
  width: 480px;
  height: 530px;
}

.creator-hero-orbit.orbit-two {
  width: 570px;
  height: 320px;
  transform: translate(-50%, -50%) rotate(21deg);
  border-color: rgba(122, 76, 255, 0.35);
}

.creator-portrait-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: none;
  display: block;
}

.creator-portrait-wrap img,
.creator-portrait-wrap video {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 0 32px rgba(113, 89, 255, .28));
  transition: all 0.35s ease;
}

.creator-online-chip {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(4, 10, 22, .82);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
}

.creator-online-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--creator-green);
  box-shadow: 0 0 9px var(--creator-green);
}

.creator-hero-copy {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 32%;
  max-width: 380px;
  transform: translateY(-50%);
  color: #fff;
  box-sizing: border-box;
}

.creator-hero-copy.hero-copy-left {
  left: 36px;
}

.creator-hero-copy.hero-copy-right {
  right: 36px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.creator-hero-name,
.creator-hero-copy h2 {
  margin: 7px 0 6px;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.9);
}

.creator-hero-bio {
  color: #e2e8f0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.creator-micro-label {
  margin: 0;
  color: var(--creator-yellow) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.creator-style-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.creator-style-pill {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 10px;
  color: #10121c;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

.creator-style-pill:hover {
  transform: scale(1.06);
  border-color: var(--creator-yellow);
  box-shadow: 0 0 16px rgba(255, 210, 26, 0.5);
}

.creator-style-pill.is-active {
  background: var(--creator-yellow);
  color: #000;
  box-shadow: 0 0 16px rgba(255, 210, 26, 0.7);
}

.creator-media-shell {
  padding: 20px;
}

.creator-section-heading {
  padding: 2px 8px 14px;
}

.creator-section-heading h2 {
  margin: 5px 0 0;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -.02em;
}

body:not(.night) .creator-section-heading h2 {
  color: #0f172a;
}

.creator-media-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(244, 174, 65, .52);
  border-radius: 19px;
  background: #050a16;
  cursor: pointer;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-media-frame img,
.creator-media-frame video,
.creator-media-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .3s;
}

.creator-media-frame:hover img,
.creator-media-frame:hover video {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.creator-media-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 17, .9) 0%, rgba(2, 6, 17, .35) 43%, rgba(2, 6, 17, .02) 76%), linear-gradient(0deg, rgba(2, 5, 15, .65), transparent 42%);
  pointer-events: none;
}

.featured-frame {
  aspect-ratio: 16 / 7.5;
  min-height: 240px;
}

.wide-frame {
  aspect-ratio: 16 / 5.7;
  min-height: 220px;
}

.creator-media-copy {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  color: #fff;
  box-sizing: border-box;
}

.creator-media-copy h3 {
  margin: 10px 0;
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.03em;
}

.creator-media-copy.compact-copy h3 {
  font-size: clamp(20px, 2.6vw, 38px);
}

.creator-content-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 8px;
  background: #5430d2;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.chip-green { background: #237a5a; }
.chip-amber { background: #986712; }
.chip-blue  { background: #235f98; }
.chip-purple{ background: #6b2e98; }

.creator-media-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .84);
}

.creator-watermark-ratio {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  pointer-events: none;
}

.creator-play-btn,
.creator-circle-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(4, 8, 18, .58);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: all .2s ease;
}

.creator-play-btn {
  right: 4%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translateY(-50%);
}

.creator-play-btn.play-btn-large {
  width: 86px;
  height: 86px;
}

.creator-play-btn span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.creator-play-btn:hover,
.creator-circle-arrow:hover {
  color: #0c1020;
  background: var(--creator-yellow);
  border-color: var(--creator-yellow);
  box-shadow: 0 0 26px rgba(255, 210, 26, .5);
  transform: translateY(-50%) scale(1.08);
}

.creator-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
}

.creator-small-shell {
  padding: 14px;
  margin-bottom: 0;
}

.creator-mini-toolbar {
  padding: 0 2px 10px;
  color: #9aa7c1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.night) .creator-mini-toolbar {
  color: #64748b;
}

.small-frame {
  aspect-ratio: 16 / 8.7;
}

.creator-small-card-copy {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 65px;
  bottom: 14px;
  color: #fff;
  box-sizing: border-box;
}

.creator-small-card-copy h3 {
  margin: 6px 0 2px;
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 800;
  line-height: 1.15;
}

.creator-small-card-copy p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

.creator-circle-arrow {
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}

.creator-circle-arrow:hover {
  transform: scale(1.08);
}

.creator-ad-shell {
  position: relative;
  display: grid;
  grid-template-columns: 26% 1fr;
  min-height: 145px;
  margin-bottom: 26px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 26, .7);
  border-radius: 20px;
  background: #050808;
  box-shadow: var(--creator-shadow);
  box-sizing: border-box;
  width: 100%;
}

.creator-ad-shell.has-banner::after {
  display: none;
}

.creator-ad-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -5%;
  bottom: -90%;
  width: 48%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at 50% 50%, transparent 0 8px, rgba(255, 210, 26, .32) 9px 10px);
  opacity: .45;
  pointer-events: none;
}

.creator-ad-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-ad-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  box-sizing: border-box;
}

.creator-ad-copy span {
  color: var(--creator-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.creator-ad-copy strong {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 500;
  letter-spacing: .025em;
  color: #fff;
  margin: 3px 0;
  word-break: break-word;
}

.creator-ad-copy small {
  position: absolute;
  right: 14px;
  top: 4px;
  color: var(--creator-green);
  font-weight: 800;
  font-size: 11px;
}

.creator-ad-button {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 14px;
  padding: 8px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--creator-yellow);
  color: #101010;
  cursor: pointer;
  font-weight: 950;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.creator-ad-button:hover {
  background: #ffbe1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 210, 26, 0.4);
}

.creator-rating-float {
  position: relative;
  z-index: 2;
  width: min(810px, 92%);
  max-width: 100%;
  margin: 24px auto 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  color: #12141e;
  border: 1px solid #ffbd32;
  border-radius: 27px;
  background: linear-gradient(135deg, #ffffff, #f2f2f6);
  box-shadow: 0 15px 50px rgba(0, 0, 0, .48), 0 0 24px rgba(255, 190, 46, .38);
  box-sizing: border-box;
}

.creator-rating-heading {
  padding-right: 16px;
  border-right: 1px solid #d7d7de;
}

.creator-rating-heading span {
  color: #8d6d1a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
}

.creator-rating-heading h2 {
  margin: 1px 0 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #12141e;
}

.creator-reactions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}

.creator-reaction {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  min-height: 60px;
  border: 0;
  border-right: 1px solid #dadbe2;
  background: transparent;
  color: #141621;
  cursor: pointer;
  transition: .18s ease;
  padding: 4px;
  box-sizing: border-box;
}

.creator-reaction:last-child {
  border-right: 0;
}

.creator-reaction .rx-icon-img {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .16));
  transition: transform .2s cubic-bezier(.34, 1.56, .64, 1);
}

.creator-reaction b {
  align-self: end;
  font-size: 14px;
  font-weight: 800;
  color: #12141e;
}

.creator-reaction small {
  align-self: start;
  color: #8b8c95;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.creator-reaction:hover .rx-icon-img,
.creator-reaction.is-selected .rx-icon-img {
  transform: translateY(-3px) scale(1.2);
}

.creator-reaction.is-selected::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 3px;
  height: 3px;
  border-radius: 99px;
  background: #f06017;
  box-shadow: 0 0 8px rgba(240, 96, 23, 0.6);
}

.creator-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(920px, calc(100% - 32px));
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  z-index: 99999;
}

.creator-modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-modal::backdrop {
  background: rgba(0, 4, 13, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.creator-modal-card {
  position: relative;
  width: 100%;
  max-height: 90vh;
  padding: 16px;
  border: 1px solid var(--creator-line-bright);
  border-radius: 20px;
  background: #07132d;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .85);
  box-sizing: border-box;
  overflow-y: auto;
}

.creator-modal-close {
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(2, 7, 18, .74);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.creator-modal-close:hover {
  background: var(--creator-yellow);
  color: #000;
}

.creator-modal-media {
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #01040c;
  width: 100%;
}

.creator-modal-media img,
.creator-modal-media video,
.creator-modal-media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.creator-modal-caption {
  padding: 14px 4px 4px;
}

.creator-modal-caption span {
  color: var(--creator-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.creator-modal-caption h2 {
  margin: 4px 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.creator-modal-caption p {
  margin: 0;
  color: #9aa7c1;
  font-size: 12px;
}

@media (max-width: 960px) {
  .creator-hero-shell { min-height: auto; }
  .creator-hero-stage { min-height: 420px; aspect-ratio: 16 / 9; }
  .creator-hero-copy { width: 34%; }
  .creator-hero-name, .creator-hero-copy h2 { font-size: 34px; }
  .creator-media-copy { max-width: 58%; }
}

@media (max-width: 768px) {
  #creator-content {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px 40px;
    box-sizing: border-box;
  }

  .creator-shell {
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 12px;
    box-sizing: border-box;
  }

  
  .creator-hero-shell {
    min-height: auto;
  }

  .creator-shell-toolbar {
    min-height: 28px;
    padding: 0 2px 6px;
  }

  .creator-eyebrow.accent-green {
    font-size: 14px;
  }

  .creator-hero-stage {
    min-height: 480px;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
  }

  .creator-hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(4, 2, 18, 0.88) 0%, rgba(4, 2, 18, 0.4) 30%, transparent 55%, rgba(4, 2, 18, 0.85) 100%);
    pointer-events: none;
    z-index: 3;
  }

  .creator-portrait-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .creator-portrait-wrap img,
  .creator-portrait-wrap video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  .creator-hero-copy {
    position: absolute;
    width: auto;
    max-width: 48%;
    top: 14px;
    transform: none;
    z-index: 5;
  }

  .creator-hero-copy.hero-copy-left {
    left: 12px;
  }

  .creator-hero-copy.hero-copy-right {
    right: 12px;
    text-align: right;
    align-items: flex-end;
  }

  .creator-hero-name,
  .creator-hero-copy h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1;
    margin: 4px 0 2px;
    word-break: break-word;
  }

  .creator-hero-bio {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.25;
    margin-top: 4px;
    color: #cbd5e1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .creator-style-pills {
    margin-top: 6px;
    gap: 4px;
  }

  .creator-style-pill {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 6px;
  }

  .creator-online-chip,
  .creator-hero-orbit {
    display: none;
  }

  
  .creator-media-shell {
    padding: 10px;
    margin-bottom: 12px;
  }

  .creator-section-heading {
    padding: 0 2px 8px;
  }

  .creator-section-heading h2 {
    font-size: 15px;
  }

  .featured-frame,
  .wide-frame {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

  .creator-media-copy {
    left: 12px;
    right: 60px;
    max-width: calc(100% - 72px);
    transform: translateY(-50%);
  }

  .creator-media-copy h3 {
    font-size: clamp(15px, 4.5vw, 20px);
    line-height: 1.15;
    margin: 4px 0;
    word-break: break-word;
  }

  .creator-media-meta {
    gap: 6px;
    font-size: 9px;
  }

  .creator-play-btn,
  .creator-play-btn.play-btn-large {
    width: 46px;
    height: 46px;
    right: 10px;
    top: auto;
    bottom: 10px;
    transform: none;
  }

  .creator-play-btn span {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-left: 3px;
  }

  .creator-watermark-ratio {
    display: none;
  }

  
  .creator-media-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }

  .creator-small-shell {
    padding: 10px;
  }

  .small-frame {
    aspect-ratio: 16 / 9;
  }

  .creator-small-card-copy {
    left: 12px;
    right: 50px;
    bottom: 10px;
  }

  .creator-small-card-copy h3 {
    font-size: 14px;
    margin: 4px 0 2px;
    word-break: break-word;
  }

  .creator-small-card-copy p {
    font-size: 9px;
    margin: 2px 0 0;
  }

  .creator-circle-arrow {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  
  .creator-ad-shell {
    grid-template-columns: 75px 1fr;
    min-height: 80px;
    padding: 8px;
    border-radius: 12px;
    gap: 8px;
    margin-bottom: 16px;
  }

  .creator-ad-image {
    border-radius: 8px;
    height: 100%;
  }

  .creator-ad-copy {
    padding-left: 0;
    justify-content: space-between;
  }

  .creator-ad-copy strong {
    font-size: 13px;
    line-height: 1.15;
    margin: 0;
  }

  .creator-ad-copy span,
  .creator-ad-copy small {
    display: none;
  }

  .creator-ad-button {
    position: static;
    margin-top: 4px;
    font-size: 9px;
    padding: 4px 10px;
    border-radius: 6px;
    width: fit-content;
  }

  
  .creator-rating-float {
    width: 100%;
    margin: 12px 0 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .creator-rating-heading {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .creator-rating-heading span {
    display: none;
  }

  .creator-rating-heading h2 {
    font-size: 13px;
    margin: 0;
  }

  .creator-reactions {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    width: 100%;
  }

  .creator-reaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 2px;
    gap: 2px;
    border-right: 1px solid #dadbe2;
  }

  .creator-reaction:last-child {
    border-right: 0;
  }

  .creator-reaction .rx-icon-img {
    width: 22px;
    height: 22px;
    margin: 0 auto;
  }

  .creator-reaction b {
    font-size: 11px;
    line-height: 1;
    margin-top: 2px;
  }

}
