﻿
.hidden {
    display: none;
}




video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



.accedi {
    margin-top: 13%;
    right: 16%;
}

.registrati {
    right: -11%;
}




.cookie-banner {
    position: fixed;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(25, 20, 35, 0.9);
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(228 102 255 / 60%);
    backdrop-filter: blur(8px);
    color: #f5e4c3;
    padding: 20px 25px;
    width: 420px;
    z-index: 99999; 
    animation: fadeInCookie 1s ease forwards;
    font-family: 'Cinzel Decorative';
    text-align: center;
}

.cookie-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(30, 25, 45, 0.95);
    border: 2px solid rgb(201 180 255 / 50%);
    border-radius: 20px;
    padding: 25px;
    color: #e3ccfc;
    box-shadow: 0 0 25px rgb(221 180 255 / 50%);
    z-index: 100000; 
    display: none;
    animation: unfold 0.5s ease forwards;
    width: 50%;
    height: 50%;
    overflow: auto;
}

.cookie-text {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-shadow: 0 0 6px rgb(190 180 255 / 40%);
}

.cookie-link {
    background: none;
    border: none;
    color: #9a80ff;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

    .cookie-link:hover {
        color: #fff0b3;
        text-shadow: 0 0 10px #ffb347;
    }

.cookie-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cookie-btn {
    background: rgb(54 43 61 / 15%);
    border: 1px solid rgb(204 140 255 / 22%);
    color: #ffecc8;
    border-radius: 10px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 0.95em;
    transition: all 0.4s ease;
    text-shadow: 0 0 5px rgb(172 125 255 / 40%);
}

    .cookie-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 0 12px rgba(255, 215, 140, 0.6);
    }

.accept-all:hover {
    background: rgb(142 98 153 / 58%);
    color: #ffe6a3;
}

.accept-necessary:hover {
    background: rgba(180, 130, 255, 0.25);
    color: #e6d2ff;
}


@keyframes fadeInCookie {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}




@keyframes unfold {
    0% {
        transform: translate(-50%, -50%) rotateX(-90deg);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) rotateX(0deg);
        opacity: 1;
    }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.egoLinkPrivacy {
    display: inline-block;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cinzel Decorative';
    padding: 3px;
}

    .egoLinkPrivacy:hover {
        color: #c79b14 !important; 
        text-shadow: 0 0 10px #ff9b00; 
    }

::-webkit-scrollbar {
    width: 0px; 
}


::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background-color: #888;
}


    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; 
    }

::-webkit-scrollbar {
    width: 0px;
}





html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}


.fkBtnAccReg {
    font-size: 2.2em!important;
}
.fkBtnLinkMenu {
    font-size: 0.9em !important;
}


.daggerheart-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(10,0,20,0.9) 100%);
    color: #e4d3ff;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #7b1fa2;
    box-shadow: 0 -2px 10px rgba(123, 31, 162, 0.4);
    letter-spacing: 0.5px;
    z-index: 9999;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

    .footer-rating h3 {
        margin: 0;
        font-size: 1.1em;
        font-weight: 600;
        color: #c39bff;
        text-shadow: 0 0 6px rgba(195, 155, 255, 0.5);
    }

.pegi-icon {
    height: 38px;
    width: auto;
    filter: drop-shadow(0 0 6px #6a00ff);
    transition: transform 0.3s ease;
}

    .pegi-icon:hover {
        transform: scale(1.1);
    }

.footer-text {
    margin: 0;
    font-size: 0.9em;
    opacity: 0.85;
}

.highlight {
    color: #ffb6f9;
    text-shadow: 0 0 6px #ffb6f9;
}


h3 {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #a683a7;
    display: inline-block;
    padding-bottom: 10px;
}


.dice {
    font-size: 50px;
    margin-top: 20px;
}

.dado {
    width: 100px;
}

.containerMaintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.88);
    color: #d6b9df;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Georgia', serif;
    width: 80%;
    max-width: 600px;
    max-height: 55vh;
    overflow-y: auto;
    box-sizing: border-box;
}

    .containerMaintenance::-webkit-scrollbar {
        width: 6px;
    }

    .containerMaintenance::-webkit-scrollbar-thumb {
        background-color: #b583c7;
        border-radius: 10px;
    }

@media (max-width: 600px) {
    .containerMaintenance {
        width: 90%;
        padding: 15px;
        font-size: 0.95rem;
    }
}