#fullscreenGameContainer {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    background: #000;
    overflow: hidden;
}

#fullscreenGameContainer iframe,
.game-iframe-fullscreen {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0;
    background: #000;
}

#gameFullscreenModal .modal-content {
    height: 100vh;
    background: #000;
}

#gameFullscreenModal .modal-body {
    min-height: 0;
}

.game-toolbar-button-report {
    color: #ffffff;
    background: linear-gradient(135deg, #dc2626, #991b1b);
    border: 1px solid rgba(248, 113, 113, 0.45);
    box-shadow: 0 8px 22px rgba(220, 38, 38, 0.22);
}

.game-toolbar-button-report:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    border-color: rgba(252, 165, 165, 0.75);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(220, 38, 38, 0.32);
}

.game-toolbar-button-report:focus-visible {
    outline: 3px solid rgba(248, 113, 113, 0.35);
    outline-offset: 3px;
}

/* Modal */

.report-game-modal {
    color: #f8fafc;
    background:
        radial-gradient(
        circle at top right,
        rgba(220, 38, 38, 0.13),
        transparent 38%
        ),
        #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.report-game-modal .modal-header {
    align-items: flex-start;
    padding: 24px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.report-game-modal .modal-header > div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
}

.report-game-modal-icon {
    display: inline-flex;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fecaca;
    background: rgba(220, 38, 38, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.24);
    border-radius: 14px;
}

.report-game-modal-icon i {
    font-size: 1.2rem;
}

.report-game-modal .modal-title {
    margin: 1px 0 3px;
    font-weight: 800;
}

.report-game-modal-description {
    margin: 0;
    color: #94a3b8;
    font-size: 0.9rem;
}

.report-game-modal .modal-body {
    padding: 22px 24px;
}

.report-game-options {
    display: grid;
    gap: 11px;
}

.report-game-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    cursor: pointer;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 14px;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.report-game-option:hover {
    transform: translateY(-1px);
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(248, 113, 113, 0.45);
}

.report-game-option:has(input:checked) {
    background: rgba(127, 29, 29, 0.22);
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.report-game-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.report-game-option-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fca5a5;
    background: rgba(220, 38, 38, 0.12);
    border-radius: 12px;
}

.report-game-option-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.report-game-option-content strong {
    color: #f8fafc;
    font-size: 0.95rem;
}

.report-game-option-content small {
    margin-top: 2px;
    color: #94a3b8;
    line-height: 1.4;
}

.report-game-error {
    display: none;
    margin-top: 15px;
    padding: 11px 13px;
    color: #fecaca;
    font-size: 0.88rem;
    background: rgba(127, 29, 29, 0.25);
    border: 1px solid rgba(248, 113, 113, 0.25);
    border-radius: 10px;
}

.report-game-error.is-visible {
    display: block;
}

.report-game-modal .modal-footer {
    padding: 18px 24px 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

@media (max-width: 575.98px) {
    .report-game-modal .modal-header,
    .report-game-modal .modal-body,
    .report-game-modal .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .report-game-option {
        align-items: flex-start;
    }

    .report-game-option-content small {
        font-size: 0.78rem;
    }

    .report-game-modal .modal-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .report-game-modal .modal-footer .btn {
        width: 100%;
        margin: 0;
    }
}

    .game-rating-card {
    position: relative;
    overflow: hidden;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
}

.rating-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.24);

    font-size: 1.35rem;
    cursor: pointer;

    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.rating-star:hover {
    transform: translateY(-3px) scale(1.06);
}

.rating-star.is-preview,
.rating-star.is-selected {
    background: rgba(245, 158, 11, 0.13);
    color: #fbbf24;

    box-shadow:
        0 7px 20px rgba(245, 158, 11, 0.13);
}

.rating-star.is-selected {
    animation: ratingStarPop 0.35s ease both;
}

.rating-star:disabled {
    cursor: wait;
    opacity: 0.7;
}

.rating-label {
    min-height: 21px;
    margin-top: 9px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 0.78rem;
    font-weight: 700;
}

.game-rating-summary {
    display: flex;
    align-items: baseline;
    gap: 5px;

    margin-top: 12px;

    color: rgba(255, 255, 255, 0.62);
}

.game-rating-summary strong {
    color: #fbbf24;
    font-size: 1.15rem;
}

.rating-divider {
    margin: 0 3px;
    opacity: 0.3;
}

/* Agradecimento */

.rating-thank-you {
    position: absolute;
    inset: 0;
    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 24px;
    text-align: center;

    background:
        radial-gradient(
            circle at center,
            rgba(236, 72, 153, 0.22),
            transparent 60%
        ),
        linear-gradient(
            145deg,
            rgba(29, 36, 48, 0.98),
            rgba(13, 17, 23, 0.98)
        );

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: scale(0.92);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.rating-thank-you.is-visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.rating-thank-you-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #7c3aed,
        #ec4899
    );

    color: #fff;
    font-size: 1.75rem;

    box-shadow:
        0 14px 36px rgba(236, 72, 153, 0.3);

    animation: ratingHeartBeat 0.75s ease both;
}

.rating-thank-you strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.08rem;
}

.rating-thank-you span {
    max-width: 270px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.83rem;
    line-height: 1.5;
}

@keyframes ratingStarPop {

    0% {
        transform: scale(0.75);
    }

    60% {
        transform: scale(1.22);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ratingHeartBeat {

    0% {
        opacity: 0;
        transform: scale(0.4) rotate(-15deg);
    }

    55% {
        opacity: 1;
        transform: scale(1.18) rotate(6deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}