.creator-profile{max-width:1400px;margin:0 auto;padding:32px 16px}.creator-profile__hero{display:flex;align-items:center;gap:20px;margin-bottom:32px}@media(max-width:768px){.creator-profile__hero{flex-direction:column;text-align:center}}.creator-profile__avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,var(--accent-green),var(--accent-blue));display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.creator-profile__avatar img{width:100%;height:100%;object-fit:cover}.creator-profile__info{flex:1 1;min-width:0}.creator-profile__display-name{font-size:1.5rem;font-weight:700;font-family:var(--font-body),sans-serif;color:var(--text-primary);margin:0}.creator-profile__username{font-size:.875rem;font-family:var(--font-body),sans-serif;color:var(--text-secondary);margin:2px 0 0}.creator-profile__member-since{font-size:.75rem;color:var(--text-tertiary);margin:4px 0 0}.creator-profile__stats{display:flex;gap:16px;margin:12px 0 0;font-size:.8125rem}@media(max-width:768px){.creator-profile__stats{justify-content:center}}.creator-profile__stat{color:var(--text-secondary)}.creator-profile__stat strong{color:var(--text-primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.creator-profile__stat--link{text-decoration:none;cursor:pointer;transition:color .15s}.creator-profile__stat--link:hover{color:var(--text-primary)}.creator-profile__actions{display:flex;gap:8px;margin:12px 0 0}@media(max-width:768px){.creator-profile__actions{justify-content:center}}.creator-profile__own-action{padding:6px 16px;border-radius:6px;font-size:.85rem;font-weight:500;text-decoration:none;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-subtle);transition:background .15s,color .15s}.creator-profile__own-action:hover{background:var(--bg-hover);color:var(--text-primary)}.creator-profile__own-action--logout{color:var(--danger,#ef4444);border-color:var(--danger,#ef4444)}.creator-profile__own-action--logout:hover{background:var(--danger,#ef4444);color:#fff}.creator-profile__badges{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0}@media(max-width:768px){.creator-profile__badges{justify-content:center}}.creator-profile__badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:6px;font-size:.6875rem;font-weight:700;border:1px solid;background:color-mix(in srgb,currentColor 6%,transparent);letter-spacing:.02em}.creator-profile__featured{margin-bottom:32px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-elevated);display:flex;min-height:180px}@media(max-width:768px){.creator-profile__featured{flex-direction:column}}.creator-profile__featured-cover{width:280px;min-height:180px;flex-shrink:0;background:linear-gradient(135deg,var(--bg-surface),var(--bg-elevated));background-size:cover;background-position:50%}@media(max-width:768px){.creator-profile__featured-cover{width:100%;min-height:140px}}.creator-profile__featured-body{padding:20px;display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1 1}.creator-profile__featured-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.creator-profile__featured-tagline{font-size:.875rem;color:var(--text-secondary);margin:0}.creator-profile__featured-meta{display:flex;gap:12px;font-size:.75rem;color:var(--text-tertiary);align-items:center}.creator-profile__section-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.creator-profile__world-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}@media(max-width:1024px){.creator-profile__world-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.creator-profile__world-grid{grid-template-columns:1fr}}.creator-profile__companion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}@media(max-width:1024px){.creator-profile__companion-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.creator-profile__companion-grid{grid-template-columns:1fr}}.creator-profile__empty{text-align:center;padding:48px 16px;color:var(--text-tertiary);font-size:.875rem}