/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================
   MAIN LAYOUT STYLES (mainlayout.razor.css)
   ARCHITECTURE ZERO EDITION
   ========================================= */

/* --- LAYOUT PRINCIPAL --- */
.page-wrapper[b-37r7dm6i8p] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #000000;
}

main[b-37r7dm6i8p] {
    flex: 1;
}

/* --- FOOTER (LE MONOLITHE NOIR) --- */
.site-footer[b-37r7dm6i8p] {
    background: #000000; /* Fin du dégradé violet */
    color: #888888;
    padding: 3rem 1rem;
    margin-top: 4rem;
    border-top: 1px solid #111111; /* Ligne de séparation chirurgicale */
}

.footer-content[b-37r7dm6i8p] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links[b-37r7dm6i8p] {
    display: flex;
    justify-content: center;
    gap: 3rem; /* Espacement accentué pour le minimalisme */
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer-links a[b-37r7dm6i8p] {
    color: #666666;
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase; /* Effet institutionnel/légal */
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
}

.footer-links a:hover[b-37r7dm6i8p] {
    color: #FFD700; /* Jaune LXN */
    border-bottom-color: #FFD700;
}

.footer-copyright[b-37r7dm6i8p] {
    margin-top: 2rem;
    color: #444444; /* Très sombre, le copyright est secondaire */
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-copyright p[b-37r7dm6i8p] {
    margin: 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
    .site-footer[b-37r7dm6i8p] {
        padding: 2rem 1rem;
    }

    .footer-links[b-37r7dm6i8p] {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* --- BLAZOR ERROR UI (TERMINAL STYLE) --- */
#blazor-error-ui[b-37r7dm6i8p] {
    background: #050505; /* Noir profond au lieu du lightyellow */
    color: #FFFFFF;
    bottom: 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.9);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #FFD700; /* Ligne d'alerte jaune critique */
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; /* Typo code/terminal */
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #blazor-error-ui .reload[b-37r7dm6i8p] {
        color: #FFD700;
        margin-left: 1rem;
        text-decoration: none;
        border-bottom: 1px solid #FFD700;
        transition: color 0.2s;
    }

    #blazor-error-ui .reload:hover[b-37r7dm6i8p] {
        color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }

    #blazor-error-ui .dismiss[b-37r7dm6i8p] {
        cursor: pointer;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: #666666;
        transition: color 0.2s;
    }

    #blazor-error-ui .dismiss:hover[b-37r7dm6i8p] {
        color: #FFD700;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* =========================================
   RECONNECT MODAL (ReconnectModal.razor.css)
   ARCHITECTURE ZERO EDITION
   ========================================= */

.components-reconnect-first-attempt-visible[b-vkuq8jd1x7],
.components-reconnect-repeated-attempt-visible[b-vkuq8jd1x7],
.components-reconnect-failed-visible[b-vkuq8jd1x7],
.components-pause-visible[b-vkuq8jd1x7],
.components-resume-failed-visible[b-vkuq8jd1x7],
.components-rejoining-animation[b-vkuq8jd1x7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-retrying[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-failed[b-vkuq8jd1x7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vkuq8jd1x7] {
    display: block;
}

#components-reconnect-modal[b-vkuq8jd1x7] {
    background-color: #050505; /* Noir absolu */
    color: #FFFFFF;
    width: 22rem;
    margin: 20vh auto;
    padding: 2.5rem 2rem;
    border: 1px solid #333333; /* Bordure sombre */
    border-radius: 0; /* Angles droits */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vkuq8jd1x7 0.5s both;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-vkuq8jd1x7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vkuq8jd1x7 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-vkuq8jd1x7]::backdrop {
        background-color: rgba(0, 0, 0, 0.85); /* Fond étouffant */
        animation: components-reconnect-modal-fadeInOpacity-b-vkuq8jd1x7 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-vkuq8jd1x7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vkuq8jd1x7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vkuq8jd1x7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vkuq8jd1x7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

#components-reconnect-modal p[b-vkuq8jd1x7] {
    margin: 0;
    text-align: center;
    color: #A0A0A0; /* Gris tech */
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* Boutons style terminal */
#components-reconnect-modal button[b-vkuq8jd1x7] {
    border: 0;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 24px;
    border-radius: 0; /* Angles droits */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s;
    cursor: pointer;
}

    #components-reconnect-modal button:hover[b-vkuq8jd1x7] {
        background-color: #FFD700; /* Hover Jaune LXN */
        color: #000000;
    }

    #components-reconnect-modal button:active[b-vkuq8jd1x7] {
        transform: scale(0.98);
    }

.components-rejoining-animation[b-vkuq8jd1x7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vkuq8jd1x7] {
        position: absolute;
        border: 2px solid #FFD700; /* Cercles d'attente en Jaune LXN */
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vkuq8jd1x7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vkuq8jd1x7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vkuq8jd1x7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Store.razor.rz.scp.css */
/* --- STORE CONTAINER --- */
.store-container[b-o9nyqz5nn4] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.hero[b-o9nyqz5nn4] {
    text-align: center;
    padding: 6rem 0 4rem 0;
}

/* Fin du dégradé violet, bonjour le blanc pur */
.logo[b-o9nyqz5nn4] {
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: -3px;
    margin-bottom: 0;
}

.slogan[b-o9nyqz5nn4] {
    font-size: 1.2rem;
    color: #FFD700; /* Jaune LXN */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1rem;
    font-style: normal;
}

.tagline[b-o9nyqz5nn4] {
    margin-top: 2rem;
    color: #666;
    font-family: monospace;
    font-size: 0.9rem;
}

/* --- PRICING SECTION --- */
.pricing h2[b-o9nyqz5nn4] {
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 4rem;
}

.plans[b-o9nyqz5nn4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.plan-card[b-o9nyqz5nn4] {
    background: #050505;
    border: 1px solid #1A1A1A;
    border-radius: 0; /* Zéro arrondi */
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .plan-card:hover[b-o9nyqz5nn4] {
        transform: translateY(-5px);
        border-color: #333333;
    }

    .plan-card.popular[b-o9nyqz5nn4] {
        border-color: #FFD700;
    }

.badge[b-o9nyqz5nn4] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFD700;
    color: #000;
    padding: 0.4rem 1rem;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.plan-card h3[b-o9nyqz5nn4] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.description[b-o9nyqz5nn4] {
    color: #888;
    text-align: center;
    min-height: 3rem;
    font-size: 0.9rem;
    font-style: normal;
}

.amount[b-o9nyqz5nn4] {
    font-size: 3.5rem;
    font-weight: 300;
    display: block;
    text-align: center;
    letter-spacing: -2px;
}

.period[b-o9nyqz5nn4] {
    color: #666;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.features[b-o9nyqz5nn4] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    flex-grow: 1;
}

    .features li[b-o9nyqz5nn4] {
        padding: 0.8rem 0;
        border-bottom: 1px solid #111;
        color: #A0A0A0;
        font-size: 0.85rem;
        text-align: center;
    }

/* --- BOUTONS --- */
.btn-action[b-o9nyqz5nn4] {
    background: #FFFFFF;
    color: #000000;
    border: none;
    border-radius: 0;
    padding: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

    .btn-action:hover:not(:disabled)[b-o9nyqz5nn4] {
        background: #FFD700;
    }

    .btn-action:disabled[b-o9nyqz5nn4] {
        background: #333333;
        color: #666666;
        cursor: not-allowed;
    }

.btn-secondary-action[b-o9nyqz5nn4] {
    background: transparent;
    color: #888;
    border: 1px solid #333;
    border-radius: 0;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

    .btn-secondary-action:hover:not(:disabled)[b-o9nyqz5nn4] {
        color: #FFF;
        border-color: #FFF;
    }

/* --- TESTIMONIALS --- */
.testimonials[b-o9nyqz5nn4] {
    margin-top: 5rem;
    padding: 4rem 2rem;
    background: #050505;
    border-top: 1px solid #1A1A1A;
}

    .testimonials h2[b-o9nyqz5nn4] {
        color: #FFF;
        font-weight: 300;
    }

.quotes[b-o9nyqz5nn4] {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

blockquote[b-o9nyqz5nn4] {
    font-style: normal;
    color: #888;
    max-width: 300px;
    border-left: 2px solid #333;
    padding-left: 1rem;
}

/* --- MODAL PAIEMENT NETTOYÉE --- */
.modal-overlay[b-o9nyqz5nn4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content[b-o9nyqz5nn4] {
    background: #050505;
    padding: 3rem;
    border: 1px solid #333;
    border-radius: 0;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.9);
}

    .modal-content h3[b-o9nyqz5nn4] {
        margin-bottom: 1.5rem;
        font-weight: 600;
    }

.modal-price[b-o9nyqz5nn4] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.modal-info[b-o9nyqz5nn4] {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 2rem;
}

.modal-free[b-o9nyqz5nn4] {
    margin-bottom: 2rem;
    color: #A0A0A0;
}

.legal-container[b-o9nyqz5nn4] {
    background: #0A0A0A;
    border: 1px solid #1A1A1A;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.checkbox-label[b-o9nyqz5nn4] {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.85rem;
    color: #DDD;
}

    .checkbox-label input[b-o9nyqz5nn4] {
        margin-right: 1rem;
        margin-top: 0.2rem;
        width: 18px;
        height: 18px;
        accent-color: #FFD700;
    }

    .checkbox-label a[b-o9nyqz5nn4] {
        color: #FFD700;
        border-bottom: 1px solid #FFD700;
    }

.legal-disclaimer[b-o9nyqz5nn4] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #222;
    font-size: 0.75rem;
    color: #888;
    line-height: 1.5;
}

    .legal-disclaimer p[b-o9nyqz5nn4] {
        margin-bottom: 0.5rem;
    }

.voluntary-note[b-o9nyqz5nn4] {
    font-style: italic;
    color: #555;
}
