:root{--author-accent:#faa611;--author-fg:#fff;--author-muted:#d5d6d5;--author-bg:transparent}
.author-profile{padding:1rem;max-width:920px;margin:0 auto;color:var(--author-fg)}
.author-profile__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.author-profile__title{font-size:1.25rem;line-height:1.2;margin:0}
.author-profile__subtitle{margin:.25rem 0 0;color:var(--author-muted);font-size:.9rem}
.author-profile__avatar{width:96px;height:96px;border-radius:50%;display:block;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.25)}
.author-profile__avatar-wrap{flex:0 0 auto}

.author-profile__list{list-style:none;padding:0;margin:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}
.author-profile__list li{display:flex;gap:.5rem;justify-content:space-between;align-items:center;padding:.625rem .75rem;border-top:1px solid rgba(255,255,255,.06)}
.author-profile__list li:first-child{border-top:0}
.author-profile__list strong{color:var(--author-muted);font-weight:600}
.author-profile__list a{color:var(--author-accent);text-decoration:underline;word-break:break-all}

.author-profile__bio{margin-top:1rem;padding:1rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg, rgba(250,166,17,.06), rgba(250,166,17,.02))}
.author-profile__bio h2{margin:0 0 .5rem;font-size:1rem}
.author-profile__bio p{margin:0;line-height:1.6;color:var(--author-fg)}

/* Desktop-ish enhancements on larger screens */
@media (min-width: 768px){
  .author-profile__avatar{width:128px;height:128px}
  .author-profile__title{font-size:1.5rem}
}

/* Grid used di desktop.php akan tetap rapi di mobile (stack) */
.author-profile__grid{display:grid;grid-template-columns:1fr;gap:.75rem}
.author-profile__col{min-width:0}
@media (min-width: 768px){
  .author-profile__grid{grid-template-columns:1fr 1fr}
}

/* Share buttons */
.author-share{margin-top:1rem}
.author-share__title{font-size:1rem;margin:0 0 .5rem}
.author-share__buttons{display:flex;flex-wrap:wrap;gap:.5rem}
.author-share__btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 .75rem;border-radius:6px;font-weight:700;color:#110142;background:#fff}
.author-share__btn--wa{background:#25D366;color:#0b4b2a}
.author-share__btn--fb{background:#1877F2;color:#fff}
.author-share__btn--x{background:#000;color:#fff}
.author-share__btn--tg{background:#26A4E3;color:#fff}
.author-share__btn--li{background:#0A66C2;color:#fff}
.author-share__btn--mail{background:#fff;color:#110142}

