@import "blog-q7TqANs.css";
@import "home-zTYxuUz.css";
@import "navbar-_zghc07.css";
@import "responsive-mzRKNXZ.css";
@import "footer--bQ8ZL1.css";
@import "portfolio-lHKd4CX.css";
@import "services-x80tZ7h.css";
@import "twitch-fraieKG.css";
@import "cta-fIxAk_r.css";
@import "about-Cz_ICvp.css";
@import "contact-nzMhzMK.css";
/* ================= GLOBAL ================= */

html, body {
    min-height: 100%;
      margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif;
    background: url('/images/bg-sakura.webp') center center / cover no-repeat fixed;
    background-size: cover;
    position: relative;
}

/* overlay global (léger pour voir le bg) */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255, 180, 230, 0.08), transparent 50%),
        linear-gradient(rgba(20, 0, 30, 0.35), rgba(70, 20, 80, 0.30));
    z-index: -1;
    pointer-events: none;
}
/* =========================
   ADMIN DASHBOARD
========================= */
.admin-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.admin-login-card {
    width: 100%;
    max-width: 420px;
    padding: 2.5rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
    color: white;
    text-align: center;
}

.admin-login-logo {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.admin-login-card h1 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.admin-login-card p {
    margin-bottom: 2rem;
    opacity: 0.85;
}

.admin-login-card form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
}

.admin-login-card label {
    font-weight: 700;
    font-size: 0.9rem;
}

.admin-login-card input {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.9);
    color: #2d1730;
    outline: none;
}

.admin-login-card button {
    margin-top: 1rem;
    padding: 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff69d2, #a855f7);
    color: white;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.45);
}

.admin-login-error {
    margin-bottom: 1rem;
    padding: 0.8rem;
    border-radius: 14px;
    background: rgba(255, 80, 120, 0.85);
    color: white;
    font-weight: 700;
}
/* =========================
   ADMIN CARDS
========================= */
.author-card {
    margin: 4rem auto;
    max-width: 900px;
    position: relative;
}

.author-avatar-wrapper {
    position: absolute;
    top: -50px;
    left: -100px;
    z-index: 2;
}

.author-avatar-wrapper img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: contain;
    background: rgba(20, 0, 35, 0.55);
    filter: drop-shadow(0 0 10px rgba(255, 150, 220, 0.45));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.author-avatar-wrapper img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 16px rgba(255, 150, 220, 0.7));
    border: 3px solid rgba(255,255,255,0.9);
}
.author-box {
    background: #4c3a91;
    color: #fff;
    padding: 2rem 2rem 2rem 150px;
    border-radius: 0 0 28px 28px;
}

.author-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.author-box p {
    margin: 0;
    line-height: 1.6;
}
.legal-page {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.legal-container {
    max-width: 800px;
    background: rgba(20, 20, 30, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 16px;
    color: #fff;
}

.legal-container h1 {
    margin-bottom: 30px;
}

.legal-container h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #ffb3ff;
}

.legal-container p,
.legal-container li {
    line-height: 1.6;
    color: #ddd;
}

.legal-container a {
    color: #ff66cc;
}
.cookie-banner {
    position: fixed;
    inset: auto 20px 20px 20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.cookie-box {
    max-width: 720px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    background: rgba(25, 18, 35, 0.95);
    color: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    backdrop-filter: blur(12px);
}

.cookie-box h2 {
    margin-bottom: 10px;
}

.cookie-box p {
    line-height: 1.6;
    color: #eee;
}

.cookie-preferences {
    margin: 18px 0;
    display: grid;
    gap: 10px;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.cookie-actions button {
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 600;
}

#cookie-accept {
    background: #ff66cc;
    color: #fff;
}

#cookie-refuse,
#cookie-customize {
    background: #fff;
    color: #2a1735;
}
.cookie-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.cookie-image {
    width: 60px;
    height: 60px;
    animation: floatCookie 3s ease-in-out infinite;
}

@keyframes floatCookie {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@media (max-width: 600px) {
    .cookie-banner {
        inset: auto 12px 12px 12px;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .cookie-actions button {
        width: 100%;
    }
}
.footer-signature {
    margin-top: 20px;
    font-size: 0.85rem;
    opacity: 0.7;
    text-align: center;
    color: #fff;
}

.footer-signature a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.footer-signature a:hover {
    opacity: 1;
}
