/*
Theme Name: 上海龙凤婚恋交友论坛
Theme URI: https://www.shlf.com
Author: 上海龙凤团队
Author URI: https://www.shlf.com
Description: 上海龙凤婚恋交友论坛2026版，专为百度AI搜索优化打造
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: shlf-2026
Tags: two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@layer utilities {
  .content-width {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  .card-hover {
    transition: all 0.3s ease;
  }
  .card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
  }
}

:root {
  --primary: #d82d6a;
  --secondary: #f69393;
  --neutral: #f9f6f7;
  --dark: #2a2a2a;
}

html {
  scroll-behavior: smooth;
}
