/* ======== BUGS B0UNT3R :: GTA OPERATIONS STYLE ======== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;500;600;700&family=Bangers&display=swap');

/* General */
body {
    font-family: 'Oswald', sans-serif;
    background-color: #0f0620;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #e0d6f0;
    background-image:
        radial-gradient(ellipse at 20% 50%, rgba(180, 74, 255, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 45, 120, 0.08) 0%, transparent 50%);
}

a {
    color: #00e5ff;
    text-decoration: none;
}

a:hover {
    color: #ffd23f;
}

/* Header */
.header {
    background: linear-gradient(180deg, #0f0620, #1a0a2e);
    padding: 30px;
    border-bottom: 4px solid;
    border-image: linear-gradient(90deg, #ff2d78, #ff6b35, #ffd23f) 1;
}

.header h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #ffffff;
    font-family: 'Bangers', cursive;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.7);
}

.header .highlight {
    color: #ff2d78;
}

.header .tagline {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #a89ec4;
}

/* Main Content */
.main-content {
    background: linear-gradient(145deg, rgba(15, 6, 32, 0.9), rgba(26, 10, 46, 0.95));
    padding: 40px 20px;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 2px;
    border: 2px solid rgba(255, 45, 120, 0.3);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.5);
    text-align: left;
}

.main-content h2 {
    font-size: 1.8rem;
    color: #ffd23f;
    margin-bottom: 20px;
    font-family: 'Bangers', cursive;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
}

.main-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0d6f0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #e0d6f0;
}

ul li::before {
    content: "★";
    color: #ff2d78;
    font-size: 1.2rem;
    margin-right: 10px;
}

/* GTA Buttons */
.button,
.message-form {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #ff2d78, #ff6b35);
    border: 2px solid rgba(0,0,0,0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px 5px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.button:hover,
.message-form:hover {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.5), 0 0 20px rgba(255, 107, 53, 0.3);
}

/* Message Section */
.message-section {
    margin: 40px auto;
    text-align: center;
    background: linear-gradient(145deg, rgba(15, 6, 32, 0.9), rgba(26, 10, 46, 0.95));
    padding: 25px;
    border-radius: 2px;
    border: 2px solid rgba(180, 74, 255, 0.3);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.4);
    max-width: 600px;
}

.message-section h2 {
    font-size: 1.8rem;
    color: #00e5ff;
    margin-bottom: 20px;
    font-family: 'Bangers', cursive;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}

.message-section label {
    display: block;
    text-align: left;
    font-size: 1rem;
    color: #e0d6f0;
    margin-bottom: 8px;
}

.message-section input,
.message-section textarea {
    width: 100%;
    max-width: 560px;
    padding: 10px;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(15, 6, 32, 0.9);
    border: 2px solid #b44aff;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
}

.message-section input::placeholder,
.message-section textarea::placeholder {
    color: #a89ec4;
}

.message-section input:focus,
.message-section textarea:focus {
    outline: none;
    border-color: #00e5ff;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.2);
}

/* Download Section */
.download-section {
    text-align: center;
    margin: 40px 0;
}

.download-section h2 {
    font-size: 1.8rem;
    color: #ffd23f;
    margin-bottom: 20px;
    font-family: 'Bangers', cursive;
}

.download-section p {
    font-size: 1rem;
    color: #a89ec4;
}

/* Footer */
footer {
    background: #0f0620;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #a89ec4;
    border-top: 4px solid;
    border-image: linear-gradient(90deg, #ff2d78, #ff6b35, #ffd23f) 1;
}

/* Operation Sections - GTA Mission Briefing Style */
.operacion, .meetup {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(145deg, rgba(15, 6, 32, 0.9), rgba(26, 10, 46, 0.95));
    border: 2px solid rgba(255, 45, 120, 0.3);
    border-radius: 2px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
    position: relative;
}

.operacion::before, .meetup::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #ff2d78, #ff6b35, #ffd23f);
}

.operacion h2, .meetup h2 {
    font-size: 1.5rem;
    color: #ffd23f;
    margin-bottom: 10px;
    font-family: 'Bangers', cursive;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
}

.operacion p, .meetup p {
    font-size: 1rem;
    color: #e0d6f0;
    line-height: 1.6;
}

/* Action buttons */
.button.accion {
    background: linear-gradient(135deg, #ff2d78, #ff6b35);
}

.button.accion:hover {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
}

.button.volver {
    background: linear-gradient(135deg, #b44aff, #00e5ff);
}

.button.volver:hover {
    background: linear-gradient(135deg, #00e5ff, #0ff0b3);
}

.alternativa {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(145deg, rgba(180, 74, 255, 0.1), rgba(15, 6, 32, 0.9));
    border: 2px solid rgba(180, 74, 255, 0.3);
    border-radius: 2px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.4);
    text-align: center;
}

.alternativa h3 {
    font-size: 1.2rem;
    color: #00e5ff;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.w3w {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 2px solid rgba(255, 45, 120, 0.3);
    box-shadow: 4px 4px 0px rgba(0,0,0,0.4);
}

.alerta-discord {
    border: 3px solid #ff2d78;
    background: linear-gradient(135deg, rgba(255, 45, 120, 0.15), rgba(180, 74, 255, 0.1));
    color: #ffffff;
    padding: 18px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.4);
    margin: 20px;
    letter-spacing: 1px;
}

.alerta-discord h3 {
    margin: 0;
    font-size: 1.3em;
    color: #ffd23f;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}

.gif-container {
    text-align: center;
    margin: 20px 0;
}

.gif-container img {
    width: 100%;
    max-width: 800px;
    border-radius: 2px;
    border: 3px solid rgba(255, 45, 120, 0.4);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.5);
}

.gif-container video {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    border: 3px solid rgba(255, 45, 120, 0.4);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.5);
}
