/* --- THÈME SAKURA 2026 --- */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    /* --- Couleurs de fond --- */
    --bg-body: #8d5eb9; /* Couleur de base du body */
    --bg-surface-light: #e7d7f3; /* Couleur claire des bulles et cartes */
    --bg-surface-medium: #d5bde8; /* Ton moyen pour les dégradés nav/main */
    --bg-surface-alt: rgba(231, 215, 243, 0.8); /* Fond translucide des cartes articles */
    --bg-glass: rgba(241, 232, 247, 0.8); /* Effet verre pour les cartes d'updates */

    /* --- Couleurs de texte --- */
    --text-title: #7a3a7e; /* Violet foncé pour les titres h2/h3 */
    --text-main: #693c6f; /* Gris-violet pour le texte de lecture */
    --text-accent: #4a007d; /* Violet profond pour les liens et l'emphase */
    --text-white: #F8F4FB; /* Blanc pur pour les textes sur fond sombre */

    /* --- Couleurs d'accentuation --- */
    --accent-main: #a678d2; /* Violet vibrant (bordures doubles, hovers) */
    --accent-light: #e3daee; /* Violet très doux pour les séparateurs dashed */
    --accent-dark: #2f0b51; /* Violet très sombre pour les dégradés profonds */

    /* --- Ombres et effets --- */
    --shadow-color: rgba(166, 120, 210, 0.4); /* Ombre basée sur le violet d'accent */
    --shadow-text: rgba(122, 58, 126, 0.2); /* Ombre portée légère pour le texte */

    --felt-base: #ffffff; 
    --felt-tint: #fce4ec;
    --fabric-texture: url('img/felt.png'); /* Texture de feutrine */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Verdana', sans-serif;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur84.cur), auto !important;
}

body {
    background: url('img/wallpaperpurple2.png') repeat center center fixed;
    background-color: var(--bg-surface-light);
    background-size: cover;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    padding: 20px;
    opacity: 95%;
    text-shadow: 0px 1px 3px var(--shadow-text);
}

header {
  position: relative;
  overflow: hidden;
  background-image: url('https://i.postimg.cc/FRf9hwdG/redditbanner0002.png');
  background-position: center top;
  background-size: cover;
  max-width: 1200px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 3px double var(--accent-main);
  text-align: center;
  margin-bottom: 15px;
  color: var(--text-white);
  min-height: 120px;
}

.header-logo {
    background-image: url(img/narratikabanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    height: 90px;
    display: block;
    margin: 15px auto;
    opacity: 0.75;
}

header p {
    font-size: 1.1rem;
    color: var(--text-title);
    margin-top: 5px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.header-decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.95;
  user-select: none;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero {
  content: url("img/narratikasakurabanner2026.webp");
  opacity: 0.8;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 3px double #a678d2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.decor1 {
  content: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimages-wixmp-ed30a86b8c4ca887773594c2.wixmp.com%2Ff%2Fd34adb7b-c27e-4427-90ac-787381d4f18b%2Fdhaput6-71492c14-b942-4c34-b339-8d9b65f05da4.png%2Fv1%2Ffill%2Fw_1192%2Ch_670%2Fhakari_hanazono_from_hyakkano_by_shenalemington_dhaput6-pre.png%3Ftoken%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzIwIiwicGF0aCI6IlwvZlwvZDM0YWRiN2ItYzI3ZS00NDI3LTkwYWMtNzg3MzgxZDRmMThiXC9kaGFwdXQ2LTcxNDkyYzE0LWI5NDItNGMzNC1iMzM5LThkOWI2NWYwNWRhNC5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.MFZl395RzY8RbGaOf3JntIKUcwRsmAgINrDJ69o1Pj4&f=1&nofb=1&ipt=9399d3e32fb1b379a05e452c032b91f0f13560f9c96106806c5d10627970f502");
  width: 230px;
  bottom: 0;
  left: -50px;
  opacity: 0.5;
  z-index: 5;
  overflow: hidden;
  filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 20px #a678d2);
}

.decor2 {
  content: url("https://i.postimg.cc/j2zfxMLw/Pngtree-cherry-blossom-romantic-sakura-petal-3796618.png");
  width: 255px;
  top: -10px;
  right: 0;
  opacity: 0.5;
}

.decor3 {
  content: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpng.pngtree.com%2Fpng-clipart%2F20211226%2Foriginal%2Fpngtree-japanese-cherry-blossom-vector-png-leaves-falling-free-realistic-branch-pink-png-image_6977595.png&f=1&nofb=1&ipt=55c2aec3b1809f0dc2af243b74a2d19d0dc6ab8b1d49ba820a833a19c62f4bdd");
  width: 230px;
  bottom: -80px;
  left: 80px;
  opacity: 0.5;
  z-index: 0;
  overflow: hidden;
  rotate: 45deg;
  filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 20px #a678d2);
}

.decor4 {
    position: absolute;
    width: 255px;
    height: 270px;
    top: 50%;
    right: 7px;
    transform: translateY(28.5%) rotate(90deg);
    opacity: 0.5;
    overflow: hidden;
    z-index: -01;
}

.header-waifu-wrapper {
  position: absolute;
  bottom: 5px;
  right: -5px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  z-index: 10;
  opacity: 0.85;
}

#quote-box {
  font-size: 0.75rem;
}

@keyframes squish {
    0% { transform: scale(1); }
    50% { transform: scale(1.05, 0.95); }
    100% { transform: scale(1); }
}

.header-waifu-wrapper .quote-box-small {
  width: 220px;
  height: auto;
  padding: 10px 15px;
  background: var(--text-white);
  border: none;
  border-radius: 10px;
  color: var(--text-title);
  box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
  position: relative;
  padding-top: 5px;
  bottom: 5px;
  right: -15px;
  outline: 1.5px dashed var(--accent-main);
  outline-offset: -3px;
}

.header-waifu-wrapper .quote-box-small::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: var(--text-white);
  border-left-style: solid;
  filter: drop-shadow(1px 1px 0 var(--text-white));
  z-index: 1;
}

.header-waifu-wrapper .waifu-overlay {
  background-image: url('img/chibi.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 105px;
  height: 150px;
  pointer-events: none;
  z-index: 1;
}

::selection {
    background: var(--accent-main);
    color: white;
}

main::-webkit-scrollbar-thumb {
    background: var(--accent-main);
    border: 2px solid var(--bg-surface-light);
    box-shadow: inset 0 0 5px white;
}

.article-bubble {
  position: relative;
  background: var(--bg-surface-light);
  border: 2px dashed var(--accent-main);
  border-radius: 15px;
  padding: 15px 20px;
  font-family: 'Nunito';
  color: var(--text-main);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 70%;
  margin: 20px auto;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
}

.article-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--bg-surface-light);
  filter: drop-shadow(1px 1px 0 var(--accent-main));
  z-index: 1;
}

.dialogue-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 900px;
  margin: 20px auto;
  justify-content: flex-start;
  padding-left: 10px;
}

.container {
    display: flex;
    gap: 15px;
    max-width: 1200px;
    width: 100%;
}

nav {
    background: linear-gradient(180deg, var(--bg-surface-light), var(--bg-surface-medium));
    border: 3px double var(--accent-main);
    padding-top: 27px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    flex: 0 0 260px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
}

nav, main {
    background-color: var(--bg-surface-light) !important;
    background-image: var(--fabric-texture) !important;
    position: relative;
}

.nav-title {
    color: var(--text-title);
    font-family: 'Nunito';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1.2px;
    padding: 10px 15px;
    border-bottom: 2px dashed var(--accent-main);
    display: block;
}

/* --- COULEURS AJUSTÉES (PLUS PROFONDES) --- */
.nav-intro { --btn-color: #7b46ab; } /* Violet */
.nav-games { --btn-color: #337199; } /* Bleu canard */
.nav-songs { --btn-color: #b06a3e; } /* Terre cuite */
.nav-anime { --btn-color: #4e7d55; } /* Vert forêt */
.nav-manga { --btn-color: #8c5a6d; } /* Brun rosé */
.nav-waifu { --btn-color: #c24d80; } /* Rose magenta */
.nav-other { --btn-color: #3e7a7a; } /* Sarcelle */
.nav-infos { --btn-color: #5c4eb7; } /* Indigo */

.nav-intro a { color: #7b46ab; outline-color: #7b46ab; }
.nav-games a { color: #337199; outline-color: #337199; }
.nav-songs a { color: #b06a3e; outline-color: #b06a3e; }
.nav-anime a { color: #4e7d55; outline-color: #4e7d55; }
.nav-manga a { color: #8c5a6d; outline-color: #8c5a6d; }
.nav-waifu a { color: #c24d80; outline-color: #c24d80; }
.nav-other a { color: #3e7a7a; outline-color: #3e7a7a; }
.nav-infos a { color: #5c4eb7; outline-color: #5c4eb7; }

.nav-section li a:hover {
    background-color: var(--btn-color) !important;
    color: var(--text-white) !important;
    outline-color: var(--text-white) !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.nav-content {
    position: sticky;
    top: 20px;
    bottom: 20px;
    padding-bottom: 10px;
    flex: 1;
}

nav h2 {
    font-family: 'Nunito';
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: var(--text-title);
    
    border-bottom: 1.5px dashed var(--accent-main);
    padding-bottom: 15px;
}

nav ul {
    list-style: none;
}

.nav-section li:first-child {
    border-top: none;
}

nav li {
    margin-bottom: 0;
    color: var(--bg-surface-light);
}

nav a {
    text-decoration: none;
    font-size: 1.0rem;
    color: var(--text-main);
    background: var(--text-white);
    padding: 12px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Nunito";
    font-weight: 700;
    
    margin: 10px 12px;          
    border-radius: 16px;
    
    outline: 1.5px dashed var(--btn-color, var(--accent-main));
    outline-offset: -3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

nav a i {
    color: var(--btn-color, var(--accent-main));
    width: 20px;
    text-align: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

nav a:hover i {
    color: white;
    animation: squish 0.5s ease-out;
}

@keyframes squish-once {
    0% { transform: scale(1); }
    50% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

nav a:hover {
    background: var(--btn-color, var(--accent-main));
    color: var(--text-white);
    outline: 1.5px dashed var(--text-white);
    outline-offset: -3px;
    box-shadow: 4px 4px 10px var(--shadow-color);
    animation: squish 0.5s ease;
}

nav a:hover i {
    color: white;
}

nav a:active {
    transform: scale(0.95);
    animation: none;
}

nav ul li a i {
    margin-right: 8px;
    font-size: 1.3rem;
    text-align: center;
}

.nav-footer {
    margin-top: auto;
    padding: 10px 10px;
    font-size: 0.7rem;
    text-align: center;
    color: var(--text-main);
    border-top: 1.5px dashed var(--accent-main);
    opacity: 0.8;
    font-family: 'Nunito';
}

.highlight {
  background: var(--btn-color, var(--bg-body)) !important;
  color: var(--text-white) !important;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4);
  outline: 1.5px dashed white !important;
  outline-offset: -3px;
}

.highlight i {
    color: white !important;
}

.highlight:hover {
  background: var(--bg-body);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4);
}

main {
    background: linear-gradient(180deg, var(--bg-surface-light), var(--bg-surface-medium));
    border: 3px double var(--accent-main);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    flex: 3;
    height: 550px;
    min-height: 550px;
    overflow-y: scroll;
    position: relative;
}

main h2 {
    position: relative;
    margin: -25px 0px 20px 0px; 
    padding: 20px 20px 25px 20px;
    
    background-color: var(--accent-main);
    background-image: 
        linear-gradient(rgba(120, 60, 180, 0.4), rgba(120, 60, 180, 0.4)), 
        var(--fabric-texture);
    background-size: cover;
    background-blend-mode: soft-light;
    
    color: var(--text-white) !important;
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    
    border-radius: 0 0 25px 25px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

main h2::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1.5px dashed rgba(255, 255, 255, 0.5);
    border-radius: 0 0 20px 20px; 
    pointer-events: none;
}

main p {
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 20px;
    text-align: justify;
    font-size: 0.85rem;
}

main::-webkit-scrollbar {
  width: 12px;
}

main::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
  margin: 10px;
}

main::-webkit-scrollbar-thumb {
    background: var(--bg-body);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

main::-webkit-scrollbar-thumb:hover {
  background: var(--bg-body);
}

.updates-section {
  margin-top: 30px;
  line-height: 1.8;
}

.updates-section h2 {
  text-align: center;
  font-family: 'Nunito';
  color: var(--text-title);
  border-bottom: 2px dashed var(--bg-body);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.update-card {
    background-color: var(--text-white);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    border-radius: 20px;
    padding: 35px 25px 10px 20px;
    margin: 40px 0px 20px 0px;
    
    position: relative;
    border: none;
    outline: 2px dashed rgba(0,0,0,0.1);
    outline-offset: -4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    overflow: visible;
}

.update-card, .article-bubble {
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    background-color: var(--text-white);
}

.update-date {
    position: absolute;
    top: -20px;
    left: 15px;
    
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    padding: 8px 20px;
    color: white !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem !important;
    
    border-radius: 15px;
    transform: rotate(-1deg);
    
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    z-index: 2;
    
    outline: 1.5px dashed rgba(255,255,255,0.5);
    outline-offset: -4px;
}

.update-changes {
  list-style: none;
  padding-left: 10px;
  font-size: 0.8rem;
  color: var(--text-main);
}

.update-changes li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.update-changes li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: -0.5px;
    color: var(--accent-main);
    font-weight: bold;
    font-size: 0.8rem;
}

footer {
    display: none;
    background: linear-gradient(180deg, var(--bg-surface-medium), var(--bg-body));
    margin-top: 25px;
    padding: 15px 0;
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 3px double var(--accent-main);
    text-align: center;
    font-weight: bold;
    color: var(--text-title);
    margin-bottom: 25px;
    opacity: 0.90;
}

footer p {
    font-family: 'Nunito';
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .container {
        flex-direction: column;
        align-items: normal;
    }
    nav, main {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 600px) {
    main .articles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
}

main .articles {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    gap: 20px;
    justify-items: center;
}

.article-card {
    background: rgba(219, 238, 255, 0.8);
    border-radius: 10px;
    overflow: visible !important;
    padding: 15px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    min-width: 267px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    transition: box-shadow 0.3s ease;
}

@keyframes card-squish {
    0% { transform: scale(1); }
    40% { transform: scale(1.04, 0.98); }
    70% { transform: scale(1.02, 1.04); }
    100% { transform: scale(1.03); }
}

.article-card:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: card-squish 0.6s ease forwards;
}

.article-card:hover h3, 
.article-card:hover p,
.article-card:hover i {
    color: var(--btn-color) !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.article-card:hover::after {
    border-color: var(--btn-color) !important;
}

.article-card.upcoming {
    filter: grayscale(70%) brightness(90%);
    opacity: 0.7;
    position: relative;
    cursor: not-allowed;
}

.manga-list {
    list-style: none;
    padding-left: 5px;
    font-size: 0.85rem;
    color: var(--text-main);
    margin: 15px 0;
}

.manga-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.manga-list li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent-main);
    font-weight: bold;
    font-size: 0.75rem;
}

.music-card {
    background: rgba(219, 238, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.manga-card {
    background: rgba(219, 238, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.waifu-card {
    background: rgba(219, 238, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

.new-banner {
    position: absolute;
    top: -4px;
    left: -4px;
    
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    color: white;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    padding: 6px 10px;
    font-size: 0.7rem;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    
    border-radius: 8px;
    transform: rotate(-2deg);
    
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.new-banner::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1.5px dashed rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    pointer-events: none;
}

.genre-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    border-radius: 5px;
    font-size: 1rem;
    z-index: 3;
}

.article-card::before {
    content: "";
    position: absolute;
    border: 2px solid var(--accent-main);
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--accent-dark));
    z-index: 1;
}

.article-card::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1.5px dashed rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    pointer-events: none;
    z-index: 3;
}

.article-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 5px;
}

.article-card h3 {
    font-size: 1.2rem;
    color: var(--text-white);
    position: absolute;
    bottom: 35px;
    left: 15px;
    right: 15px;
    text-align: left;
    padding: 0;
    z-index: 2;
}

.article-card p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -10px;
    left: 15px;
    right: 15px;
    text-align: left;
    padding: 0;
    z-index: 2;
}

.article-card a {
    font-family: 'Nunito';
    font-size: 1.1rem;
    line-height: 0;
    text-decoration: none;
    color: var(--text-white);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.article-card a:hover {
    text-decoration: underline;
}

article ul {
    list-style: none;
    padding-left: 10px;
    margin: 15px 0;
}

article ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: 1.4;
}

article ul li::before {
    content: "\f005"; /* Une petite étoile (fa-star) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-main);
    font-size: 0.8rem;
    top: 2px;
}

.rank-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-rank-patch {
    position: absolute;
    top: -8px; 
    right: -8px;
    
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;

    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(10deg);
    z-index: 10;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    outline: 2px dashed rgba(255,255,255,0.4);
    outline-offset: -4px;
    pointer-events: none;
}

.mini-rank-patch span {
    color: white;
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.avant-propos-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 100, 148, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    color: white;
    gap: 10px;
}

.character-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 3px double var(--accent-main);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.character-image-wrapper .avant-propos-img {
    border: none !important;
    box-shadow: none !important;
    width: 100%;
}

.action-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, 
                rgba(94, 53, 122, 0.9) 0%,
                rgba(122, 58, 126, 0.7) 50%,
                rgba(166, 120, 210, 0) 100%);
    
    color: var(--text-white);
    padding: 40px 10px 10px 8px;
    font-size: 1.0rem;
    font-weight: bold;
    z-index: 3;
    transition: opacity 0.3s ease;
    text-align: center;
    font-family: 'Nunito';
    text-transform: uppercase;
    letter-spacing: 0.9px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.action-banner i {
    margin-right: 4px;
    font-size: 0.95rem;
}

.character-image-wrapper:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.character-image-wrapper .album-cover {
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.album-section .character-image-wrapper {
    flex: 0 0 250px;
    width: 300px;
    height: 300px;
    flex-shrink: 0;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.header-h3 {
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    color: var(--text-white) !important;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    
    padding: 12px 20px;
    margin: 35px 0 20px 0;
    
    /* Forme de ruban asymétrique */
    border-radius: 15px;
    position: relative;
    display: block;
    
    /* Ombre portée pour décoller le ruban du papier */
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);

    display: flow-root; /* Force le titre à ne pas passer sous l'infobox */
    width: auto;        /* Il prend toute la place DISPONIBLE uniquement */
    margin: 35px 0 20px 0; /* Ajoute une petite marge à droite pour ne pas coller l'infobox */
}

/* La couture sur le ruban */
.header-h3::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1.5px dashed rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    pointer-events: none;
}

/* On stylise l'icône FontAwesome à l'intérieur */
.header-h3 i {
    margin-right: 10px;
    color: var(--text-white);
    filter: 2px 2px 0px rgba(0,0,0,0.2);
}

.custom-link {
    color: var(--text-main);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1.5px dashed var(--text-main);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
}

.custom-link i {
    margin-left: 6px;
}

.custom-link:hover {
    color: var(--text-title);
    border-bottom: 1.5px solid var(--text-title);
    transform: scale(1.01);
}

.article-image {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 3px double var(--accent-main);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.avant-propos-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.avant-propos-img {
  width: 40%;
  max-width: 300px;
  border-radius: 20px;
  border: 3px double var(--accent-main);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.avant-propos-text {
  flex: 1;
}

.avant-propos-text h3 {
  margin-bottom: 1.2rem;
  font-family: 'Nunito';
  font-size: 1.6rem;
  border-bottom: 1px dashed var(--text-title);
  padding-bottom: 5px;
  color: var(--text-title);
}

.avant-propos-text p {
  text-align: justify;
  line-height: 1.8;
  color: var(--text-main);
  font-size: 0.85rem;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .avant-propos-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .avant-propos-img {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .header-decor,
  .header-waifu-wrapper {
    display: none !important;
  }

  header {
    padding: 20px 10px;
  }

  .header-logo {
    width: 320px;
    height: auto;
  }
}

.avant-propos-wrapper {
    display: flex;
    gap: 25px; 
    align-items: flex-start; 
}

@media (max-width: 900px) {
    .avant-propos-wrapper {
        flex-direction: column; 
        align-items: center; 
    }
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 12px; 
    margin-top: 15px;
    margin-bottom: 20px;
}

.info-card {
    background: rgba(219, 238, 255, 0.8);
    border: 2px dashed var(--accent-main); 
    border-radius: 15px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    padding: 10px 15px;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.info-card i {
    font-size: 1.3rem; 
    margin-right: 10px;
    color: var(--text-title);
    min-width: 20px; 
}

.info-card p {
    margin: 0;
    line-height: 1.4;
    text-align: left;
    color: var(--text-main);
    font-size: 0.8rem; 
}

.info-card p strong {
    display: block; 
    font-size: 0.9rem;
    color: var(--text-title);
    font-weight: 600;
}

@media (max-width: 550px) {
    .info-grid {
        grid-template-columns: 1fr; 
    }
}

.rank-display .rank-letter {
    font-family: 'Georgia', serif;
    font-size: 4rem;
    color: var(--text-main);
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.rating-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.rating-patch-container {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 900px;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}

.rank-patch {
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    min-width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-5deg);
    margin-right: -30px;
    z-index: 2;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
}

.description-patch::after, .rank-patch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.description-patch::after {
    border-radius: 20px;
    border-color: var(--accent-main);
    opacity: 0.6;
}

.rank-patch::after {
    border-radius: 50%;
    border-color: rgba(255,255,255,0.8);
}

.description-patch {
    background-color: var(--bg-surface-light);
    background-image: var(--fabric-texture);
    background-blend-mode: multiply;
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    border: 2px solid rgba(0,0,0,0.05);
    z-index: 1;
}

.rating-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--accent-light);
  border: 2px dashed var(--accent-main);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  padding-left: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rating-horizontal {
  flex-direction: row;
  align-items: center;
}

.rank-display {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rank-display .sword-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 0;
  filter: hue-rotate(0deg);
}

.rank-letter {
    font-family: 'Georgia', sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px var(--text-main);
    line-height: 1;
    padding-left: 6px;
    padding-bottom: 4px;
}

.rank-description {
    font-family: 'Verdana', sans-serif;
    color: var(--text-main) !important;
    font-size: 0.85rem !important;
    line-height: 1.6;
    margin: 0 !important;
}

.infobox-crea {
    float: right;
    width: 250px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: var(--text-white);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    border-radius: 15px;
    padding: 15px;
    padding-top: 40px;
    outline: 1.5px dashed var(--accent-main);
    outline-offset: -4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 5;
}

.infobox-crea img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.infobox-crea h4 {
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    color: white !important;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    text-align: center;
    
    padding: 12px;

    position: absolute;
    top: -20px;
    left: 30px;
    right: 30px;
    transform: rotate(-1.5deg);
    
    border-radius: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    z-index: 10;
    margin: 0 !important;
}

.infobox-crea h4::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1.5px dashed rgba(255, 255, 255, 0.6);
    border-radius: 12px 15px 11px 14px;
    pointer-events: none;
}

.infobox-crea p {
    font-size: 0.75rem !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

@media (max-width: 800px) {
    .infobox-crea {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.did-you-know {
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    border-radius: 20px;
    padding: 25px;
    margin: 30px 0 0 0;
    
    position: relative;
    box-shadow: 4px 6px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
}

.did-you-know h3 {
    background: none !important;
    box-shadow: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    color: white !important;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Nunito", sans-serif;
}

.did-you-know p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.did-you-know::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1.5px dashed rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    pointer-events: none;
}

.did-you-know h3 i {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
}

.article-image-float {
    float: left;
    width: 300px;
    margin: 20px 20px 10px 10px;
    background: white;
    padding: 16px 16px 54px 16px;
    box-shadow: 3px 5px 15px rgba(0,0,0,0.2);
    transform: rotate(-1deg);
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
    z-index: 5;
}

.article-image-float:hover {
    transform: rotate(0deg) scale(1.05);
}

.article-image-float img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
}

@media (max-width: 600px) {
    .article-image-float {
        float: none;
        width: 100%;
        margin: 20px 0;
        transform: none;
    }
}

.patch-date-tag {
    display: inline-flex;
    align-items: center;

    position: absolute;
    top: 61px;
    left: 75px;
    
    background-color: var(--bg-surface-light);
    background-image: var(--fabric-texture);
    background-blend-mode: multiply;
    
    padding: 7px 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--text-main);
    
    border-radius: 8px;
    transform: rotate(-1deg);
    
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border: 1.5px solid rgba(0,0,0,0.1);
    z-index: 25;
}

.patch-date-tag::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1.5px dashed var(--text-main);
    border-radius: 8px;
    opacity: 0.5;
}

.patch-date-tag i {
    margin-right: 8px;
    color: var(--text-main);
    font-size: 0.85rem;
}

.mini-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: var(--bg-surface-light);
    background-image: var(--fabric-texture);
    background-blend-mode: multiply;

    color: var(--text-main);
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 1.1rem;
    
    width: 42px;
    height: 42px;
    border-radius: 50%;
    
    position: absolute;
    top: 54px;
    
    border: 1.5px solid rgba(0,0,0,0.1);
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    
    transform: rotate(4deg);
    z-index: 24;
}

.mini-score-badge::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1.5px dashed var(--text-main);
    border-radius: 50%;
    opacity: 0.4;
    pointer-events: none;
}

.yt-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 0;
  margin-bottom: 0;
}

.yt-frame {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 54%;
  background: var(--bg-surface-light);
  border: 3px double var(--accent-main);
  border-radius: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  overflow: hidden;
}

.yt-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

.album-section {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
}

.album-cover {
    width: 35%;
    max-width: 420px;
    border-radius: 20px;
    border: 3px double var(--accent-main);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

.album-text {
    flex: 1;
}

.album-text h3 {
    margin-bottom: 0.8rem;
    font-family: 'Nunito';
    font-size: 1.6rem;
    border-bottom: 1px dashed var(--accent-main);
    padding-bottom: 10px;
    color: var(--text-title);
}

.filter-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
    background: var(--bg-surface-medium);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--accent-main);
    backdrop-filter: blur(5px);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.05);
    justify-content: space-between;

    position: sticky;
    top: 0;
    z-index: 100;
    margin-bottom: 25px;
}

.search-wrapper {
    position: relative;
    flex: 1;
    min-width: 250px;
    margin-right: -5px;
}

.search-wrapper i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-title);
    font-size: 0.9rem;
}

.search-wrapper input {
    width: 100%;
    padding: 10px 15px 10px 35px;
    border-radius: 12px;
    border: none;
    background: var(--text-white);
    color: var(--text-main);
    font-family: 'Verdana', sans-serif;
    font-size: 0.9rem;
    outline: 1.5px dashed var(--accent-main);
    outline-offset: -3px;
    transition: all 0.3s ease;
}

.search-wrapper input:focus {
    box-shadow: 0 0 10px var(--shadow-color);
}

.filter-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 18px;
    border: 2px solid transparent; 
    background: var(--text-white);
    color: var(--text-title);
    border-radius: 12px;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: 'Verdana', sans-serif;
    transition: all 0.3s ease;
    
    outline: 1.5px dashed var(--accent-main);
    outline-offset: -3px;

    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-btn:hover {
    background: var(--accent-main);
    color: var(--text-white);
    outline-color: rgba(255, 255, 255, 0.8);
    animation: squish 0.5s ease;
}

.filter-btn.active {
    background: var(--bg-body);
    color: var(--text-white);
    border-color: transparent;
    
    outline: 1.5px dashed rgba(255, 255, 255, 0.8);
    outline-offset: -3px;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.article-card.hidden {
    display: none;
    opacity: 0;
    transform: scale(0.9);
}

.tooltip-word {
    cursor: help;
    color: var(--text-main);
    font-weight: bold;
    border-bottom: 1.5px dashed var(--accent-main);
}

#custom-tooltip {
    position: fixed;
    padding: 10px 15px;
    
    background-color: var(--accent-main);
    background-image: var(--fabric-texture);
    background-blend-mode: soft-light;
    
    color: var(--felt-base);
    font-family: 'Verdana', sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;

    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    outline: 1.5px dashed var(--bg-surface-medium);
    outline-offset: -4px;
    
    box-shadow: 0px 0px 20px var(--bg-surface-medium);
    z-index: 1000;
    width: 200px;
    text-align: center;
    pointer-events: none;
    white-space: pre-line;
    
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.j-rpg-rating {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {

    header {
        display: none;
    }

    .container {
        flex-direction: column;
        gap: 10px;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 1000;
        flex-direction: row;
        flex: none;
        min-width: 100%;
        border-radius: 0 0 15px 15px;
        padding-top: 0;
        justify-content: center;
        align-items: center;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    nav h2, .nav-footer {
        display: none;
    }

    .nav-content {
        position: static;
        width: 100%;
        padding-bottom: 0;
    }

    nav ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        padding: 0 5px;
    }

    nav li {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        justify-content: center;
    }

    nav a {
        margin: 5px 2px;
        padding: 0;
        width: 45px;
        height: 45px;
        justify-content: center;
        font-size: 0;
        border-radius: 12px;
        padding-left: 11px;
    }

    nav a i {
        margin-right: 0;
        font-size: 1.2rem;
    }

    main {
        margin-top: 60px;
        height: auto;
        min-height: 400px;
        margin-bottom: 20px;
    }
}

.spoiler-badge {
    display: inline-flex;
    align-items: center;

    position: absolute;
    top: 61px;
    left: 220px;
    
    background-color: #ff7777;
    background-image: var(--fabric-texture);
    background-blend-mode: multiply;
    
    padding: 7px 12px;
    font-family: 'Verdana', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    
    border-radius: 8px;
    transform: rotate(1deg);
    
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border: 1.5px solid rgba(0,0,0,0.1);
    z-index: 25;
}

.spoiler-badge::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1.5px dashed #fff;
    border-radius: 8px;
    opacity: 0.5;
}

.spoiler-badge i {
    margin-right: 8px;
    color: #fff;
    font-size: 0.85rem;
}