
/* MIX365 PROFILE — SIMPLE HOMEPAGE CLONE */

body.mix365-profile-simple-home {
    background: #030304 !important;
}

body.mix365-profile-simple-home
#vice-ajaxcontents,
body.mix365-profile-simple-home
#canvas,
body.mix365-profile-simple-home
#qwjquerycontent,
body.mix365-profile-simple-home
.qw-content-wrapper,
body.mix365-profile-simple-home
.dhrk-ajax-content {
    background: transparent !important;
}

body.mix365-profile-simple-home
.dhrk-ajax-content {
    padding: 0 !important;
}

body.mix365-profile-simple-home
.qw-header-fixed {
    position: absolute;
    z-index: 100;
    background: transparent !important;
    box-shadow: none !important;
}

body.mix365-profile-simple-home.qw-scrolled
.qw-header-fixed {
    position: fixed;
    background: rgba(3,3,4,.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mix365-profile-home-page,
.mix365-profile-home-page *,
.mix365-profile-home-page *::before,
.mix365-profile-home-page *::after {
    box-sizing: border-box;
}

.mix365-profile-home-page {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #030304;
}

.mix365-profile-home-hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #030304 !important;
}

.mix365-profile-container {
    position: relative;
    z-index: 3;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-profile-identity-section {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 110px 0;
    overflow: hidden;
    background: #050507;
}

.mix365-profile-section-video,
.mix365-profile-section-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mix365-profile-section-video {
    object-fit: cover;
    opacity: .42;
}

.mix365-profile-section-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(3,3,4,.92),
            rgba(3,3,4,.56) 54%,
            rgba(3,3,4,.86)
        ),
        linear-gradient(
            180deg,
            rgba(3,3,4,.16),
            rgba(3,3,4,.76)
        );
}

.mix365-profile-identity-card,
.mix365-profile-home-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(8,8,11,.88);
    box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.mix365-profile-identity-card::before,
.mix365-profile-home-card::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 84px;
    height: 4px;
    background: #ff0048;
}

.mix365-profile-cover {
    min-height: clamp(210px, 28vw, 350px);
    background:
        linear-gradient(
            180deg,
            rgba(3,3,4,.04),
            rgba(3,3,4,.82)
        ),
        radial-gradient(
            circle at 18% 28%,
            rgba(255,0,72,.40),
            transparent 38%
        ),
        radial-gradient(
            circle at 82% 24%,
            rgba(55,101,255,.25),
            transparent 38%
        ),
        #09090c;
    background-position: center;
    background-size: cover;
}

.mix365-profile-identity-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 0 38px 34px;
}

.mix365-profile-identity-main {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    min-width: 0;
}

.mix365-profile-avatar {
    width: 148px;
    height: 148px;
    flex: 0 0 148px;
    margin-top: -66px;
    border: 5px solid #050507;
    border-radius: 50%;
    object-fit: cover;
    background: #08080a;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.18),
        0 18px 42px rgba(0,0,0,.42);
}

.mix365-profile-headings {
    min-width: 0;
    padding-top: 22px;
}

.mix365-profile-level,
.mix365-profile-card-kicker,
.mix365-profile-section-heading > p {
    margin: 0 0 10px;
    color: #ff0048;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.mix365-profile-name {
    margin: 0 0 8px;
    overflow-wrap: anywhere;
    color: #fff;
    font-family: inherit;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.mix365-profile-subtitle,
.mix365-profile-copy,
.mix365-profile-follow-summary,
.mix365-profile-home-page .empty-state {
    color: rgba(255,255,255,.66);
    line-height: 1.7;
}

.mix365-profile-subtitle {
    margin: 0;
}

.mix365-profile-meta,
.mix365-profile-pills,
.mix365-profile-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mix365-profile-meta {
    margin-top: 13px;
}

.mix365-profile-meta > *,
.mix365-profile-pills > * {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.74);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.mix365-profile-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.mix365-profile-home-button,
.mix365-profile-small-button,
.mix365-profile-pagination .page-link,
.mix365-profile-pagination .page-dots {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.035);
    color: #fff !important;
    font-family: inherit;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.mix365-profile-home-button {
    min-height: 45px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: .08em;
}

.mix365-profile-home-button:hover,
.mix365-profile-home-button--primary {
    border-color: #ff0048;
    background: #ff0048;
    color: #fff !important;
}

.mix365-profile-dark-section,
.mix365-profile-light-section {
    position: relative;
    padding: 110px 0;
}

.mix365-profile-dark-section {
    background: #030304;
}

.mix365-profile-light-section {
    background:
        linear-gradient(
            180deg,
            #08080b,
            #050507
        );
}

.mix365-profile-section-heading {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.mix365-profile-section-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 6vw, 82px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.mix365-profile-two-column,
.mix365-profile-community-grid {
    display: grid;
    gap: 24px;
}

.mix365-profile-two-column {
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.mix365-profile-community-grid {
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(280px, .7fr);
}

.mix365-profile-follow-card {
    grid-column: 1 / -1;
}

.mix365-profile-home-card {
    padding: clamp(24px, 4vw, 44px);
}

.mix365-profile-home-card h3 {
    margin: 0 0 21px;
    color: #fff;
    font-size: clamp(27px, 3.3vw, 46px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.mix365-profile-pills,
.mix365-profile-socials {
    margin-top: 20px;
}

.mix365-profile-socials a,
.mix365-profile-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.03);
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mix365-profile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px;
}

.mix365-profile-stats > * {
    min-width: 0;
    padding: 20px 14px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
    text-align: center;
}

.mix365-profile-wide-card + .mix365-profile-wide-card {
    margin-top: 24px;
}

.mix365-profile-card-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 23px;
}

.mix365-profile-card-heading h3 {
    margin-bottom: 0;
}

.mix365-profile-schedule {
    display: grid;
    gap: 10px;
}

.mix365-profile-schedule > * {
    position: relative;
    padding: 16px 17px 16px 22px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
}

.mix365-profile-schedule > *::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ff0048;
}

.mix365-profile-sets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 17px;
}

.mix365-profile-sets.empty-state {
    display: block;
}

.mix365-profile-home-page .profile-previous-card {
    display: block;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
    color: #fff;
    text-decoration: none !important;
}

.mix365-profile-home-page .profile-previous-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #08080a;
}

.mix365-profile-home-page .profile-previous-card__poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mix365-profile-home-page .profile-previous-card__play {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff0048;
    color: #fff;
}

.mix365-profile-home-page .profile-previous-card__engagement {
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 7px 9px;
    background: rgba(3,3,4,.74);
    color: #fff;
    font-size: 11px;
}

.mix365-profile-home-page .profile-previous-card__body {
    padding: 15px;
}

.mix365-profile-home-page .profile-previous-card__title-row {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    align-items: center;
    gap: 10px;
}

.mix365-profile-home-page .profile-previous-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.mix365-profile-home-page .profile-previous-card__title {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.mix365-profile-home-page .profile-previous-card__dj,
.mix365-profile-home-page .profile-previous-card__meta {
    color: rgba(255,255,255,.57);
    font-size: 11px;
}

.mix365-profile-home-page .profile-previous-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.mix365-profile-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mix365-profile-pagination[hidden] {
    display: none !important;
}

.mix365-profile-pagination .page-link,
.mix365-profile-pagination .page-dots,
.mix365-profile-small-button {
    min-width: 35px;
    min-height: 35px;
    padding: 7px 10px;
    font-size: 10px;
}

.mix365-profile-pagination .page-link.active,
.mix365-profile-pagination .page-link:hover,
.mix365-profile-small-button:hover,
.mix365-profile-small-button.is-active {
    border-color: #ff0048;
    background: #ff0048;
}

.mix365-profile-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
}

.mix365-profile-badges .profile-badge-legend {
    display: none;
    grid-column: 1 / -1;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.022);
}

.mix365-profile-badges.is-legend-open
.profile-badge-legend {
    display: block;
}

.mix365-profile-badges .profile-badge-legend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

.mix365-profile-badges .profile-badges-earned-title {
    grid-column: 1 / -1;
    color: #ff0048;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mix365-profile-badges .profile-badge {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    align-items: center;
    gap: 9px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
}

.mix365-profile-badges .profile-badge__icon {
    font-size: 25px;
}

.mix365-profile-badges .profile-badge__title {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.mix365-profile-badges .profile-badge__desc,
.mix365-profile-badges .profile-badge-legend small,
.mix365-profile-badges .profile-badge-legend p {
    color: rgba(255,255,255,.56);
    font-size: 11px;
    line-height: 1.4;
}

.mix365-profile-links {
    display: grid;
    gap: 8px;
}

.mix365-profile-follow-summary {
    margin-bottom: 14px;
    font-size: 13px;
}

.mix365-profile-people {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
}

.mix365-profile-people.empty-state {
    display: block;
}

.mix365-profile-home-page .follow-person-card {
    display: grid;
    grid-template-columns: 51px minmax(0,1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 11px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.024);
    text-align: left;
}

.mix365-profile-home-page .follow-person-avatar {
    width: 51px;
    height: 51px;
    margin: 0;
    border-radius: 50%;
    object-fit: cover;
}

.mix365-profile-home-page .follow-person-name {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mix365-profile-home-page .follow-person-handle {
    color: rgba(255,255,255,.52);
    font-size: 11px;
}

.mix365-profile-home-page .follow-person-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.11);
    color: #fff !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mix365-profile-home-page
#profileSubtitle
.profile-email,
.mix365-profile-home-page
#profileSubtitle
a[href^="mailto:"] {
    display: none !important;
}

.mix365-profile-sets.is-loading {
    opacity: .45;
    pointer-events: none;
}

@media (max-width: 1020px) {
    .mix365-profile-sets {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .mix365-profile-community-grid {
        grid-template-columns: 1fr;
    }

    .mix365-profile-follow-card {
        grid-column: auto;
    }
}

@media (max-width: 820px) {
    .mix365-profile-two-column {
        grid-template-columns: 1fr;
    }

    .mix365-profile-identity-body {
        align-items: stretch;
        flex-direction: column;
    }

    .mix365-profile-actions {
        justify-content: flex-start;
    }

    .mix365-profile-people {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mix365-profile-container {
        width: min(100% - 26px, 1240px);
    }

    .mix365-profile-identity-section,
    .mix365-profile-dark-section,
    .mix365-profile-light-section {
        padding: 78px 0;
    }

    .mix365-profile-identity-body {
        padding: 0 17px 23px;
    }

    .mix365-profile-identity-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .mix365-profile-avatar {
        width: 108px;
        height: 108px;
        flex-basis: 108px;
        margin-top: -48px;
    }

    .mix365-profile-headings {
        padding-top: 0;
    }

    .mix365-profile-home-card {
        padding: 23px 16px;
    }

    .mix365-profile-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .mix365-profile-sets,
    .mix365-profile-badges {
        grid-template-columns: 1fr;
    }

    .mix365-profile-badges
    .profile-badge-legend-grid {
        grid-template-columns: 1fr;
    }

    .mix365-profile-home-page .follow-person-card {
        grid-template-columns: 47px minmax(0,1fr);
    }

    .mix365-profile-home-page .follow-person-link {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

/* MIX365_PROFILE_COMPACT_RECENT_SETS_START */

/*
 * Much smaller Recent Sets grid.
 * Large desktop: 5 columns
 * Desktop:       4 columns
 * Tablet:        3 columns
 * Mobile:        2 columns
 */
.mix365-profile-home-page .mix365-profile-sets {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 11px !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card {
    min-width: 0;
    box-shadow: none !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__media {
    aspect-ratio: 16 / 10 !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__play {
    left: 9px !important;
    bottom: 9px !important;

    width: 31px !important;
    height: 31px !important;

    font-size: 11px !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__engagement {
    right: 7px !important;
    top: 7px !important;

    padding: 4px 7px !important;

    font-size: 9px !important;
    line-height: 1 !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__body {
    padding: 10px !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__title-row {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 8px !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__avatar {
    width: 34px !important;
    height: 34px !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__title {
    display: -webkit-box;

    overflow: hidden;

    font-size: 12px !important;
    line-height: 1.15 !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__dj {
    overflow: hidden;

    margin-top: 3px !important;

    font-size: 9px !important;
    line-height: 1.2 !important;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__meta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;

    overflow: hidden;

    margin-top: 8px !important;

    font-size: 9px !important;
    line-height: 1.2 !important;
}

.mix365-profile-home-page
.mix365-profile-sets
.profile-previous-card__meta-item {
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.mix365-profile-home-page
.mix365-profile-sets-panel,
.mix365-profile-home-page
.mix365-profile-wide-card:has(.mix365-profile-sets) {
    padding: clamp(18px, 2.4vw, 30px) !important;
}

.mix365-profile-home-page
.mix365-profile-pagination {
    gap: 4px !important;
}

.mix365-profile-home-page
.mix365-profile-pagination
.page-link,
.mix365-profile-home-page
.mix365-profile-pagination
.page-dots {
    min-width: 30px !important;
    min-height: 30px !important;

    padding: 5px 8px !important;

    font-size: 9px !important;
}

@media (max-width: 1280px) {
    .mix365-profile-home-page .mix365-profile-sets {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 980px) {
    .mix365-profile-home-page .mix365-profile-sets {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .mix365-profile-home-page .mix365-profile-sets {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }
}

@media (max-width: 410px) {
    .mix365-profile-home-page .mix365-profile-sets {
        grid-template-columns: 1fr !important;
    }
}

/* MIX365_PROFILE_COMPACT_RECENT_SETS_END */
