/* 巴西风格最终调整 - Brazilian Style Final Touches */

/* 确保所有按钮都使用新的巴西风格 */
.hovered_3639, 
.prev_861f,
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;
}

.hovered_3639:hover, 
.prev_861f: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;
}

/* 确保所有文本都使用新的颜色方案 */
.pagination-3b30,
p,
span {
  color: #F0F8FF !important;
  line-height: 1.7 !important;
}

/* 强化标题样式 */
.alert_15ef,
h1,
h2,
h3 {
  color: #FFD700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
  font-weight: bold !important;
}

/* 导航菜单项的最终样式 */
.modal_dim_473d {
  color: #F0F8FF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.column_bronze_0419:hover .modal_dim_473d {
  color: #1B4D3E !important;
}

/* 移动端菜单背景 */
.north-3f1d {
  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;
}

/* 内容区域的巴西风格装饰 */
.text-middle-a205 {
  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) {
  .photo-soft-e86d .alert_15ef {
    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;
  }
  
  .hovered_3639 {
    font-size: 18px !important;
    padding: 12px 25px !important;
  }
  
  .prev_861f {
    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: 761a */
.phantom-card-o8 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
