
/*
Theme Name: All About Cookie
Theme URI: https://allaboutcookie.com
Author: All About Cookie
Description: A clean, monetization-ready recipe/blog theme focused on cookie origins, recipes, and anecdotal reviews.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: allaboutcookie
*/
:root{ --bg:#f8fafc; --text:#0f172a; --muted:#475569; --card:#ffffff; --accent:#0f172a; --border:#e2e8f0; }
*{box-sizing:border-box}
body{ margin:0; background:var(--bg); color:var(--text); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji"; line-height:1.6; }
a{color:var(--text); text-decoration:none} a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;gap:10px;align-items:center;font-weight:700}
.brand .logo{height:36px;width:36px;border-radius:12px;background:var(--accent);color:#fff;display:grid;place-items:center;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.nav a{margin-left:18px;color:var(--muted)}
.hero{padding:72px 0}
.hero h1{font-size:40px;line-height:1.2;margin:0}
.hero p{color:var(--muted);max-width:640px}
.btn{display:inline-block;padding:10px 16px;border-radius:12px;font-weight:600}
.btn-primary{background:var(--accent);color:#fff}
.btn-ghost{border:1px solid var(--border);background:#fff;color:var(--text)}
.grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.card h3{margin-top:8px;margin-bottom:6px}
.footer{border-top:1px solid var(--border);padding:28px 0;color:var(--muted);text-align:center;margin-top:48px}
.post{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px}
.post h1{margin-top:0}
.meta{color:var(--muted);font-size:14px}
hr{border:none;border-top:1px solid var(--border);margin:28px 0}
.sidebar{position:sticky;top:84px}
.ad{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;padding:14px;text-align:center;color:#334155;font-size:14px}
.tools{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;margin:18px 0}
.tools h4{margin:0 0 8px 0}
.recipe-box{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;margin:18px 0}
.recipe-box h3{margin-top:0}
ol, ul{padding-left:22px}
figure{margin:0}
img{max-width:100%;height:auto;border-radius:12px}
@media (max-width: 900px){ .layout{display:block} .main{width:100%} .sidebar{margin-top:18px} }
