@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

html{
    font-size: 62.5%;
    background-color: #09070f;
}

:root{
    --grid-offset-x: 0px;
    --grid-offset-y: 0px;
}

body{
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #09070f;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(120, 84, 176, 0.24), transparent 30%),
        radial-gradient(circle at 18% 22%, rgba(73, 45, 112, 0.18), transparent 26%),
        radial-gradient(circle at 82% 78%, rgba(52, 32, 83, 0.16), transparent 24%);
    background-size: auto, auto, auto;
    background-position: center top, 0 0, 100% 100%;
    color: #f5f1fb;
    position: relative;
}

body.grid-drift::selection{
    background: rgba(168, 139, 220, 0.25);
}

body::before{
    content: "";
    position: fixed;
    inset: -2px 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(92, 69, 128, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 69, 128, 0.16) 1px, transparent 1px),
        radial-gradient(circle at 14% 18%, rgba(132, 96, 188, 0.16), transparent 20%),
        radial-gradient(circle at 86% 74%, rgba(82, 53, 122, 0.2), transparent 24%),
        linear-gradient(135deg, rgba(40, 23, 63, 0.18), transparent 42%),
        linear-gradient(to bottom, rgba(7, 5, 12, 0.18), rgba(7, 5, 12, 0.6));
    background-size: 70px 70px, 70px 70px, auto, auto, auto, auto;
    background-position:
        var(--grid-offset-x) var(--grid-offset-y),
        var(--grid-offset-x) var(--grid-offset-y),
        0 0,
        0 0,
        0 0,
        0 0;
    transform: translate3d(0, 0, 0) scale(1.04);
    transform-origin: center;
    animation: driftGridLayer 26s linear infinite, driftGlowPrimary 22s ease-in-out infinite alternate;
    will-change: transform, background-position;
    z-index: 0;
}

body::after{
    content: "";
    position: fixed;
    inset: -2px 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 58% 42%, rgba(110, 76, 166, 0.08), transparent 24%),
        radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, 0.28) 100%);
    transform: translate3d(0, 0, 0) scale(1.03);
    transform-origin: center;
    animation: driftGlowSecondary 28s ease-in-out infinite alternate;
    z-index: 0;
}

.background-particles::before{
    content: "";
    position: absolute;
    inset: -10% -5%;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 18% 78%, rgba(116, 92, 158, 0.14), transparent 38%),
        radial-gradient(ellipse at 72% 24%, rgba(80, 54, 120, 0.12), transparent 34%),
        radial-gradient(ellipse at 52% 88%, rgba(48, 30, 73, 0.18), transparent 42%);
    filter: blur(38px);
    opacity: 0.75;
    animation: driftMist 22s ease-in-out infinite alternate;
}

.background-particles{
    position: fixed;
    inset: -2px 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.cursor-particles{
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.cursor-particle{
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(106, 83, 145, 0.4), rgba(52, 32, 79, 0.26));
    border: 1px solid rgba(130, 118, 170, 0.16);
    box-shadow: 0 0 10px rgba(82, 62, 120, 0.2);
    opacity: 0;
    animation: cursorParticleFade 1.2s ease-out forwards;
}

.background-particles span{
    position: absolute;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: linear-gradient(180deg, rgba(106, 83, 145, 0.52), rgba(52, 32, 79, 0.38));
    border: 1px solid rgba(130, 118, 170, 0.24);
    border-radius: 0.2rem;
    box-shadow: 0 0 14px rgba(82, 62, 120, 0.3);
    opacity: 0.8;
    animation: floatBlock linear infinite;
}

.background-particles span:nth-child(1){ left: 4%; top: 112%; animation-duration: 16s; animation-delay: -2s; }
.background-particles span:nth-child(2){ left: 9%; top: 108%; width: 0.7rem; height: 0.7rem; animation-duration: 20s; animation-delay: -6s; }
.background-particles span:nth-child(3){ left: 14%; top: 115%; width: 1rem; height: 1rem; animation-duration: 18s; animation-delay: -10s; }
.background-particles span:nth-child(4){ left: 20%; top: 109%; width: 0.8rem; height: 0.8rem; animation-duration: 22s; animation-delay: -4s; }
.background-particles span:nth-child(5){ left: 26%; top: 118%; width: 1.1rem; height: 1.1rem; animation-duration: 19s; animation-delay: -9s; }
.background-particles span:nth-child(6){ left: 32%; top: 110%; width: 0.75rem; height: 0.75rem; animation-duration: 24s; animation-delay: -12s; }
.background-particles span:nth-child(7){ left: 38%; top: 116%; width: 0.9rem; height: 0.9rem; animation-duration: 17s; animation-delay: -5s; }
.background-particles span:nth-child(8){ left: 44%; top: 111%; width: 1rem; height: 1rem; animation-duration: 21s; animation-delay: -8s; }
.background-particles span:nth-child(9){ left: 50%; top: 119%; width: 0.7rem; height: 0.7rem; animation-duration: 23s; animation-delay: -14s; }
.background-particles span:nth-child(10){ left: 56%; top: 107%; width: 1.05rem; height: 1.05rem; animation-duration: 18s; animation-delay: -7s; }
.background-particles span:nth-child(11){ left: 62%; top: 114%; width: 0.85rem; height: 0.85rem; animation-duration: 20s; animation-delay: -11s; }
.background-particles span:nth-child(12){ left: 68%; top: 109%; width: 1.15rem; height: 1.15rem; animation-duration: 25s; animation-delay: -3s; }
.background-particles span:nth-child(13){ left: 73%; top: 117%; width: 0.8rem; height: 0.8rem; animation-duration: 19s; animation-delay: -13s; }
.background-particles span:nth-child(14){ left: 78%; top: 112%; width: 0.95rem; height: 0.95rem; animation-duration: 22s; animation-delay: -6s; }
.background-particles span:nth-child(15){ left: 83%; top: 118%; width: 0.7rem; height: 0.7rem; animation-duration: 17s; animation-delay: -9s; }
.background-particles span:nth-child(16){ left: 88%; top: 110%; width: 1rem; height: 1rem; animation-duration: 24s; animation-delay: -15s; }
.background-particles span:nth-child(17){ left: 93%; top: 116%; width: 0.85rem; height: 0.85rem; animation-duration: 18s; animation-delay: -4s; }
.background-particles span:nth-child(18){ left: 97%; top: 113%; width: 1.1rem; height: 1.1rem; animation-duration: 21s; animation-delay: -10s; }

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 9% 1.4rem;
    background: linear-gradient(180deg, rgba(9, 7, 15, 0.92), rgba(9, 7, 15, 0.35), transparent);
    border-bottom: 1px solid rgba(126, 96, 175, 0.12);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

main,
header,
section{
    position: relative;
}

.logo{
    display: inline-block;
    font-size: 3rem;
    color: #b49ae0;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: 0.12rem;
    transition: transform 0.25s ease, color 0.25s ease;
}

.logo:hover{
    transform: scale(1.06);
}

nav a{
    font-size: 1.8rem;
    color: rgba(241, 234, 252, 0.82);
    margin-left: 3.2rem;
    padding-bottom: 0.4rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease;
    border-bottom: 2px solid transparent;
}

nav a:hover,
nav a.active{
    color: #c6aaf0;
    border-bottom: 2px solid #8d6bc4;
    text-shadow: 0 0 10px rgba(126, 96, 175, 0.2);
}

@media(max-width:995px){
    header{
        justify-content: center;
    }

    .logo{
        display: none;
    }

    nav{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.5rem;
        width: 100%;
    }

    nav a{
        display: inline-block;
        font-size: 1.6rem;
        margin: 0;
    }

    nav a:hover,
    nav a.active{
        border-bottom: 2px solid #7e60af;
    }
}

section{
    min-height: 100vh;
    min-height: calc(100vh - 8.5rem);
    padding: 10rem 9% 4rem;
    position: relative;
    z-index: 1;
}

.home{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
}

.home .home-content h1{
    font-size: 6.6rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.08rem;
    margin-bottom: 1.2rem;
}

.hero-name{
    display: inline-block;
    background: linear-gradient(180deg, #f7f1ff 0%, #ccb1fb 42%, #9f7fe0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(126, 96, 175, 0.18), 0 0 32px rgba(88, 59, 129, 0.12);
}

span{
    color: #a88bdc;
}

.home-content h3{
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.home-content p{
    font-size: 1.7rem;
    color: rgba(241, 234, 252, 0.8);
    line-height: 1.8;
}

.home-role{
    display: block;
    margin-bottom: 1.1rem;
    color: #d7c9f2;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
}

.home-description{
    max-width: 48rem;
    color: rgba(241, 234, 252, 0.72);
    font-size: 1.8rem;
}

.signature-quote{
    display: inline-block;
    margin: 0 0 2.2rem;
    padding: 1.1rem 1.9rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    color: #f3eefc;
    border: 1px solid rgba(126, 96, 175, 0.42);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(74, 49, 112, 0.34), rgba(30, 18, 45, 0.2));
    box-shadow: 0 12px 30px rgba(70, 46, 106, 0.24);
    text-shadow: 0 0 12px rgba(126, 96, 175, 0.24);
}

.home-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32vw;
    height: 32vw;
}

.home-img::before,
.home-img::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-img::before{
    inset: -1.6rem;
    border: 1px solid rgba(126, 96, 175, 0.32);
    box-shadow: 0 0 36px rgba(92, 61, 137, 0.24);
}

.home-img::after{
    inset: -3rem;
    border: 1px dashed rgba(126, 96, 175, 0.24);
    opacity: 0.85;
}

.home-img img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.35rem solid rgba(126, 96, 175, 0.58);
    box-shadow: 0 0 38px rgba(78, 50, 120, 0.34);
    filter: saturate(0.92) contrast(1.04);
    cursor: default;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.home-img img:hover{
    transform: scale(1.02);
    box-shadow: 0 0 50px rgba(100, 64, 152, 0.46);
    filter: saturate(1) contrast(1.08);
}

.social-icons a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    height: 4.6rem;
    background: linear-gradient(180deg, rgba(43, 26, 67, 0.95), rgba(17, 10, 28, 0.99));
    border: 1px solid rgba(160, 126, 214, 0.46);
    font-size: 2rem;
    border-radius: 999px;
    margin: 3rem 1.5rem 3rem 0;
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    color: #d8b5f2;
    box-shadow: 0 10px 20px rgba(10, 6, 17, 0.34), 0 0 18px rgba(126, 96, 175, 0.1);
}

.social-icons a i{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.social-icons a:hover{
    background: linear-gradient(180deg, rgba(91, 63, 134, 0.96), rgba(49, 31, 77, 0.96));
    transform: translateY(-4px) scale(1.05);
    color: #efd8ff;
    border-color: rgba(199, 173, 245, 0.64);
    box-shadow: 0 12px 24px rgba(126, 96, 175, 0.2);
}

.btn{
    display: inline-block;
    padding: 1.1rem 3rem;
    background: linear-gradient(180deg, rgba(43, 26, 67, 0.95), rgba(17, 10, 28, 0.99));
    border-radius: 999px;
    font-size: 1.6rem;
    color: #d8b5f2;
    letter-spacing: 0.3rem;
    font-weight: 600;
    border: 1px solid rgba(160, 126, 214, 0.46);
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(10, 6, 17, 0.34), 0 0 18px rgba(126, 96, 175, 0.1);
}

.btn:hover{
    background: linear-gradient(180deg, rgba(91, 63, 134, 0.96), rgba(49, 31, 77, 0.96));
    transform: translateY(-4px) scale(1.05);
    color: #efd8ff;
    border-color: rgba(199, 173, 245, 0.64);
    box-shadow: 0 12px 24px rgba(126, 96, 175, 0.2);
}

.typing-text{
    font-size: 34px;
    font-weight: 600;
    min-width: 280px;
}

.typing-text span{
    position: relative;
}



@keyframes cursor{
    to{
        border-left: 3px solid #746894;
    }
}





@keyframes driftGridLayer{
    0%{
        background-position:
            var(--grid-offset-x) var(--grid-offset-y),
            var(--grid-offset-x) var(--grid-offset-y),
            0 0,
            0 0,
            0 0,
            0 0;
    }
    100%{
        background-position:
            calc(var(--grid-offset-x) + 18px) calc(var(--grid-offset-y) - 18px),
            calc(var(--grid-offset-x) + 18px) calc(var(--grid-offset-y) - 18px),
            0 0,
            0 0,
            0 0,
            0 0;
    }
}

@keyframes cursorParticleFade{
    0%{
        opacity: 0.55;
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    100%{
        opacity: 0;
        transform: translate3d(var(--particle-drift-x, 0px), var(--particle-drift-y, -18px), 0) scale(0.45) rotate(120deg);
    }
}

@keyframes floatBlock{
    0%{
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 0;
    }
    10%{
        opacity: 0.9;
    }
    50%{
        transform: translate3d(1.8vw, -45vh, 0) rotate(120deg);
        opacity: 0.75;
    }
    100%{
        transform: translate3d(-1.2vw, -120vh, 0) rotate(240deg);
        opacity: 0;
    }
}

@keyframes driftMist{
    0%{
        transform: translate3d(-2.5vw, 1.5vh, 0) scale(1);
        opacity: 0.58;
    }
    50%{
        transform: translate3d(2vw, -1vh, 0) scale(1.04);
        opacity: 0.74;
    }
    100%{
        transform: translate3d(-1vw, 2vh, 0) scale(1.08);
        opacity: 0.62;
    }
}

@keyframes driftGlowPrimary{
    0%{
        transform: translate3d(-2.4vw, -1.8vh, 0) scale(1.04);
    }
    50%{
        transform: translate3d(2.8vw, 1.7vh, 0) scale(1.08);
    }
    100%{
        transform: translate3d(1vw, -2.2vh, 0) scale(1.06);
    }
}

@keyframes driftGlowSecondary{
    0%{
        transform: translate3d(2vw, 1.2vh, 0) scale(1.03);
    }
    50%{
        transform: translate3d(-2.6vw, -1.4vh, 0) scale(1.07);
    }
    100%{
        transform: translate3d(1.2vw, 2vh, 0) scale(1.05);
    }
}

@media (max-width: 1000px){
    .home{
        gap: 4rem;
    }
}

.music-page{
    min-height: auto;
}

.music-hero{
    max-width: 72rem;
    margin: 0 auto 4.5rem;
    text-align: center;
}

.music-tag{
    display: inline-block;
    margin-bottom: 1.8rem;
    padding: 0.8rem 1.6rem;
    border: 1px solid rgba(126, 96, 175, 0.38);
    border-radius: 999px;
    background: rgba(74, 49, 112, 0.18);
    color: #d9c7f5;
    font-size: 1.4rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}

.music-hero h1{
    font-size: 5.6rem;
    line-height: 1.1;
    margin-bottom: 1.8rem;
}

.music-intro{
    max-width: 64rem;
    margin: 0 auto;
    font-size: 1.8rem;
    color: rgba(241, 234, 252, 0.74);
    line-height: 1.8;
}

.music-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem;
}

.music-card{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.8rem;
    min-height: 23rem;
    padding: 2.4rem;
    border: 1px solid rgba(126, 96, 175, 0.28);
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(20, 14, 31, 0.92), rgba(28, 20, 40, 0.82));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), 0 0 24px rgba(84, 54, 128, 0.1);
    overflow: hidden;
}

.music-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(126, 96, 175, 0.12), transparent 34%);
    pointer-events: none;
}

.music-card-top{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.music-card-top i{
    color: #c6aaf0;
    font-size: 1.8rem;
}

.music-card h2{
    font-size: 2rem;
    color: #f3eefc;
    line-height: 1.3;
}

.music-card audio{
    width: 100%;
    height: 4.8rem;
    padding: 0.5rem;
    border: 1px solid rgba(126, 96, 175, 0.26);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(38, 24, 58, 0.9), rgba(17, 10, 28, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 20px rgba(10, 6, 17, 0.28);
    filter: hue-rotate(282deg) saturate(0.95) brightness(0.82);
}

.eight-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px){
    .music-grid,
    .eight-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width:995px){
    .home{
        flex-direction: column;
        margin: 5rem 4rem;
    }

    .home .home-content h3{
        font-size: 2.5rem;
    }

    .home-content h1{
        font-size: 5rem;
    }

    .home-role{
        font-size: 1.7rem;
        letter-spacing: 0.12rem;
    }

    .home-description{
        font-size: 1.65rem;
    }

    .home-img{
        width: min(70vw, 32rem);
        height: min(70vw, 32rem);
        margin-bottom: 10vw;
    }

    .music-hero h1{
        font-size: 4.4rem;
    }

    .music-grid,
    .eight-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.games-page{
    min-height: calc(100vh - 8.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.games-hero{
    max-width: 76rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.games-hero h1{
    font-size: 5.4rem;
    line-height: 1.1;
    margin-bottom: 1.4rem;
}

.games-hero h1 span{
    color: #b49ae0;
}

.games-list-wrap{
    max-width: 120rem;
    margin: 0 auto;
    padding: 2.4rem;
    border: 1px solid rgba(126, 96, 175, 0.24);
    border-radius: 2.4rem;
    background: linear-gradient(145deg, rgba(20, 14, 31, 0.88), rgba(28, 20, 40, 0.78));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), 0 0 24px rgba(84, 54, 128, 0.08);
}

.games-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.games-list-two-column{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.4rem;
}

.games-list li{
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 1.35rem 1.6rem;
    border: 1px solid rgba(126, 96, 175, 0.16);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.02);
    color: #f3eefc;
    font-size: 1.9rem;
    line-height: 1.35;
}

.game-link{
    display: flex;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
    color: inherit;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.game-link:hover{
    color: #d7c0fb;
    text-shadow: 0 0 10px rgba(126, 96, 175, 0.18);
}

.games-list li i,
.game-emoji{
    flex-shrink: 0;
    color: #c6aaf0;
    font-size: 1.9rem;
    width: 2.2rem;
    text-align: center;
}

.game-emoji{
    filter: grayscale(1) brightness(0.8) sepia(1) hue-rotate(220deg) saturate(1.8);
}

.games-list li span{
    display: block;
}

.site-credit{
    position: fixed;
    left: 1.6rem;
    bottom: 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(187, 149, 255, 0.12);
    border-radius: 999px;
    background: rgba(10, 8, 17, 0.62);
    color: rgba(243, 236, 255, 0.68);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
    z-index: 50;
}

.site-credit:hover{
    transform: translateY(-2px);
    border-color: rgba(187, 149, 255, 0.24);
    background: rgba(18, 13, 29, 0.78);
    color: rgba(243, 236, 255, 0.9);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24), 0 0 14px rgba(187, 149, 255, 0.08);
}

.site-credit i{
    color: rgba(215, 192, 251, 0.88);
    font-size: 1.15rem;
    transition: color 0.22s ease, transform 0.22s ease;
}

.site-credit:hover i{
    color: #f0e2ff;
    transform: scale(1.08);
}

@media (max-width: 900px){
    .games-list-two-column{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px){
    .music-grid,
    .eight-grid{
        grid-template-columns: 1fr;
    }

    .games-list-wrap{
        padding: 2rem;
    }

    .games-list li{
        font-size: 1.8rem;
        padding: 1.4rem 1.5rem;
    }

    .site-credit{
        left: 1rem;
        bottom: 1rem;
        padding: 0.7rem 0.9rem;
        font-size: 1rem;
    }
}
