<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    position:relative;
    background:#031020;
    color:#fafafa;
    font-family: 'Space Mono', monospace;
}

body:after {
    content:'';
    position:absolute;
    background:url(images/main-bg.png) no-repeat;
    background-size:100%;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
}

html, body {
    padding:0;
    margin:0;
}

html {
    scroll-behavior: smooth;
}

/** CUSTOMS **/
.planets {
    position:absolute;
    top:0px;
    right:0px;
}

.sp1 {
    position:fixed;
    top:70%;
    left:0px;
}

.sp2 {
    position:absolute;
    top:10%;
    left:20%;
}

.sp3 {
    position:fixed;
    top:50%;
    right:0px;
}

/** HEADER **/
header {
    display:flex;
    justify-content: center;
}
.header-logo {
    padding-top:180px;
}



/** MAIN **/
main {
    display:flex;
    justify-content: center;
    flex-direction: column;
    max-width:1152px;
    width:100%;
    margin:0 auto;
    padding-top:160px;
}

main p {
    line-height: 180%;
    font-size: 16px;
}

.block {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 100px 0px 100px;
}

.block div {
    align-self:center;
}

.block div p {
    padding-right:50px;
}

.side {
    flex-direction: row-reverse;
}

.side div p {
    padding-right:0px;
    padding-left: 50px;
}

/** DOWNLOAD **/
.download {
    flex-direction: column;
    padding-top:210px;
}
.download h3 {
    font-size:32px;
    font-weight: bold;
    padding-bottom:48px;
}

.platforms {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
}

.amiga, .sega {
    width:100%;
    align-self: auto !important;
}

.amiga p, .sega p {
    line-height:160%;
    font-size:14px;
    font-weight:400;
    padding:0px 20px 0px 20px !important;
    text-align:center;
    letter-spacing: 1px;
}

.spacer {
    border-left: 2px solid #030a15;
    border-right: 2px solid #192331;
    margin:0px 48px 0px 48px;
    height: 135px;
    width: 1px;
    align-self: self-start !important;
}

.spacer-small {
    border-right: 2px solid #030a15;
    border-left: 2px solid #192331;
    height: 105px;
    width: 1px;
    align-self: self-start !important;
}

button {
    width:100%;
    height:58px;
    font-weight: bold;
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Space Mono', monospace;
    border-width: 0px 0px 10px 0px;
    border-style: solid;
    cursor: pointer;
    border-radius:4px;
}

.amiga button {
    background:#D43D24;
    border-color:#741000;
    letter-spacing: 1px;
}

.amiga button:hover {
    margin-top:5px;
    background:#B62008;
    height:53px;
    border-width:0px 0px 5px 0px;
}


.sega button {
    background:#0F3EFE;
    border-color:#001B88;
    letter-spacing: 1px;
}

.sega button:hover {
    margin-top:5px;
    background:#0029D1;
    height:53px;
    border-width:0px 0px 5px 0px;
}

.pc {
    padding-top:210px;
    flex-direction: column;
}

.pc h3 {
    font-size:32px;
    letter-spacing: 1px;
    padding-bottom:48px;
}

.steam {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:286px;
}

.steam p {
    font-size:48px;
    font-weight:bold;
    color:#1e3858;
    padding-right:0px !important;
}

/** FOOTER **/

footer {
    display:flex;
    max-width:780px;
    width:100%;
    padding-top:96px;
    padding-bottom:115px;
    margin:0 auto;
}

footer p {
    font-size:12px;
}

footer div:last-child p:first-child {
    font-weight:bold;
}

footer div:last-child p:last-child {
    opacity:0.6;
    white-space: pre-line;
}

.logos {
    display:flex;
    flex-direction: row;
    padding-right:35px;
}

.logos div {
    padding:10px;
    align-self: center;
}

.copyrights {
    padding-left:50px;
}

.copyrights p {
    display:inline-block;
}

.bc {
    font-family:Tahoma;
}

/** RES **/
@media (min-width: 1930px) {
    body::after {
        background-position: top center;
        background-size: 100%;
    }
}
@media (max-width: 1750px) {
    body::after {
        background-size:unset;
        background-position: top center;
    }
}

@media (max-width:1300px) {
    .sp1 {
        display:none;
    }
    .sp3 {
        display:none;
    }
}

@media (max-width: 1200px) {
    .sp2 {
        left:10%;
    }
}

@media (max-width: 1020px) {
    .planets img {
        width:150px;
    }
    .header-logo {
        padding-top:220px;
    }
    .header-logo img {
        width:100%;
    }

    .sp1, .sp2, .sp3 {
        display:none;
    }

    .block {
        flex-direction: column;
        padding:0px 20px 0px 20px;
    }
    .block div p {
        padding-right:0px;
    }

    .block img {
        width:100%;
        padding:25px 0px 25px 0px;
    }

    .side div p {
        padding-left:0px;
    }

    .download h3 {
        padding:85px 0px 48px 0px;
        text-align:center;
    }

    .platforms {
        flex-direction: column;
    }
    
    .spacer {
        border-bottom: 2px solid #030a15;
        border-top: 2px solid #192331;
        height: 1px;
        width: 100%;
        margin:48px 0px 48px 0px;
    }

    .spacer-small {
        border-bottom: 2px solid #030a15;
        border-top: 2px solid #192331;
        height: 1px;
        width: 100%;
        margin:48px 0px 48px 0px;
    }

    .pc h3 {
        text-align:center;
        padding-top:160px;
    }

    .copyrights {
        padding-left:0px;
        padding-top:96px;
        text-align:center;
    }

    footer {
        flex-direction: column-reverse;
        padding:0px 25px 0px 25px;
    }
    footer p {
        font-size:14px;
    }

    .logos {
        margin: 0 auto;
        padding-bottom:100px;
    }

    body:after {
        background-position: top center;
        background-size: unset;
    }

    .amiga, .sega {
        align-self: center !important;
    }
}</pre></body></html>