<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    
    background-color: black;
    
    
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    background-image: linear-gradient(rgb(72 23 23), rgb(19 9 9));
}

.ui {
    position: absolute;
  }
  
button{
    margin: 1%;
    font-family: 'Roboto', sans-serif;
}

.level-button {
    
    font-family: 'Roboto', sans-serif;
    color: rgb(10, 10, 10);
    padding: 6px 8px;
    border: 0;
    font-size: 18px;
    background: linear-gradient(135deg, #ffffff 30%, #ffffff 90%);
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 20px 0px;
    text-align: center;
    transition: all 0.2s ease 0.1s;
    font-weight: 700; 
    border-radius: 24px;
    border: none;
    outline: none;
    width: 180px;
    cursor: pointer;
    
}

#anime {
    background: linear-gradient(135deg, #9b0909 30%, #9b0909 90%);
    color: #ffffff
}

.level-button:hover {
    
   
    background: linear-gradient(135deg, #c7c7c7 30%, #a3a3a3 90%);
   
    
}



.loading-bar
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.5s;
}

.loading-bar.ended
{
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 1.5s ease-in-out;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; &lt;- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#navigate-open {
    position: fixed;
    left: 50%;
    margin-left: -250px;
    
    
    visibility:hidden;
    opacity:0;
    transition:visibility 0.9s linear,opacity 0.9s linear;
}

.go-back {
    visibility:hidden;
    opacity:0;
    transition:visibility 0.9s linear,opacity 0.9s linear;
}




.load-oe {
    width: 400px;
    position: relative;
    float:left;
    margin: 10px;
}

.input-oe {
    position: relative;
    float:left;
    padding: 4px 8px;
    border: 0;
    font-size: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 20px 0px;
    border: none;
    outline: none;
    margin: 10px;
    width: 60px;
    font-weight: 700; 
    border-radius: 24px;
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .level-button {
    
        font-family: 'Roboto', sans-serif;
        color: rgb(10, 10, 10);
        padding: 4px 8px;
        border: 0;
        font-size: 12px;
        background: linear-gradient(135deg, #ffffff 30%, #e7e7e7 90%);
        box-shadow: rgb(0 0 0 / 15%) 0px 4px 20px 0px;
        text-align: center;
        transition: all 0.2s ease 0.1s;
        font-weight: 700; 
        border-radius: 24px;
        border: none;
        outline: none;
        width: 80px;
        cursor: pointer;
        
        opacity: 01;
        
    }
    #diavolo {
        right:0 !important;

    }
    #giganti{
        bottom: 30px !important;
        right:0 !important;
    }

    #amore{
        bottom: 60px !important;
        right:0 !important;
    }

    #inferno{
        bottom: 90px !important;
        right:0 !important;
    }

    #anime{
        bottom: 120px !important;
        right:0 !important;
    }

    #home{
        bottom: 150px !important;
        right: 0px !important;
    }

    #go-back{
        bottom: 0px !important;
        left: 0px !important;

    }


    .load-oe {
        width: 200px;
        position: relative;
        float:left;
        margin: 10px;
    }
    .input-oe {
        width: 40px;
        padding: 6px 8px;
        padding: 4px 8px;
        border: 0;
        font-size: 12px;
        
    }

    #navigate-open {
    
        margin-left: -150px;
        
   
    }
  }


/*# sourceMappingURL=main.css.map*/</pre></body></html>