/* Modal de Bienvenida - Estilo Moderno */
.welcome-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-in-out;
}

.welcome-modal-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.welcome-modal {
    background: linear-gradient(135deg, #1a0000 0%, #3d0000 50%, #610000 100%);
    border: 3px solid #ff9900;
    border-radius: 20px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0 50px rgba(255, 153, 0, 0.5), 0 0 100px rgba(255, 0, 0, 0.3);
    position: relative;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.welcome-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff9900;
    color: #1a0000;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 0 10px rgba(255, 153, 0, 0.8);
}

.welcome-modal-close:hover {
    background: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.welcome-modal-header {
    background: linear-gradient(90deg, rgba(97, 0, 0, 0.8) 0%, rgba(255, 153, 0, 0.3) 50%, rgba(97, 0, 0, 0.8) 100%);
    padding: 30px 20px;
    text-align: center;
    border-bottom: 2px solid #ff9900;
    position: relative;
    overflow: hidden;
}

.welcome-modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 153, 0, 0.1), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.welcome-modal-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ff9900;
    text-shadow: 0 0 10px rgba(255, 153, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.5);
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 153, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.5);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 153, 0, 1), 0 0 30px rgba(255, 0, 0, 0.8);
    }
}

.welcome-modal-subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.welcome-modal-body {
    padding: 30px 25px;
}

.welcome-launch-date {
    background: linear-gradient(135deg, #610000 0%, #3d0000 100%);
    border: 2px solid #ff9900;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 153, 0, 0.3), inset 0 0 20px rgba(255, 153, 0, 0.1);
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px rgba(255, 153, 0, 0.3), inset 0 0 20px rgba(255, 153, 0, 0.1);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 153, 0, 0.6), inset 0 0 30px rgba(255, 153, 0, 0.2);
    }
}

.welcome-launch-date h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ff9900;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.welcome-date-time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin: 5px 0;
}

.welcome-starter-kit {
    background: linear-gradient(135deg, rgba(255, 153, 0, 0.2) 0%, rgba(97, 0, 0, 0.3) 100%);
    border: 2px solid #ff9900;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(255, 153, 0, 0.3);
}

.welcome-starter-kit h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff9900;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.welcome-kit-description {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px 0;
    opacity: 0.9;
}

.welcome-kit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.welcome-kit-item {
    background: linear-gradient(135deg, rgba(97, 0, 0, 0.6) 0%, rgba(61, 0, 0, 0.4) 100%);
    border: 1px solid rgba(255, 153, 0, 0.5);
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.welcome-kit-item:hover {
    background: linear-gradient(135deg, rgba(97, 0, 0, 0.8) 0%, rgba(61, 0, 0, 0.6) 100%);
    border-color: #ff9900;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.4);
}

.welcome-kit-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.welcome-kit-name {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}

.welcome-features {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}

.welcome-features h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff9900;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.welcome-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome-feature-item {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 12px 15px;
    margin: 8px 0;
    background: linear-gradient(90deg, rgba(97, 0, 0, 0.5) 0%, rgba(97, 0, 0, 0.2) 100%);
    border-left: 4px solid #ff9900;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.welcome-feature-item::before {
    content: '▶';
    color: #ff9900;
    margin-right: 10px;
    font-size: 12px;
}

.welcome-feature-item:hover {
    background: linear-gradient(90deg, rgba(97, 0, 0, 0.7) 0%, rgba(97, 0, 0, 0.4) 100%);
    transform: translateX(5px);
    border-left-width: 6px;
}

.welcome-feature-highlight {
    color: #ff9900;
    font-weight: bold;
}

.welcome-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.welcome-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    border: 2px solid #ff9900;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.welcome-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.6s, height 0.6s, top 0.6s, left 0.6s;
}

.welcome-btn:hover::before {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
}

.welcome-btn-primary {
    background: linear-gradient(135deg, #ff9900 0%, #ff6600 100%);
    color: #1a0000;
    box-shadow: 0 5px 15px rgba(255, 153, 0, 0.4);
}

.welcome-btn-primary:hover {
    background: linear-gradient(135deg, #ffaa00 0%, #ff7700 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.6);
}

.welcome-btn-secondary {
    background: linear-gradient(135deg, #610000 0%, #3d0000 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(97, 0, 0, 0.4);
}

.welcome-btn-secondary:hover {
    background: linear-gradient(135deg, #7d0000 0%, #4d0000 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(97, 0, 0, 0.6);
    border-color: #ffaa00;
}

.welcome-btn-discord {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.4);
}

.welcome-btn-discord:hover {
    background: linear-gradient(135deg, #6a76f4 0%, #5761d1 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.6);
}

.welcome-btn-icon {
    font-size: 20px;
}

.welcome-modal-footer {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 153, 0, 0.3);
    border-radius: 0 0 17px 17px;
}

.welcome-footer-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cccccc;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .welcome-modal {
        width: 95%;
        margin: 10px;
    }

    .welcome-modal-title {
        font-size: 24px;
    }

    .welcome-modal-subtitle {
        font-size: 14px;
    }

    .welcome-date-time {
        font-size: 20px;
    }

    .welcome-kit-list {
        grid-template-columns: 1fr;
    }

    .welcome-kit-item {
        padding: 10px 12px;
    }

    .welcome-kit-icon {
        font-size: 20px;
    }

    .welcome-kit-name {
        font-size: 12px;
    }

    .welcome-feature-item {
        font-size: 13px;
    }

    .welcome-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* Scrollbar personalizada */
.welcome-modal::-webkit-scrollbar {
    width: 10px;
}

.welcome-modal::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.welcome-modal::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9900 0%, #610000 100%);
    border-radius: 10px;
}

.welcome-modal::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffaa00 0%, #7d0000 100%);
}
