@font-face {
  font-family: 'H';
  src: url('./assets/bicrodepersonaluse.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'N';
  src: url('./assets/qiobaregular-woj3x.ttf') format('truetype');
  font-display: swap;
}

body {
  font-family: 'N', Tahoma, sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'H', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


    body {
      background: url('./images/bg.png') center center / cover fixed;
      background-size: cover;
      color: #3f6e3d;
      min-height: 100vh;
      padding: 25px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .bg-floating-img {
      z-index: 1000;
      pointer-events: none;
      opacity: 1;
    }

    .bg-left {
        width: 290px;
      height: auto;
      top: 0px;
      right: 0px;
      position: fixed;
    }

    .bg-right {
        width: 450px;
      height: auto;
      bottom: -10px;
      left: -70px;
      position: absolute;
      transform: scaleX(-1)
    }

    .bg-1 {
        width: 80px;
      height: 200px;
      bottom: -10px;
      left: 20px;
      position: fixed;
    }

    .bg-2 {
        width: 400px;
      height: auto;
      top: -40px;
      left: -150px;
      position: absolute;
    }

    .bg-3 {
        width: 200px;
      height: auto;
      bottom: -10px;
      right: 10px;
      position: absolute;
    }

    /* MOLDURA PRINCIPAL DE JANELA AERO POLIDA */
    .aero-window {
      width: 100%;
      max-width: 1020px;
      background: linear-gradient(135deg, rgba(210, 238, 255, 0.45) 0%, rgba(160, 215, 250, 0.3) 100%);
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.85);
      box-shadow: 
        0 16px 45px rgba(0, 30, 60, 0.35), 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        inset 0 -2px 5px rgba(0, 80, 150, 0.15);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      padding: 6px;
    }

    /* BARRA SUPERIOR DA JANELA */
    .window-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px 8px 8px 10px;
      color: #204c6e;
      font-size: 0.85rem;
    }

    .window-title {
      font-weight: 600;
      letter-spacing: 0.4px;
      display: flex;
      align-items: center;
      gap: 6px;
      text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    }

    .window-controls {
      display: flex;
      gap: 4px;
    }

    .win-btn {
      width: 22px;
      height: 18px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(200, 220, 240, 0.5) 100%);
      border: 1px solid rgba(255, 255, 255, 0.9);
      border-radius: 3px;
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
      cursor: pointer;
    }

    .win-btn.close {
      background: linear-gradient(180deg, #ff8888 0%, #c93232 100%);
      color: white;
      border-color: #ffaaaa;
    }

    .nav-toolbar {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.45);
      padding: 5px 10px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.8);
      margin-bottom: 6px;
      box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.7);
    }

    .nav-arrow {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(180deg, #3892e6 0%, #0d4680 100%);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 0.75rem;
      border: 1px solid #7cb5eb;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.9);
      cursor: pointer;
    }

    .address-bar {
      flex: 1;
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid rgba(255, 255, 255, 0.95);
      border-radius: 4px;
      padding: 3px 10px;
      font-size: 0.82rem;
      color: #385b73;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    }

    /* TABS */
    .tabs-bar {
      display: flex;
      gap: 3px;
      padding: 0 4px;
      margin-bottom: -1px;
      z-index: 2;
      position: relative;
    }

    .tab-item {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(210, 235, 255, 0.4) 100%);
      border: 1px solid rgba(255, 255, 255, 0.85);
      border-bottom: none;
      padding: 5px 14px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      font-size: 0.82rem;
      color: #2d5573;
      text-decoration: none;
      font-weight: 600;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .tab-item.active {
      background: rgba(255, 255, 255, 0.88);
      color: #1e425e;
    }

    /* CORPO INTERNO TRANSLÃšCIDO */
    .window-body {
      padding: 14px;
background: rgba(255, 255, 255, 0.09);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1.8px);
-webkit-backdrop-filter: blur(1.8px);
border: 1px solid rgba(255, 255, 255, 0.3);


    }

    /* LAYOUT TRÃŠS COLUNAS */
    .three-columns {
      display: grid;
      grid-template-columns: 210px 1fr 210px;
      gap: 14px;
    }

    @media (max-width: 880px) {
      .three-columns {
        grid-template-columns: 1fr;
      }
    }

    /* QUADROS INTERNOS */
    .inner-card {
      background: rgba(255, 255, 255, 0.65);
      border: 1px solid rgba(190, 225, 240, 0.85);
      border-radius: 8px;
      padding: 12px;
      margin-bottom: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), inset 0 1px 1px rgba(255,255,255,0.8);
    }

    /* CORREÃ‡ÃƒO DA MÃSCARA DO PERFIL (EXIBIR NA PARTE ESCURA) */
    .profile-avatar-masked {
      width: 100%;
      height: 180px;
      object-fit: cover;
      margin-bottom: 8px;
      border: none;
      border-radius: 22px 22px 48% 48%;
      filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.15));
    }

    .profile-badges {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      margin-top: 4px;
    }

    .profile-badges img {
      height: 18px;
      width: auto;
    }

    .green-title {
      font-family: 'H', sans-serif;
      color: #6ab63f;
      font-size: 1.9rem;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin-bottom: 6px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .green-subtitle {
      color: #6ab63f;
      font-weight: bold;
      font-size: 0.88rem;
      margin-bottom: 6px;
    }

    /* BARRAS DE ROLAGEM AERO/AQUA */
    .scroll-area {
      overflow-y: auto;
      padding-right: 5px;
    }

    .scroll-area::-webkit-scrollbar {
      width: 7px;
    }

    .scroll-area::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 6px;
    }

    .scroll-area::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #74e4ff 0%, #0c71c6 100%);
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .scroll-welcome {
      max-height: 145px;
    }

    .scroll-split {
      max-height: 100px;
    }

    .scroll-updates {
      max-height: 90px;
    }

    /* ESTILO DA ÃREA DE MARQUEES */
    .stamps-container {
      width: 100%;
      overflow: hidden;
    }

    .stamps-marquee img {
      height: 31px;
      margin: 0 3px;
      vertical-align: middle;
      image-rendering: pixelated;
    }

/* EFEITO DE COR APENAS EM LINKS, TEXTOS E IMAGENS (PRESERVA CONTAINERS E SCROLLBAR) */
.blue-tint-box iframe {
  filter: none; /* Garante que o container/scroll nÃ£o mude de cor */
}

.blue-tint-box a, 
.blue-tint-box img, 
.blue-tint-box span, 
.blue-tint-box p {
  filter: sepia(0.8) hue-rotate(170deg) saturate(2.5) brightness(0.95);
  transition: filter 0.4s ease;
}

.blue-tint-box-no {
  filter: sepia(0.8) hue-rotate(175deg) saturate(3.5) brightness(0.95);
}

.animated-wave {
  height: 50%;
  width: 50%;
  object-position: center;
  vertical-align: middle;
}

.blue-tint-box:hover a, 
.blue-tint-box:hover img, 
.blue-tint-box:hover span, 
.blue-tint-box:hover p {
  filter: none;
}

.blue-tint-box .aqua-btn,
.blue-tint-box .aqua-btn span {
  filter: none;
}

.green-tint-box iframe {
  filter: none;
}

.green-tint-box a, 
.green-tint-box img, 
.green-tint-box span, 
.green-tint-box p {
  filter: sepia(0.8) hue-rotate(55deg) saturate(2.5) brightness(1.2);
  transition: filter 0.4s ease;
}

.green-tint-box:hover a, 
.green-tint-box:hover img, 
.green-tint-box:hover span, 
.green-tint-box:hover p {
  filter: none;
}

    /* DIVISOR LADO A LADO */
    .divider-row {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0;
      margin: 10px 0;
      width: 100%;
    }

    .divider-row img {
      width: 50%;
      height: auto;
      display: block;
    }

    .divider-row-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0;
      margin: 10px 0;
      width: 100%;
    }

    .divider-row-2 img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* BOTÃ•ES GEL/GLASSY */
    .aqua-btn-container {
      display: flex;
      gap: 10px;
      margin-top: 12px;
      margin-bottom: 12px;
    }

    .aqua-btn {
      flex: 1;
      padding: 8px 12px;
      border-radius: 6px;
      border: 1px solid #ffffff;
      color: white;
      font-weight: bold;
      font-size: 0.85rem;
      text-align: center;
      cursor: pointer;
      box-shadow: 
        0 3px 6px rgba(0,0,0,0.15), 
        inset 0 1px 1px rgba(255,255,255,0.9),
        inset 0 -8px 12px rgba(0,0,0,0.15);
      text-shadow: 0 1px 2px rgba(0,0,0,0.4);
      transition: filter 0.2s ease;
    }

    .aqua-btn:hover {
      filter: brightness(1.08);
    }

    .aqua-btn.blue {
      background: linear-gradient(180deg, #74e4ff 0%, #2b82c9 45%, #0c71c6 100%);
    }

    .aqua-btn.green {
      background: linear-gradient(180deg, #a4f575 0%, #6ab63f 45%, #478e24 100%);
    }

    .banner-img {
      width: 100%;
      height: 130px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #17617b;
      font: 2rem Georgia, 'Times New Roman', serif;
      text-shadow: 0 1px 1px rgba(255,255,255,0.9);
      background: linear-gradient(135deg, rgba(255,255,255,0.75), rgba(102,205,235,0.65));
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 10px;
      border: 1px solid rgba(255,255,255,0.9);
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .banner-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
      display: block;
    }

    .split-box {
  display: grid;
  grid-template-columns: 1fr 1.2fr; 
  gap: 10px;
}

    .split-side {
      border-right: 1px solid rgba(180, 215, 230, 0.6);
      padding-right: 8px;
    }

    .split-side:last-child {
      border-right: none;
      padding-right: 0;
      padding-left: 4px;
    }

    .icon-list {
      list-style: none;
      font-size: 0.82rem;
      line-height: 1.6;
    }

    .blog-item {
      font-size: 0.78rem;
      margin-bottom: 6px;
      line-height: 1.3;
    }

    .blog-date {
      color: #779988;
      font-size: 0.72rem;
    }

    .status-bio {
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px dashed rgba(180, 215, 230, 0.8);
      font-size: 0.78rem;
      color: #4e7358;
      line-height: 1.3;
    }

    #ad-container {
      width: 180px;
      height: 180px;
      margin: 0 auto;
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .aero-player {
      background: linear-gradient(135deg, rgba(220, 242, 255, 0.7) 0%, rgba(180, 220, 250, 0.5) 100%);
      border: 1px solid rgba(255, 255, 255, 0.95);
      border-radius: 10px;
      padding: 10px;
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.9), 0 3px 10px rgba(0, 50, 100, 0.1);
    }

    .player-display {
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid rgba(160, 205, 230, 0.8);
      border-radius: 6px;
      padding: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .player-cover {
      width: 48px;
      height: 48px;
      border-radius: 6px;
      object-fit: cover;
      border: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

    .player-info {
      flex: 1;
      overflow: hidden;
    }

    .player-song-title {
      font-size: 0.82rem;
      font-weight: bold;
      color: #204c6e;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .player-song-artist {
      font-size: 0.72rem;
      color: #6ab63f;
      font-weight: 600;
    }

    .player-progress-bar {
      width: 100%;
      height: 6px;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      margin-top: 5px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.6);
    }

    .player-progress-fill {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, #74e4ff, #0c71c6);
      border-radius: 3px;
      transition: width 0.2s linear;
    }

    .player-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }

    .player-btn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(180deg, #ffffff 0%, #d8ebf9 100%);
      border: 1px solid #a8d5f7;
      color: #1e425e;
      font-size: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1), inset 0 1px 1px #ffffff;
      user-select: none;
    }

    .player-btn:hover {
      background: linear-gradient(180deg, #ffffff 0%, #bce0fd 100%);
    }

    .player-btn.play {
      width: 34px;
      height: 34px;
      background: linear-gradient(180deg, #a4f575 0%, #478e24 100%);
      border-color: #79d147;
      color: white;
      text-shadow: 0 1px 1px rgba(0,0,0,0.3);
      font-size: 0.85rem;
    }

    .player-playlist {
      list-style: none;
      font-size: 0.75rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      border: 1px solid rgba(190, 225, 240, 0.6);
      overflow: hidden;
    }

    .player-playlist li {
      padding: 4px 8px;
      cursor: pointer;
      color: #2b82c9;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .player-playlist li:last-child {
      border-bottom: none;
    }

    .player-playlist li:hover {
      background: rgba(255, 255, 255, 0.8);
    }

    .player-playlist li.active {
      background: rgba(116, 228, 255, 0.25);
      font-weight: bold;
      color: #1e425e;
    }

    .fanlisting-card {
      max-height: 280px;
    }

    .fanlisting-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px;
      padding-top: 4px;
    }

    .fanlisting-grid a {
      display: inline-block;
      transition: transform 0.15s ease;
    }

    .fanlisting-grid a:hover {
      transform: scale(1.05);
    }

    .fanlisting-grid img {
      width: 50px;
      height: 50px;
      border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      display: block;
    }

    .my-button-preview {
      display: block;
      width: 120px;
      padding: 8px;
      color: #17617b;
      background: linear-gradient(180deg, #dffbff, #8ad9ea);
      border: 1px solid rgba(255,255,255,0.9);
      text-align: center;
      margin: 0 auto 6px auto;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
     .aero-cafe-widget {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(210, 240, 255, 0.45) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.9), 0 2px 6px rgba(0, 50, 80, 0.08);
    position: relative;
    overflow: hidden;
  }

  .aero-cafe-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px dashed rgba(120, 190, 220, 0.5);
  }

  .aero-cafe-icon {
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
    animation: steam 2s ease-in-out infinite alternate;
  }

  @keyframes steam {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-2px) scale(1.05); }
  }

  /* EstilizaÃ§Ã£o do contÃªiner do Status.Cafe */
  #statuscafe {
    font-size: 0.78rem;
    color: #385b73;
    line-height: 1.4;
  }

  #statuscafe-username {
    font-weight: bold;
    color: #478e24;
    text-decoration: none;
  }

  #statuscafe-username:hover {
    text-decoration: underline;
  }

  #statuscafe-content {
    margin: 4px 0;
    color: #299431;
    background: rgba(255, 255, 255, 0.5);
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  #statuscafe-time {
    font-size: 0.7rem;
    color: #6a9375;
    font-style: italic;
    display: block;
    text-align: right;
  }
    .aero-lastfm-widget {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(200, 230, 255, 0.45) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.9), 0 2px 6px rgba(0, 50, 80, 0.08);
  }

  .aero-lastfm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px dashed rgba(120, 190, 220, 0.5);
  }

  .aero-lastfm-title {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .lastfm-badge {
    background: linear-gradient(180deg, #ff4e4e 0%, #ba0000 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid #ff8888;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }

  .lastfm-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  }

  .lastfm-cover {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    background: #e0e0e0;
    flex-shrink: 0;
  }

  /* Container pai com limite de corte */
  .lastfm-details {
    flex: 1;
    overflow: hidden;
    position: relative;
  }

  .lastfm-status {
    font-size: 0.68rem;
    color: #478e24;
    font-weight: bold;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .lastfm-status .dot {
    width: 6px;
    height: 6px;
    background-color: #6ab63f;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0% { opacity: 0.4; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 0.4; transform: scale(0.9); }
  }

  /* Estilos do TÃ­tulo da MÃºsica */
  .lastfm-song {
    font-size: 0.8rem;
    font-weight: bold;
    color: #204c6e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
  }

  .lastfm-song:hover {
    text-decoration: underline;
  }

  /* Classe de rolagem quando o texto for maior que o container */
  .lastfm-song.marquee {
    display: inline-block;
    overflow: visible;
    text-overflow: clip;
    padding-left: 100%;
    animation: marquee-scroll 8s linear infinite;
  }

  @keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

  .lastfm-artist {
    font-size: 0.72rem;
    color: #385b73;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aero-clap-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(200, 240, 255, 0.45) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.9), 0 2px 6px rgba(0, 50, 80, 0.08);
  }

  .aero-clap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    margin-top: 6px;
    border-radius: 20px;
    border: 1px solid #7cdb53;
    background: linear-gradient(180deg, #a4f575 0%, #6ab63f 45%, #478e24 100%);
    color: white;
    font-weight: bold;
    font-size: 0.85rem;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
    box-shadow: 
      0 3px 6px rgba(0,0,0,0.15), 
      inset 0 1px 1px rgba(255,255,255,0.9),
      inset 0 -6px 10px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
    cursor: pointer;
  }

  .aero-clap-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 
      0 4px 8px rgba(0,0,0,0.2), 
      inset 0 1px 1px rgba(255,255,255,0.9),
      inset 0 -6px 10px rgba(0,0,0,0.15);
  }

  .aero-clap-btn:active {
    transform: translateY(1px);
    box-shadow: 
      0 1px 2px rgba(0,0,0,0.2), 
      inset 0 2px 4px rgba(0,0,0,0.3);
  }

  .aero-clap-icon {
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
  }

  .fnaf-jumpscare {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 10000;
  }

  .fnaf-jumpscare.is-visible {
    display: flex;
  }

  .fnaf-jumpscare img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

a.link-animated {
  color: #66bdff; 
  text-decoration: none;
  position: relative;
  font-weight: 600;
  transition: color 0.3s ease;
  display: inline-block; 
}

a.link-animated::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(50deg, #ffff, #6bff89); 
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
}

a.link-animated:hover {
  color: #2288d6; 
}

a.link-animated:hover::after {
  width: 100%;
}

a:has(img) {
  text-decoration: none;
  border: none;
  outline: none;
}

a:has(img)::after {
  display: none !important;
}

*, html, body {
  cursor: url('./assets/cursor.cur'), auto !important;
}

/* Cursor de ponteiro para TUDO que for clicÃ¡vel */
a, 
button, 
input[type="submit"], 
input[type="button"], 
select, 
summary, 
[onclick], 
[role="button"],
.clickable,
href,
link {
  cursor: url('./assets/cursor.cur'), auto !important;
}

a img {
  cursor: url('./assets/cursor.cur'), auto !important;
}
/* CONTAINER DOS PETS LADO A LADO */
.pets-container {
  display: flex;
  flex-direction: row; /* Coloca os dois elementos em linha */
  justify-content: center;
  align-items: flex-end; /* Alinha a base dos pets */
  gap: 15px; /* EspaÃ§o entre os dois pets */
  padding: 6px 0;
}

.pet-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.pet-name {
  font-size: 11px;
  font-weight: bold;
}

.pet-item a img {
  cursor: pointer !important;
}
  .neighbor-title {
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #6ab63f;
  font-weight: bold;
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.neighbor-popup {
  display: none;
  position: absolute;
  bottom: 66%; 
  right: 0px;
  width: 240px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(116, 228, 255, 0.9);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  color: #204c6e;
  text-align: left;
  z-index: 1000;
  backdrop-filter: blur(4px);
  margin-bottom: 6px; 
  transition: 1s;
}

.neighbor-popup strong {
  display: block;
  margin-bottom: 4px;
  color: #0c71c6;
}

.neighbor-popup p {
  margin: 0;
  line-height: 1.3;
}

.neighbor-title:hover .neighbor-popup {
  display: block;
}