/*
Theme Name: Sade SEO Tema
Theme URI:  https://example.com/sade-seo-tema
Author:     ChatGPT (generated)
Author URI: https://openai.com
Description: Minimal, responsive and SEO-friendly WordPress theme. Yoast-compatible and Google-friendly.
Version:    1.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sade-seo-tema
Tags: light, accessibility, responsive, seo, minimal
*/
:root{
  --max-width:1100px;
  --accent:#0b74de;
  --muted:#666;
  --bg:#fff;
  --text:#111;
  --gap:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
  margin:0;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--accent);text-decoration:none}
.container{max-width:var(--max-width);margin:0 auto;padding:24px}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}
.site-title{font-size:1.25rem;font-weight:700;margin:0}
.site-description{color:var(--muted);font-size:.95rem;margin-top:4px}
.nav{display:flex;gap:12px;align-items:center}
.main{display:flex;gap:var(--gap);padding:28px 0}
.content{flex:1;min-width:0}
.sidebar{width:300px}
.post{margin-bottom:28px}
.post h2{margin:0 0 10px;font-size:1.3rem}
.post .meta{color:var(--muted);font-size:.9rem;margin-bottom:10px}
.footer{border-top:1px solid #eee;padding:18px 0;color:var(--muted);font-size:.95rem;margin-top:28px}
img.responsive{max-width:100%;height:auto}
@media(max-width:800px){
  .main{flex-direction:column}
  .sidebar{width:100%}
}
