@font-face {
    font-family: Nunito;
    src: url('fonts/Nunito-Regular.ttf');
  }
  @font-face {
    font-family: Nunito;
    src: url('fonts/Nunito-SemiBold.ttf');
    font-weight: 200;
  }
  @font-face {
    font-family: Nunito;
    src: url('fonts/Nunito-Bold.ttf');
    font-weight: bold;
  }
  @font-face {
    font-family: Nunito;
    src: url('fonts/Nunito-Black.ttf');
    font-weight: 800;
  }

:root {
    --akemi-icon: url("../assets/avatar.png");
    --link-color: #69DBFF;
    --main-link-color: #1093f4;
    --dark-link-color: #384775;
    --bg-color: #D0D0DB;
    --border-color: #8E8D98;
    --post-bg: #e4e4ec;
    --main-color: #4D4B57;
    --main-transparent-color: #4D4B57aa;
    --text-color: white;
    --text-bg: #6A6873;
    --dark-color: #373540;
    --dark-color-text: #373540;
    --dark-transparent-color: #373540a0;
    --sub-color: #8E8D98;
    --visited-link-color: #62687d;
    --sub-dark-color: #6A6873;
    --sub-dark-transparent-color: #6A687380;

    --extra1: #7accfc;
    --extra2: #ffbc93;
    --extra3: #ffa2a2;
    --extra4: #b2ffac;
    --extra5: #9EE6FF;
    --extra6: #bdb7ff;
    --extra7: #ffbef0;
  }
  /* ================================================================================================================================================ */
  /* switch themes */
  [data-theme="festive"] {
    --akemi-icon: url("../assets/avatar.png");
    --link-color: #FFD469;
    --main-link-color: #633F9E;
    --dark-link-color: #23136c;
    --bg-color: #ff924f;
    --border-color: #6dbbff;
    --post-bg: #ffffff;
    --main-color: #352255;
    --main-transparent-color: #352255aa;
    --text-bg: #a6daff;
    --dark-color: #090821;
    --dark-transparent-color: #17144Fa0;
    --sub-color: #b871ff;
    --sub-dark-color: #633F9E;
    --visited-link-color: #8188c1;
    --sub-dark-transparent-color: #23136c80;
  }
  [data-theme="festive"] .decorated-list li::before,
  [data-theme="festive"] .decorated-button a::before,
  [data-theme="festive"] .decorated-button a::after {content: "🎃";}
  [data-theme="festive"] .rainbow-nav li:nth-child(odd) a {background-color: var(--link-color);}
  [data-theme="festive"] .rainbow-nav li:nth-child(even) a {background-color: var(--bg-color);}
  [data-theme="festive"] .rainbow-nav li a:hover {background-color: var(--sub-color);}
  [data-theme="festive"] .main-capsule a:hover {color: var(--text-color);}
  [data-theme="festive"] .mybuttons a {color: var(--text-color);}
  [data-theme="festive"] .mybuttons a:hover {background-color: var(--bg-color);}
  [data-theme="festive"] .post-header {
    color: var(--bg-color);
    border-bottom-color: var(--link-color);
  }
  [data-theme="festive"] .post {
    color: var(--text-color);
    background-color: var(--dark-color);
  }
  [data-theme="festive"] #status li:nth-child(odd) {
    color: var(--link-color);
    background-color: var(--dark-transparent-color);
  }
  [data-theme="festive"] #roadmap h3 {color: var(--link-color);}

  /* --------------------------------------------------------------------------------------------------------------------- */

  [data-theme="winter"] {
    --akemi-icon: url("../assets/avatar.png");
    --link-color: #E2E6FF;
    --main-link-color: #84F3FF;
    --dark-link-color: slateblue;
    --bg-color: #CAD1FF;
    --border-color: #0a8bfc;
    --post-bg: #cce8ff;
    --text-color: #7a89cc;
    --main-color: white;
    --main-transparent-color: #fff6;
    --text-bg: #8fd0ff;
    --dark-color: #b1bdf0;
    --dark-color-text: #6077df;
    --dark-transparent-color: #6a5acdb5;
    --sub-color: #b3bff0;
    --sub-dark-color: #E2E6FF;
    --visited-link-color: #4856c2;
    --sub-dark-transparent-color: #f1d2ffc7;

    --extra1: #d9fc5a;
    --extra2: #ffbc93;
    --extra3: #e9ff9a;
    --extra4: #b2ffac;
    --extra5: #9EE6FF;
    --extra6: #bdb7ff;
    --extra7: #ffbef0;
  }
  [data-theme="winter"] * {scrollbar-color: white var(--text-color);}
  [data-theme="winter"] .decorated-list li::before,
  [data-theme="winter"] .decorated-button a::before,
  [data-theme="winter"] .decorated-button a::after {content: "❄️";}
  [data-theme="winter"] .rainbow-nav li:nth-child(odd) a {background-color: var(--link-color);}
  [data-theme="winter"] .rainbow-nav li:nth-child(even) a {background-color: var(--bg-color);}
  [data-theme="winter"] .rainbow-nav li a:hover {background-color: #b2fcff;}
  [data-theme="winter"] #status li:nth-child(odd) {background-color: var(--sub-dark-color); color: var(--text-color);}
  [data-theme="winter"] #status li:nth-child(even) {background-color: white; color: var(--text-color);}
  [data-theme="winter"] .side-list a,
  [data-theme="winter"] .main-capsule a,
  [data-theme="winter"] .main-container a,
  [data-theme="winter"] .desc-link a,
  [data-theme="winter"] .capsule-footer a,
  [data-theme="winter"] .bubble-light,
  [data-theme="winter"] .hiddenblurb,
  [data-theme="winter"] #status a {color: var(--text-color);}
  [data-theme="winter"] .box a,
  [data-theme="winter"] .small-banner a,
  [data-theme="winter"] .main-capsule a:hover,
  [data-theme="winter"] #comments p,
  [data-theme="winter"] .news,
  [data-theme="winter"] .news a,
  [data-theme="winter"] .news h3 {color: white;}
  [data-theme="winter"] .small-banner a {text-shadow: var(--text-color) 2px 2px;}
  [data-theme="winter"] .essay p {text-shadow: none;}
  [data-theme="winter"] .box {background-color: var(--sub-color);}
  [data-theme="winter"] .box a:hover,
  [data-theme="winter"] .side-list a:hover,
  [data-theme="winter"] .news a:hover,
  [data-theme="winter"] #status a:hover,
  [data-theme="winter"] .main-container a:hover,
  [data-theme="winter"] .desc-link a:hover,
  [data-theme="winter"] .bigbox a:hover {color: var(--main-link-color);}
  [data-theme="winter"] #navbar li a:hover,
  [data-theme="winter"] .bigbox details {background-color: white;}
  [data-theme="winter"] .bigbox a,
  [data-theme="winter"] .capsule-footer a:hover {color: var(--dark-link-color);}
  [data-theme="winter"] .side-list summary,
  [data-theme="winter"] .side-list details[open] summary {color: slateblue;}
  [data-theme="winter"] .hiddenblurb details {background-color: var(--sub-dark-color);}
  [data-theme="winter"] ::selection {
    background: var(--main-link-color);
    color: darkslateblue;
  }
  [data-theme="winter"] .post-header {
    color: var(--text-color);
    border-bottom-color: var(--sub-color);
  }
  [data-theme="winter"] .post {
    color: var(--text-color);
    background-color: var(--link-color);
  }
  [data-theme="winter"] .anime-search-input {
    background-color: white;
    color: var(--text-color);
    border-color: var(--main-link-color);
  }

    [data-theme="winter"] .anime-search-input:focus {
        border-color: var(--main-link-color);
        box-shadow: 0 0 15px rgba(132, 243, 255, 0.5);
    }

    [data-theme="winter"] .search-clear-btn {
        background-color: var(--sub-color);
        color: var(--text-color);
    }

    [data-theme="winter"] .search-clear-btn:hover {
        background-color: var(--main-link-color);
        color: white;
    }

    [data-theme="winter"] .pagination a,
    [data-theme="winter"] .pagination span {
        background-color: var(--sub-color);
        border-color: var(--main-link-color);
    }

    [data-theme="winter"] .pagination a:hover {
        background-color: var(--main-link-color);
        color: white;
        box-shadow: 0 4px 12px rgba(132, 243, 255, 0.5);
    }

    [data-theme="winter"] .pagination .current-page {
        background-color: var(--main-link-color);
        color: white;
    }

/* ================================================================================================================================================ */

  .rainbow li:nth-child(7n+1) a {background-color: var(--extra1);}
  .rainbow li:nth-child(7n+2) a {background-color: var(--extra2);}
  .rainbow li:nth-child(7n+3) a {background-color: var(--extra3);}
  .rainbow li:nth-child(7n+4) a {background-color: var(--extra4);}
  .rainbow li:nth-child(7n+5) a {background-color: var(--extra5);}
  .rainbow li:nth-child(7n+6) a {background-color: var(--extra6);}
  .rainbow li:nth-child(7n+7) a {background-color: var(--extra7);}
  .rainbow li a {
    color: var(--dark-link-color);
  }
  .rainbow li a:hover {
    background-color: var(--border-color);
    color: var(--text-color);
    transition: none;
  }
  html {scroll-behavior: smooth;}
  ::selection {
    background: var(--text-color);
    color: var(--dark-color);
  }
  * {
    box-sizing: border-box;
    scrollbar-color: var(--bg-color) var(--sub-dark-color);
    scrollbar-width: thin;
  }

  body {
    font-family: 'Nunito', Verdana, Tahoma, sans-serif;
    font-size: 16px;
    margin: 0;
    /* background-image: url(https://64.media.tumblr.com/4cc0e348173afc1d23f65ab462ff9297/tumblr_n4rgahMCH41ts7zcto1_500.gif); */
    background: var(--bg-color);
    color: var(--text-color);
  }

  details > summary {cursor: pointer;}

  main {
    width: 600px;
    background: var(--main-color);
    border-radius: 1em;
    margin: .2em .3em;
    padding: 1em;
    order: 2;
  }
  main h2 {
    margin: 0;
    padding: .2em;
    text-align: center;
    text-shadow: var(--dark-color) 2px 2px;
  }

  .wide {width: 860px;}
  .widebanner {
    display: block;
    margin: 0 auto;
    width: 80%;
    border-radius: 0;
  }

  .main-capsule {
    border: 2px dashed var(--sub-color);
    background-color: var(--sub-dark-color);
    border-radius: .5em;
    text-shadow: var(--dark-color) .1em .1em .2em;
  }
  .main-capsule h2 {border-bottom: 2px dashed var(--sub-color);}
  .main-capsule hr {
    border: 0;
    border-top: 2px dashed var(--sub-color);
    margin: 0;
    margin-bottom: .8em;
  }
  .dark-container {
    background-color: var(--main-transparent-color);
    padding: 1em;
  }
  .dark-container p {margin: .2em;}
  main .dark-container {
    background-color: var(--dark-color);
    padding: 1em .5em;
  }
  main .dark-container p {margin: 0;}
  main .dark-container img {
    border-radius: .4em;
  }
  .dark-container .bubble {
    background-color: var(--bg-color);
    text-shadow: none;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 1em 3em;
  }
  .dark-container .bubble h3 {margin: 0;}
  .dark-container .bubble a {
    color: var(--dark-text-color);
    transition: none;
  }
  .dark-container .bubble a:hover {
    color: var(--main-link-color);
  }

  .main-container {
    background-color: var(--main-color);
    padding: 1em;
  }
  .main-container h1 {margin: 0;}
  .main-container p {margin: 1em .2em;}

  aside {
    width: 240px;
    background: var(--main-color);
    padding: .6em;
    margin: .2em .3em;
    border-radius: 1em;
  }

  aside h2, aside h3 {
    border-bottom: 2px dashed var(--sub-color);
    text-shadow: var(--dark-color) 2px 2px;
    text-align: center;
    padding: .4em;
    margin: 0;
  }
  aside h2 {
    padding: .2em;
    text-transform: uppercase;
  }

  a {color: var(--link-color);}
  a:visited {color: var(--bg-color);}
  a:hover {
    color: var(--link-color);
    text-decoration: none;
    transition: color 0.25s ease;
  }

  a img.hover {display: none;}
  a img.default {display: inherit;}
  a:hover img.hover {display: inherit;}
  a:hover img.default {display: none;}

  h1,
  h2,
  h3 {
    font-weight: 800;
  }

  #navbar {
    height: auto;
    max-width: 1080px; margin: 10px auto 10px;
  }
  #navbar ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    justify-content: space-evenly;
  }
  #navbar li {padding-top: 10px;}
  #navbar li a {
    display: inline-block;
    min-width: 125px;
    width: auto;
    height: 2rem;
    line-height: 2rem;
    padding: 0 3rem;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;

    color: var(--text-color);
    background-color: var(--sub-dark-color);
    font-weight: 800;
    border-radius: 2rem;
    text-decoration: none;
  }
  #navbar li a:hover {
    color: var(--text-color);
    background-color: var(--sub-color);
  }
  #navbar li a:visited {color: var(--text-color);}
  #navbar ul li form {
    display: inline-block; /* para que no rompa el diseño */
  }

  #navbar ul li form .nav-btn {
    min-width: 90px; /* change */
    width: auto;
    height: 2rem;
    line-height: 2rem;
    color: var(--text-color);
    background-color: var(--sub-dark-color); /* mismo color que los otros */
    border: 2rem;
    border-radius: 2em;
    /* padding: 0 3rem; dont use */
    font-weight: 800;
  }
  #navbar ul li form .nav-btn:hover {
    color: var(--text-color);
    background-color: var(--sub-color);
  }

  .theme-switch {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding: 0 2rem;

    color: var(--text-color);
    background-color: var(--sub-dark-color);
    font-weight: 800;
    border-radius: 2rem;
    cursor: pointer;
  }
  .theme-switch:hover {
    color: var(--text-color);
    background-color: var(--sub-color);
  }
  .theme-switch input {display:none;}

  .slider {
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
  }
  /* 🎃 */
  .slider:before {content: "❄️";}
  input:checked + .slider:before {content: "🌟";}

  #sidebar-left {order: 1;}
  #sidebar-right {order: 3;}

  .container {
    padding: .6em;
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
  }
  main .icon {
    display:inline-block;
    border-radius: 5em;
    margin-right: .5em;
    background: var(--akemi-icon);
    width: 125px;
    height: 125px;
    background-size: cover;
    background-position: center;
    transition: box-shadow 0.3s ease;
  }
  /* Efecto Glow */
  main .icon:hover {
    box-shadow: 0 0 15px 8px rgba(0, 255, 255, 0.6);
  }
  @media (max-width: 600px) {
    .icon {
      width: 100px;
      height: 100px;
    }
  }
  .bio {
    display:inline-block;
    max-width: 300px;
    vertical-align: top;
    margin: auto;
  }
  .bio h1 {
    margin: 0;
    text-align: left;
  }

  .bubble-light {
    background-color: var(--bg-color);
    color: var(--dark-color);
    border-radius: .8em;
    padding: .5em .8em;
    min-width: 200px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 1em;
    text-shadow: none;
  }
  .bubble-light p {margin: 0;}
  .bubble-light a {color: var(--main-link-color)}
  .bubble-light h3 {margin:0;}
  .main-capsule .bubble-light {
    text-align:center;
    margin: 1em 2em;
    padding: 1em;
  }

  .bubble-small {
    background-color: var(--sub-dark-color);
    border-radius: .8em;
    padding: .8em 2em;
    text-align: center;
    margin: 1em auto;
    width: fit-content;
    text-shadow: var(--dark-color) .1em .1em .2em;
  }
  aside .bubble-small {
    font-size: smaller;
  }

  .side-capsule {
    border: 2px dashed var(--sub-color);
    background-color: var(--sub-dark-color);
    border-radius: .5em;
    text-shadow: var(--dark-color) .1em .1em .2em;
  }
  .side-capsule .main-container p {margin:0;}

  .side-capsule hr {
    border: 0;
    border-top: 2px dashed var(--sub-color);
    margin: 0;
    margin-bottom: .8em;
  }
  .mini-vp {
    background-color: var(--dark-color);
    color: var(--bg-color);
    padding: .5em;
    overflow:auto;
    height:212px;
    font-size: smaller;
  }
  .mini-vp ul {padding-left: 0;}
  .news ul {margin:0; padding-left:0;}
  .news li {
    padding: 8px 0;
    list-style-type: none;
  }
  .news span {
    color: var(--text-color);
    font-weight: bold;
    margin: 0;
  }
  .decorated-list li::before {
    content: "🎀";
    padding-right: 8px;}

  .decorated-button a::before,
  .decorated-button a::after {
    content: "🎀";
    color: var(--text-color);
    font-size: .8em;
  }
  .decorated-button a::before {padding-right: .1rem;}
  .decorated-button a::after {padding-left: .1rem;}
  .decorated-list {list-style: none;}
  main .news li {border-bottom: 2px dashed var(--dark-color);}
  .mini-vp li {border-bottom: 2px dashed var(--main-color);}
  .capsule-footer {
    text-align: center;
    text-shadow: none;
    margin: .8em;
  }
  .capsule-footer a {
    color: var(--bg-color);
    text-decoration: none;
  }
  .capsule-footer a:hover {
    color: var(--link-color);
    text-decoration: underline;
  }
  .rainbow-nav {
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    justify-content: space-evenly;
    gap: 4px;
  }
  .rainbow-nav li a {
    display: inline-block;
    min-width: 200px;
    height: 2rem;
    line-height: 2rem;
    color: var(--dark-link-color);
    font-weight: 800;
    border-radius: 1rem;
    text-decoration: none;
  }
  .rainbow-nav li a:visited {color: var(--dark-link-color);}
  .rainbow-nav li a:hover {
    color: var(--text-color);
    background-color: var(--sub-color);
    transition: none;
  }
  .rainbow-nav li:nth-child(1) a {background-color: #dd763a;}
  .rainbow-nav li:nth-child(2) a {background-color: #62b4da;}
  .rainbow-nav li:nth-child(3) a {background-color: #777991;}
  .rainbow-nav li:nth-child(4) a {background-color: #b2ffac;}
  .rainbow-nav li:nth-child(5) a {background-color: #999060;}
  /* .rainbow-nav li:nth-child(6) a {background-color: #736bd4;}
  .rainbow-nav li:nth-child(7) a {background-color: #ffbef0;} */
  #newsletter input {
    font-family: Nunito;
    font-weight: 200;
    font-size: 16px;
    border-radius: 4px;
    padding: 4px 8px;
    background-color: var(--main-transparent-color);
    border: 1px solid var(--sub-dark-color);
    color: var(--text-color);
    width: 90%;
  }
  #newsletter button {
    color: var(--text-color);
    background-color: var(--sub-dark-color);
    border: 2px solid var(--main-color);
    border-radius: 1em;
    padding: .5em 1em;
    transition: background-color .2s ease;
    text-transform: uppercase;
    font-family: Nunito;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 4px;
  }
  #newsletter button:hover {
    background-color: var(--sub-color);
    transition: background-color .2s ease;
    cursor:pointer;
  }
  .small-banner-container {
    justify-content: center;
    gap: .5em;
    background-color: var(--dark-color);
    border-radius: .4em;
    padding: .5em 0;
    margin: 0;
  }
  .small-banner {
    position: relative;
    max-width: 170px;
    font-weight: bold;
    text-shadow: var(--dark-color) 2px 2px;
  }
  .small-banner a {color: var(--text-color);}
  .small-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .3em;
  }
  .overlay-top, .overlay-bottom {
    position: absolute;
    background: rgb(0, 0, 0);
    background: var(--dark-transparent-color);
    width: 100%;
    transition: .5s ease;
    text-align: center;
    opacity: 1;
  }
  .overlay-top {top: 0;}
  .overlay-bottom {
    bottom: 0;
    padding: .3em;
  }
  .small-banner:hover .overlay-top,
  .small-banner:hover .overlay-bottom {opacity:0;}
  .infoblock {
    border: 2px dashed var(--sub-dark-color);
    margin: .5em auto;
    padding: 8px;
    width: 240px;
    text-align: center;
    gap: 1em;
  }
  .videoembed {
    border: 2px dashed var(--sub-dark-color);
    margin: .5em auto;
    padding: 8px;
    width: 100%;
    text-align: center;
    gap: 1em;
  }
  .videoembed iframe {
    border-radius: .2em;
    max-width: 100%;
  }
  .infoblock img {
    border-radius: .2em;
    max-width: 220px;
  }
  .infoblock h3 {
    margin: 0;
    font-weight: bold;
    max-width: 220px;
  }
  .gallery-box {
    background: var(--main-transparent-color);
    border-radius: .4em;
    margin: .5em auto;
    padding: 8px;
    width: 172px;
    display: inline-block;
    text-align: center;
  }
  .gallery-box img {
    border-radius: .2em;
    max-width: 100%;
  }
  .gallery-box h3 {
    text-align: center;
    font-weight: bold;
    margin:0;
  }
  .mybuttons {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mybuttons li {
    padding: 4px 0;
    text-shadow: none;
  }
  .mybuttons li a {
    display: inline-block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding: 0 .5rem;
    vertical-align: middle;

    color: var(--text-color);
    background-color: var(--sub-dark-color);
    font-weight: bold;
    border-radius: .25rem;
    text-decoration: none;
    text-align: center;
  }
  .mybuttons li a:visited {color: var(--text-color);}
  .mybuttons li a:hover{
    background-color: var(--link-color);
    color: var(--text-color);
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .infoblock .mybuttons li a {
    min-width: 180px;
  }
  .videoembed .mybuttons li a {
    min-width: 180px;
  }

  /*need to redo this later*/
  #gameDetails {margin: 1em 0;}
  #gameDetails img {
    border-radius: .8em;
    width: 100px;
    margin-right: 10px;
  }
  .description {display: inline-block;}
  .description p {text-indent:0; margin: .7em 0 ;}
  .description h3 {margin: 0}
  /*!!*/

  .bigbox {
    margin: .5em;
    border: 2px dashed var(--sub-dark-color);
  }

  .bigbox details {
    padding: 10px;
    background-color: var(--dark-color);
  }
  .bigbox summary {
    font-size: 120%;
    font-weight: bold;
    padding: 8px;
    transition: .5s ease background-color;
  }
  .bigbox summary:hover {
    background-color: var(--sub-dark-transparent-color);
    transition: .25s ease background-color;
  }
  .bigbox h4 {
    background: var(--bg-color);
    color: var(--main-color);
    border-radius:.5em;
    padding: 4px 4px 4px 10px;
  }
  .bigbox p, .bigbox h3 {
    padding-left: 1em;
    padding-right: 1.5em;
  }
  .bigbox li {padding-right: 1.5em;}

  .side-list {
    background-color: var(--main-color);
    padding: 0;
    color: var(--bg-color);
    text-shadow: none;
  }
  .side-list summary {
    padding: .5em;
  }

  .side-list h4 {
    color: var(--text-color);
    padding: .2em .4em;
    margin: 0;
    background: linear-gradient(90deg, var(--sub-dark-transparent-color) 0%, var(--main-color) 100%);
  }
  .side-list ul {margin: 0; padding-left: .8em; }
  .side-list li {
    padding: .3em;
    list-style-type: none;
    font-size: smaller;
  }
  .side-list details summary {background-color: var(--dark-color);}
  .side-list details[open] summary {
    background-color: var(--bg-color);
    color: var(--dark-color);
    font-weight: bold;
  }
  .side-list details summary:hover{background: linear-gradient(90deg, var(--main-color) 0%, var(--dark-color) 100%);}
  .side-list details[open] summary:hover{background: linear-gradient(90deg, var(--text-color) 0%, var(--bg-color) 100%);}

  .side-list li a:visited {color: var(--bg-color);}
  .side-list li a:hover {
    color: var(--text-color);
    transition: 0s;
    text-decoration: underline;
  }

  .line-light {
    margin: 2em auto;
    width: 75%;
    border: 0;
    border-top: 2px solid var(--bg-color);
  }
  .line-dash {
    border:0;
    border-top: 2px dashed var(--sub-dark-color);
  }

  .box {
    border: 2px dashed var(--sub-dark-color);
    background-color: var(--main-transparent-color);
    padding: .6em;
  }
  .box h3 {margin:.2em;}
  .box-small {
    border: 2px dashed var(--sub-dark-color);
    background-color: var(--main-transparent-color);
    padding: .6em;
    width: fit-content;
    margin: auto;
  }
  .box-small p {margin: 0;}
  .post-date {
    text-align: right;
    font-size: smaller;
    text-shadow: none;
    margin: .8em 1.2em;
  }
  /*diary*/
  .post {
    background-color: var(--bg-color);
    color: var(--dark-color);
    border-radius: 1rem;
    padding: 0 .8rem .2rem .8rem;
  }
  .post-header {
    color: var(--sub-dark-color);
    font-weight: bold;
    padding: .5rem 0;
    border-bottom: 2px dashed var(--sub-color);
  }
  .post-timestamp {
    float:right;
    font-weight:normal;
    font-size: smaller;
    margin: .2em;
  }
  .post a {color:var(--dark-color);}
  #diary {
    display: grid;
    height: fit-content;
    grid-column: 1;
    gap: 10px;
  }
  #status {
  background-color: var(--main-color);
  color: var(--bg-color);
  font-size: smaller;
  }
  #status ul {margin:0; padding-left:0;}
  #status li {list-style: none; padding: .4em .5em;}
  #status li:nth-child(odd) {font-weight: bold;}
  #status li:nth-child(even) {background-color: var(--dark-color);padding-left: 1em;}
  /*-*/
  /*about*/
  .hiddenblurb {
    flex:2;
    min-width: 180px;
    font-size: 15px;
    font-weight: 200;
    color: var(--dark-color);
  }
  .hiddenblurb details {
    margin: .5em;
    background-color: var(--bg-color);
    padding: .5em .8em;
    border-radius: .8em;
  }
  .hiddenblurb summary {
    font-size: 1.4em;
    font-weight: 800;
  }
  .hiddenblurb img {
    float:right;
    box-shadow: var(--sub-dark-color) 1px 1px 3px;
  }
  .faveblurb {
    border-radius: .8em;
    padding: .5em .8em;
    text-align: center;
    color: #384775;
    font-size: 14px;
    font-weight: 200;
    margin: .5em 0;
  }
  .faveblurb strong {
    font-weight: 800;
  }
  #backstory img {
    border-radius:.2em;
    box-shadow: var(--dark-color) 1px 1px 5px;
    display: block;
    margin: auto;
  }
  .anime-list {
    border-radius:.2em;
    overflow: auto;
    height: 950px;
    background-color: var(--sub-dark-color);
  }
  .essay {
    border-radius:.2em;
    overflow: auto;
    height: 500px;
    background-color: var(--sub-dark-color);
    margin-top: 1em;
    padding: 8px 1.8em 8px 1em;
  }
  .essay h2 {
    text-shadow: var(--dark-color) 2px 0 5px;
  }
  .essay p {
    font-size: 15px;
    line-height: 1.5;
    text-shadow: black 1px 0 10px;
  }
  /*-*/
  #comics .mybuttons li a {width: 220px;}
  .center {text-align: center;}
  .noborder {border: none; border-radius:.4em;}
  .less-padding {padding-left:1em; margin: 0;}
  .pixelart {image-rendering: pixelated;}
  .large-image {width: 100%;}
  #flex {display: flex; max-width: 1080px; margin: auto;}
  .rows {display: flex; flex-wrap: wrap; flex-direction: row;}
  .columns {display: flex; flex-wrap: wrap; flex-direction: column;}
  .small-text {font-size: 13px;}
  .small-text li {padding: .2em 0;}
  audio {
    width: 100%;
    height: 30px;
    border-radius: 10px;
  }
  .svg-icon {
    width: 26px;
    float:left;
    margin-top: 3px;
  }
  .youtube-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  marquee {
    font-size: 13px;
    padding:4px;
    margin: 1em 0;
    background-color: var(--sub-dark-color);
  }
  footer {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    color: var(--main-color);
  }
  footer a, footer a:hover, footer a:visited {color: var(--main-bg-color);}
  @media only screen and (max-width: 800px) {
    #flex {flex-wrap: wrap;}
    main {
      width: 100%;
      order:1;
    }
    aside {width: 100%;}
    .sidebar-left {order:2;}
    .sidebar-right {order:3;}
    #navbar {width: 100%;}
    .widebanner {width: 100%;}
    .bigbox {margin: .5em 0;}
  }
  .musicbox {
    border-radius: .2em;
    padding: .5em;
    margin: .5em 0;
  }
  .musicbox img { float:left; }
  .musicbox audio {
      display: block;
      margin-top: 8px;
      width: 100%;
  }
  .songInfo {
      display: inline-block;
      padding-left: 10px;
      padding-bottom: 10px;
      width: calc(100% - 110px);
      min-height: 100px;
  }
  .musicbox h3 {margin:0;}
  #vsynth h3 {padding-top: 1em;}
  .default {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
  .content-default {
    border: 2px dashed var(--sub-color);
    background-color: var(--sub-dark-color);
    border-radius: .5em;
    text-shadow: var(--dark-color) .1em .1em .2em;
  }
  .content-default h1 {border-bottom: 1px dashed var(--sub-color); text-align: center; font-size: clamp(12px, 5vw, 36px);}
  .content-default hr {
    border: 0;
    border-top: 0px dashed var(--sub-color);
    margin: 0;
    margin-bottom: .8em;
  }
  .img-default {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border: 3px dashed var(--sub-color);
    border-radius: .5em;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  .img-side-1 {
    max-width: 50%;
    height: auto;
    margin: 40px auto;
  }

  ul.genre-list {
    list-style: none;
    padding-right: 2em;
  }

  ul.genre-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
  }

  ul.genre-list li::before {
    content: "🔵";
    position: absolute;
    left: 0;
    color: teal;
  }

  /* Start https://www.cursors-4u.com */ *
  {cursor: url(miku1136.cur), url(ani1136.ani), url(ani1136.gif), auto !important;}
  /* End https://www.cursors-4u.com */

  article .main-content h3 {
    background-color: var(--text-bg);
    color: var(--text-color);
    padding: .3em .8em;
    text-shadow: 2px 2px var(--dark-color);
    letter-spacing: 1px;
    margin:0;
  }
  .main-content {
    background-color: var(--post-bg);
    color: var(--dark-color);
    margin: auto;
  }
  .main-content h2 {
    padding: .5em;
    /*border-bottom: 4px solid var(--main-color);*/
  }
  .main-content h3,
  .main-content p {padding-inline:1em;}
  .main-content a {color: var(--dark-color-text); font-weight:bold;}
  .main-content a:visited {color: var(--visited-link-color);}
  .main-content ul {
    padding: 0 1em;
    line-height: 1.5em;}
  .main-content li {
    border-bottom: 2px dashed var(--border-color);
    padding: .5em .2em .2em .2em;
    color: var(--dark-color-text);
  }
  .desc-link {
    padding-inline: 3em;
    max-width: 800px;
  }
  @media only screen and (max-width: 1440px) {
    #container {max-width: 960px;}
    .flex {flex-wrap: wrap;}
    main {max-width: 700px;}
    .desc-link {max-width: 100%;}
  }
  .blurb {
    border: 2px solid var(--bg-color);
    border-radius: 1em;
    margin-block: 1em;
    padding-inline: 1em;
    background-color: var(--bg-color);
    color: var(--dark-color-text);
  }
  .blurb a {color: var(--dark-color-text);}
  .desc-link {
      padding-inline: .5em;
  }
  .privacy {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .content-privacy {
    border: 2px dashed var(--sub-color);
    background-color: var(--sub-dark-color);
    border-radius: .5em;
    text-shadow: var(--dark-color) .1em .1em .2em;
  }
  .content-privacy h1 {border-bottom: 1px dashed var(--sub-color); text-align: center; font-size: clamp(12px, 5vw, 36px);}
  .content-privacy hr {
    border: 0;
    border-top: 0px dashed var(--sub-color);
    margin: 0;
    margin-bottom: .8em;
  }


/* =============================================================================== */
/* EFECTOS NAVIDEÑOS PARA TEMA WINTER */
/* =============================================================================== */

    #christmas-effects-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 9990;
    }

    /* ============ CONTROL DE MÚSICA ============ */
    .music-control {
        position: fixed;
        bottom: 80px;
        left: 20px;
        z-index: 10000;
        pointer-events: auto;
    }

    .music-control-inner {
        background: rgba(226, 230, 255, 0.95);
        border: 2px solid #84F3FF;
        border-radius: 10px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 4px 15px rgba(132, 243, 255, 0.4);
        backdrop-filter: blur(10px);
    }

    .music-btn {
        background: #84F3FF;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(132, 243, 255, 0.3);
    }

    .music-btn:hover {
        background: #b2fcff;
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(132, 243, 255, 0.5);
    }

    .volume-slider {
        width: 100px;
        height: 5px;
        border-radius: 5px;
        background: #CAD1FF;
        outline: none;
        cursor: pointer;
    }

    .volume-slider::-webkit-slider-thumb {
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #84F3FF;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(132, 243, 255, 0.4);
    }

    .volume-slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #84F3FF;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 5px rgba(132, 243, 255, 0.4);
    }

    .volume-label {
        color: #6077df;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Nunito', sans-serif;
    }

    /* ============ CUENTA REGRESIVA ============ */
    .countdown-container {
        position: fixed;
        top: 60px;
        right: 20px;
        z-index: 10000;
        pointer-events: auto;
    }

    .countdown-box {
        background: rgba(226, 230, 255, 0.95);
        border: 2px solid #84F3FF;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 8px 25px rgba(132, 243, 255, 0.4);
        backdrop-filter: blur(10px);
        min-width: 300px;
        position: relative;
    }

    .countdown-title {
        text-align: center;
        color: #6077df;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        font-family: 'Nunito', sans-serif;
        text-shadow: 1px 1px 2px rgba(132, 243, 255, 0.3);
    }

    .countdown-timer {
        display: flex;
        justify-content: space-around;
        gap: 10px;
    }

    .time-unit {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: white;
        padding: 10px;
        border-radius: 8px;
        min-width: 60px;
        box-shadow: 0 2px 8px rgba(132, 243, 255, 0.2);
    }

    .time-value {
        font-size: 24px;
        font-weight: bold;
        color: #84F3FF;
        font-family: 'Nunito', sans-serif;
    }

    .time-label {
        font-size: 12px;
        color: #6077df;
        margin-top: 5px;
        font-family: 'Nunito', sans-serif;
    }

    .countdown-close {
        position: absolute;
        top: 5px;
        right: 5px;
        background: transparent;
        border: none;
        color: #6077df;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: all 0.3s;
    }

    .countdown-close:hover {
        background: #84F3FF;
        color: white;
        transform: rotate(90deg);
    }

    /* ============ MENSAJE DE BIENVENIDA ============ */
    .welcome-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(106, 92, 205, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10001;
        pointer-events: auto;
        animation: fadeIn 0.5s ease;
        backdrop-filter: blur(5px);
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .welcome-modal.fade-out {
        animation: fadeOut 0.5s ease;
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    .welcome-content {
        background: white;
        border-radius: 20px;
        padding: 0;
        max-width: 500px;
        width: 90%;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        animation: slideIn 0.5s ease;
        overflow: hidden;
    }

    @keyframes slideIn {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .welcome-header {
        background: linear-gradient(135deg, #84F3FF 0%, #CAD1FF 100%);
        padding: 25px;
        text-align: center;
    }

    .welcome-header h2 {
        margin: 0;
        color: white;
        font-size: 28px;
        font-family: 'Nunito', sans-serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }

    .welcome-body {
        padding: 30px;
        text-align: center;
        color: #6077df;
        font-family: 'Nunito', sans-serif;
    }

    .welcome-body p {
        margin: 15px 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .welcome-footer {
        padding: 20px 30px;
        background: rgba(226, 230, 255, 0.3);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .welcome-checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #6077df;
        font-size: 14px;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
    }

    .welcome-checkbox input[type="checkbox"] {
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

    .welcome-btn {
        background: #84F3FF;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
        font-family: 'Nunito', sans-serif;
        box-shadow: 0 4px 10px rgba(132, 243, 255, 0.3);
    }

    .welcome-btn:hover {
        background: #b2fcff;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(132, 243, 255, 0.4);
    }

    /* === EFECTO DE NIEVE CAYENDO === */
    .snowflake {
        position: fixed;
        top: -10px;
        z-index: 9999;
        color: #E2E6FF;
        font-size: 1em;
        pointer-events: none;
        animation: fall linear infinite;
        text-shadow: 0 0 8px rgba(132, 243, 255, 0.9);
    }

    @keyframes fall {
        to {
            transform: translateY(100vh) rotate(360deg);
        }
    }

    /* === LUCES NAVIDEÑAS EN LA PARTE SUPERIOR === */
    .christmas-lights {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        z-index: 9998;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        background: rgba(106, 92, 205, 0.2);
        pointer-events: none;
    }

    .light {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        animation: blink 1.5s infinite;
        box-shadow: 0 0 10px currentColor;
    }

    /* Colores del tema Winter */
    .light:nth-child(1) { background: #FF4500; /* Rojo vivo */ animation-delay: 0s; }
    .light:nth-child(2) { background: #32CD32; /* Verde lima brillante */ animation-delay: 0.3s; }
    .light:nth-child(3) { background: #FFD700; /* Dorado brillante */ animation-delay: 0.6s; }
    .light:nth-child(4) { background: #B22222; /* Rojo más oscuro/cálido */ animation-delay: 0.9s; }
    .light:nth-child(5) { background: #00FF7F; /* Verde menta brillante */ animation-delay: 1.2s; }
    .light:nth-child(6) { background: #FFFFFF; /* Blanco puro/Nieve */ animation-delay: 0.2s; }
    .light:nth-child(7) { background: #FF6347; /* Rojo coral brillante */ animation-delay: 0.5s; }
    .light:nth-child(8) { background: #228B22; /* Verde bosque */ animation-delay: 0.8s; }
    .light:nth-child(9) { background: #FFA07A; /* Salmón claro brillante (como un toque de rosa) */ animation-delay: 0.4s; }
    .light:nth-child(10) { background: #FFC0CB; /* Rosa brillante/magenta navideño */ animation-delay: 1.0s; }
    .light:nth-child(11) { background: #90EE90; /* Verde claro brillante */ animation-delay: 0.7s; }
    .light:nth-child(12) { background: #ADD8E6; /* Azul cielo claro (como hielo/escarcha) */ animation-delay: 1.1s; }

    @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.3; }
    }

    /* === ESTRELLAS BRILLANTES === */
    .star {
        position: fixed;
        color: #84F3FF;
        font-size: 1.5em;
        animation: twinkle 2s infinite;
        pointer-events: none;
        z-index: 9997;
        text-shadow: 0 0 10px #b2fcff;
    }

    @keyframes twinkle {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.3; transform: scale(0.8); }
    }

    /* === COPOS DE NIEVE FLOTANTES === */
    .floating-snow {
        position: fixed;
        background: #E2E6FF;
        border-radius: 50%;
        pointer-events: none;
        z-index: 9996;
        animation: float linear infinite;
        opacity: 0.9;
        box-shadow: 0 0 5px rgba(226, 230, 255, 0.8);
    }

    @keyframes float {
        0% {
            transform: translateY(-10px) translateX(0) rotate(0deg);
        }
        50% {
            transform: translateY(50vh) translateX(30px) rotate(180deg);
        }
        100% {
            transform: translateY(100vh) translateX(-30px) rotate(360deg);
        }
    }

    /* === ÁRBOL DE NAVIDAD DECORATIVO === */
    .christmas-tree {
        /*height: 30px;*/
        width: 140px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 60px;
        z-index: 9995;
        animation: sway 3s ease-in-out infinite;
        filter: drop-shadow(0 0 15px rgba(132, 243, 255, 0.6));
        pointer-events: none;
    }

    @keyframes sway {
        0%, 100% { transform: rotate(-2deg); }
        50% { transform: rotate(2deg); }
    }

    /* === SANTA CLAUS REBOTANDO === */
    .santa-bouncing {
        position: fixed;
        width: 120px;
        height: auto;
        z-index: 9994;
        pointer-events: none;
        transition: transform 0.1s linear;
    }

    .santa-bouncing img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Mantener el CSS anterior para compatibilidad */
    .santa {
        position: fixed;
        top: 30%;
        width: 100px;
        height: auto;
        z-index: 9994;
        animation: flySanta 20s linear infinite;
        pointer-events: none;
    }

    .santa img {
        width: 100%;
        height: auto;
        display: block;
    }

    @keyframes flySanta {
        0% {
            left: -150px;
            transform: translateY(0) rotate(0deg);
        }
        25% {
            transform: translateY(-20px) rotate(-5deg);
        }
        50% {
            transform: translateY(10px) rotate(5deg);
        }
        75% {
            transform: translateY(-15px) rotate(-3deg);
        }
        100% {
            left: calc(100% + 150px);
            transform: translateY(0) rotate(0deg);
        }
    }

    /* === RESPONSIVE === */
    @media only screen and (max-width: 800px) {
        .christmas-tree {
            font-size: 90px;
            bottom: 10px;
            right: 10px;
        }

        .santa-bouncing {
            width: 80px;
        }

        .santa {
            font-size: 30px;
            width: 80px;
        }

        .christmas-lights {
            height: 30px;
        }

        .light {
            width: 10px;
            height: 10px;
        }

        .music-control {
            bottom: 60px;
            left: 10px;
        }

        .music-control-inner {
            padding: 8px 12px;
        }

        .volume-slider {
            width: 80px;
        }

        .countdown-container {
            top: 50px;
            right: 10px;
        }

        .countdown-box {
            min-width: 280px;
            padding: 15px;
        }

        .time-unit {
            min-width: 50px;
            padding: 8px;
        }

        .time-value {
            font-size: 20px;
        }

        .welcome-content {
            width: 95%;
            max-width: 400px;
        }

        .welcome-header h2 {
            font-size: 22px;
        }

        .welcome-body {
            padding: 20px;
        }

        .welcome-body p {
            font-size: 14px;
        }

        .welcome-footer {
            flex-direction: column;
            align-items: stretch;
        }

        .welcome-btn {
            width: 100%;
        }
    }

    /* === ESTILOS PARA BUSCADOR DE ANIMES === */
.anime-search-form {
    padding: 1em;
    background-color: var(--dark-color);
    border-bottom: 2px dashed var(--sub-color);
    margin-bottom: 1em;
}

.anime-search-wrapper {
    display: flex;
    gap: 0.5em;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.anime-search-input {
    flex: 1;
    min-width: 250px;
    max-width: 500px;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid var(--sub-color);
    background-color: var(--main-color);
    color: var(--text-color);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.anime-search-input:focus {
    outline: none;
    border-color: var(--link-color);
    box-shadow: 0 0 10px rgba(132, 243, 255, 0.3);
}

.anime-search-input::placeholder {
    color: var(--sub-color);
}

.search-loading {
    color: var(--link-color);
    font-size: 14px;
    margin-left: 0.5em;
}

.search-clear-btn {
    padding: 0.75rem 1.5rem;
    background-color: var(--sub-dark-color);
    color: var(--text-color);
    border: 2px solid var(--sub-color);
    border-radius: 0.5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.search-clear-btn:hover {
    background-color: var(--link-color);
    border-color: var(--link-color);
    color: var(--dark-color);
}

.search-results-info {
    text-align: center;
    padding: 0.5em;
    font-style: italic;
    color: var(--bg-color);
}

/* === ESTILOS PARA PAGINACIÓN === */
.pagination {
    margin: 2rem 0;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 0.75rem 1.25rem;
    background-color: var(--sub-dark-color)
    color: var(--text-color);
    border: 2px solid var(--sub-color);
    border-radius: 0.5rem;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.pagination a:hover {
    background-color: var(--dark-color);
    border-color: var(--link-color);
    color: var(--text-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(132, 243, 255, 0.3);
}

.pagination .current-page {
    background-color: var(--dark-color);
    border-color: var(--link-color);
    color: var(--text-color);
    cursor: default;
}

.holiday-announcement {
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    color: #FF3333;
    text-shadow: 0 0 10px rgba(241, 196, 15, 0.7), 0 0 20px rgba(255, 255, 255, 0.5);
    animation: celebrate-glow 2s infinite;
    padding: 15px 0;
}

@keyframes celebrate-glow {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.05); filter: brightness(1.3); }
}

/* Responsive */
@media only screen and (max-width: 800px) {
    .anime-search-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .anime-search-input {
        min-width: 100%;
        max-width: 100%;
    }

    .pagination {
        gap: 0.25rem;
        padding: 0.5rem;
    }

    .pagination a,
    .pagination span {
        padding: 0.5rem 0.75rem;
        min-width: 60px;
        font-size: 14px;
    }
}