/*
Theme Name: AI SyncLabs
Theme URI: https://ai-synclabs.com
Author: AI SyncLabs
Author URI: https://ai-synclabs.com
Description: Türkiye'nin AI Dergisi — Editorial magazine theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ai-synclabs
Tags: blog, news, magazine, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Ana stiller front-page.php içinde inline, burada global overrides var */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --ink: #0f0f0f; --ink2: #2a2a2a; --muted: #888; --muted2: #bbb;
  --paper: #fafaf7; --paper2: #f0f0eb; --paper3: #e8e8e2;
  --green: #1a7a4a; --green-l: #e8f5ee; --green-m: #2daa6a;
  --red: #c8392b; --red-l: #fdf0ee;
  --blue: #1a4a8a; --blue-l: #eef2fb;
  --amber: #b5620a; --amber-l: #fdf5e8;
  --purple: #6b21a8; --purple-l: #f5f0fe;
  --border: #e0e0d8;
}

html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* WordPress alignment classes */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
img { max-width: 100%; height: auto; }

/* Single post content */
.post-content { max-width: 720px; margin: 0 auto; padding: 48px 32px; }
.post-content h1, .post-content h2, .post-content h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 32px 0 16px;
  color: var(--ink);
}
.post-content h1 { font-size: 42px; line-height: 1.05; }
.post-content h2 { font-size: 28px; }
.post-content h3 { font-size: 22px; }
.post-content p { margin-bottom: 20px; font-size: 17px; line-height: 1.75; color: var(--ink2); }
.post-content a { color: var(--green); }
.post-content a:hover { text-decoration: underline; }
.post-content ul, .post-content ol { margin: 0 0 20px 28px; }
.post-content li { margin-bottom: 8px; font-size: 17px; line-height: 1.7; color: var(--ink2); }
.post-content blockquote {
  border-left: 3px solid var(--green);
  padding: 16px 24px;
  margin: 32px 0;
  background: var(--green-l);
  border-radius: 0 6px 6px 0;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
}
.post-content img { border-radius: 8px; margin: 24px 0; }
.post-content figure { margin: 32px 0; }
.post-content figcaption { font-size: 12px; color: var(--muted); font-family: 'DM Mono', monospace; margin-top: 8px; text-align: center; }
.post-content code { background: var(--paper3); padding: 2px 6px; border-radius: 3px; font-family: 'DM Mono', monospace; font-size: 14px; }
.post-content pre { background: var(--ink); color: #fff; padding: 24px; border-radius: 8px; overflow-x: auto; margin: 24px 0; }
.post-content pre code { background: none; padding: 0; color: inherit; font-size: 14px; }
