.celebrity-hero{display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items: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;object-position:center 30%}.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-bio{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--line-soft)}.celebrity-hero-bio-header{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:var(--ink-2);margin-bottom:.625rem;text-transform:uppercase;letter-spacing:.05em}.celebrity-hero-bio-wrapper{position:relative}.celebrity-hero-bio-text{font-size:.9375rem;line-height:1.65;color:var(--ink-1);margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.celebrity-hero-bio-text.expanded{-webkit-line-clamp:unset;overflow:visible}.celebrity-hero-bio-toggle{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;padding:0;border:none;background:none;color:var(--accent-main);font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .2s}.celebrity-hero-bio-toggle:hover{opacity:.8}.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-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{grid-template-columns:1fr;justify-items:center;text-align:center;padding:1.5rem}.celebrity-hero-photo{width:120px;height:120px}.celebrity-hero-tags{justify-content:center}.celebrity-hero-name{font-size:1.5rem}.celebrity-hero-actions,.celebrity-hero-bio-header{justify-content:center}.celebrity-hero-bio-text{text-align:left}.celebrity-hero-bio-toggle{width:100%;justify-content:center}}
