@font-face {
  font-family: 'H';
  src: url('https://waterskyline.neocities.org/Pages/bicrodepersonaluse.ttf') format('truetype');
}

@font-face {
  font-family: 'N';
  src: url('https://waterskyline.neocities.org/Pages/Qioba-Regular.ttf') format('truetype');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'N', Tahoma, Geneva, Verdana, sans-serif;
}

*, html, body {
  cursor: url('https://cdn.cursors-4u.net/previews/titteya-fish-fa5d711f-32.webp') 32 32, auto !important;
}

a, button, input[type="submit"], input[type="button"], select, summary, [onclick], [role="button"], .clickable, href, link, a img {
  cursor: url('https://cdn.cursors-4u.net/previews/charizard-link-select-fd3a3cd2-32.webp') 37 32, auto !important;
}

h1, h2, h3, h4 {
  font-family: 'H', sans-serif;
}

body {
  background: url('https://waterskyline.neocities.org/Pages/Fundo.jpeg') no-repeat center center fixed;
  background-size: cover;
  color: #3f6e3d;
  min-height: 100vh;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* IMAGENS FLUTUANTES DE FUNDO */
.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: 30px;
  position: absolute;
  animation: girar 1.5s linear infinite;
  z-index: -1000; !important
}
.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;
    }

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* MOLDURA PRINCIPAL AERO */
.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 E NAVEGAÇÃO */
.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-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 E CARDS */
.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);
}

.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);
}

.green-title {
  color: #6ab63f;
  font-size: 1.9rem;
  font-weight: 600;
  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;
}

/* BARRA DE IDIOMA */
.language-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}

.language-btn {
  border: 1px solid rgba(140, 210, 245, 0.8);
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(215,240,255,0.8));
  color: #286589;
  border-radius: 8px;
  padding: 4px 9px;
  font-size: 0.72rem;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

.language-btn:hover {
  transform: translateY(-1px);
}

.language-btn.active {
  background: linear-gradient(180deg, #7be3ff, #209ad6);
  color: white;
  border-color: white;
}

/* BARRA DE ROLAGEM */
.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);
}

/* LINKS ANIMADOS */
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;
}

a.play {
  color: #ffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

/* ESTILOS ESPECÍFICOS DO MICROBLOG */
.microblog-container {
  max-width: 680px;
  margin: 0 auto;
}

.microblog-post {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(180, 220, 240, 0.9);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.microblog-date {
  font-size: 0.75rem;
  color: #558877;
  margin-bottom: 6px;
  font-weight: bold;
}

.microblog-content {
  font-size: 0.88rem;
  color: #2d4a3e;
  line-height: 1.4;
}

/* Layout de coluna única */
.single-column-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Feed Container */
.chat-feed-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
}

/* Divisor de Data */
.chat-date-divider {
  text-align: center;
  position: relative;
  font-size: 0.75rem;
  color: #2e8b57;
  font-weight: bold;
  margin: 8px 0;
}

.chat-date-divider::before, .chat-date-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 228, 255, 0.8), transparent);
}

.chat-date-divider::before { left: 0; }
.chat-date-divider::after { right: 0; }

/* Estrutura Base do Post */
.chat-message-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Moldura das Avatares */
.chat-avatar-frame {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid #ffffff;
  outline: 2px solid rgba(160, 215, 240, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), inset 0 0 4px rgba(255, 255, 255, 0.8);
  object-fit: cover;
  flex-shrink: 0;
  background: #e0f2fe;
  padding: 1px;
}

.chat-message-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 82%;
}

/* Cabeçalho do Autor + Ícone de Humor */
.chat-author-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-author-name {
  font-size: 0.78rem;
  font-weight: bold;
  color: #1e5276;
}

.chat-mood-icon {
  width: 32px;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

/* Balão Padrão Texto (Esquerda) */
.chat-bubble {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(220, 242, 255, 0.85) 100%);
  border: 1px solid rgba(160, 215, 240, 0.9);
  border-radius: 4px 14px 14px 14px;
  padding: 10px 14px;
  font-size: 0.83rem;
  line-height: 1.45;
  color: #204c6e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.chat-timestamp {
  font-size: 0.68rem;
  color: #5588a8;
  margin-top: 3px;
}

/* MENSAGENS DO LADO DIREITO */
.chat-message-item.right {
  flex-direction: row-reverse;
}

.chat-message-item.right .chat-message-content {
  align-items: flex-end;
}

.chat-message-item.right .chat-author-header {
  flex-direction: row-reverse;
}

.chat-message-item.right .chat-timestamp {
  align-self: flex-start;
}

/* MÍDIA */
.media-card-music {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(215, 240, 255, 0.9) 100%);
  border: 1px solid rgba(140, 210, 245, 0.9);
  border-radius: 14px 4px 14px 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.music-cover {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.music-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.music-title {
  font-size: 0.8rem;
  font-weight: bold;
  color: #1a5276;
}

.music-sub {
  font-size: 0.7rem;
  color: #528bb0;
}

.music-play-btn {
  width: 28px;
  height: 28px;
  background: linear-gradient(180deg, #6fd3ff 0%, #209ad6 100%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  cursor: pointer;
}

.media-card-video {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(220, 242, 255, 0.9) 100%);
  border: 1px solid rgba(140, 210, 245, 0.9);
  border-radius: 14px 4px 14px 14px;
  padding: 8px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.media-card-video iframe, .media-card-video video {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  border: none;
  display: block;
}

.media-caption {
  font-size: 0.72rem;
  color: #3b7194;
  margin-top: 6px;
  padding: 0 2px;
}

.media-card-image {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(225, 245, 255, 0.9) 100%);
  border: 2px dashed rgba(140, 210, 245, 0.9);
  border-radius: 14px 4px 14px 14px;
  padding: 8px;
  max-width: 280px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.media-card-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.media-card-image img:hover {
  transform: scale(1.02);
}

/* BARRA DE MENSAGENS */
.chat-input-bar-container {
  margin-top: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(200, 235, 255, 0.6) 100%);
  border: 1px solid rgba(130, 205, 245, 0.8);
  border-radius: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 3px 8px rgba(0,0,0,0.05);
  backdrop-filter: blur(4px);
}

.input-icon-btn {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #e1f3fe 100%);
  border: 1px solid rgba(140, 210, 245, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #1e6b9c;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
}

.input-icon-btn:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.chat-input-field {
  flex: 1;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(140, 210, 245, 0.8);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 0.8rem;
  color: #204c6e;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.chat-input-field::placeholder {
  color: #7bb1d3;
}

.send-btn-pill {
  height: 30px;
  padding: 0 16px;
  background: linear-gradient(180deg, #7be3ff 0%, #1e92d0 100%);
  border: 1px solid #ffffff;
  border-radius: 15px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.send-btn-pill:hover {
  filter: brightness(1.08);
}

/* LIGHTBOX */
.image-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 25, 45, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 12px;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  cursor: default;
}

/* Modal Créditos */
.credits-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 70, 0.3);
  backdrop-filter: blur(4px);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.credits-modal.active {
  display: flex;
}

.credits-card {
  width: 90%;
  max-width: 380px;
  animation: popIn 0.2s ease-out;
}

@keyframes popIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* EFEITO VERDE */
.green-tint-box img,
.green-tint-box video,
.green-tint-box iframe,
.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 img,
.green-tint-box:hover video,
.green-tint-box:hover iframe,
.green-tint-box:hover span,
.green-tint-box:hover p {
  filter: none !important;
}

/* AVATAR */
.avatar-wrapper {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.avatar-decoration {
  position: absolute;
  bottom: -6px;
  width: 28px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.avatar-decoration.deco-left {
  left: -9px;
}

.avatar-decoration.deco-right {
  right: -8px;
  width: 33px;
}
.title-language-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.title-language-row .green-title {
  margin-bottom: 0;
}