.celebrity-hero{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2rem;padding:2rem;background:var(--bg-0);border:1px solid var(--line-soft);border-radius:16px}.celebrity-hero-photo{width:160px;height:160px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid var(--line-soft)}.celebrity-hero-img{width:100%;height:100%;object-fit:cover}.celebrity-hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:var(--ink-2);background:var(--bg-1)}.celebrity-hero-info{flex:1;min-width:0}.celebrity-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.celebrity-hero-category{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;background:var(--accent-main);color:#fff}.celebrity-hero-name{font-size:2rem;font-weight:900;margin:0 0 .75rem;color:var(--ink-0);line-height:1.15}.celebrity-hero-stats{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--ink-1);margin-bottom:1rem}.celebrity-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.celebrity-hero-ai-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:2px solid var(--accent-main);background:#f973161a;color:var(--accent-main);font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .2s}.celebrity-hero-ai-btn:hover{background:#f9731633}.celebrity-bio{margin-bottom:2rem;padding:1.5rem;background:var(--bg-0);border:1px solid var(--line-soft);border-radius:12px;border-left:3px solid var(--accent-main)}.celebrity-bio-header{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;color:var(--ink-1);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.celebrity-bio-text{font-size:1rem;line-height:1.7;color:var(--ink-1);margin:0}.celebrity-section-title{font-size:1.5rem;font-weight:800;color:var(--ink-0);margin:0 0 1rem}.celebrity-empty-books{border:1px dashed var(--line-soft);border-radius:12px}@media(max-width:640px){.celebrity-hero{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.celebrity-hero-photo{width:120px;height:120px}.celebrity-hero-name{font-size:1.5rem}.celebrity-hero-actions{justify-content:center}.celebrity-bio{text-align:center}.celebrity-bio-header{justify-content:center}}
