/* 巴西风格最终调整 - Brazilian Style Final Touches */

/* 确保所有按钮都使用新的巴西风格 */
.current-a87e, 
.media_mini_7606,
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;
}

.current-a87e:hover, 
.media_mini_7606: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;
}

/* 确保所有文本都使用新的颜色方案 */
.photo_fluid_c731,
p,
span {
  color: #F0F8FF !important;
  line-height: 1.7 !important;
}

/* 强化标题样式 */
.highlight-dim-3aa6,
h1,
h2,
h3 {
  color: #FFD700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
  font-weight: bold !important;
}

/* 导航菜单项的最终样式 */
.badge_easy_09b4 {
  color: #F0F8FF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.heading-04ab:hover .badge_easy_09b4 {
  color: #1B4D3E !important;
}

/* 移动端菜单背景 */
.thick-a29c {
  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;
}

/* 内容区域的巴西风格装饰 */
.column-fixed-a44e {
  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) {
  .status_ce88 .highlight-dim-3aa6 {
    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;
  }
  
  .current-a87e {
    font-size: 18px !important;
    padding: 12px 25px !important;
  }
  
  .media_mini_7606 {
    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: ac47 */
.phantom-card-g3 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
