.launch-banner {
    background: rgba(8, 12, 18, 0.82);
    border: 1px solid rgba(204, 255, 0, 0.2);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(204, 255, 0, 0.14);
    color: #d5ff68;
    font-size: 0.74rem;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.share-inline,
.share-stack,
.launch-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.share-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.share-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(204, 255, 0, 0.55);
    background: rgba(204, 255, 0, 0.1);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.share-chip--primary {
    background: linear-gradient(135deg, #ccff00, #8bff39);
    border-color: #ccff00;
    color: #081018;
}

.share-chip--primary:hover {
    background: linear-gradient(135deg, #d7ff46, #b4ff63);
    color: #081018;
}

.share-feedback {
    min-height: 20px;
    color: #ccff00;
    font-size: 0.78rem;
    font-family: "Rajdhani", sans-serif;
}

.header-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.launch-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: none;
}

.launch-modal.is-open {
    display: block;
}

.launch-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 5, 10, 0.72);
    backdrop-filter: blur(8px);
}

.launch-modal__dialog {
    position: relative;
    width: min(860px, calc(100vw - 32px));
    margin: min(11vh, 100px) auto 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 14, 0.84), rgba(3, 6, 10, 0.96)),
        linear-gradient(135deg, rgba(0, 212, 255, 0.18), rgba(204, 255, 0, 0.12)),
        url("../videos/goal-prediction-video-placeholder.png");
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(204, 255, 0, 0.18);
    border-radius: 28px;
    padding: 32px 32px 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.launch-modal__dialog::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top right, rgba(204, 255, 0, 0.18), transparent 36%);
    pointer-events: none;
}

.launch-modal__dialog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ccff00, transparent);
    box-shadow: 0 0 24px rgba(204, 255, 0, 0.4);
    pointer-events: none;
}

.launch-modal__dialog h3 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: 0.03em;
}

.launch-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 auto 24px;
    max-width: 640px;
}

.launch-value {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1;
    margin: 4px 0 18px;
    color: #ccff00;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(204, 255, 0, 0.28);
}

.launch-value span {
    display: block;
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    color: #e5e7eb;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-top: 10px;
    text-shadow: none;
}

.launch-share-label {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 2px 0 14px;
}

.launch-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
}

.launch-actions {
    justify-content: center;
    margin-bottom: 18px;
}

.launch-actions .share-chip {
    min-width: 210px;
    min-height: 54px;
    padding: 14px 22px;
    font-size: 1.05rem;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.05em;
}

.launch-modal__dialog .share-stack {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.launch-modal__dialog .share-stack .share-chip {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.launch-modal__dialog .share-stack .share-feedback {
    flex-basis: 100%;
    text-align: center;
    min-height: 18px;
}

@media (max-width: 768px) {
    .launch-banner {
        padding: 16px;
    }

    .launch-modal__dialog {
        width: calc(100vw - 20px);
        margin-top: 70px;
        padding: 24px 18px 22px;
        border-radius: 20px;
    }

    .share-inline,
    .share-stack,
    .launch-actions,
    .header-actions {
        gap: 8px;
    }

    .share-chip {
        width: 100%;
    }

    .launch-actions .share-chip {
        min-width: 0;
        width: 100%;
        font-size: 0.98rem;
    }

    .launch-modal__dialog .share-stack {
        flex-wrap: wrap;
    }

    .launch-modal__dialog .share-stack .share-chip {
        width: auto;
        flex: 1 1 calc(50% - 8px);
    }
}
