/* Competitor profile hub — scoped to .is-profile-skin-competitor only. */
.is-profile-skin-competitor .user-center {
    background: #f3f6fb;
    min-height: 100%;
    margin: 0;
    padding: 0 0 24px;
    overflow-x: hidden;
}

.is-profile-skin-competitor .phub {
    padding-bottom: 8px;
}

.is-profile-skin-competitor .phub-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.is-profile-skin-competitor .phub-hero {
    position: relative;
    width: 100%;
    padding: 20px 16px 44px;
    background: linear-gradient(180deg, #2b6bed 0%, #1e4ed8 100%);
    color: #fff;
    text-align: center;
}

.is-profile-skin-competitor .phub-hero__gear {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.is-profile-skin-competitor .phub-hero__gear svg {
    width: 22px;
    height: 22px;
}

.is-profile-skin-competitor .phub-hero__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.85);
}

.is-profile-skin-competitor .phub-hero__email {
    margin: 10px 16px 2px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    word-break: break-word;
}

.is-profile-skin-competitor .phub-hero__name {
    margin: 0 16px 4px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    color: rgba(255, 255, 255, 0.9);
    word-break: break-word;
}

.is-profile-skin-competitor .phub-hero__id {
    margin: 0;
    font-size: var(--font-size-sm);
    color: rgba(255, 255, 255, 0.78);
}

.is-profile-skin-competitor .phub-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: -28px 12px 0;
    position: relative;
    z-index: 1;
}

.is-profile-skin-competitor .phub-stats--no-wallet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.is-profile-skin-competitor .phub-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 10px 6px;
    background: var(--color-surface);
    border-radius: 14px;
    box-shadow: var(--shadow-card);
    text-decoration: none;
    color: var(--color-text-primary);
}

.is-profile-skin-competitor .phub-stat--static {
    cursor: default;
}

.is-profile-skin-competitor .phub-stat__label {
    font-size: 11px;
    color: var(--color-text-secondary);
}

.is-profile-skin-competitor .phub-stat__value {
    margin-top: 4px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    word-break: break-word;
    text-align: center;
}

.is-profile-skin-competitor .phub-card {
    margin: 12px;
    padding: 14px 8px 16px;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
}

.is-profile-skin-competitor .phub-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.is-profile-skin-competitor .phub-card__title {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
}

.is-profile-skin-competitor .phub-card__all {
    font-size: var(--font-size-sm);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: var(--font-weight-medium);
}

.is-profile-skin-competitor .phub-orders {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
}

.is-profile-skin-competitor .phub-orders__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    text-decoration: none;
    color: var(--color-text-primary);
    font-size: 10px;
    text-align: center;
    line-height: 1.15;
}

.is-profile-skin-competitor .phub-orders__item > span:not(.phub-orders__icon) {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-profile-skin-competitor .phub-orders__icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef3fb;
    color: #3b6fd8;
}

.is-profile-skin-competitor .phub-orders__icon svg {
    width: 20px;
    height: 20px;
}

.is-profile-skin-competitor .phub-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: var(--radius-pill);
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: var(--font-weight-semibold);
}

.is-profile-skin-competitor .phub-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 6px;
}

.is-profile-skin-competitor .phub-services__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    text-decoration: none;
    color: var(--color-text-primary);
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
}

.is-profile-skin-competitor .phub-services__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.is-profile-skin-competitor .phub-services__icon svg {
    width: 22px;
    height: 22px;
}

.is-profile-skin-competitor .phub-services__icon.is-pink {
    background: #fb7185;
    box-shadow: 0 8px 14px rgba(251, 113, 133, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-orange {
    background: #f59e0b;
    box-shadow: 0 8px 14px rgba(245, 158, 11, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-yellow {
    background: #eab308;
    box-shadow: 0 8px 14px rgba(234, 179, 8, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-blue {
    background: #3b82f6;
    box-shadow: 0 8px 14px rgba(59, 130, 246, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-green {
    background: #22c55e;
    box-shadow: 0 8px 14px rgba(34, 197, 94, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-red {
    background: #ef4444;
    box-shadow: 0 8px 14px rgba(239, 68, 68, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-purple {
    background: #8b5cf6;
    box-shadow: 0 8px 14px rgba(139, 92, 246, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-gold {
    background: #d97706;
    box-shadow: 0 8px 14px rgba(217, 119, 6, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-teal {
    background: #14b8a6;
    box-shadow: 0 8px 14px rgba(20, 184, 166, 0.35);
}
.is-profile-skin-competitor .phub-services__icon.is-cyan {
    background: #06b6d4;
    box-shadow: 0 8px 14px rgba(6, 182, 212, 0.35);
}

.is-profile-skin-competitor .phub-wheel {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 12px 8px;
    padding: 14px 14px;
    border-radius: var(--radius-md);
    background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.28);
}

.is-profile-skin-competitor .phub-wheel__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.is-profile-skin-competitor .phub-wheel__icon svg {
    width: 24px;
    height: 24px;
}

.is-profile-skin-competitor .phub-wheel__copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.is-profile-skin-competitor .phub-wheel__copy strong {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
}

.is-profile-skin-competitor .phub-wheel__copy small {
    font-size: 11px;
    opacity: 0.9;
}

.is-profile-skin-competitor .phub-wheel__go {
    font-size: 22px;
    line-height: 1;
    opacity: 0.9;
}
