:root{--primary: #8b5cf6;--primary-light: #a78bfa;--secondary: #fbbf24;--bg-dark: #0a0a0f;--bg-card: #12121a;--bg-card-hover: #1a1a24;--text-main: #f1f1f1;--text-muted: #9ca3af;--border: #2a2a3a}.authors-hero[data-astro-cid-bx5qq33e]{background:linear-gradient(135deg,var(--bg-dark) 0%,#1a1025 100%);padding:5rem 1.5rem 4rem;text-align:center}.hero-content[data-astro-cid-bx5qq33e]{max-width:700px;margin:0 auto}.hero-badge[data-astro-cid-bx5qq33e]{display:inline-block;padding:.5rem 1rem;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:50px;color:var(--primary-light);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-title[data-astro-cid-bx5qq33e]{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--text-main);margin-bottom:1rem;line-height:1.2}.hero-subtitle[data-astro-cid-bx5qq33e]{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin-bottom:2.5rem}.stats-row[data-astro-cid-bx5qq33e]{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item[data-astro-cid-bx5qq33e]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number[data-astro-cid-bx5qq33e]{font-size:1.75rem;font-weight:700;color:var(--primary-light)}.stat-label[data-astro-cid-bx5qq33e]{font-size:.875rem;color:var(--text-muted)}.stat-divider[data-astro-cid-bx5qq33e]{width:1px;height:40px;background:var(--border)}.genres-section[data-astro-cid-bx5qq33e]{background:var(--bg-dark);padding:1.5rem;border-bottom:1px solid var(--border)}.genres-container[data-astro-cid-bx5qq33e]{display:flex;gap:.75rem;max-width:1200px;margin:0 auto;overflow-x:auto;padding-bottom:.5rem;justify-content:center;flex-wrap:wrap}.genre-btn[data-astro-cid-bx5qq33e]{padding:.5rem 1.25rem;background:transparent;border:1px solid var(--border);border-radius:50px;color:var(--text-muted);font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.genre-btn[data-astro-cid-bx5qq33e]:hover{border-color:var(--primary);color:var(--text-main)}.genre-btn[data-astro-cid-bx5qq33e].active{background:var(--primary);border-color:var(--primary);color:#fff}.authors-section[data-astro-cid-bx5qq33e]{background:var(--bg-dark);padding:3rem 1.5rem}.authors-grid[data-astro-cid-bx5qq33e]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.author-card[data-astro-cid-bx5qq33e]{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.author-card[data-astro-cid-bx5qq33e]:hover{background:var(--bg-card-hover);border-color:var(--primary);transform:translateY(-2px)}.author-header[data-astro-cid-bx5qq33e]{display:flex;align-items:center;gap:1rem}.author-avatar[data-astro-cid-bx5qq33e]{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.author-avatar[data-astro-cid-bx5qq33e] img[data-astro-cid-bx5qq33e]{width:100%;height:100%;object-fit:cover}.avatar-initials[data-astro-cid-bx5qq33e]{font-size:1.25rem;font-weight:700;color:#fff}.author-info[data-astro-cid-bx5qq33e]{flex:1;min-width:0}.author-name[data-astro-cid-bx5qq33e]{font-size:1.125rem;font-weight:600;color:var(--text-main);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-stories[data-astro-cid-bx5qq33e]{font-size:.875rem;color:var(--text-muted)}.author-bio[data-astro-cid-bx5qq33e]{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.author-footer[data-astro-cid-bx5qq33e]{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border);margin-top:auto}.author-followers[data-astro-cid-bx5qq33e]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted)}.author-followers[data-astro-cid-bx5qq33e] svg[data-astro-cid-bx5qq33e]{color:var(--primary-light)}.author-arrow[data-astro-cid-bx5qq33e]{color:var(--primary-light);font-size:1.25rem;opacity:0;transform:translate(-8px);transition:all .2s ease}.author-card[data-astro-cid-bx5qq33e]:hover .author-arrow[data-astro-cid-bx5qq33e]{opacity:1;transform:translate(0)}.cta-section[data-astro-cid-bx5qq33e]{background:linear-gradient(135deg,#1a1025 0%,var(--bg-dark) 100%);padding:4rem 1.5rem;text-align:center}.cta-content[data-astro-cid-bx5qq33e]{max-width:500px;margin:0 auto}.cta-title[data-astro-cid-bx5qq33e]{font-size:1.75rem;font-weight:700;color:var(--text-main);margin:0 0 .75rem}.cta-text[data-astro-cid-bx5qq33e]{font-size:1rem;color:var(--text-muted);margin:0 0 1.5rem}.cta-button[data-astro-cid-bx5qq33e]{display:inline-block;padding:.875rem 2rem;background:var(--primary);color:#fff;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease}.cta-button[data-astro-cid-bx5qq33e]:hover{background:var(--primary-light);transform:translateY(-2px)}@media (max-width: 640px){.authors-hero[data-astro-cid-bx5qq33e]{padding:3rem 1rem 2.5rem}.stats-row[data-astro-cid-bx5qq33e]{gap:1.5rem}.stat-divider[data-astro-cid-bx5qq33e]{display:none}.stat-number[data-astro-cid-bx5qq33e]{font-size:1.5rem}.genres-section[data-astro-cid-bx5qq33e]{padding:1rem}.genres-container[data-astro-cid-bx5qq33e]{justify-content:flex-start}.authors-section[data-astro-cid-bx5qq33e]{padding:2rem 1rem}.authors-grid[data-astro-cid-bx5qq33e]{grid-template-columns:1fr}}
