.autobiography-hero-strip {
    background: linear-gradient(135deg, #f8f4ec 0%, #fffdf8 100%);
    border: 1px solid #eadfce;
    border-radius: 14px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    padding: 1.1rem 1.25rem;
}

.autobiography-hero-strip__label {
    color: #8b7355;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.autobiography-hero-strip__value {
    color: #2f2a24;
    font-size: 1.05rem;
    font-weight: 700;
}

.autobiography-author-panel {
    background: linear-gradient(135deg, #fffdf8 0%, #ffffff 100%);
    border: 1px solid #eadfce;
    border-left: 4px solid #b8956d;
}

.autobiography-author-panel__avatar,
.autobiography-author-panel__initials {
    align-items: center;
    background: #f3ece2;
    color: #6b5b45;
    display: flex;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.autobiography-author-panel__avatar img {
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.autobiography-author-panel__kicker {
    color: #8b7355;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.autobiography-author-panel__location {
    color: #6b5b45;
    font-size: .9rem;
}

.autobiography-section-panel {
    border: 1px solid #e8dfd2;
    border-left: 4px solid #d8c9ad;
}

.autobiography-section-panel__header {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.autobiography-section-panel__header i {
    color: #8b7355;
    font-size: 1.1rem;
}

.autobiography-meta-item__label {
    color: #6b5b45;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.autobiography-meta-item__value {
    color: #2f2a24;
    font-weight: 600;
}

.autobiography-place-pill {
    background: #fffdf8;
    border: 1px solid #e8dfd2;
    color: #4a4035;
    font-weight: 600;
    padding: .45rem .75rem;
}

.autobiography-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.autobiography-timeline__item {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.autobiography-timeline__item:last-child {
    padding-bottom: 0;
}

.autobiography-timeline__item:not(:last-child)::before {
    background: #e8dfd2;
    bottom: 0;
    content: '';
    left: 7px;
    position: absolute;
    top: 18px;
    width: 2px;
}

.autobiography-timeline__marker {
    background: #fff;
    border: 3px solid #b8956d;
    border-radius: 50%;
    flex: 0 0 16px;
    height: 16px;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.autobiography-timeline__body {
    flex: 1;
}

.autobiography-timeline__year {
    color: #8b7355;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: .25rem;
}

.autobiography-timeline__photo {
    max-height: 160px;
    max-width: 220px;
    object-fit: cover;
}

.autobiography-audio-player {
    background: linear-gradient(135deg, #fff9ef 0%, #ffffff 100%);
}

.autobiography-audio-badge {
    background: #f0ad4e;
    color: #2f2a24;
    font-weight: 700;
}

.autobiography-lessons-panel {
    background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
    border-color: rgba(13, 110, 253, 0.18);
    border-left-color: #0d6efd;
}

.autobiography-lessons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.autobiography-lessons-list li {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: .75rem;
    padding: .85rem 1rem;
}

.autobiography-lessons-list li:last-child {
    margin-bottom: 0;
}

.autobiography-chapters-intro {
    background: #faf7f2;
    border: 1px dashed #d8c9ad;
    border-left: 4px solid #b8956d;
}

.autobiography-achievement-card {
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 12px;
    padding: 1rem;
}

.autobiography-achievement-card__image {
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.autobiography-achievement-card__icon {
    align-items: center;
    background: #fff9ef;
    border: 1px solid #eadfce;
    border-radius: 12px;
    color: #b8956d;
    display: flex;
    font-size: 1.35rem;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.autobiography-achievement-card__year {
    color: #8b7355;
    font-size: .85rem;
    font-weight: 700;
}

.autobiography-document-card {
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 12px;
    color: #2f2a24;
    padding: 1rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.autobiography-document-card:hover {
    border-color: #b8956d;
    box-shadow: 0 6px 18px rgba(47, 42, 36, 0.08);
    color: #2f2a24;
}

.autobiography-document-card__icon {
    color: #8b7355;
    display: block;
    font-size: 1.35rem;
    margin-bottom: .5rem;
}

.autobiography-document-card__name {
    display: block;
    font-weight: 700;
    margin-bottom: .25rem;
}

.autobiography-document-card__action {
    color: #8b7355;
    font-size: .8rem;
    font-weight: 600;
}

.autobiography-person-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 12px;
    display: flex;
    gap: .85rem;
    padding: 1rem;
}

.autobiography-person-card__avatar {
    align-items: center;
    background: #f3ece2;
    border-radius: 50%;
    color: #6b5b45;
    display: flex;
    flex: 0 0 44px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.autobiography-person-card__name {
    font-weight: 700;
}

.autobiography-person-card__relationship {
    color: #6b5b45;
    font-size: .85rem;
}

.autobiography-meta-panel {
    border-left: 4px solid #d8c9ad;
}

.autobiography-stats-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.autobiography-stat-card {
    background: #faf7f2;
    border: 1px solid #e8dfd2;
    border-radius: 10px;
    padding: .75rem;
    text-align: center;
}

.autobiography-stat-card__value {
    color: #2f2a24;
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
}

.autobiography-stat-card__label {
    color: #6b5b45;
    display: block;
    font-size: .75rem;
    font-weight: 600;
}

.autobiography-rating-panel {
    border-left: 4px solid #b8956d;
}
