/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Nunito:wght@300;400;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--p:#3d5a27;--a:#7cb518;--bg:#f7f9f3;--bg2:#eef2e6;--t:#1c2b0e;--r:16px;--sh:0 8px 32px rgba(61,90,39,.13);--sh2:0 4px 16px rgba(61,90,39,.08);--fh:'Lora',Georgia,serif;--fb:'Nunito',sans-serif}
html{scroll-behavior:smooth}a{display:inline-block;text-align:center}
body{font-family:var(--fb);background:var(--bg);color:var(--t);line-height:1.78;font-size:1rem}
.site-header{background:#fff;box-shadow:var(--sh2);position:sticky;top:0;z-index:200}
.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px}
.site-logo{font-family:var(--fh);font-size:1.6rem;font-weight:700;color:var(--p);text-decoration:none;letter-spacing:-.02em}
.main-nav{display:flex;gap:2rem;list-style:none;align-items:center}
.main-nav a{color:var(--t);text-decoration:none;font-weight:600;font-size:.92rem;padding-bottom:3px;border-bottom:2px solid transparent;transition:border-color .2s,color .2s}
.main-nav a:hover{border-bottom-color:var(--a);color:var(--p)}
.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px}
.burger-btn span{display:block;width:24px;height:2px;background:var(--p);border-radius:2px;transition:all .3s}
.mobile-nav{display:none;background:#fff;border-top:1px solid var(--bg2)}
.mobile-nav.open{display:block}
.mobile-nav a{display:block;padding:.85rem 1.5rem;color:var(--t);text-decoration:none;font-weight:600;border-bottom:1px solid var(--bg2);transition:background .2s}
.mobile-nav a:hover{background:var(--bg2)}
@media(max-width:768px){.main-nav{display:none}.burger-btn{display:flex}}
.breadcrumbs{max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;font-size:.84rem;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}
.breadcrumbs a{color:var(--p);text-decoration:none;font-weight:600}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs .sep{color:#bbb;margin:0 .2rem}
.breadcrumbs .current{color:#888}
.article-wrapper{max-width:780px;margin:1.5rem auto 3rem;padding:0 1.5rem}
.article-label{display:inline-flex;gap:.5rem;background:var(--bg2);color:var(--p);border-radius:20px;padding:.3rem .9rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.article-title{font-family:var(--fh);font-size:clamp(1.6rem,4vw,2.5rem);line-height:1.22;color:var(--p);margin-bottom:1.25rem}
.article-lead{font-size:1.05rem;color:#3a4a2e;margin-bottom:1.5rem;border-left:4px solid var(--a);padding-left:1.1rem;line-height:1.7;font-style:italic}
.article-meta{display:flex;flex-wrap:wrap;gap:1rem;padding:.85rem 0;border-top:1px solid var(--bg2);border-bottom:1px solid var(--bg2);font-size:.875rem;color:#666;margin-bottom:2rem}
.article-meta strong{color:var(--t)}
.article-body h2{font-family:var(--fh);font-size:1.38rem;color:var(--p);margin:2.5rem 0 .85rem;scroll-margin-top:80px}
.article-body p{margin-bottom:1.3rem}
.article-body img{width:100%;border-radius:var(--r);margin:1.75rem 0;box-shadow:var(--sh);display:block}
.pull-quote{background:var(--bg2);border-left:5px solid var(--a);border-radius:0 var(--r) var(--r) 0;padding:1.6rem 2rem;margin:2.5rem 0;font-family:var(--fh);font-style:italic;font-size:1.18rem;color:var(--p);line-height:1.5}
.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0 1rem}
.article-tags a{background:var(--bg2);color:var(--p);border-radius:20px;padding:.3rem .85rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}
.article-tags a:hover{background:var(--a);color:#fff}
.article-disclaimer{background:var(--bg2);border-left:4px solid var(--a);border-radius:0 var(--r) var(--r) 0;padding:1.25rem 1.5rem;font-size:.875rem;color:#556;margin:2rem 0;line-height:1.65}
.article-disclaimer strong{color:var(--p)}
.mood-tracker{background:#fff;border-radius:var(--r);box-shadow:var(--sh);padding:2rem;text-align:center;margin:2.5rem 0}
.mood-tracker h3{font-family:var(--fh);color:var(--p);margin-bottom:.5rem;font-size:1.2rem}
.mood-tracker>p{color:#666;font-size:.9rem;margin-bottom:1.25rem}
.mood-emojis{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}
.mood-btn{font-size:1.7rem;background:var(--bg2);border:2px solid transparent;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .22s ease;line-height:1}
.mood-btn:hover,.mood-btn.active{border-color:var(--a);background:#fff;transform:scale(1.18);box-shadow:var(--sh2)}
.mood-result{margin-top:1.25rem;font-weight:700;color:var(--p);min-height:1.5em;font-size:.95rem;transition:all .3s}
.toc{background:var(--bg2);border-radius:var(--r);padding:1.5rem 2rem;margin:1.5rem 0 2.5rem}
.toc h3{font-family:var(--fh);color:var(--p);font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.toc-list{list-style:none;padding:0;counter-reset:toc}
.toc-list li{counter-increment:toc;display:flex;align-items:flex-start;gap:.75rem;padding:.55rem 0;border-bottom:1px solid rgba(61,90,39,.08)}
.toc-list li:last-child{border-bottom:none}
.toc-list li::before{content:counter(toc);background:var(--p);color:#fff;border-radius:50%;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:2px}
.toc-list a{color:var(--t);text-decoration:none;font-weight:600;font-size:.94rem;line-height:1.4}
.toc-list a:hover{color:var(--p);text-decoration:underline}
.evening-diary{background:#fff;border-radius:var(--r);box-shadow:var(--sh);padding:2rem;margin:3rem 0}
.evening-diary h3{font-family:var(--fh);color:var(--p);font-size:1.2rem;margin-bottom:.5rem}
.evening-diary>p{color:#666;font-size:.9rem;margin-bottom:1.5rem}
.diary-questions{list-style:none;padding:0}
.diary-questions li{display:flex;gap:.85rem;padding:1rem 0;border-bottom:1px dashed var(--bg2);align-items:flex-start;line-height:1.55;font-size:.95rem}
.diary-questions li:last-child{border-bottom:none}
.diary-num{background:var(--a);color:#fff;border-radius:50%;width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}
.read-also{margin:3rem 0}
.read-also h3{font-family:var(--fh);color:var(--p);font-size:1.25rem;margin-bottom:1.5rem}
.read-also-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem}
.read-card{background:#fff;border-radius:var(--r);padding:1.25rem 1.5rem;box-shadow:var(--sh2);transition:transform .25s,box-shadow .25s;text-decoration:none;color:inherit}
.read-card:hover{transform:translateY(-5px);box-shadow:var(--sh)}
.card-cat{font-size:.73rem;color:var(--a);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}
.read-card h4{font-family:var(--fh);font-size:.94rem;color:var(--p);line-height:1.4;margin-bottom:.6rem}
.card-time{font-size:.78rem;color:#888}
.subscribe-section{background:var(--bg2);border-radius:var(--r);padding:2.5rem 2rem;text-align:center;margin:3rem 0}
.subscribe-section h3{font-family:var(--fh);color:var(--p);font-size:1.4rem;margin-bottom:.75rem}
.subscribe-section p{color:#556;margin-bottom:1.5rem;font-size:.95rem}
.subscribe-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.subscribe-form input[type="email"]{flex:1;min-width:200px;padding:.8rem 1.25rem;border:2px solid #c8d9b0;border-radius:30px;font-family:var(--fb);font-size:1rem;background:#fff;outline:none;transition:border-color .2s}
.subscribe-form input[type="email"]:focus{border-color:var(--a)}
.subscribe-form button{background:var(--a);color:#fff;border:none;border-radius:30px;padding:.8rem 1.75rem;font-family:var(--fb);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}
.subscribe-form button:hover{background:var(--p);transform:scale(1.03)}
.site-footer{background:var(--p);color:rgba(255,255,255,.82);padding:3rem 1.5rem 1.5rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-top{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1.5rem}
.footer-logo{font-family:var(--fh);font-size:1.6rem;color:#fff;text-decoration:none;font-weight:700;display:block;margin-bottom:.5rem}
.footer-tagline{font-size:.875rem;opacity:.72;max-width:240px;line-height:1.55}
.footer-links h4{color:rgba(255,255,255,.9);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:1rem}
.footer-links ul{list-style:none;padding:0}
.footer-links li{margin-bottom:.6rem}
.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.9rem;transition:color .2s}
.footer-links a:hover{color:var(--a)}
.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-start;font-size:.82rem;opacity:.7}
.footer-bottom a{color:rgba(255,255,255,.7);text-decoration:none;margin-left:.75rem}
.footer-bottom a:hover{color:var(--a)}
.footer-disclaimer{font-size:.78rem;opacity:.58;line-height:1.55;max-width:620px;margin-top:.85rem;font-style:italic}
.cookie-check{position:absolute;left:-9999px;width:1px;height:1px}
.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;max-width:320px;background:#fff;border-radius:var(--r);box-shadow:0 12px 40px rgba(0,0,0,.18);padding:1.5rem;transition:opacity .4s,transform .4s}
.cookie-check:checked+.cookie-banner{opacity:0;pointer-events:none;transform:translateY(20px)}
.cookie-banner p{font-size:.875rem;margin-bottom:1rem;color:var(--t);line-height:1.55}
.cookie-banner p a{color:var(--p);font-weight:600}
.cookie-actions{display:flex;gap:.75rem}
label.cookie-accept{background:var(--a);color:#fff;border-radius:30px;padding:.5rem 1.25rem;font-family:var(--fb);font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s}
label.cookie-accept:hover{background:var(--p)}
label.cookie-decline{background:var(--bg2);color:var(--t);border-radius:30px;padding:.5rem 1.25rem;font-family:var(--fb);font-size:.875rem;font-weight:600;cursor:pointer}
.page-404{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.page-404 .err-num{font-family:var(--fh);font-size:clamp(6rem,20vw,10rem);color:var(--bg2);line-height:1;font-weight:700}
.page-404 h1{font-family:var(--fh);color:var(--p);font-size:1.8rem;margin:1rem 0}
.page-404 p{color:#666;max-width:360px;margin-bottom:2rem}
.page-404 .btn-home{background:var(--a);color:#fff;border-radius:30px;padding:.85rem 2rem;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s}
.page-404 .btn-home:hover{background:var(--p)}
@media(max-width:600px){.article-title{font-size:1.5rem}.mood-emojis{gap:.5rem}.mood-btn{width:48px;height:48px;font-size:1.5rem}.footer-top{flex-direction:column}.cookie-banner{bottom:1rem;right:1rem;left:1rem;max-width:none}.read-also-grid{grid-template-columns:1fr}}
.policy-wrap{max-width:760px;margin:2.5rem auto 4rem;padding:0 1.5rem}
.policy-wrap h1{font-family:var(--fh);font-size:clamp(1.7rem,4vw,2.4rem);color:var(--p);margin-bottom:.5rem;line-height:1.25}
.policy-date{font-size:.85rem;color:#888;margin-bottom:2rem;display:block}
.policy-wrap h2{font-family:var(--fh);font-size:1.2rem;color:var(--p);margin:2.25rem 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid var(--bg2)}
.policy-wrap p{margin-bottom:1.2rem;color:var(--t);line-height:1.78;font-size:.97rem}
.policy-wrap ul{padding-left:1.4rem;margin-bottom:1.2rem}
.policy-wrap ul li{margin-bottom:.5rem;font-size:.97rem;line-height:1.7}
.policy-wrap a{color:var(--p);font-weight:600;text-decoration:underline}
.policy-wrap a:hover{color:var(--a)}
.policy-breadcrumb{max-width:760px;margin:0 auto;padding:.85rem 1.5rem;font-size:.84rem;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}
.policy-breadcrumb a{color:var(--p);text-decoration:none;font-weight:600}
.policy-breadcrumb .sep{color:#bbb;margin:0 .2rem}
.policy-breadcrumb .current{color:#888}
.success-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}
.success-icon{width:80px;height:80px;background:var(--bg2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;box-shadow:var(--sh2)}
.success-page h1{font-family:var(--fh);font-size:clamp(2rem,5vw,3rem);color:var(--p);margin-bottom:1rem;line-height:1.2}
.success-page p{color:#556;font-size:1.05rem;max-width:480px;margin-bottom:2rem;line-height:1.7}
.btn-back{background:var(--a);color:#fff;border-radius:30px;padding:.9rem 2.2rem;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s,transform .1s;box-shadow:var(--sh2)}
.btn-back:hover{background:var(--p);transform:scale(1.03)}
.sub-note{font-size:.82rem;color:#aaa;margin-top:1.5rem}