/* PothikTV Sahitya Reader Member Profile Stylesheet */
.pmp-profile-wrapper {
    max-width: 1080px;
    margin: 30px auto;
    padding: 0 15px;
    font-family: 'Hind Siliguri', 'Noto Serif Bengali', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1e293b;
}

.pmp-profile-container {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.pmp-cover-section {
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #0f4c5c;
}

.pmp-cover-actions {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.pmp-cover-btn {
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background 0.2s ease;
}
.pmp-cover-btn:hover {
    background: rgba(15, 23, 42, 0.95);
}

.pmp-header-card {
    padding: 0 32px 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}

.pmp-avatar-holder {
    position: relative;
    margin-top: -65px;
}

.pmp-avatar-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    object-fit: cover;
    background: #e2e8f0;
}

.pmp-avatar-badge {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: #0f4c5c;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.pmp-user-meta-group {
    flex: 1;
    min-width: 250px;
}

.pmp-display-name {
    font-size: 26px;
    font-weight: 700;
    margin: 8px 0 2px;
    color: #0f172a;
}

.pmp-username {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 4px;
}

.pmp-badge-tag {
    background: #f1f5f9;
    color: #0f4c5c;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #cbd5e1;
}

.pmp-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
    text-align: center;
    padding: 16px 0;
}

.pmp-stat-val {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #0f4c5c;
}

.pmp-stat-lbl {
    font-size: 13px;
    color: #64748b;
}

.pmp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
}

.pmp-btn-follow {
    background: #0f4c5c;
    color: #ffffff;
}
.pmp-btn-follow:hover {
    background: #0b3844;
}

.pmp-btn-follow.pmp-following {
    background: #e2e8f0;
    color: #334155;
}
.pmp-btn-follow.pmp-following:hover {
    background: #fee2e2;
    color: #b91c1c;
}

.pmp-hidden-file {
    display: none;
}

@media (max-width: 768px) {
    .pmp-header-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 16px 20px;
    }
    .pmp-user-meta-group {
        text-align: center;
    }
}
