/* 巴西风格最终调整 - Brazilian Style Final Touches */

/* 确保所有按钮都使用新的巴西风格 */
.thumbnail-c2be, 
.tabs_next_889c,
a[href*="gogo"] {
  background: linear-gradient(45deg, #FF6B35 0%, #F7931E 50%, #FFD700 100%) !important;
  color: #FFFFFF !important;
  border-radius: 15px !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border: none !important;
}

.thumbnail-c2be:hover, 
.tabs_next_889c:hover,
a[href*="gogo"]:hover {
  background: linear-gradient(45deg, #E55A2B 0%, #E8821A 50%, #E6C200 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6) !important;
}

/* 确保所有文本都使用新的颜色方案 */
.picture-warm-eb1c,
p,
span {
  color: #F0F8FF !important;
  line-height: 1.7 !important;
}

/* 强化标题样式 */
.east-42f3,
h1,
h2,
h3 {
  color: #FFD700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
  font-weight: bold !important;
}

/* 导航菜单项的最终样式 */
.media-west-7011 {
  color: #F0F8FF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.border_dirty_5959:hover .media-west-7011 {
  color: #1B4D3E !important;
}

/* 移动端菜单背景 */
.tiny_9c82 {
  background: rgba(255, 215, 0, 0.2) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

/* 图片基础样式 */
img {
  max-width: 100%;
  height: auto;
}

/* 页面容器的最终背景 */
#page {
  background: linear-gradient(135deg, #1B4D3E 0%, #2D5016 50%, #0F4C75 100%) !important;
  min-height: 100vh !important;
}

/* 内容区域的巴西风格装饰 */
.caption_b08f {
  position: relative;
}

/* 确保链接的巴西风格 */
a {
  transition: all 0.3s ease !important;
}

a:hover {
  text-decoration: none !important;
}

/* 巴西风格的选择效果 */
::selection {
  background: rgba(255, 215, 0, 0.4) !important;
  color: #1B4D3E !important;
}

/* 移动端特殊调整 */
@media (max-width: 767px) {
  .south-e960 .east-42f3 {
    font-size: 32px !important;
    background: linear-gradient(45deg, #FFD700 0%, #FFA500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }
  
  .thumbnail-c2be {
    font-size: 18px !important;
    padding: 12px 25px !important;
  }
  
  .tabs_next_889c {
    font-size: 14px !important;
    padding: 10px 20px !important;
    width: 110px !important;
  }
}

/* 动画关键帧 */
@keyframes brazilian-pulse {
  0%, 100% { 
    opacity: 0.7; 
    transform: translateX(-50%) scale(1); 
  }
  50% { 
    opacity: 1; 
    transform: translateX(-50%) scale(1.1); 
  }
}

/* 确保所有元素都有平滑过渡 */
* {
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease !important;
} 
/* css-noise: 280b */
.shadow-element-g9 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
