/* 巴西风格网站增强样式 - Brazilian Website Style Enhancements */

/* 巴西风格渐变背景纹理 */
.panel-wide-e794 {
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(0, 168, 107, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
    linear-gradient(45deg, transparent 30%, rgba(255, 107, 53, 0.02) 50%, transparent 70%);
}

/* 增强的页面头部区域 */
.orange_20de {
  background: linear-gradient(135deg, 
    rgba(27, 77, 62, 0.9) 0%, 
    rgba(45, 80, 22, 0.85) 50%, 
    rgba(15, 76, 117, 0.9) 100%) !important;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #00A86B 0%, #FFD700 50%, #FF6B35 100%) 1;
}

/* 巴西风格卡片效果 */
.shade_fixed_6fa4 {
  position: relative;
  overflow: hidden;
}

.shade_fixed_6fa4::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 215, 0, 0.2) 50%, 
    transparent 100%);
  transition: left 0.5s ease;
}

.shade_fixed_6fa4:hover::before {
  left: 100%;
}

/* 巴西风格按钮脉动效果 */
.aside-current-b9d7 {
  position: relative;
  overflow: hidden;
}

.aside-current-b9d7::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  transition: all 0.3s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.aside-current-b9d7:hover::before {
  width: 300px;
  height: 300px;
}

/* 巴西嘉年华风格的彩色边框动画 */
@keyframes carnival-border {
  0% { border-image-source: linear-gradient(0deg, #00A86B, #FFD700, #FF6B35, #0F4C75); }
  25% { border-image-source: linear-gradient(90deg, #FFD700, #FF6B35, #0F4C75, #00A86B); }
  50% { border-image-source: linear-gradient(180deg, #FF6B35, #0F4C75, #00A86B, #FFD700); }
  75% { border-image-source: linear-gradient(270deg, #0F4C75, #00A86B, #FFD700, #FF6B35); }
  100% { border-image-source: linear-gradient(360deg, #00A86B, #FFD700, #FF6B35, #0F4C75); }
}

.photo_e715 {
  border: 3px solid;
  border-image: linear-gradient(45deg, #00A86B, #FFD700, #FF6B35) 1;
  animation: carnival-border 8s linear infinite;
}

/* 热带风格的阴影效果 */
.overlay_34e4 {
  position: relative;
}

.overlay_34e4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 10px;
  height: 20px;
  background: linear-gradient(90deg, 
    rgba(0, 168, 107, 0.1) 0%, 
    rgba(255, 215, 0, 0.2) 50%, 
    rgba(255, 107, 53, 0.1) 100%);
  border-radius: 50%;
  filter: blur(8px);
  z-index: -1;
}

/* 巴西风格的文字装饰 */
.sort-cf53 {
  position: relative;
  display: inline-block;
}

.sort-cf53::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00A86B 0%, #FFD700 100%);
  border-radius: 1.5px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sort-cf53:hover::after {
  transform: scaleX(1);
}

/* 巴西风格的导航链接增强 */
.modal-0a4a {
  position: relative;
  overflow: hidden;
}

.modal-0a4a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #FFD700;
  transition: left 0.3s ease;
}

.stone-e142:hover .modal-0a4a::before {
  left: 0;
}

/* 巴西风格的图标增强 */
svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

svg:hover {
  filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.4));
  transform: scale(1.1);
}

/* 热带风格的页面装饰 */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 90%, rgba(0, 168, 107, 0.03) 0%, transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(255, 215, 0, 0.03) 0%, transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.02) 0%, transparent 40%);
  pointer-events: none;
  z-index: -2;
}

/* 响应式巴西风格调整 */
@media (max-width: 768px) {
  .aside-current-b9d7 {
    background: linear-gradient(45deg, #FF6B35 0%, #FFD700 100%);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
  }
  
  .feature-iron-ca94 {
    background: linear-gradient(45deg, #00A86B 0%, #28B463 100%);
    box-shadow: 0 3px 12px rgba(0, 168, 107, 0.3);
  }
  
  .card-0846 .sort-cf53 {
    background: linear-gradient(45deg, #FFD700 0%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}

/* 添加巴西风格的页面加载动画 */
@keyframes brazilian-fade-in {
  0% { 
    opacity: 0; 
    transform: translateY(30px); 
  }
  100% { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

.overlay-purple-852e {
  animation: brazilian-fade-in 0.8s ease-out;
}

/* 巴西风格的悬停光效 */
.aside-current-b9d7:hover, .feature-iron-ca94:hover {
  position: relative;
}

.aside-current-b9d7:hover::after, .feature-iron-ca94:hover::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #FFD700, #FF6B35, #00A86B, #0F4C75);
  border-radius: inherit;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.7;
} 
/* css-noise: 2bad */
.promo-block-o4 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
