body {
    background-color: #000;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.title {
    font-size: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

.logo {
    width: 44%;
    height: 44%;
    border-radius: 0%;
    margin-bottom: 50px;
    opacity: 100%;
}

.pfp {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 5px #FFFFFF;
    opacity: 100%;
}

.pfp2 {
    width: 128px;
    height: 128px;
    opacity: 100%;
}

.center {
    display: inline-block;
}

.content-center {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

.members {
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.card {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 36px;
    width: min(300px, calc(100vw - 40px));
    max-width: 300px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.16), 0 4px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.16), 0 4px 0px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border-radius: 25px;
    animation: cardFadeIn ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    cursor: pointer;
    overflow: hidden;
}

.card+.card {
    margin-left: 0px;
}

.card>.username {
    padding-top: 15px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 100%;
}

.card>.username>.dwc {
    color: #FFFFFF;
    text-shadow: #ff6e00 0px 1px, white 1px 0px 15px, 1px 1px;
}

.card>.sub {
    width: 100%;
    font-size: smaller;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
}

.auto-type {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.4;
}

.typed-cursor {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    font-weight: 700;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

.card>.socials {
    text-align: center;
    margin-top: 6px;
    opacity: 100%;
}

.card>.socials>a {
    color: #ffffff;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.card>.socials>a:hover {
    color: #fff;
}

.card>.socials a+a {
    margin-left: 5px;
}

.card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}

.card:hover.sub {
    opacity: 1;
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#overlay {
    color: white;
    white-space: nowrap;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
}

#background {
    opacity: 0.6;
    width: 2000px;
    height: 1000px;
    border-radius: 0%;
}

.firstimg {
    width: 2000px;
    height: 1000px;
    border-radius: 0%;
}

.social-bar {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.social-bar a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(76, 29, 149, 0.18);
    border: 1px solid rgba(92, 41, 160, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.shop-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    gap: 6px;
    padding: 12px 14px;
    width: 100%;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(110, 88, 255, 0.22), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(110, 88, 255, 0.28);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    box-sizing: border-box;
}

.shop-promo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px;
    margin-bottom: 2px;
}

.shop-promo span {
    font-size: 14px;
}

.shop-promo small {
    font-size: 11px;
    opacity: 0.75;
    text-align: center;
}

.shop-promo:hover {
    background: linear-gradient(135deg, rgba(110, 88, 255, 0.3), rgba(255, 255, 255, 0.06));
    box-shadow: 0 8px 22px rgba(110, 88, 255, 0.14);
}

.music-player {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 18px;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    width: min(420px, calc(100% - 32px));
    max-width: calc(100% - 32px);
    background: rgba(18, 9, 39, 0.96);
    border: 1px solid rgba(110, 88, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    z-index: 999;
    justify-content: space-between;
    white-space: nowrap;
}

.music-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.music-art {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
        min-width: 38px;
        border-radius: 14px;
        background: rgba(88, 50, 186, 0.22);
        color: #f2f2f2;
        font-size: 16px;
        overflow: hidden;
    }

    .music-art img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 14px;
    color: #f2f2f2;
    min-width: 100px;
    max-width: 150px;
    overflow: hidden;
}

.track-name {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.track-duration {
    font-size: 11px;
    opacity: 0.75;
}

.music-right {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    margin-left: auto;
}

.music-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.music-controls button {
    background: rgba(88, 50, 186, 0.18);
    border: 1px solid rgba(110, 88, 255, 0.22);
    color: #f2f2f2;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    cursor: pointer;
}

.music-controls button i {
    font-size: 13px;
}

.volume-slider {
    width: 90px;
    cursor: pointer;
    accent-color: #8b5cf6;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    height: 4px;
}

.volume-slider::-webkit-slider-thumb,
.volume-slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8b5cf6;
    border: 2px solid rgba(255,255,255,0.8);
    cursor: pointer;
}

@media (max-width: 620px) {
    .music-player {
        left: 50%;
        bottom: 10px;
        width: calc(100% - 28px);
        padding: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .music-info {
        min-width: auto;
        text-align: center;
    }
}

a {
    color: white;
}

.settings {
    margin-top: 20px;
    text-align: center;
    color: white;
}

.settings h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}

.download-link {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
}

.download-link:hover {
    color: white;
}

/* Stylowanie widgetu Discord */
.discord-widget {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.discord-widget iframe {
    border: none;
    border-radius: 10px;
}