.profile-media-editor { overflow: hidden; padding-top: 0; }
.cover-preview {
    width: 100%;
    min-height: 180px;
    background: linear-gradient(135deg, #101a33, #0b1020);
    background-position: center;
    background-size: cover;
}
.profile-media-editor .profile-avatar {
    margin: -54px auto 16px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.media-actions, .form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.edit-profile-form { margin-top: 24px; }
.edit-field {
    color: #c8d0e0;
    display: grid;
    font-size: .82rem;
    font-weight: 700;
    gap: 8px;
    text-transform: uppercase;
}
.edit-field input, .edit-field textarea {
    background: rgba(6, 10, 20, .82);
    border: 1px solid rgba(118, 144, 200, .25);
    border-radius: 10px;
    color: #fff;
    font: inherit;
    padding: 13px 14px;
    text-transform: none;
}
.edit-field input:focus, .edit-field textarea:focus {
    border-color: #4c83ff;
    outline: 2px solid rgba(76, 131, 255, .18);
}
.edit-field-wide { margin-top: 18px; }
.form-message { min-height: 24px; color: #ff9d9d; text-align: center; }
.primary-action { cursor: pointer; }
@media (max-width: 640px) {
    .cover-preview { min-height: 130px; }
    .media-actions .action-button, .form-actions .action-button { width: 100%; text-align: center; }
}
