/*
Theme Name: PromptHub Pro
Theme URI: https://prompthub.pro
Author: PromptHub Team
Author URI: https://prompthub.pro
Description: Premium WordPress Theme for AI Prompt websites with Android App backend, REST API, membership system, ads manager and one-click demo import. Built for Hostinger Cloud & LiteSpeed/Apache.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prompthub-pro
Tags: blog, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, rtl-language-support
*/

/* Base styles are loaded from assets/css/main.css - this file exists for WordPress theme header */

:root{
  --ph-primary:#6C5CE7;
  --ph-primary-dark:#5548c8;
  --ph-accent:#00D4AA;
  --ph-bg:#0F1020;
  --ph-surface:#1a1b2e;
  --ph-text:#E6E7F0;
  --ph-muted:#9EA0B8;
  --ph-border:#2a2c45;
  --ph-danger:#ff5c7a;
  --ph-warning:#ffb547;
  --ph-radius:14px;
  --ph-shadow:0 8px 30px rgba(0,0,0,.15);
}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Plus Jakarta Sans',Ubuntu,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6}
body.ph-dark{background:var(--ph-bg);color:var(--ph-text)}
*{box-sizing:border-box}
a{color:var(--ph-primary);text-decoration:none}
a:hover{color:var(--ph-primary-dark)}
img{max-width:100%;height:auto;display:block}
.container{max-width:1240px;margin:0 auto;padding:0 20px}
.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
