@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);.main-box,body {
    backdrop-filter: blur(20px)
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
    filter: brightness(40%)
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#000,#ec4899);
    border-radius: 4px
}

.container,.main-box img,.username-text {
    position: relative;
    z-index: 1
}

body {
    font-family: Poppins,sans-serif;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px)
}

.glow {
    text-shadow: 0 0 3px rgba(47, 0, 255, 0.3);
    font-weight: 600
}

.main-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    max-width: min(95vw,800px);
    margin: 0 auto;
    transform: scale(clamp(.7,.8 + .2 * (100vw - 320px) / (1920 - 320),1.1));
    opacity: 0
}

.discord-profile-box,.main-box {
    background: rgba(255,255,255,.05);
    box-shadow: 0 8px 32px rgba(0,0,0,.3);
    transform: scale(.8);
    opacity: 0
}

.main-box {
    -webkit-backdrop-filter: blur(20px);
    border-radius: 18px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: min(95vw,650px);
    font-size: clamp(14px, 1vw + 10px, 18px)
}

.profile-decoration {
    position: absolute;
    top: -105%;
    left: 0;
    width: 140%;
    height: 110%;
    z-index: 2;
    pointer-events: none
}

.profile-picture-container {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 1rem
}

.discord-profile-box {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 14px;
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    gap: .9rem;
    width: 100%;
    max-width: min(95vw,450px);
    font-size: clamp(12px, .9vw + 8px, 16px);
    position: relative
}

.discord-avatar-container {
    position: relative;
    display: inline-block
}

.discord-status-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #f23f42;
    border-radius: 50%;
    border: 1px solid;
    z-index: 2
}

.discord-badge-inline,.username-background {
    background-position: center;
    background-repeat: no-repeat
}

.discord-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.discord-info {
    flex: 1
}

.discord-username-container {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .2rem
}

.discord-username {
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    position: relative;
    cursor: pointer
}

.discord-badges-inline {
    display: flex;
    gap: .4rem
}

.volume-controls-wrapper,.volume-popup {
    align-items: center;
    gap: .8rem;
    box-shadow: 0 8px 32px rgba(0,0,0,.3)
}

.discord-badge-inline {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-size: contain;
    position: relative;
    cursor: pointer;
    transition: .3s;
    top: -1.5px
}

.badge:hover,.discord-badge-inline:hover,.social-icon:hover i {
    transform: scale(1.2)
}

.discord-badge-inline .badge-popup {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e1e1e;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 6px;
    font-size: .7rem;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    white-space: nowrap;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,.4)
}

.badge:hover .badge-popup,.discord-badge-inline:hover .badge-popup,.hover-popup:hover .popup-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-3px)
}

.discord-bio {
    color: #b9bbbe;
    font-size: .8rem
}

.username-container {
    color: rgb(165, 19, 194);
    position: relative;
    display: inline-block
}

.volume-slider-container {
    position: fixed;
    top: 1.3rem;
    right: 1.3rem;
    z-index: 1000
}

.volume-controls-wrapper {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 14px;
    padding: .65rem;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    position: relative
}

.volume-button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: .4rem;
    z-index: 2;
    color: rgba(89, 0, 255,.9);
    text-shadow: 0 0 2px rgba(89, 0, 255,.2);
    transition: .3s
}

.volume-button:hover {
    transform: scale(1.1)
}

.volume-icon {
    color: rgb(165, 19, 194);
    font-size: 1.1rem
}

.volume-popup {
    position: absolute;
    top: 50%;
    right: calc(100% + .9rem);
    transform: translateY(-50%) scale(.9);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: .9rem 1.3rem;
    border-radius: 14px;
    display: flex;
    border: 1px solid rgba(255,255,255,.1);
    white-space: nowrap;
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.volume-popup.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(20px) scale(.8);
    pointer-events: none
}

.volume-popup:not(.hidden) {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    pointer-events: all
}

.song-info {
    white-space: nowrap;
    color: rgba(89, 0, 255, 0.9);
    font-size: .8rem;
    text-shadow: 0 0 1px rgba(89, 0, 255,.2)
}

.play-pause-btn {
    background: 0 0;
    border: none;
    color: rgba(89, 0, 255,.9);
    cursor: pointer;
    padding: .35rem;
    border-radius: 50%;
    transition: .2s;
    text-shadow: 0 0 2px rgba(89, 0, 255,.2)
}

.play-pause-btn:hover {
    background: rgba(89, 0, 255,.1);
    transform: scale(1.1)
}

.slider-wrapper {
    position: relative;
    width: 110px;
    padding: .4rem 0;
    display: flex;
    align-items: center
}

.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: rgba(102, 102, 102, 0.5);
    outline: 0;
    box-shadow: 0 0 2px rgba(89, 0, 255,.1);
    transition: .2s
}

.social-icon,.social-icon i {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    text-shadow: 0 0 1px rgba(89, 0, 255,.6)
}

.volume-slider:hover {
    opacity: 1;
    height: 4px
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(165, 19, 194);
    cursor: pointer;
    border: none;
    box-shadow: 0 0 6px rgba(89, 0, 255,.4);
    transition: .2s
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(89, 0, 255,.6)
}

.volume-slider::-moz-range-thumb {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: rgb(165, 19, 194);
    cursor: pointer;
    border: 2px solid rgb(165, 19, 194);
    box-shadow: 0 0 2px rgba(0,0,0,.3)
}

#intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.99);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

#intro-text {
    color: rgb(165, 19, 194);
    font-size: 2.2em;
    text-shadow: 0 0 15px rgb(165, 19, 194)
}

details[open] p {
    position: relative;
    z-index: 2;
    animation: .5s ease-out fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.social-icon {
    color: rgb(165, 19, 194);
    display: inline-block
}

.social-icon i {
    font-size: 1.7rem
}

.badge-container {
    display: inline-flex;
    align-items: center;
    margin-left: .8rem;
    padding: .15rem
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    color: rgb(165, 19, 194);
    margin-right: .5rem;
    position: relative;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: .3s
}

.badge-popup,.popup-content {
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e1e1e;
    color: rgb(165, 19, 194);
    border-radius: 6px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    white-space: nowrap;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4)
}

.badge:last-child {
    margin-right: 0
}

.badge i {
    filter: drop-shadow(0 0 1px rgba(47, 0, 255, 0.4))
}

.badge-popup {
    position: absolute;
    top: -24px;
    padding: .3rem .6rem;
    font-size: .7rem
}

.hover-popup {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.popup-content {
    position: absolute;
    top: -32px;
    padding: .4rem .8rem;
    font-size: .8rem
}

.hover-popup .popup-content::after {
    display: none
}

@media (max-width: 768px) {
    .discord-profile-box,.main-content-wrapper {
        padding:.8rem
    }

    .main-box {
        padding: 1.5rem
    }

    .volume-popup {
        right: calc(100% + .4rem);
        padding: .65rem .9rem;
        gap: .9rem
    }
}

@media (max-width: 640px) {
    .main-content-wrapper {
        gap:.6rem;
        padding: .6rem
    }

    .main-box {
        padding: 1.2rem
    }

    .discord-profile-box {
        padding: .6rem
    }

    .discord-avatar {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 1440px) {
    .main-content-wrapper {
        gap:1.2rem
    }

    .main-box {
        padding: 2.5rem
    }

    .discord-profile-box {
        padding: 1.5rem
    }

    .discord-avatar {
        width: 56px;
        height: 56px
    }
}
