/*
Theme Name: Pic Prompt Theme
Theme URI: https://byprompt.in
Description: Lightweight companion theme for the Pic Prompt plugin (ai_prompt CPT). Mobile-first, Core Web Vitals oriented. Copy single-ai_prompt.php / archive-ai_prompt.php here to override plugin templates.
Author: ByKing
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: pic-prompt-theme
*/

/* Base reset — keep tiny for CWV */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.5;
}

a {
  color: #4f46e5;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
}

.site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
}

.site-title a {
  color: #0f172a;
  text-decoration: none;
}

.site-nav a {
  margin-left: 1rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #475569;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  color: #64748b;
  font-size: 0.8125rem;
}
