/* ==========================================================
   B612 RESULTS — DESKTOP
   Zone droite — résultats de recherche
   ========================================================== */


/* ==========================================================
   CONTENEUR PRINCIPAL
========================================================== */

.b612-search-advanced-results {

    position: absolute;

    top: 70px;

    right: 4vw;

    width:
        min(1050px, 72vw);

    height:
        min(720px, 78vh);

    box-sizing: border-box;

    padding:
        34px 42px 26px 48px;

    overflow-y: auto;

    overflow-x: hidden;

    z-index: 30;

    background:
        linear-gradient(
            135deg,
            rgba(31, 28, 43, 0.32),
            rgba(8, 20, 42, 0.40)
        );

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);

    border: none;

    border-radius: 28px;

    box-shadow:
        0 30px 80px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.08);

    color: #ffffff;

    scrollbar-width: thin;

    scrollbar-color:
        rgba(255,255,255,0.35)
        transparent;
}


/* ==========================================================
   HALO GÉNÉRAL
========================================================== */

.b612-search-advanced-results::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 18% 35%,
            rgba(255, 165, 65, 0.28) 0%,
            rgba(255, 135, 40, 0.14) 22%,
            transparent 50%
        ),
        radial-gradient(
            circle at 88% 65%,
            rgba(255, 150, 50, 0.20) 0%,
            rgba(255, 120, 35, 0.08) 25%,
            transparent 48%
        );

    pointer-events: none;

    z-index: 1;
}


/* ==========================================================
   RÉSULTAT INDIVIDUEL
========================================================== */

.b612-search-advanced-result {

    position: relative;

    display: grid;

    grid-template-columns:
        120px minmax(0, 1fr);

    column-gap: 42px;

    min-height: 150px;

    padding:
        0 0 24px;

    margin:
        0 0 24px;

    box-sizing: border-box;
}


/* ==========================================================
   COUVERTURE
========================================================== */

.b612-search-advanced-result__cover {

    position: relative;

    width: 120px;

    height: 120px;

    flex-shrink: 0;

    border-radius: 50%;

    overflow: hidden;

    background:
        rgba(255,255,255,0.06);

    border:
        1px solid
        rgba(255,255,255,0.22);

    box-shadow:

        0 0 0 1px
        rgba(255,255,255,0.05),

        0 12px 35px
        rgba(0,0,0,0.38),

        0 0 30px
        rgba(255,153,55,0.12);

    z-index: 2;
}


.b612-search-advanced-result__cover::before {

    content: "";

    position: absolute;

    inset: -28px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,164,65,0.28) 0%,
            rgba(255,133,38,0.14) 34%,
            rgba(255,100,30,0.05) 55%,
            transparent 72%
        );

    filter: blur(18px);

    z-index: -1;

    pointer-events: none;
}


/* ==========================================================
   IMAGE
========================================================== */

.b612-search-advanced-result__cover img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}


/* ==========================================================
   PAS DE COUVERTURE
========================================================== */

.b612-search-advanced-result__cover-empty {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    padding: 30px;

    box-sizing: border-box;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.07);

    color:
        rgba(255,255,255,0.62);

    text-align: center;

    font-family:
        'Inter',
        sans-serif;

    font-size: 13px;

    line-height: 1.35;
}


/* ==========================================================
   CONTENU
========================================================== */

.b612-search-advanced-result__content {

    position: relative;

    min-width: 0;

    padding-top: 4px;

    padding-right: 54px;

    z-index: 3;
}


/* ==========================================================
   EN-TÊTE DU RÉSULTAT
========================================================== */

.b612-search-advanced-result__header {

    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;
}


/* ==========================================================
   TITRE
========================================================== */

.b612-search-advanced-result__title {

    margin:
        0 0 8px;

    font-family:
        'Cormorant Garamond',
        serif;

    font-size: 31px;

    line-height: 1.05;

    font-weight: 600;

    color: #ffffff;
}


/* ==========================================================
   AUTEUR
========================================================== */

.b612-search-advanced-result__author {

    margin:
        0 0 3px;

    font-family:
        'Inter',
        sans-serif;

    font-size: 1.05rem;

    line-height: 1.45;

    font-weight: 600;

    color:
        rgba(255,255,255,0.96);
}


/* ==========================================================
   ÉDITEUR
========================================================== */

.b612-search-advanced-result__publisher {

    margin:
        0 0 18px;

    font-family:
        'Inter',
        sans-serif;

    font-size: 12px;

    line-height: 1.35;

    color:
        rgba(255,255,255,0.58);
}


/* ==========================================================
   RÉSUMÉ
========================================================== */

.b612-search-advanced-result__summary {

    max-width: 100%;

    margin:
        0 0 17px;

    font-family:
        'Inter',
        sans-serif;

    font-size: 1.25rem;

    line-height: 1.55;

    color:
        rgba(255,255,255,0.82);

    display:
        -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient:
        vertical;

    overflow: hidden;
}


/* ==========================================================
   MÉTADONNÉES
========================================================== */

.b612-search-advanced-result__meta {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap:
        8px 18px;

    margin:
        0 0 16px;

    font-family:
        'Inter',
        sans-serif;

    font-size: 11px;

    line-height: 1.4;

    color:
        rgba(255,255,255,0.62);
}


.b612-search-advanced-result__meta span {

    white-space: nowrap;
}


.b612-search-advanced-result__meta strong {

    color:
        rgba(255,255,255,0.92);

    font-weight: 600;
}


/* ==========================================================
   ACTIONS
========================================================== */

.b612-search-advanced-result__actions {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;
}


.b612-search-advanced-result__action {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    padding: 0;

    border:
        1px solid
        rgba(255,255,255,0.18);

    border-radius: 50%;

    background:
        rgba(255,255,255,0.035);

    color:
        rgba(255,255,255,0.72);

    font-size: 13px;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.b612-search-advanced-result__action:hover {

    background:
        rgba(255,255,255,0.12);

    border-color:
        rgba(255,255,255,0.38);

    color: #ffffff;

    transform:
        translateY(-1px);
}


/* ==========================================================
   LIEN
========================================================== */

.b612-search-advanced-result__link {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 38px;

    padding:
        0 17px;

    border:
        1px solid
        rgba(255,255,255,0.35);

    border-radius: 20px;

    background:
        rgba(255,255,255,0.08);

    color: #ffffff;

    font-family:
        'Inter',
        sans-serif;

    font-size: 1.05rem;

    font-weight: 500;

    text-decoration: none;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.b612-search-advanced-result__link:hover {

    background:
        rgba(255,255,255,0.18);

    border-color:
        rgba(255,255,255,0.65);

    color: #ffffff;

    transform:
        translateY(-1px);
}


.b612-search-advanced-result__link span {

    font-size: 14px;

    line-height: 1;

    transition:
        transform 0.2s ease;
}


.b612-search-advanced-result__link:hover span {

    transform:
        translateX(3px);
}


/* ==========================================================
   FOOTER DU RÉSULTAT
========================================================== */

.b612-search-advanced-result__footer {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 18px;

    width: 100%;

    margin-top: 18px;

    color:
        rgba(255,255,255,0.55);

    font-family:
        'Inter',
        sans-serif;

    font-size: 10px;

    line-height: 1.2;
}


.b612-search-advanced-result__isbn,
.b612-search-advanced-result__publisher-footer {

    display: inline-flex;

    align-items: center;

    font-family:
        'Inter',
        sans-serif;

    font-size: 0.75rem;

    line-height: 1;

    white-space: nowrap;
}


.b612-search-advanced-result__isbn {

    color:
        rgba(255,255,255,0.55);
}


.b612-search-advanced-result__isbn strong {

    margin-right: 5px;

    color:
        rgba(255,255,255,0.38);

    font-weight: 500;
}


.b612-search-advanced-result__publisher-footer {

    position: relative;

    padding-left: 18px;

    font-weight: 500;
}


/* ==========================================================
   ÉTATS
========================================================== */

.b612-search-loading,
.b612-search-error,
.b612-search-no-results {

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 200px;

    padding: 30px;

    box-sizing: border-box;

    font-family:
        'Inter',
        sans-serif;

    font-size: 14px;

    color:
        rgba(255,255,255,0.72);

    text-align: center;
}


/* ==========================================================
   SCROLLBAR
========================================================== */

.b612-search-advanced-results::-webkit-scrollbar {

    width: 7px;
}


.b612-search-advanced-results::-webkit-scrollbar-track {

    background: transparent;
}


.b612-search-advanced-results::-webkit-scrollbar-thumb {

    background:
        rgba(255,255,255,0.35);

    border-radius: 20px;
}


.b612-search-advanced-results::-webkit-scrollbar-thumb:hover {

    background:
        rgba(255,255,255,0.52);
}
/* ==========================================================
   DESKTOP COMPACT — ZONE DE RÉSULTATS
========================================================== */

@media (min-width: 1100px)
       and (max-width: 1920px)
       and (max-height: 1080px) {

    .b612-search-advanced-results {

        top: 55px;
        right: 0;

        width: 46vw;
        max-width: 650px;

        height: 620px;

        padding:
            24px 28px 20px 30px;
    }


    .b612-search-advanced-result {

        grid-template-columns:
            90px minmax(0, 1fr);

        column-gap: 24px;

        min-height: 115px;

        padding-bottom: 17px;

        margin-bottom: 17px;
    }


    .b612-search-advanced-result__cover {

        width: 90px;
        height: 90px;
    }


    .b612-search-advanced-result__title {

        font-size: 24px;
    }


    .b612-search-advanced-result__author {

        font-size: 0.95rem;
    }


    .b612-search-advanced-result__publisher {

        margin-bottom: 13px;

        font-size: 11px;
    }


    .b612-search-advanced-result__summary {

        margin-bottom: 13px;

        font-size: 0.95rem;

        line-height: 1.4;
    }


    .b612-search-advanced-result__meta {

        gap: 6px 14px;

        margin-bottom: 12px;

        font-size: 10px;
    }


    .b612-search-advanced-result__link {

        min-height: 34px;

        padding: 0 15px;

        font-size: 0.9rem;
    }
}


/* ==========================================================
   DESKTOP LARGE — ZONE DE RÉSULTATS
========================================================== */

@media (min-width: 1501px)
       and (max-width: 1920px)
       and (max-height: 1080px) {

    .b612-search-advanced-results {

        width: 50vw;
        max-width: 760px;
    }
}
