.creator-page{background:var(--background);min-height:100vh}.creator-page__empty{text-align:center;color:var(--foreground-muted);padding:4rem 2rem}.creator-hero{background:var(--background);border-bottom:1px solid var(--border);padding:3rem 0}@media (min-width:768px){.creator-hero{padding:4rem 0}}.creator-hero__container{text-align:center;max-width:640px;margin:0 auto;padding:0 1.5rem}.creator-hero__header{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.creator-hero__avatar-wrapper{position:relative}.creator-hero__avatar{object-fit:cover;border:3px solid var(--border);border-radius:50%;width:120px;height:120px}@media (min-width:768px){.creator-hero__avatar{border-width:4px;width:140px;height:140px}}.creator-hero__avatar--placeholder{background:var(--foreground);color:var(--background);justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.creator-hero__identity{flex-direction:column;align-items:center;gap:.375rem;display:flex}.creator-hero__name-row{align-items:center;gap:.5rem;display:flex}.creator-hero__name{font-family:var(--font-display);color:var(--foreground);margin:0;font-size:1.75rem;font-weight:700}@media (min-width:768px){.creator-hero__name{font-size:2rem}}.creator-hero__verified{width:1.5rem;height:1.5rem;color:var(--foreground)}.creator-hero__tagline{color:var(--foreground-muted);margin:0;font-size:1rem}.creator-hero__bio{color:var(--foreground);max-width:480px;margin:0 auto 1.5rem;font-size:.9375rem;line-height:1.7}.creator-hero__stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.creator-hero__stats{gap:2.5rem}}.creator-hero__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.creator-hero__stat-icon{width:1.125rem;height:1.125rem;color:var(--foreground-muted);margin-bottom:.125rem}.creator-hero__stat-value{font-family:var(--font-display);color:var(--foreground);font-size:1.125rem;font-weight:700}.creator-hero__stat-label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.creator-hero__socials{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.creator-hero__social-btn{background:var(--background-muted);width:40px;height:40px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.creator-hero__social-btn:hover{transform:translateY(-2px)}.creator-hero__cta{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (min-width:480px){.creator-hero__cta{flex-direction:row;justify-content:center}}.creator-hero__cta-btn{font-family:var(--font-display);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.creator-hero__cta-btn--primary{background:var(--foreground);color:var(--background);border:none}.creator-hero__cta-btn--primary:hover{opacity:.85;transform:translateY(-1px)}.creator-hero__cta-btn--secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.creator-hero__cta-btn--secondary:hover{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.creator-articles{padding:2rem 0}.creator-articles__title{font-family:var(--font-display);color:var(--foreground);margin-bottom:1.25rem;font-size:1.125rem;font-weight:700}.creator-articles__grid{flex-direction:column;gap:1rem;display:flex}.creator-article-card{background:var(--card);border:1px solid var(--border);border-radius:12px;gap:1rem;padding:1rem;transition:all .15s;display:flex}.creator-article-card:hover{border-color:var(--color-electric);background:var(--background-elevated)}.creator-article-card__image{background:var(--background-muted);border-radius:8px;flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden}@media (min-width:640px){.creator-article-card__image{width:120px;height:80px}}.creator-article-card__placeholder{background:linear-gradient(135deg,var(--color-electric)0%,#1a3a5c 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.creator-article-card__content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.creator-article-card__title{font-family:var(--font-display);color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .375rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.creator-article-card:hover .creator-article-card__title{color:var(--color-electric)}.creator-article-card__excerpt{display:none}.creator-article-card__meta{color:var(--foreground-muted);align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.creator-article-card__likes{align-items:center;gap:.25rem;display:flex}.creator-articles__cta{text-align:center;margin-top:2rem}.creator-articles__link{font-family:var(--font-display);color:var(--color-electric);transition:opacity var(--transition-fast);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.creator-articles__link:hover{opacity:.8}.creator-social{background:var(--background-muted);padding:3rem 0}.creator-social__container{max-width:800px;margin:0 auto;padding:0 1rem}.creator-social__title{font-family:var(--font-display);text-align:center;color:var(--foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.creator-social__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.creator-social__grid{grid-template-columns:repeat(4,1fr)}}.creator-social__link{background:var(--card);border:1px solid var(--border);color:var(--foreground);transition:all var(--transition-base);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.creator-social__link:hover{border-color:var(--border-hover);transform:translateY(-2px)}.creator-social__icon{font-size:1.125rem}.creator-social__label{flex:1}.creator-social__external{opacity:.5;width:.875rem;height:.875rem}
