:root {
    --apnp-accent: var(--newspress-primary, var(--chartpress-primary, var(--musicpress-primary, #e53935)));
    --apnp-ink: var(--newspress-heading, #24272b);
    --apnp-muted: #73777c;
    --apnp-line: #e6e7e9;
    --apnp-paper: #fff;
}

.apnp-author-page { background: var(--apnp-paper); color: var(--apnp-ink); padding: 0 20px 64px; }
.apnp-shell { box-sizing: border-box; margin: 0 auto; max-width: 1180px; width: 100%; }
.apnp-breadcrumbs { border-bottom: 1px solid var(--apnp-line); color: var(--apnp-muted); font-size: 11px; letter-spacing: .12em; padding: 20px 0; text-transform: uppercase; }
.apnp-breadcrumbs a { color: var(--apnp-ink); text-decoration: none; }
.apnp-breadcrumbs span { margin-left: 9px; }

.apnp-profile { align-items: center; border-bottom: 1px solid var(--apnp-line); display: grid; gap: 38px; grid-template-columns: 132px minmax(0, 1fr) auto; padding: 48px 0; position: relative; }
.apnp-profile__accent { background: var(--apnp-accent); height: 4px; left: 0; position: absolute; top: -1px; width: 72px; }
.apnp-profile__avatar { align-self: start; background: #eceeef; border-radius: 10px; box-shadow: 0 3px 10px rgba(24, 30, 42, .16); height: 132px; overflow: hidden; position: relative; transform: rotate(0); transform-origin: center; transition: box-shadow .3s ease, transform .3s ease; width: 132px; will-change: transform; z-index: 2; }
.apnp-profile__avatar::after { border: 1px solid rgba(0,0,0,.08); border-radius: inherit; content: ""; inset: 0; pointer-events: none; position: absolute; }
.apnp-profile__avatar img { display: block; height: 100%; max-width: none; object-fit: cover; object-position: center center; width: 100%; }
.apnp-profile__avatar:hover { box-shadow: 0 8px 10px rgba(39, 40, 47, .31); transform: rotate(15deg); }
.apnp-profile__avatar > span { align-items: center; color: #a4a7aa; display: flex; font-size: 64px; font-weight: 700; height: 100%; justify-content: center; }
.apnp-kicker, .apnp-role { color: var(--apnp-accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 8px; text-transform: uppercase; }
.apnp-profile h1 { border-bottom: 1px solid var(--apnp-line); color: var(--apnp-ink); font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: -.035em; line-height: 1.05; margin: 0 0 14px; padding-bottom: 5px; }
.apnp-role { color: var(--apnp-muted); margin-bottom: 18px; }
.apnp-bio { color: var(--apnp-muted); font-size: 15px; line-height: 1.75; max-width: 680px; }
.apnp-bio p { margin: 0 0 1em; }
.apnp-bio p:last-child { margin-bottom: 0; }
.apnp-social { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; margin: 20px 0 0; padding: 0; }
.apnp-social a { border-bottom: 1px solid var(--apnp-ink); color: var(--apnp-ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.apnp-profile__stat { border-left: 1px solid var(--apnp-line); min-width: 112px; padding: 12px 0 12px 34px; text-align: center; }
.apnp-profile__stat strong { display: block; font-size: 34px; line-height: 1; }
.apnp-profile__stat span { color: var(--apnp-muted); display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-top: 8px; text-transform: uppercase; }

.apnp-layout { display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) 300px; padding-top: 48px; }
.apnp-section-heading { align-items: end; border-bottom: 2px solid var(--apnp-ink); display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 12px; }
.apnp-section-heading h2 { font-size: 24px; line-height: 1; margin: 0; }
.apnp-section-heading span { color: var(--apnp-muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.apnp-grid { display: grid; gap: 34px 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apnp-card { margin: 0; }
.apnp-card__image { aspect-ratio: 16 / 10; background: #eceeef; display: block; margin-bottom: 19px; overflow: hidden; }
.apnp-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.apnp-card:hover .apnp-card__image img { transform: scale(1.025); }
.apnp-card__meta { align-items: center; color: var(--apnp-muted); display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .09em; margin-bottom: 10px; text-transform: uppercase; }
.apnp-category { background: var(--apnp-accent); color: #fff !important; padding: 5px 8px; text-decoration: none; }
.apnp-card h3 { font-size: 21px; line-height: 1.28; margin: 0 0 10px; }
.apnp-card h3 a { color: var(--apnp-ink); text-decoration: none; }
.apnp-card p { color: var(--apnp-muted); font-size: 14px; line-height: 1.65; margin: 0 0 15px; }
.apnp-read-more { color: var(--apnp-ink); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.apnp-read-more:hover, .apnp-card h3 a:hover { color: var(--apnp-accent); }
.apnp-sidebar { border-left: 1px solid var(--apnp-line); padding-left: 30px; }
.apnp-sidebar .widget { border-top: 3px solid var(--apnp-ink); margin: 0 0 34px; padding-top: 16px; }
.apnp-sidebar .widget-title { font-size: 17px; margin: 0 0 18px; text-transform: uppercase; }
.apnp-author-page .navigation.pagination { border-top: 1px solid var(--apnp-line); margin-top: 42px; padding-top: 24px; }
.apnp-author-page .page-numbers { color: var(--apnp-ink); margin-right: 13px; text-decoration: none; }
.apnp-author-page .page-numbers.current { color: var(--apnp-accent); font-weight: 700; }
.apnp-empty { border: 1px solid var(--apnp-line); color: var(--apnp-muted); padding: 28px; }

body.dark .apnp-author-page, body.dark-skin .apnp-author-page, body.musicpress-dark .apnp-author-page { --apnp-paper: #17191c; --apnp-ink: #f4f4f4; --apnp-muted: #a8aaad; --apnp-line: #34373b; }

@media (max-width: 900px) {
    .apnp-layout { grid-template-columns: 1fr; }
    .apnp-sidebar { border-left: 0; border-top: 1px solid var(--apnp-line); padding: 36px 0 0; }
}

@media (max-width: 680px) {
    .apnp-author-page { padding-left: 16px; padding-right: 16px; }
    .apnp-profile { align-items: start; gap: 20px; grid-template-columns: 88px 1fr; padding: 34px 0; }
    .apnp-profile__avatar { border-radius: 7px; height: 88px; width: 88px; }
    .apnp-profile h1 { font-size: clamp(27px, 8vw, 36px); }
    .apnp-profile__stat { border-left: 0; border-top: 1px solid var(--apnp-line); grid-column: 1 / -1; padding: 18px 0 0; text-align: left; }
    .apnp-profile__stat strong, .apnp-profile__stat span { display: inline-block; margin: 0 7px 0 0; }
    .apnp-grid { grid-template-columns: 1fr; }
    .apnp-section-heading span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .apnp-card__image img { transition: none; }
    .apnp-profile__avatar { transition: none; }
    .apnp-profile__avatar:hover { transform: none; }
}
