/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2 de ago. de 2026, 00:08:51
    Author     : glaub
*/

.game-share-modal {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(
        circle at top left,
        rgba(124, 58, 237, 0.2),
        transparent 35%
        ),
        radial-gradient(
        circle at bottom right,
        rgba(236, 72, 153, 0.13),
        transparent 35%
        ),
        linear-gradient(
        145deg,
        #1d2430,
        #0d1117
        );
    color: #fff;
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.65),
        0 0 50px rgba(124, 58, 237, 0.13);
}

.game-share-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.game-share-modal-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 7px;
    color: #a78bfa;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.game-share-modal-title {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.game-share-modal-description {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.5;
}

.game-share-modal-close {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s ease;
}

.game-share-modal-close:hover {
    border-color: rgba(236, 72, 153, 0.35);
    background: rgba(236, 72, 153, 0.12);
    color: #fff;
    transform: rotate(5deg);
}

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

.game-share-preview {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
}

.game-share-preview-image {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.game-share-preview-content {
    min-width: 0;
}

.game-share-preview-label {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.game-share-preview-title {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-share-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-bottom: 23px;
}

.game-share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 96px;
    padding: 13px 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease;
}

.game-share-option:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    transform: translateY(-3px);
}

.game-share-option-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.35rem;
}

.game-share-whatsapp .game-share-option-icon {
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
}

.game-share-facebook .game-share-option-icon {
    background: rgba(24, 119, 242, 0.16);
    color: #60a5fa;
}

.game-share-x .game-share-option-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.game-share-telegram .game-share-option-icon {
    background: rgba(34, 158, 217, 0.16);
    color: #38bdf8;
}

.game-share-option-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 750;
}

.game-share-link-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 750;
}

.game-share-link-group {
    display: flex;
    gap: 9px;
}

.game-share-link-input-wrapper {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    color: #a78bfa;
}

.game-share-link-input {
    min-width: 0;
    width: 100%;
    height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.game-share-copy-button,
.game-share-native-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 17px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #7c3aed,
        #ec4899
        );
    color: #fff;
    font-size: 0.83rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.27);
    transition: 0.2s ease;
}

.game-share-copy-button:hover,
.game-share-native-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(124, 58, 237, 0.35);
}

.game-share-copy-button.is-copied {
    background: linear-gradient(
        135deg,
        #16a34a,
        #22c55e
        );
}

.game-share-native-button {
    width: 100%;
    margin-top: 13px;
}

@media (max-width: 575.98px) {

    .game-share-modal {
        margin: 12px;
        border-radius: 21px;
    }

    .game-share-modal-header {
        padding: 20px 18px 16px;
    }

    .game-share-modal-body {
        padding: 18px;
    }

    .game-share-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .game-share-option {
        min-height: 88px;
    }

    .game-share-link-group {
        flex-direction: column;
    }

    .game-share-copy-button {
        width: 100%;
    }
}