/*
Theme Name: JNews Child - Glam Hard Rock
Theme URI: https://glamhardrock.com
Description: Update-safe child theme for Glam Hard Rock custom templates.
Author: Glam Hard Rock
Template: jnews
Version: 1.0.15
*/

:root {
    --ghr-profile-pink: #ff2d55;
    --ghr-profile-purple: #9b4dff;
    --ghr-profile-green: #20d37a;
    --ghr-profile-bg: #f3f3f3;
    --ghr-profile-image: none;
    --ghr-profile-panel: #ffffff;
    --ghr-profile-panel-2: #f8f8f8;
    --ghr-profile-line: rgba(0, 0, 0, 0.1);
    --ghr-profile-text: #111111;
    --ghr-profile-muted: rgba(0, 0, 0, 0.58);
}

body.single-bands,
body.single-artists {
    background: var(--ghr-profile-bg);
    color: var(--ghr-profile-text);
}

body.ghr-profile-shell {
    margin: 0;
    background: var(--ghr-profile-bg);
    color: var(--ghr-profile-text);
}

body.ghr-profile-shell a,
body.ghr-profile-shell button {
    letter-spacing: 0;
}

.ghr-profile-appbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    height: 64px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
        url('https://glamhardrock.com/wp-content/uploads/2026/02/Fondo-Delgado.jpg') center/cover no-repeat;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.admin-bar .ghr-profile-appbar {
    top: 32px;
}

.ghr-profile-menu-toggle {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.ghr-profile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.ghr-profile-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.ghr-profile-logo-link img {
    height: 43px;
    width: auto;
    display: block;
}

.ghr-profile-appbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ghr-profile-lang-link,
.ghr-profile-login-pill {
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
}

.ghr-profile-login-pill {
    color: #fff;
}

.ghr-profile-user-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-flex;
}

.ghr-profile-user-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ghr-profile-drawer-overlay,
.ghr-auth-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
}

.ghr-profile-drawer-overlay {
    z-index: 9996;
}

.ghr-profile-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: min(330px, 86vw);
    padding: 22px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.9)),
        url('https://glamhardrock.com/wp-content/uploads/2026/04/Fondo-Vertical.png') center/cover no-repeat;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: transform 0.22s ease;
}

.admin-bar .ghr-profile-drawer {
    top: 32px;
}

.ghr-profile-drawer.active {
    transform: translateX(0);
}

.ghr-profile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

.ghr-profile-drawer-head img {
    height: 44px;
    width: auto;
    display: block;
}

.ghr-profile-drawer-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.ghr-profile-drawer-nav {
    display: grid;
    gap: 10px;
}

.ghr-profile-drawer-nav a {
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.84) !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.ghr-profile-drawer-nav a:hover {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(255, 45, 85, 0.92), rgba(255, 45, 85, 0.18));
}

.ghr-profile-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 98px 22px 54px;
    color: var(--ghr-profile-text);
    font-family: Arial, Helvetica, sans-serif;
}

.ghr-profile-page *,
.ghr-profile-page *::before,
.ghr-profile-page *::after {
    box-sizing: border-box;
}

.ghr-profile-hero {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--ghr-profile-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.ghr-profile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.91) 50%, rgba(255, 255, 255, 0.98)),
        #fff;
    z-index: 0;
}

.ghr-profile-hero[style]::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.98)),
        #fff;
}

.ghr-profile-hero[style]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--ghr-profile-image);
    background-position: center;
    background-size: cover;
    opacity: 0.18;
    filter: saturate(1.03);
    z-index: 0;
}

.ghr-profile-hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 45, 85, 0.12), transparent 25%),
        radial-gradient(circle at 88% 8%, rgba(255, 45, 85, 0.08), transparent 28%);
    z-index: 1;
}

.ghr-profile-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 360px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: end;
    gap: 26px;
    padding: 42px;
}

.ghr-profile-avatar {
    width: 190px;
    height: 190px;
    border: 3px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghr-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ghr-profile-avatar span {
    color: #111;
    font-size: 72px;
    font-weight: 900;
}

.ghr-profile-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid rgba(255, 45, 85, 0.28);
    border-radius: 999px;
    background: rgba(255, 45, 85, 0.08);
    color: var(--ghr-profile-pink);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghr-profile-heading h1 {
    margin: 0 0 10px !important;
    color: #111 !important;
    font-size: 54px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: none;
}

.ghr-profile-summary {
    max-width: 760px;
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.72);
    font-size: 16px;
    line-height: 1.55;
}

.ghr-profile-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 18px;
}

.ghr-profile-meta-line span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.68);
    font-size: 12px;
    font-weight: 800;
}

.ghr-profile-meta-line .ghr-profile-status {
    border-color: rgba(32, 211, 122, 0.35);
    color: #158a49;
    background: rgba(32, 211, 122, 0.12);
}

.ghr-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ghr-profile-actions a,
.ghr-profile-action-btn,
.ghr-profile-link-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #111 !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.ghr-profile-action-btn {
    color: #111;
}

.ghr-profile-follow-action {
    border-color: rgba(255, 45, 85, 0.72);
    background: linear-gradient(135deg, var(--ghr-profile-pink), var(--ghr-profile-purple));
    color: #fff !important;
}

.ghr-profile-follow-action.is-pulsing {
    animation: ghr-profile-pulse 0.42s ease;
}

.ghr-profile-like-action {
    width: 42px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    color: #ff496e;
}

.ghr-profile-like-action span {
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}

.ghr-profile-like-action.active {
    background: #ff2d55;
    color: #fff;
    box-shadow: 0 0 18px rgba(255, 45, 85, 0.45);
}

.ghr-profile-actions a:hover,
.ghr-profile-action-btn:hover,
.ghr-profile-link-list a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 45, 85, 0.7);
}

.ghr-profile-action-disabled,
.ghr-profile-action-disabled:hover {
    opacity: 0.48;
    cursor: not-allowed;
    transform: none !important;
}

.ghr-profile-rate-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ghr-profile-rate-block > span {
    color: rgba(0, 0, 0, 0.56);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghr-profile-rate-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ghr-profile-rate-star,
.ghr-profile-rate-star-guest {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.22);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.12s ease, color 0.12s ease;
}

.ghr-profile-rate-star.active,
.ghr-profile-rate-star-guest.active {
    color: #ffb000;
}

.ghr-profile-rate-star:hover,
.ghr-profile-rate-star-guest:hover {
    transform: scale(1.14);
    color: #ff2d55;
}

.ghr-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 16px 0;
    overflow: hidden;
    border: 1px solid var(--ghr-profile-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.ghr-profile-stats div {
    min-height: 92px;
    padding: 18px;
    border-right: 1px solid var(--ghr-profile-line);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ghr-profile-stats div:last-child {
    border-right: 0;
}

.ghr-profile-stats strong {
    color: #111;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
}

.ghr-profile-stats span {
    margin-top: 7px;
    color: var(--ghr-profile-muted);
    font-size: 13px;
    font-weight: 800;
}

.ghr-profile-tabs {
    display: flex;
    gap: 18px;
    min-height: 54px;
    overflow-x: auto;
    border-bottom: 1px solid var(--ghr-profile-line);
    margin-bottom: 16px;
}

.ghr-profile-tabs a {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.62) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.ghr-profile-tabs a:first-child,
.ghr-profile-tabs a:hover {
    color: #111 !important;
    border-bottom-color: var(--ghr-profile-pink);
}

.ghr-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    align-items: start;
}

.ghr-profile-main,
.ghr-profile-side {
    display: grid;
    gap: 16px;
}

.ghr-profile-card {
    border: 1px solid var(--ghr-profile-line);
    border-radius: 16px;
    background: var(--ghr-profile-panel);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    padding: 20px;
    overflow: hidden;
}

.ghr-profile-card h2 {
    margin: 0 0 14px !important;
    color: #111 !important;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 950;
}

.ghr-profile-card h3 {
    margin: 18px 0 10px !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 900;
}

.ghr-profile-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ghr-profile-copy {
    color: rgba(0, 0, 0, 0.72);
    font-size: 15px;
    line-height: 1.74;
}

.ghr-profile-copy h2,
.ghr-profile-copy h3,
.ghr-profile-copy h4 {
    color: #111 !important;
    font-weight: 950;
}

.ghr-profile-copy p,
.ghr-profile-copy li {
    color: rgba(0, 0, 0, 0.72);
}

.ghr-profile-copy a {
    color: #ff7b99;
}

.ghr-profile-info-row {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.ghr-profile-info-row:last-child {
    border-bottom: 0;
}

.ghr-profile-info-row span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    font-weight: 900;
}

.ghr-profile-info-row strong {
    color: rgba(0, 0, 0, 0.82);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 800;
}

.ghr-profile-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ghr-profile-chip-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(255, 45, 85, 0.32);
    border-radius: 999px;
    background: rgba(255, 45, 85, 0.1);
    color: rgba(0, 0, 0, 0.78);
    font-size: 13px;
    font-weight: 850;
}

.ghr-profile-chip-grid-soft span {
    border-color: rgba(155, 77, 255, 0.3);
    background: rgba(155, 77, 255, 0.1);
}

.ghr-profile-muted {
    margin: 0;
    color: var(--ghr-profile-muted);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 750;
}

.ghr-profile-link-list {
    display: grid;
    gap: 9px;
}

.ghr-profile-mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ghr-profile-mini-stats div {
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ghr-profile-mini-stats strong {
    color: #111;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

.ghr-profile-mini-stats span {
    margin-top: 6px;
    color: var(--ghr-profile-muted);
    font-size: 12px;
    font-weight: 800;
}

.ghr-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.ghr-auth-modal[hidden] {
    display: none;
}

.ghr-auth-modal-box {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(255, 45, 85, 0.12), transparent 260px),
        #fff;
    color: #111;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.ghr-auth-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #f3f3f3;
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.ghr-auth-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--ghr-profile-pink), var(--ghr-profile-purple));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 0 24px rgba(255, 45, 85, 0.4);
}

.ghr-auth-modal-box h2 {
    margin: 0 0 10px !important;
    color: #111 !important;
    font-size: 26px;
    font-weight: 950;
}

.ghr-auth-modal-box p {
    margin: 0;
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: 1.5;
}

.ghr-auth-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

.ghr-auth-actions a {
    min-height: 44px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghr-auth-actions a:first-child {
    background: linear-gradient(135deg, var(--ghr-profile-pink), var(--ghr-profile-purple));
}

.ghr-auth-actions a:last-child {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #111;
}

@keyframes ghr-profile-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 1100px) {
    .ghr-profile-grid {
        grid-template-columns: 1fr;
    }

    .ghr-profile-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .admin-bar .ghr-profile-appbar,
    .admin-bar .ghr-profile-drawer {
        top: 46px;
    }

    .ghr-profile-appbar {
        height: 62px;
        padding: 0 14px;
    }

    .ghr-profile-logo-link img {
        height: 38px;
    }

    .ghr-profile-lang-link {
        min-height: 31px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ghr-profile-login-pill {
        display: none;
    }

    .ghr-profile-page {
        padding: 82px 14px 36px;
    }

    .ghr-profile-hero {
        min-height: auto;
    }

    .ghr-profile-hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px 18px;
    }

    .ghr-profile-avatar {
        width: 138px;
        height: 138px;
    }

    .ghr-profile-heading h1 {
        font-size: 38px;
    }

    .ghr-profile-summary {
        font-size: 14px;
    }

    .ghr-profile-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ghr-profile-stats div {
        min-height: 82px;
    }

    .ghr-profile-stats div:nth-child(2) {
        border-right: 0;
    }

    .ghr-profile-stats div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--ghr-profile-line);
    }

    .ghr-profile-side {
        grid-template-columns: 1fr;
    }

    .ghr-profile-info-row {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .ghr-auth-actions {
        grid-template-columns: 1fr;
    }
}

/* GHR App-aligned public profile layer */
body.ghr-profile-shell {
    background:
        radial-gradient(circle at top left, rgba(255, 45, 85, 0.08), transparent 360px),
        #f3f3f3 !important;
}

.ghr-profile-appbar {
    display: grid;
    grid-template-columns: 250px minmax(240px, 1fr) auto;
    gap: 18px;
    height: 64px;
    padding: 0 26px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
        url('https://glamhardrock.com/wp-content/uploads/2026/02/Fondo-Delgado.jpg') center/cover no-repeat;
}

.ghr-profile-menu-toggle,
.ghr-profile-drawer,
.ghr-profile-drawer-overlay {
    display: none !important;
}

.ghr-profile-logo-link {
    position: static;
    transform: none;
    justify-self: start;
}

.ghr-profile-search {
    position: relative;
    width: min(560px, 100%);
    justify-self: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    overflow: visible;
}

.ghr-profile-search input {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.ghr-profile-search input::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

.ghr-profile-search button,
.ghr-profile-notification-link {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.ghr-live-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1000;
    display: grid;
    gap: 2px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

.ghr-live-search-results[hidden] {
    display: none;
}

.ghr-live-search-item,
.ghr-live-search-all,
.ghr-live-search-message {
    min-height: 36px;
    padding: 9px 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ghr-live-search-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.ghr-live-search-thumb {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghr-live-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ghr-live-search-text {
    min-width: 0;
}

.ghr-live-search-item:hover,
.ghr-live-search-all:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ghr-live-search-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ghr-live-search-type {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.ghr-live-search-all {
    display: block;
    color: #ff2d78;
}

.ghr-live-search-message {
    color: rgba(255, 255, 255, 0.66);
}

.ghr-profile-appbar-right {
    gap: 9px;
}

.ghr-profile-user-name {
    max-width: 150px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ghr-profile-page {
    padding-top: 96px;
}

.ghr-profile-hero,
.ghr-profile-stats,
.ghr-profile-card {
    background:
        linear-gradient(145deg, #101010, #1a1a1a) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.ghr-profile-stats {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ghr-profile-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.64) 52%, rgba(0, 0, 0, 0.88)),
        #111 !important;
}

.ghr-profile-hero[style]::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.68) 50%, rgba(0, 0, 0, 0.9)),
        #111 !important;
}

.ghr-profile-hero[style]::after {
    opacity: 0.34;
}

.ghr-profile-summary {
    display: none;
}

.ghr-profile-heading h1,
.ghr-profile-card h2,
.ghr-profile-card h3,
.ghr-profile-copy h2,
.ghr-profile-copy h3,
.ghr-profile-copy h4,
.ghr-profile-stats strong,
.ghr-profile-mini-stats strong {
    color: #fff !important;
}

.ghr-profile-heading h1 {
    display: inline-block;
    margin-right: 8px !important;
}

.ghr-profile-copy,
.ghr-profile-copy p,
.ghr-profile-copy li {
    color: rgba(255, 255, 255, 0.78);
}

.ghr-profile-copy a {
    color: #ff7b99;
}

.ghr-profile-tabs {
    min-height: 56px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(145deg, #101010, #1a1a1a);
}

.ghr-profile-tabs button {
    display: inline-flex;
    align-items: center;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.ghr-profile-tabs button.active,
.ghr-profile-tabs button:hover {
    color: #fff;
    border-bottom-color: var(--ghr-profile-pink);
}

.ghr-profile-tab-panel[hidden] {
    display: none !important;
}

.ghr-profile-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 0 12px;
    vertical-align: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ghr-profile-pink), var(--ghr-profile-purple));
    color: #fff;
    font-size: 17px;
    font-weight: 950;
    box-shadow: 0 0 16px rgba(255, 45, 85, 0.45);
}

.ghr-profile-badge-pill {
    border-color: rgba(255, 45, 85, 0.42) !important;
    background: rgba(255, 45, 85, 0.14) !important;
    color: #ff7b99 !important;
}

.ghr-profile-info-row {
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

.ghr-profile-info-row span {
    color: rgba(255, 255, 255, 0.56);
}

.ghr-profile-info-row strong {
    color: rgba(255, 255, 255, 0.86);
}

.ghr-profile-chip-grid span,
.ghr-profile-muted {
    color: rgba(255, 255, 255, 0.76);
}

.ghr-profile-mini-stats div,
.ghr-profile-related-list a,
.ghr-profile-list div,
.ghr-profile-activity-list div {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.ghr-profile-related-list,
.ghr-profile-list,
.ghr-profile-activity-list {
    display: grid;
    gap: 10px;
}

.ghr-profile-related-list a {
    min-height: 62px;
    padding: 12px;
    color: #fff !important;
    text-decoration: none !important;
    display: grid;
    gap: 4px;
}

.ghr-profile-related-list a span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 800;
}

.ghr-profile-related-list a strong {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.ghr-profile-list div,
.ghr-profile-activity-list div {
    padding: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 800;
}

img.ghr-placeholder-image {
    object-fit: cover;
    object-position: center;
    background: #111;
}

.ghr-public-concert-list {
    display: grid;
    gap: 10px;
}

.ghr-public-concert {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.ghr-public-concert-date {
    display: grid;
    place-items: center;
    min-height: 58px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 45, 85, 0.85), rgba(20, 20, 20, 0.92));
    color: #fff;
}

.ghr-public-concert-date strong,
.ghr-public-concert-date span,
.ghr-public-concert-main strong,
.ghr-public-concert-main span {
    display: block;
}

.ghr-public-concert-date strong {
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.ghr-public-concert-date span {
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

.ghr-public-concert-main strong {
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.ghr-public-concert-main span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 750;
}

.ghr-public-concert-actions {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.ghr-public-concert-actions span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 45, 85, 0.45);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.ghr-public-concert-actions a {
    color: #ff2d55 !important;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none !important;
}

/* Final contrast pass for the dark app-style panels */
.ghr-profile-hero .ghr-profile-rate-block > span,
.ghr-profile-stats span,
.ghr-profile-card p,
.ghr-profile-card li,
.ghr-profile-card .ghr-profile-muted,
.ghr-profile-card .ghr-profile-mini-stats span {
    color: rgba(255, 255, 255, 0.68) !important;
}

.ghr-profile-card .ghr-profile-copy,
.ghr-profile-card .ghr-profile-copy p,
.ghr-profile-card .ghr-profile-copy li,
.ghr-profile-card .ghr-profile-info-row strong,
.ghr-profile-card .ghr-profile-chip-grid span,
.ghr-profile-card .ghr-profile-list div,
.ghr-profile-card .ghr-profile-activity-list div {
    color: rgba(255, 255, 255, 0.82) !important;
}

.ghr-profile-card .ghr-profile-info-row span,
.ghr-profile-card .ghr-profile-related-list a span {
    color: rgba(255, 255, 255, 0.56) !important;
}

.ghr-profile-hero .ghr-profile-rate-star,
.ghr-profile-hero .ghr-profile-rate-star-guest {
    color: rgba(255, 255, 255, 0.28);
}

.ghr-profile-hero .ghr-profile-rate-star.active,
.ghr-profile-hero .ghr-profile-rate-star-guest.active {
    color: #ffb000;
}

.ghr-profile-card .ghr-profile-mini-stats div {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.ghr-profile-card .ghr-profile-chip-grid span {
    background: rgba(255, 45, 85, 0.12);
    border-color: rgba(255, 45, 85, 0.34);
}

/* Hero cleanup: remove profile label and metadata chips */
.ghr-profile-hero .ghr-profile-kicker,
.ghr-profile-hero .ghr-profile-meta-line {
    display: none !important;
}

.ghr-profile-hero .ghr-profile-heading h1 {
    margin-bottom: 18px !important;
}

.ghr-profile-hero .ghr-profile-actions {
    margin-top: 0;
}

@media (max-width: 900px) {
    .ghr-profile-appbar {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 14px;
    }

    .ghr-profile-logo-link img {
        height: 36px;
    }

    .ghr-profile-user-name {
        display: none;
    }
}

@media (max-width: 640px) {
    .ghr-profile-search {
        display: none;
    }

    .ghr-profile-appbar {
        grid-template-columns: 1fr auto;
    }

    .ghr-profile-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Public fan profiles */
.ghr-user-profile-page {
    --ghr-user-cover: linear-gradient(135deg, #111111, #2b0f17 48%, #151515);
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 64px;
}

.ghr-user-profile-hero {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 18px;
    background: #111111;
    isolation: isolate;
}

.ghr-user-profile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--ghr-user-cover);
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.ghr-user-profile-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.3)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.08));
}

.ghr-user-profile-hero-inner {
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    gap: 24px;
    padding: 34px;
}

.ghr-user-profile-avatar {
    width: 142px;
    height: 142px;
    flex: 0 0 142px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #222222;
    color: #ffffff;
    font-size: 52px;
    font-weight: 950;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.ghr-user-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ghr-user-profile-preview-pill {
    width: max-content;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghr-user-profile-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 76px);
    line-height: 0.95;
    font-weight: 950;
}

.ghr-user-profile-handle {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    font-weight: 850;
}

.ghr-user-profile-rank {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 45, 85, 0.38);
    border-radius: 999px;
    background: rgba(255, 45, 85, 0.15);
    color: #ffffff;
}

.ghr-user-profile-rank strong,
.ghr-user-profile-rank span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.ghr-user-profile-rank span {
    color: rgba(255, 255, 255, 0.74);
}

.ghr-user-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.ghr-user-profile-stats div {
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.ghr-user-profile-stats strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.ghr-user-profile-stats span,
.ghr-user-profile-muted {
    color: rgba(255, 255, 255, 0.64);
    font-weight: 800;
}

.ghr-user-profile-grid {
    align-items: start;
}

.ghr-user-profile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ghr-user-profile-list a {
    min-width: 0;
    min-height: 72px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff !important;
    text-decoration: none !important;
}

.ghr-user-profile-list strong,
.ghr-user-profile-list small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ghr-user-profile-list strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.ghr-user-profile-list small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 850;
}

.ghr-user-profile-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 45, 85, 0.18);
    color: #ffffff;
    font-weight: 950;
}

.ghr-user-profile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 760px) {
    .ghr-user-profile-page {
        padding: 16px 12px 48px;
    }

    .ghr-user-profile-hero,
    .ghr-user-profile-hero-inner {
        min-height: 360px;
    }

    .ghr-user-profile-hero-inner {
        display: block;
        padding: 26px 18px;
    }

    .ghr-user-profile-avatar {
        width: 116px;
        height: 116px;
        margin-bottom: 18px;
        font-size: 44px;
    }

    .ghr-user-profile-stats,
    .ghr-user-profile-list {
        grid-template-columns: 1fr;
    }
}
