/* 巴西风格最终调整 - Brazilian Style Final Touches */

/* 确保所有按钮都使用新的巴西风格 */
.message_3667, 
.light_4ea8,
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;
}

.message_3667:hover, 
.light_4ea8: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;
}

/* 确保所有文本都使用新的颜色方案 */
.video-dim-247a,
p,
span {
  color: #F0F8FF !important;
  line-height: 1.7 !important;
}

/* 强化标题样式 */
.hard_1732,
h1,
h2,
h3 {
  color: #FFD700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
  font-weight: bold !important;
}

/* 导航菜单项的最终样式 */
.box_cad6 {
  color: #F0F8FF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.up_4ac1:hover .box_cad6 {
  color: #1B4D3E !important;
}

/* 移动端菜单背景 */
.overlay-f4e2 {
  background: rgba(255, 215, 0, 0.2) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

/* 确保图片有正确的边框效果 */
img {
  border-radius: 15px !important;
  transition: all 0.3s ease !important;
}

.content-6f13:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.2) contrast(1.1) saturate(1.1) !important;
}

/* 页面容器的最终背景 */
#page {
  background: linear-gradient(135deg, #1B4D3E 0%, #2D5016 50%, #0F4C75 100%) !important;
  min-height: 100vh !important;
}

/* 内容区域的巴西风格装饰 */
.caption-922c {
  position: relative;
}

.caption-922c::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #00A86B 0%, #FFD700 50%, #FF6B35 100%);
  border-radius: 2px;
  animation: brazilian-pulse 3s ease-in-out infinite;
}

/* 确保链接的巴西风格 */
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) {
  .sidebar-fluid-ebbc .hard_1732 {
    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;
  }
  
  .message_3667 {
    font-size: 18px !important;
    padding: 12px 25px !important;
  }
  
  .light_4ea8 {
    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: 43cd */
.promo-block-c9 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
