.lcp-wrapper {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1.75rem;
    border-radius: 20px;
    background: #050816;
    color: #ffffff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lcp-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.lcp-title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
}

.lcp-subtitle {
    font-size: 0.9rem;
    opacity: 0.85;
    margin: 0;
}

.lcp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lcp-card {
    background: radial-gradient(circle at top left, #1b1f3b, #050816);
    border-radius: 18px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0.12);
}

.lcp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.lcp-card-title {
    font-weight: 600;
}

.lcp-badge {
    font-size: 0.7rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background: rgba(255,215,0,0.15);
    color: #ffd700;
    border: 1px solid rgba(255,215,0,0.6);
}

.lcp-numbers {
    margin-bottom: 0.75rem;
}

.lcp-main-numbers,
.lcp-extra-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.lcp-chip {
    min-width: 2.1rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #ffd700, #e6b800);
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 0.85rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.lcp-chip-extra {
    background: linear-gradient(145deg, #ff7b7b, #ff4b4b);
    color: #fff;
}

.lcp-actions {
    display: flex;
    justify-content: flex-end;
}

.lcp-btn {
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-size: 0.9rem;
    cursor: pointer;
    background: linear-gradient(145deg, #ffd700, #e6b800);
    color: #000;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.lcp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 22px rgba(0,0,0,0.5);
}

.lcp-btn:active {
    transform: translateY(1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

.lcp-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.lcp-footer-left .lcp-btn {
    margin-right: 0.5rem;
}

.lcp-branding {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    opacity: 0.9;
}

.lcp-cta-front {
    margin-top: 1rem;
    text-align: center;
}

.lcp-cta-link {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #ff9a5a, #ff6a3d);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

.lcp-cta-link:hover {
    opacity: 0.95;
}
