/* =====================================================
   Theme 19: Cyan Modern Energy - Components
   青色现代活力风 - 组件样式与特效
   ===================================================== */

/* ============ 广告区圆形几何 ============ */
.hero-banner {
  position: relative;
}

.hero-glow-layer {
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 40%),
              radial-gradient(circle at 20% 80%, rgba(0,188,212,0.05) 0%, transparent 40%);
}

/* ============ 标题现代风 ============ */
.hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ============ 按钮现代风格 ============ */
.btn-register {
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0,188,212,0.3);
}

.btn-register:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0,188,212,0.4);
}

/* ============ 导航栏现代 ============ */
.site-header {
  border-bottom: 1px solid rgba(0,188,212,0.1);
}

.nav-menu a {
  font-weight: 600;
}

.nav-menu a::after {
  height: 2px;
  border-radius: 2px;
}

/* ============ 卡片现代风格 ============ */
.post-card {
  border: none;
  box-shadow: 0 2px 12px rgba(0,188,212,0.06);
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,188,212,0.12);
}

/* ============ 页脚CTA现代 ============ */
.footer-cta-banner {
  background: linear-gradient(135deg, #00BCD4 0%, #4DD0E1 100%);
  position: relative;
}

/* ============ 滚动提示 ============ */
.scroll-hint .scroll-arrow {
  background: rgba(0,188,212,0.15);
  border: 2px solid rgba(0,188,212,0.3);
}

/* ============ 侧边栏widget ============ */
.widget-title {
  border-bottom: 2px solid var(--color-secondary);
}

/* ============ 文章内CTA ============ */
.in-content-cta {
  background: linear-gradient(135deg, #00BCD4 0%, #4DD0E1 100%);
}

/* ============ 移动端FAB ============ */
.fab-register {
  box-shadow: 0 4px 15px rgba(0,188,212,0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,188,212,0.3); }
  50% { box-shadow: 0 0 0 12px rgba(0,188,212,0); }
}

/* ============ 搜索表单 ============ */
.search-form input[type="search"] {
  border: 1px solid rgba(0,188,212,0.15);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-form input[type="search"]:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0,188,212,0.1);
  outline: none;
}

/* ============ 响应式微调 ============ */
@media (max-width: 767px) {
  .hero-title {
    letter-spacing: -0.01em;
  }
}

/* === 赌场装饰增强 (青碧蓝) [casino-enhance] === */

/* SVG装饰可见度提升 */
.hero-casino-decor svg {
  color: rgba(0,188,212,0.10);
  opacity: 0.5;
  filter: drop-shadow(0 0 15px rgba(0,96,100,0.08));
}

/* 装饰层光晕 */
.hero-casino-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0,96,100,0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 扑克牌花色散布 */
.hero-casino-decor::before {
  content: '♠ ♥ ♦ ♣ ♠ ♥ ♦ ♣';
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 1.8rem;
  letter-spacing: 1.2rem;
  color: rgba(0,188,212,0.10);
  opacity: 0.25;
  pointer-events: none;
  word-spacing: 1.5rem;
}

/* 页脚三栏增强 (暗色页脚) */
.footer-nav-section {
  background: var(--color-primary);
}

.footer-nav-title {
  color: #fff;
  border-bottom-color: var(--color-secondary);
}

.footer-nav-list a {
  color: rgba(255,255,255,0.7);
  transition: color 0.3s, padding-left 0.3s;
}

.footer-nav-list a:hover {
  color: #fff;
  padding-left: 4px;
}

/* 页脚CTA横幅 */
.footer-cta-banner {
  background: linear-gradient(135deg, var(--color-primary) 0%, rgba(255,255,255,0.08) 100%);
  border: 1px solid rgba(0,96,100,0.08);
}

/* 内页底部CTA */
.page-bottom-cta {
  background: linear-gradient(135deg, var(--color-primary), rgba(0,0,0,0.1));
  border-left: 4px solid var(--color-secondary);
  color: #fff;
}

.page-bottom-cta a {
  color: #fff;
}

/* 面包屑 */
.page-breadcrumb a {
  color: var(--color-secondary);
}

/* FAQ手风琴 */
.page-body details {
  border-left: 3px solid var(--color-secondary);
}

/* 联系卡片 */
.contact-card {
  border-top: 3px solid var(--color-secondary);
}


/* ============ Hero & Navigation — Quantum Tech Theme ============ */
/* Auto-generated by batch_theme_hero_css.php */

/* Navigation Glass */
.site-header {
  background: rgba(0,10,15,0.9);
  border-bottom: 1px solid rgba(0,230,118,0.12);
}

.brand-icon { color: #69F0AE; }

.nav-link:hover { color: #69F0AE; }
.nav-link::after { background: #69F0AE; }

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #69F0AE40, transparent);
  z-index: 3;
}

.hero-stats-bar {
  background: rgba(0,230,118,0.04);
  border-color: rgba(0,230,118,0.12);
}

.stat-number { color: #69F0AE; }
.stat-icon { color: #69F0AE; }

.btn-register { --btn-register-glow: rgba(0,230,118,0.35); }

.scroll-arrow {
  background: rgba(255,255,255,0.05);
  border-color: rgba(0,230,118,0.12);
}

/* Theme-specific Effects */
.hero-title { text-shadow: 0 0 20px rgba(0,230,118,0.15); }
  .hero-visual-wrapper::before { background: conic-gradient(from 0deg, rgba(0,230,118,0.03), rgba(0,176,255,0.03), rgba(0,230,118,0.03)); animation: heroGlowPulse 5s linear infinite; }
  .hero-visual-wrapper::after { content:""; position:absolute; inset:0; border:1px solid rgba(0,230,118,0.08); border-radius:50%; animation: theme19scan 4s linear infinite; }
  @keyframes theme19scan { 0%{clip-path:inset(0 0 100% 0)}50%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(100% 0 0 0)} }


/* ============ Layout Variant D Enhancement ============ */
/* Auto-generated by batch_theme_layout_css.php */

/* Variant D Enhancement: Quantum Tech Diagonal */
.hero-banner[data-variant="D"] .diagonal-shape.shape-1 {
  background: linear-gradient(135deg, rgba(0,230,118,0.06) 0%, rgba(0,176,255,0.04) 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 65%, 0 100%);
}
.hero-banner[data-variant="D"] .diagonal-shape.shape-2 {
  background: linear-gradient(135deg, rgba(0,176,255,0.04) 0%, rgba(0,230,118,0.02) 100%);
}
.hero-banner[data-variant="D"] .hero-title-underline {
  background: #00E676;
  height: 2px;
  box-shadow: 0 0 10px rgba(0,230,118,0.4);
}

