@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Saira', sans-serif;
    overflow-x: hidden;
    background-color: black;
    position: relative;
    min-height: 100vh;
}

i {
    margin: 1.5rem 3.70rem;
    color: rgb(245, 245, 245);
    font-weight: 800;
    position: absolute;
    user-select: none;
    pointer-events: none;
    z-index: 20;
}

.top {
    width: 100%;
    background-color: rgb(20, 20, 20);
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 10;
}

.top img {
    height: 50px;
    vertical-align: middle;
    user-select: none;
    pointer-events: none;
    transform: translateY(calc(0.7rem)) scale(1.8);
}

.main {
    width: 100%;
    height: auto;
    min-height: 120vh;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: -0.1rem;
    box-sizing: border-box;
    align-content: flex-start;
    /*outline: 0.5rem solid rgb(20, 20, 20);*/
    outline-offset: -0.5rem;
    flex-shrink: 1;
    position: relative;
    overflow: hidden;
}

.cell {
    margin: 10px;
    color: rgb(244, 244, 244);
    font-weight: 800;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.cell img {
    width: 120px;
    height: 120px;
}

.cell:hover {
    background-color: rgba(100, 130, 240, 0.38);
    border: 1px solid rgba(50, 100, 200, 1);
}

.dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.dim.visible {
    opacity: 1;
}

.modal {
    color: rgb(31, 31, 31);
    background-color: #1e1e1e;
    width: 60%;
    height: 70%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-notepad {
    color: rgb(245, 245, 245);
    background-color: rgba(30, 30, 30, 0.95);
    width: 60%;
    height: 70%;
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.title-bar {
    background-color: #111;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    -webkit-app-region: drag;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.title {
    font-size: 14px;
    user-select: none;
}

.button {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-app-region: no-drag;
    cursor: pointer;
    border-radius: 8px;
    margin-left: 6px;
    transition: background-color 0.2s, color 0.2s;
    color: #aaa;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

#close-btn:hover {
    background-color: #e81123;
    color: white;
}



.controls {
    display: flex;
}

.video-container {
    width: 100%;
    height: 100%;
    line-height: normal;
    z-index: 500;
    overflow-y: auto;
}

.video-container video {
    width: 100%;
    height: 95%;
    object-fit: contain;
    position: absolute;
}

video::-moz-full-screen-button {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.notepad-container {
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 500;
}

.cell-title {
    margin-top: 4px;
    font-size: 14px;
}

.cell-title-two {
    font-size: 14px;
    line-height: 1;
}

/* ten znc to jest tak po chuju zrobione */
znc {
    margin-left: 0.9rem;
}

zncv {
    margin-left: 0.6rem;
}

.notepad {
    padding: 20px;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e0e0e0;
}

.notepad p {
    margin-bottom: 1.5rem;
}

.notepad-images {
    position: absolute;
    bottom: 60px;
    right: 30px;
    display: flex;
    gap: 1.5rem;
    z-index: 600;
}

.notepad-images img {
    width: 130px;
    object-fit: cover;
}

endof {
    color: rgb(56, 126, 231);
}

.hidden {
    display: none !important;
}

.fade-out {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.fade-in {
    animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.folder-btn.active {
    background-color: rgba(100, 130, 240, 0.38);
    border: 1px solid rgba(50, 100, 200, 1);
}

#back-btn {
    display: none;
}

.main.content-view-active .folder-btn {
    display: none;
}

.main.content-view-active #back-btn {
    display: flex;
}

.main.content-view-active .main-view-file {
    display: none;
}

.instagram img {
    position: absolute;
    width: 90px;
    height: auto;
    padding-bottom: 20px;
}

.cell-title-insta {
    margin-top: 7.7rem;
    font-size: 14px;
}

.main a {
    text-decoration: none !important;
}

.notepadk {
    margin-left: 20px;
    font-weight: 700;
    font-size: 24px;
}


body-snake {
    position: relative;
    margin: 0;
    background: #0d0f1a;
    color: rgba(245, 245, 245, 1.0);
    font-family: monospace;
    flex-direction: column;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reset-snake-btn {
    margin-left: 10px;
    cursor: pointer;
    background: #ff6b6b;
    border: none;
    color: white;
    padding: 2px 8px;
    font-family: monospace;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s;
}

#reset-snake-btn:hover {
    background: #ff5252;
}

.hud {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    color: rgba(245, 245, 245, 1.0);
}

.hud div {
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

canvas {
    color: rgba(245, 245, 245, 1.0);
    width: 320px;
    height: 320px;
    background: #0a0f20;
    image-rendering: pixelated;
}

.modal-snake {
    background-color: #0d0f1a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

#custom-toast {
    position: fixed;
    right: 20px;
    top: 90px;
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 15px;
    z-index: 1000;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    width: auto;
    max-width: 350px;
    min-width: 300px;
}

#custom-toast:hover {
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

#custom-toast.toast-hidden {
    transform: translateX(calc(100% + 40px));
    opacity: 0;
    pointer-events: none;
}

#custom-toast.toast-visible {
    transform: translateX(0);
    opacity: 1;
}

.toast-icon img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.toast-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.toast-message {
    font-size: 0.85rem;
    color: #aaa;
    line-height: 1.2;
}

.toast-close {
    background: transparent;
    color: #666;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    align-self: flex-start;
    margin-top: -5px;
    margin-right: -5px;
}

.toast-close:hover {
    color: #e81123;
}

.notepadc {
    display: inline-block;
}

.notepadc img {
    display: block;
}

.modal-notepadc {
    color: rgb(31, 31, 31);
    background-color: rgba(245, 245, 245, 0.95);
    width: auto;
    height: auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1000;
    transform: translate(-50%, -50%);
}

.cennik-display {
    font-size: 18px;
}

.cennik-display hdr {
    color: rgb(255, 163, 43);
    font-size: 2rem;
    font-weight: 800;
}

.showcase-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    gap: 20px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    transform: translateY(0);
}

.showcase-fading-out {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    pointer-events: none;
}

.showcase-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
    /* Max width adjusted for 3 videos side by side on large screens */
    max-width: 1400px;
    border-radius: 8px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.video-slot {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 350px;
    aspect-ratio: 9/16;
    background: #000;
}

.video-slot video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ... previous styles ... */

.showcase-arrow {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 15;
    /* Ensure above other elements if needed */
}

.showcase-arrow img {
    width: 50px;
    height: 50px;
    display: block;
}

.showcase-arrow:hover {
    transform: scale(1.1);
}

/* Default large screen: 3 slots visible, no arrows */
@media (min-width: 1501px) {

    /* ... rest of media queries ... */
    .showcase-arrow {
        display: none !important;
    }

    .video-slot {
        display: block;
    }

    .showcase-container {
        pointer-events: auto;
        /* Ensure interaction */
    }

    .slot-controls {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 15;
        opacity: 0;
        transition: opacity 0.3s ease;
        background: rgba(0, 0, 0, 0.2);
    }

    .video-slot:hover .slot-controls {
        opacity: 1;
    }

    .control-btn {
        pointer-events: auto;
        cursor: pointer;
        position: absolute;
        width: 40px;
        /* Increased size */
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        /* Circle shape */
        transition: transform 0.2s, background 0.2s;
        font-size: 20px;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .control-btn:hover {
        transform: scale(1.1);
        background: rgba(0, 0, 0, 0.8);
        border-color: rgba(255, 255, 255, 0.6);
    }

    .expand-btn {
        top: 10px;
        right: 10px;
    }

    .sound-btn {
        bottom: 10px;
        right: 10px;
    }
}

/* Below 1500px: Carousel mode, hide side slots, show arrows */
@media (max-width: 1500px) {
    .showcase-container {
        max-width: 350px;
        /* Constrain to single video width */
    }

    #slot-0,
    #slot-2 {
        display: none;
    }

    #slot-1 {
        display: block;
        width: 100%;
    }

    .showcase-arrow {
        display: block;
    }

    .slot-controls {
        display: none;
        /* Hide advanced controls on mobile/carousel mode */
    }
}

/* Generic Showcase Modal specific overrides */
#showcase-modal .modal {
    width: 80%;
    height: 80%;
    max-width: 1200px;
}

#first-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    display: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    /* Allow clicks to pass through if needed, but links need events */
}

#first-video-overlay>* {
    pointer-events: auto;
}

#first-video-overlay span {
    margin-left: 0;
}

.overlay-link img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.overlay-link:hover img {
    transform: scale(1.1);
}

#video-exit-btn {
    position: absolute;
    top: -40px;
    /* Move outside/above container or adjust as needed. 
                   Since container is relative, absolute inside it is relative to it.
                   Let's keep it inside but top-right of main container or main slot?
                   User said "without those arrows", but exit button is useful.
                   Let's put it on the top right of the whole container or specific slot.
                   For now, let's position it absolute to .showcase-container top right.
                */
    right: 0;
    z-index: 20;
    box-sizing: border-box;
    /* display: none; Logic handled in JS usually, but here likely always visible or managed via JS? 
       Original CSS had display: none. Let's keep it but ensure position is correct.
    */
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}













@media (max-width: 1024px) {
    .notepadk {
        margin-left: 20px;
        font-weight: 600;
        font-size: 18px;
    }

    .notepad {
        margin-left: 20px;
        font-weight: 600;
        font-size: 15px;
    }

    .main {
        width: 100vw;
    }

    .cell {
        width: 100px;
        height: 100px;
    }

    .cell img {
        width: 80px;
        height: 80px;
    }

    .cell-title {
        margin-top: 3px;
        font-size: 11px;
    }

    .cell-title-two {
        margin-top: 3px;
        font-size: 11px;
    }

    .instagram img {
        width: 70px;
        height: auto;
        padding-bottom: 10px;
    }

    .cell-title-insta {
        margin-top: 5.3rem;
        font-size: 11px;
    }

    znc {
        margin-left: 0.8rem;
    }

    zncv {
        margin-left: 0.5rem;
    }

    #custom-toast {
        max-width: 90vw;
        min-width: unset;
        width: 85vw;
        right: 50%;
        transform: translateX(50%) translateY(0);
        bottom: unset !important;
        top: 90px !important;
    }

    #custom-toast.toast-hidden {
        transform: translateX(50%) translateY(-150%) !important;
        opacity: 0;
    }

    #custom-toast.toast-visible {
        transform: translateX(50%) translateY(0) !important;
        opacity: 1;
    }

    .cennik-display {
        font-size: 1rem;
    }

    .cennik-display hdr {
        font-size: 1.5rem;
    }
}


@media (max-width: 1000px) {
    body i {
        display: none;
    }
}

@media (max-width: 768px) {
    #first-video-overlay span {
        font-size: 12px;
    }

    .notepadk {
        margin-left: 20px;
        font-weight: 600;
        font-size: 15px;
    }

    .cell {
        width: 70px;
        height: 70px;
    }

    .cell img {
        width: 56px;
        height: 56px;
    }

    .cell-title {
        margin-top: 3px;
        font-size: 7px;
    }

    .cell-title-two {
        margin-top: 3px;
        font-size: 7px;
    }

    .instagram img {
        width: 45px;
        height: auto;
        padding-bottom: 10px;
    }

    .cell-title-insta {
        margin-top: 3.8rem;
        font-size: 7px;
    }

    znc {
        margin-left: 0.4rem;
    }

    zncv {
        margin-left: 0.2rem;
    }

    .cennik-display {
        font-size: 0.8rem;
    }

    .cennik-display hdr {
        font-size: 1.2rem;
    }
}




@media (max-width: 700px) {
    .notepad {
        margin-left: 20px;
        font-weight: 600;
        font-size: 13px;
    }
}





@media (max-width: 640px) {
    .notepad {
        margin-left: 20px;
        font-weight: 600;
        font-size: 10px;
    }

    .notepadc img {
        width: 350px;
    }
}





@media (max-width: 500px) {
    #first-video-overlay span {
        font-size: 10px;
    }

    .notepadk {
        margin-left: 20px;
        font-weight: 600;
        font-size: 12px;
    }

    .notepad {
        margin-left: 20px;
        font-weight: 600;
        font-size: 8px;
    }

    .notepadc img {
        width: 320px;
    }
}






@media (max-width: 400px) {
    #first-video-overlay span {
        font-size: 8px;
    }

    .notepadk {
        margin-left: 20px;
        font-weight: 600;
        font-size: 10px;
    }

    .notepadc img {
        width: 300px;
    }
}






@media (max-width: 340px) {
    .notepad-k {
        margin-left: 20px;
        font-weight: 600;
        font-size: 8px;
    }

    .notepadc img {
        width: 250px;
    }
}

@media (max-width: 300px) {
    .notepadc img {
        width: 220px;
    }
}

#bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10rem;
    height: auto;
    z-index: 499;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: rgba(244, 244, 244, 1.0);
    background-color: rgb(20, 20, 20);
    pointer-events: none;
    transition: transform 0.5s ease-in-out;
    padding: 1rem 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#bottom-panel.bottom-panel-hidden {
    transform: translateY(100%);
}

#bottom-panel-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: rgba(244, 244, 244, 0.6);
    font-size: 1.5rem;
    cursor: pointer;
    pointer-events: auto;
    transition: color 0.2s;
}

#bottom-panel-close:hover {
    color: rgba(244, 244, 244, 1.0);
}

#bottom-panel * {
    pointer-events: auto;
}

#bottom-panel .content {
    user-select: none;
    pointer-events: none;
}

#close-showcase {
    background: transparent;
    border: none;
    color: rgba(244, 244, 244, 0.6);
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s;
    font-weight: bold;
}

#close-showcase:hover {
    color: rgba(244, 244, 244, 1.0);
}

/* Jak to działa */
.how-it-works {
    width: 100%;
    max-width: 1100px;
    margin: 3rem auto 2rem;
    padding: 0 2rem 12rem;
    box-sizing: border-box;
    text-align: center;
}

.how-title {
    font-family: 'Saira', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    color: rgb(245, 245, 245);
    margin-bottom: 2.5rem;
    user-select: none;
}

.how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.how-card {
    background: rgba(30, 30, 30, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem 1.5rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.25s ease, border-color 0.25s ease;
    user-select: none;
}

.how-card:hover {
    transform: translateY(-4px);
}

.how-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #363636;
    color: white;
    font-family: 'Saira', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    user-select: none;
}

.how-card-title {
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: white;
    margin: 0 0 0.6rem;
}

.how-card-desc {
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

.how-card-desc i {
    font-style: italic;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
    .how-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .how-title {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
}

@media (max-width: 500px) {
    .how-it-works {
        padding: 0 1rem;
        margin: 2rem auto 1.5rem;
    }

    .how-title {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .how-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.7rem;
    }

    .how-card {
        padding: 1.2rem 1rem 1rem;
        border-radius: 12px;
    }

    .how-number {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
        margin-bottom: 0.7rem;
    }

    .how-card-title {
        font-size: 0.95rem;
    }

    .how-card-desc {
        font-size: 0.75rem;
    }
}

@media (max-width: 360px) {
    .how-steps {
        grid-template-columns: 1fr;
    }
}

.collaborations-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 3rem;
    box-sizing: border-box;
}

.collab-left h2 {
    color: white;
    font-family: 'Saira', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 2.2rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    user-select: none;
    text-shadow: 0 0 5px white;
}

.collab-right {
    display: flex;
    gap: 4.5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.collab-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: transform 0.2s ease;
    gap: 1.2rem;
    pointer-events: auto;
}

.collab-item:hover {
    transform: scale(1.05);
}

.collab-img-container {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(41, 41, 41, 1);
    flex-shrink: 0;
    user-select: none;
    background-color: rgb(0, 64, 184);
}

.collab-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collab-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    user-select: none;
}

.collab-name {
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: white;
    user-select: none;
}

.collab-stats {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Saira', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 1.3rem;
}

.collab-icon-iso {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.collab-icon-iso-yt {
    width: 30px;
    height: 30px;
    object-fit: contain;
}



/* Slots Game Styles */
.modal-slots {
    background-color: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    width: 400px;
    height: auto;
    color: white;
    font-family: 'Saira', sans-serif;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(10px);
}

.body-slots {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    background: linear-gradient(to bottom, #1e1e1e, #141414);
}

.slots-container {
    display: flex;
    gap: 15px;
    background-color: transparent;
    padding: 10px;
    border-radius: 12px;
    border: none;
}

.reel {
    width: 80px;
    height: 80px;
    background-color: #252525;
    color: #fff;
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.slots-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#slots-spin-btn {
    padding: 12px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: none;
}

#slots-spin-btn:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

#slots-spin-btn:active {
    transform: translateY(1px);
    box-shadow: none;
}

#slots-spin-btn:disabled {
    background: #444;
    color: #888;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

#slots-message {
    font-size: 1rem;
    font-weight: 500;
    color: #aaa;
    height: 1.5rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .collaborations-container {
        flex-direction: column;
        justify-content: center;
        gap: 0.6rem;
        padding: 0 1.5rem;
    }

    .collab-left h2 {
        font-size: 1.2rem;
    }

    .collab-right {
        gap: 1.5rem;
    }

    .collab-img-container {
        width: 50px;
        height: 50px;
    }

    .collab-item {
        gap: 0.8rem;
    }

    .collab-name {
        font-size: 1rem;
    }

    .collab-stats {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .collab-right {
        gap: 1rem;
    }

    .collab-img-container {
        width: 44px;
        height: 44px;
        border-width: 2px;
    }

    .collab-name {
        font-size: 0.85rem;
    }

    .collab-stats {
        font-size: 0.9rem;
        gap: 0.3rem;
    }

    .collab-icon-iso {
        width: 18px;
        height: 18px;
    }

    .collab-icon-iso-yt {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 500px) {
    .collaborations-container {
        padding: 0 0.8rem;
        gap: 0.4rem;
    }

    .collab-left h2 {
        font-size: 1rem;
    }

    .collab-right {
        gap: 0.6rem;
    }

    .collab-item {
        gap: 0.4rem;
    }

    .collab-img-container {
        width: 34px;
        height: 34px;
        border-width: 2px;
    }

    .collab-name {
        font-size: 0.7rem;
    }

    .collab-stats {
        font-size: 0.75rem;
        gap: 0.2rem;
    }

    .collab-icon-iso {
        width: 14px;
        height: 14px;
    }

    .collab-icon-iso-yt {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 360px) {
    .collab-left h2 {
        font-size: 0.85rem;
    }

    .collab-right {
        gap: 0.5rem;
    }

    .collab-img-container {
        width: 28px;
        height: 28px;
    }

    .collab-name {
        font-size: 0.6rem;
    }

    .collab-stats {
        font-size: 0.65rem;
    }
}