/**
 * Theme Name: GPTDetector Theme
 * Theme URI: https://gptdetector.local
 * Author: GPTDetector Team
 * Author URI: https://gptdetector.local
 * Description: Advanced WordPress theme for AI content detection service with full customization, SEO optimization, and modern design
 * Version: 1.0.0
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: gptdetector-theme
 * Tags: custom, gpt-detection, ai, content-analysis, dark-mode, responsive, seo-ready
 * Requires at least: 6.0
 * Tested up to: 6.7
 * Requires PHP: 7.4
 */

/**
 * This file is required by WordPress to recognize the theme.
 * Main styles are located in /assets/css/main.css
 */

/* WordPress Required Styles */
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { float: right; margin-left: 1rem; }
.alignleft { float: left; margin-right: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.9em; color: #666; }