/* Extracted from dist/index.html <style> — 2026-08-16. Home still uses inline CSS. */
body {
  background-color: #000000;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
/* Selection color */
::selection {
  background: #FFD700;
  color: #fff;
}
::-moz-selection {
  background: #FFD700;
  color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #FFD700;
  text-decoration: underline;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.columns-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}
.token-container {
  max-width: 100%;
  margin: 60px auto 40px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #fff;
}
.token-container > div {
  margin-bottom: 40px;
}
h3 {
  font-size: 1.8em;
  margin: 15px 0 10px;
  text-align: center;
  font-weight: bold;
}
.contract-group h3 a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.token-container p {
  font-size: 1.2em;
  margin: 10px 0;
}
.add-to-wallet {
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
}
.add-to-wallet img {
  vertical-align: middle;
  width: 16px;
  height: auto;
  margin-left: 5px;
}
.add-to-wallet a .metamask-icon {
  filter: brightness(0) saturate(100%) invert(1);
}
.add-to-wallet a:hover .metamask-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(100%) saturate(583%) hue-rotate(2deg) brightness(105%) contrast(101%);
}
h1 {
  font-size: 3em;
  margin-bottom: 20px;
}
p {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 10px 0;
  text-align: justify;
}
.logo {
  margin: 20px auto;
  width: 200px;
  height: 200px;
  animation: rotateLogo 5s linear infinite;
}
/* Quad — one stacked door at a time */
.quad-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
  margin: 1.25rem auto 0;
  padding: 0 20px;
}
.quad-door {
  border: 1px solid #444;
  border-radius: 8px;
  overflow: hidden;
}
.quad-door.is-open {
  border-color: #FFD700;
}
.quad-title {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 14px 16px 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.25em;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.quad-title:hover,
.quad-title:focus-visible {
  border-color: #FFD700;
  color: #FFD700;
  outline: none;
}
.quad-title[aria-expanded="true"] {
  border-color: #FFD700;
  color: #FFD700;
}
.quad-chevron {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.9em;
  line-height: 1;
}
.quad-title[aria-expanded="true"] .quad-chevron {
  transform: rotate(90deg);
}
.quad-teaser {
  margin: 0;
  padding: 0 16px 14px 2.4rem;
  color: #aaa;
  font-size: 0.98rem;
  line-height: 1.45;
  text-align: left;
}
.quad-door.is-open .quad-teaser { display: none; }
.quad-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.quad-panel.is-open {
  grid-template-rows: 1fr;
}
.quad-panel-inner {
  overflow: hidden;
  min-height: 0;
  border-top: 1px solid #333;
}
.quad-panel-inner p,
.quad-essay p {
  margin: 0;
  padding: 0.85rem 16px 0;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #ddd;
}
.quad-admit {
  text-align: center;
  padding: 1rem 16px 0.25rem;
}
.quad-admit a { color: #FFD700; }
.quad-close {
  display: block;
  margin: 10px auto 12px;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1;
  cursor: pointer;
  padding: 6px 14px;
  transition: color 0.2s;
}
.quad-close:hover,
.quad-close:focus-visible {
  color: #FFD700;
  outline: none;
}
.contract-group {
  margin-top: 20px;
}
.contract-group .contract-link {
  font-weight: bold;
  text-decoration: underline; 
}
.contract-group .contract-address {
  font-size: 0.8em;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.token-name-group .group-title {
  font-weight: bold;
  font-size: 1.8em;
  margin: 0;
}
.token-name-group .token-name {
  font-size: 1.4em;
  margin-top: 10px;
  text-align: center;
}
.link-group {
  text-align: center;
}
.link-group a {
  font-size: 1.6em;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}
.link-group a:hover {
  text-decoration: underline;
}

.link-group p {
  text-align: center;
}

/* Miniaturas das edições do livro (Amazon) */
.book-covers {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.book-cover-card {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
}
.book-cover-card img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 12px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.book-cover-card:hover img {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 6px 26px rgba(255, 215, 0, 0.35);
}
.book-cover-card span.book-cover-label {
  font-size: 1.05em;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .book-covers { gap: 24px; }
  .book-cover-card img { width: 140px; }
}
.book-next {
  margin-top: 25px;
  font-size: 1.05em !important;
  font-style: normal;
  opacity: 0.85;
}

.line-separator {
  border-top: 1px solid #fff;
  margin: 40px 0;
}
.section-separator {
  text-align: center;
  font-size: 1.5em;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  user-select: none;
}
.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.social-links img {
  filter: brightness(0) saturate(100%) invert(1);
}
.social-links a:hover img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(100%) saturate(583%) hue-rotate(2deg) brightness(105%) contrast(101%);
}
#copy-icon {
  height: 1.2em;
  width: auto;
  filter: brightness(0) saturate(100%) invert(1);
  cursor: pointer;
  vertical-align: middle;
}
#copy-icon:hover {
  filter: brightness(0) saturate(100%) invert(69%) sepia(100%) saturate(583%) hue-rotate(2deg) brightness(105%) contrast(101%);
}
#copy-icon:active {
  transform: scale(0.9);
}
.copy-tooltip {
  position: absolute;
  color: #fff;
  font-size: 0.7em;
  
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.1s;
}
.copy-tooltip.show {
  opacity: 1;
}
/* Community Forum CTA */
.forum-cta {
  text-align: center;
  margin: 1.5rem auto 0.5rem;
  max-width: 520px;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.08), rgba(20, 24, 32, 0.4));
}
.forum-cta h3 {
  margin: 0 0 0.5rem;
  color: #FFD700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.forum-cta p {
  margin: 0 0 1rem;
  color: #b8c0cc;
  font-size: 0.95rem;
  line-height: 1.5;
}
.forum-cta .forum-btn {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  border-radius: 8px;
  border: 1px solid #c9a227;
  background: linear-gradient(180deg, #3a5f8a, #2a4668);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: border-color 0.15s, filter 0.15s;
}
.forum-cta .forum-btn:hover {
  border-color: #FFD700;
  filter: brightness(1.08);
}
.forum-cta .forum-btn i {
  margin-right: 0.4rem;
}

/* Donativos / Support */
.donate-section {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.donate-section h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}
.donate-intro {
  font-size: 0.9em;
  opacity: 0.85;
  margin-bottom: 24px;
}
.donate-item {
  margin: 48px 0;
}
.donate-addr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
}
.donate-addr-row code {
  flex: 0 1 auto;
  text-align: left;
}
.donate-addr-row .donate-copy {
  flex: 0 0 auto;
  margin-left: 0;
}
.donate-label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.donate-addr {
  display: inline-block;
  font-family: monospace;
  font-size: 0.8em;
  word-break: break-all;
  opacity: 0.9;
  max-width: 100%;
}
.donate-copy {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.7em;
  padding: 2px 10px;
  margin-left: 8px;
  cursor: pointer;
  vertical-align: middle;
}
.donate-copy:hover {
  color: #ffb700;
  border-color: #ffb700;
}
.donate-fiat {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.donate-fiat a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 0.9em;
}
.donate-fiat a:hover {
  color: #ffb700;
  border-color: #ffb700;
  text-decoration: none;
}
.donate-qr {
  display: block;
  width: 110px;
  height: 110px;
  margin: 8px auto 0;
}
footer {
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  font-size: 0.7em;
  margin-top: 40px;
  padding: 20px 20px 10px 20px;
  border-top: 1px solid #fff;
}


@keyframes rotateLogo {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/* Popup styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background-color: #000000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  position: relative;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  cursor: pointer;
}
.popup-close:hover {
  color: #FFD700;
}
.popup-button {
  display: block;
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.1em;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
}
.popup-button:hover {
  background-color: #FFD700;
  color: #000;
  border-color: #FFD700;
}
.popup-button.connected {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.popup-button.connected:hover {
  background-color: #FFD700;
  color: #000;
  border-color: #FFD700;
}
.token-details {
  text-align: left;
  margin: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.token-detail {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.token-detail-label {
  font-weight: bold;
}
.wallet-connected {
  color: #fff;
  font-weight: bold;
  margin: 15px 0;
  display: none;
  background-color: #000;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.wallet-connected i {
  color: #FFD700;
  margin-right: 8px;
}
.wallet-address {
  font-size: 0.8em;
  margin-top: 8px;
  font-weight: normal;
  color: #000;
  background-color: #FFD700;
  padding: 6px;
  border-radius: 3px;
}
/* Responsive styles */
@media (max-width: 768px) {
  .container, .token-container, .columns-container {
    max-width: 100%;
    padding: 10px;
  }
  .quad-grid { padding: 0 10px; }
  .quad-title { font-size: 1.1em; }
  .quad-essay p { hyphens: auto; }
  
  .popup-content {
    padding: 20px 15px;
  }
}
/* Link icon styles */
.external-link-icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(1);
}
.contract-link:hover .external-link-icon,
.link-group a:hover .external-link-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(100%) saturate(583%) hue-rotate(2deg) brightness(105%) contrast(101%);
}

/* Adicione isso na seção de estilo */
.tokenomics-section {
  margin-top: 30px; /* Aumentei o espaçamento acima do título */
  margin-bottom: 20px;
}

.tokenomics-section h3 {
  margin-bottom: 25px; /* Mais espaço abaixo do título */
}

/* Estilo para as tooltips com sombreado */
.chartjs-tooltip {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 
          -1px -1px 2px rgba(0, 0, 0, 0.8),
          1px -1px 2px rgba(0, 0, 0, 0.8),
          -1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Tokenomics Chart Styles */
.tokenomics-chart {
  width: 90%;
  max-width: 350px; /* Reduzido para 50% do tamanho original */
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.chart-legends {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  flex-wrap: wrap;
  font-size: 0.9em; /* Tamanho reduzido */
  
}
.legend-item {
  text-align: center;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  padding: 5px 5px;
  position: relative;
  margin: 3px;
}
.legend-item::after {
  content: attr(data-text);
  font-weight: bold;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
}
.legend-item:hover {
  font-weight: bold;
  text-decoration: underline;
}
.tax-info {
  text-align: center;
  font-size: 0.9em; /* Tamanho reduzido */
  color: #fff;
  margin-top: 15px;
  line-height: 1.4;
}
.tax-info strong {
  font-weight: bold;
}
#myPieChart {
  width: 200px !important; /* Tamanho reduzido do gráfico */
  height: 200px !important;
  margin: 0 auto;
}

.pdf-container {
  margin: 15px 0;
  background: #1a1a1a;
  border-radius: 4px;
  overflow: hidden;
}

embed {
  border: none;
}

.download-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1em;
  transition: all 0.3s ease;
  text-decoration: none;
  width: auto;
  min-width: 180px;
}

.download-button:hover {
  background-color: #FFD700;
  color: #000;
  border-color: #FFD700;
  text-decoration: none
}

.download-button i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .pdf-container {
    margin: 10px -15px;
    border-radius: 0;
  }
  
  embed {
    height: 300px;
  }
  
  .download-button {
    width: 100%;
    max-width: 280px;
    margin: 5px 0;
  }
}

.popup-content h3 {
  margin-bottom: 20px;
}

.pdf-container embed {
  border: 2px solid #fff;
  border-radius: 4px;
}

#book-viewer {
  border: 2px solid #fff;
  border-radius: 4px;
  max-height: 70vh;
  overflow-y: auto;
  background: #1a1a1a;
  padding: 8px;
  box-sizing: border-box;
}
#book-viewer img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
  background: #fff;
}
#book-viewer img:last-child { margin-bottom: 0; }
@media (max-width: 768px) {
  #book-viewer {
    max-height: 55vh;
    max-height: 55dvh;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 4px;
  }
}

  @media (max-width: 768px) {
.pdf-container {
  margin: 10px -15px;
  width: calc(100% + 30px); /* compensar o padding do container */
}

.pdf-container embed {
  width: 100% !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
  }

  @media (max-width: 768px) {
.pdf-container iframe {
  height: 60vh;
}
  }
  
  @media (max-width: 768px) {
#whitepaper-popup {
  display: none !important;
}
  }

/* Agentes da Europa Artilect — chat widget */
.anjo-chat {
  --accent: #FFD700;
  max-width: 640px;
  margin: 30px auto 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.anjo-chat h3 {
  margin-top: 0;
  text-align: center;
}
.agente-selector {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.agente-tab {
  background: transparent;
  color: #aaa;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 0.85em;
  cursor: pointer;
  letter-spacing: 0.03em;
}
.agente-tab:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.agente-tab.is-active {
  color: var(--accent);
  border-color: var(--accent);
}
.agente-glyph {
  display: block;
  margin: 0 auto 18px;
  width: 200px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  font-size: 80px;
  color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 25px color-mix(in srgb, var(--accent) 12%, transparent);
}
.anjo-voice-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: #aaa;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 4px 8px;
  font-family: inherit;
  font-size: 0.75em;
  cursor: pointer;
  letter-spacing: 0.03em;
}
.anjo-voice-toggle:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.anjo-voice-toggle.is-on {
  color: var(--accent);
  border-color: var(--accent);
}
.anjo-portrait {
  display: block;
  margin: 0 auto 18px;
  width: 200px;
  height: auto;
  border: 1px solid rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 215, 0, 0.12);
}
.anjo-portrait-caption {
  text-align: center;
  font-size: 0.75em;
  opacity: 0.6;
  margin: -10px 0 15px;
  font-style: italic;
}
.anjo-chat .anjo-intro {
  font-size: 0.95em;
  text-align: center;
  opacity: 0.85;
  margin-bottom: 15px;
}
.anjo-messages {
  max-height: 420px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #0a0a0a;
}
.anjo-msg {
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 0.95em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.anjo-msg.user {
  background: #111;
  border: 1px solid #fff;
}
.anjo-msg.angel {
  background: #000;
  border: 1px solid var(--accent);
  color: var(--accent);
}
.anjo-msg.angel .anjo-sources {
  margin-top: 8px;
  font-size: 0.75em;
  color: #aaa;
  border-top: 1px solid #333;
  padding-top: 6px;
  white-space: normal;
}
.anjo-msg.error {
  color: #ff9090;
  border: 1px solid #ff9090;
  font-style: italic;
}
.anjo-msg.typing {
  font-style: italic;
  opacity: 0.7;
  color: var(--accent);
  border: 1px dashed var(--accent);
}
.anjo-form {
  display: flex;
  gap: 8px;
}
.anjo-form input {
  flex: 1;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
  font-family: inherit;
  font-size: 1em;
}
.anjo-form input:focus {
  outline: none;
  border-color: var(--accent);
}
.anjo-form button {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
}
.anjo-form button:hover:not(:disabled) {
  background: var(--accent);
  border-color: var(--accent);
}
.anjo-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .anjo-chat {
    margin: 20px 10px;
    padding: 15px;
  }
  /* Voz: sai do canto absoluto (que colidia com as tabs) e passa a fluir
     centrada por baixo do selector */
  .anjo-voice-toggle {
    position: static;
    display: block;
    margin: 0 auto 16px;
    width: fit-content;
    padding: 6px 12px;
    font-size: 0.8em;
  }
  /* Tabs em grelha de 3 colunas iguais — alinhadas e sem wrap irregular */
  .agente-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 14px;
  }
  .agente-tab {
    padding: 9px 4px;
    font-size: 0.78em;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
  }
  .anjo-form {
    flex-direction: column;
  }
  .anjo-form button {
    width: 100%;
  }
}

/* Shortcuts — top left, always visible */
.site-floats {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.forum-float {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #c9a227;
  background: rgba(12, 15, 20, 0.88);
  color: #FFD700 !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.forum-float:hover {
  border-color: #FFD700;
  background: rgba(42, 70, 104, 0.95);
  color: #fff !important;
}
.forum-float i {
  font-size: 1rem;
  color: inherit;
}
.forum-float.estudio-float {
  border-color: #8a9bb5;
  color: #e8eef8 !important;
}
.forum-float.estudio-float:hover {
  border-color: #FFD700;
  color: #fff !important;
}

/* Language toggle */
.lang-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85em;
  letter-spacing: 1px;
  user-select: none;
}
.lang-toggle:hover {
  background: #FFD700;
  color: #000;
  border-color: #FFD700;
}
