.creator-profile{display:flex;flex-direction:column;padding:3.75rem 3.125rem 1.25rem}.creator-profile-hero{align-items:center;display:flex;gap:2.5rem}.creator-profile-avatar-wrap{display:inline-flex;flex:0 0 auto;position:relative}.creator-profile-avatar{align-items:center;aspect-ratio:1;background:var(--ds-surface-elevated);border-radius:999px;box-shadow:inset 0 0 0 2.5px rgba(133,147,255,.42),0 14px 32px rgba(0,0,0,.4);color:var(--ds-accent-text);display:flex;font-family:var(--ds-font-display),sans-serif;font-size:3.125rem;font-weight:700;justify-content:center;letter-spacing:.02em;position:relative;width:10rem}.creator-profile-avatar-wrap--live .creator-profile-avatar{box-shadow:inset 0 0 0 3px var(--ds-danger),0 14px 32px rgba(0,0,0,.4)}.creator-profile-avatar-wrap--live .creator-profile-avatar:after{animation:creator-profile-live-pulse 2s ease-out infinite;border:2px solid var(--ds-danger);border-radius:999px;content:"";inset:0;position:absolute}.creator-profile-live-badge{background:var(--ds-danger);border:1.5px solid var(--ds-surface);border-radius:999px;bottom:-.5rem;box-shadow:0 2px 8px rgba(0,0,0,.4);color:var(--ds-white);font-size:.75rem;font-weight:700;left:50%;letter-spacing:.08em;line-height:1;padding:.25rem .6875rem;position:absolute;text-transform:uppercase;transform:translateX(-50%)}.creator-profile-meta{display:flex;flex-direction:column;gap:.375rem}.creator-profile-eyebrow{color:var(--ds-text-muted);font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.creator-profile-name{color:#fff;font-size:clamp(2.25rem,5vw,3.75rem);letter-spacing:-.04em;line-height:1.02;margin:0}.creator-profile-sub{color:var(--ds-text-muted);font-size:1rem}.creator-profile-live-line{align-items:center;color:var(--ds-danger);display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem}.creator-profile-live-dot{background:var(--ds-danger);border-radius:999px;flex:0 0 auto;height:.5625rem;width:.5625rem}.creator-profile-actions{margin-top:1rem}.creator-profile-cta{background:var(--ds-accent);border-radius:999px;color:var(--ds-white);display:inline-flex;font-weight:600;padding:.6875rem 1.625rem;text-decoration:none;transition:transform .2s ease,filter .2s ease}.creator-profile-cta:hover{filter:brightness(1.08);transform:translateY(-2px)}@keyframes creator-profile-live-pulse{0%{opacity:.7;transform:scale(1)}70%,to{opacity:0;transform:scale(1.4)}}@media(prefers-reduced-motion:reduce){.creator-profile-avatar-wrap--live .creator-profile-avatar:after{animation:none;opacity:0}.creator-profile-cta:hover{transform:none}}@media(max-width:640px){.creator-profile{padding:2.5rem 1.25rem .625rem}.creator-profile-hero{align-items:flex-start;flex-direction:column;gap:1.5rem}.creator-profile-avatar{font-size:2.25rem;width:6.875rem}}.creator-profile-bio{color:var(--ds-text-muted);font-size:var(--ds-text-sm);margin:.375rem 0 0;max-width:23.75rem}.creator-profile-sponsor{color:var(--ds-accent-text);display:block;font-size:var(--ds-text-xs,.6875rem);font-weight:var(--ds-weight-semibold);letter-spacing:.08em;margin-top:.375rem;text-transform:uppercase}.creator-profile-catalog{padding:0 3.125rem 2.5rem}.creator-profile-catalog__title{color:var(--ds-text);font-family:var(--ds-font-display),sans-serif;font-size:var(--ds-text-h3);font-weight:var(--ds-weight-bold);margin:0 0 var(--ds-space-3)}.creator-profile-catalog__grid{display:grid;gap:var(--ds-space-4);grid-template-columns:repeat(auto-fill,minmax(13.75rem,1fr))}.creator-profile-catalog__grid .simple-thumbnail{aspect-ratio:16/9;height:auto;margin:0;width:auto}.creator-profile-notice{align-items:center;display:flex;flex-direction:column;gap:.625rem;padding:2.5rem 3.125rem 3.125rem;text-align:center}.creator-profile-notice__title{color:var(--ds-text);font-family:var(--ds-font-display),sans-serif;font-size:var(--ds-text-h3);font-weight:var(--ds-weight-bold);margin:0}.creator-profile-notice__copy{color:var(--ds-text-muted);margin:0;max-width:52ch}@media(max-width:640px){.creator-profile-catalog{padding:0 1rem 1.875rem}.creator-profile-catalog__grid{grid-template-columns:repeat(auto-fill,minmax(8.75rem,1fr))}.creator-profile-notice{padding:1.875rem 1rem 2.5rem}}