/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@400;500;600;700&display=swap'); :root{--bg:#FEF7F0;--card:#FFFAF5;--accent:#F97316;--accent-light:#FED7AA;--accent-muted:#FDEFD8;--text:#3D2C1E;--muted:#92400E;--radius:20px;--shadow:0 4px 24px rgba(249,115,22,.10);--shadow-lg:0 8px 40px rgba(249,115,22,.16);}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;line-height:1.75;min-height:100vh;}h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;line-height:1.25;}a{color:var(--accent);text-decoration:none;}a:hover{text-decoration:underline;}img{max-width:100%;height:auto;display:block;}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}.btn{display:inline-block;background:var(--accent);color:#fff;padding:.72rem 1.8rem;border-radius:50px;font-weight:600;font-family:'DM Sans',sans-serif;border:none;cursor:pointer;font-size:.97rem;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 12px rgba(249,115,22,.25);}.btn:hover{background:#e8650a;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.35);}.btn-outline{background:transparent;border:2px solid var(--accent);color:var(--accent);box-shadow:none;}.btn-outline:hover{background:var(--accent);color:#fff;}.site-header{background:rgba(255,250,245,.97);backdrop-filter:blur(8px);border-bottom:1.5px solid var(--accent-light);position:sticky;top:0;z-index:200;box-shadow:0 1px 16px rgba(249,115,22,.06);}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem;max-width:1200px;margin:0 auto;gap:1rem;flex-wrap:wrap;}.site-logo{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:700;color:var(--accent);letter-spacing:-.5px;line-height:1;}.site-nav{display:flex;gap:1.75rem;flex-wrap:wrap;}.site-nav a{color:var(--text);font-weight:500;font-size:.93rem;transition:color .2s;padding:.25rem 0;border-bottom:2px solid transparent;}.site-nav a:hover{color:var(--accent);text-decoration:none;border-bottom-color:var(--accent);}.hero{position:relative;border-radius:var(--radius);overflow:hidden;min-height:460px;display:flex;align-items:flex-end;margin:1.5rem 1.5rem 0;}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(61,44,30,.92) 40%,rgba(61,44,30,.08) 100%);}.hero-content{position:relative;z-index:1;padding:2.75rem;color:#fff;max-width:700px;}.hero-content h1{font-size:clamp(1.9rem,4.5vw,3.4rem);margin-bottom:.75rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3);}.hero-content p{font-size:1.07rem;opacity:.9;margin-bottom:1.5rem;max-width:540px;line-height:1.65;}.hero-tag{display:inline-block;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;padding:.28rem .85rem;border-radius:50px;margin-bottom:1rem;letter-spacing:.1em;text-transform:uppercase;font-family:'DM Sans',sans-serif;}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin:1.5rem 0;}.bento-card{background:var(--card);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow);border:1.5px solid var(--accent-light);transition:transform .22s,box-shadow .22s;display:flex;flex-direction:column;}.bento-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}.card-tag{display:inline-block;background:var(--accent-muted);color:var(--accent);font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:50px;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.07em;font-family:'DM Sans',sans-serif;}.bento-card h3{font-size:1.35rem;margin-bottom:.5rem;}.bento-card>p{color:var(--muted);font-size:.93rem;flex-grow:1;margin-bottom:0;}.card-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;}.like-widget{display:flex;align-items:center;gap:.4rem;font-size:.86rem;color:var(--muted);}.read-time{font-size:.8rem;color:var(--muted);}.featured-wrap{display:grid;gap:1.5rem;margin:2rem 0;}@media(min-width:900px){.featured-wrap{grid-template-columns:2fr 1fr;}}.featured-article{background:var(--card);border-radius:var(--radius);padding:2.25rem;box-shadow:var(--shadow);}.featured-article h2{font-size:clamp(1.5rem,2.8vw,2.1rem);margin-bottom:1.1rem;}.featured-article h3{font-size:1.25rem;margin:1.75rem 0 .65rem;color:var(--accent);font-family:'Cormorant Garamond',serif;}.featured-article p{margin-bottom:1rem;font-size:.98rem;}.article-sidebar{display:flex;flex-direction:column;gap:1.25rem;}.chat-bubble{background:var(--accent-muted);border-radius:20px 20px 20px 4px;padding:1.25rem 1.5rem;position:relative;margin:1.1rem 0;border:1px solid var(--accent-light);}.chat-bubble p{font-style:italic;margin-bottom:.4rem;color:var(--text);font-size:.95rem;}.chat-bubble cite{font-size:.8rem;color:var(--muted);font-weight:600;font-style:normal;}.chat-bubble::before{content:'💬';position:absolute;top:-.75rem;left:.75rem;font-size:1.1rem;}.disclaimer{background:#FFF3E0;border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1.25rem 1.6rem;margin:2rem 0 1rem;}.disclaimer p{font-size:.9rem;color:#7c4a1e;margin:0;line-height:1.65;}.facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;}.fact-item{background:var(--card);border-radius:var(--radius);padding:1.35rem;border:2px solid var(--accent-light);transition:border-color .2s;}.fact-item:hover{border-color:var(--accent);}.fact-icon{font-size:2rem;margin-bottom:.55rem;}.fact-item h4{font-size:1.05rem;margin-bottom:.3rem;font-family:'Cormorant Garamond',serif;}.fact-item p{font-size:.86rem;color:var(--muted);margin-bottom:0;}.rating-card{background:var(--card);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow);}.rating-card h4{margin-bottom:1.1rem;font-size:1.05rem;font-family:'Cormorant Garamond',serif;}.rating-row{margin-bottom:.85rem;}.rating-label{display:flex;justify-content:space-between;font-size:.84rem;margin-bottom:.3rem;color:var(--muted);font-weight:500;}.rating-track{background:var(--accent-muted);border-radius:50px;height:8px;overflow:hidden;}.rating-fill{background:linear-gradient(90deg,var(--accent),#f97316cc);height:100%;border-radius:50px;}.about-section{background:var(--card);border-radius:var(--radius);padding:2.25rem;box-shadow:var(--shadow);display:grid;gap:1.5rem;margin:2rem 0;}@media(min-width:640px){.about-section{grid-template-columns:auto 1fr;align-items:center;}}.about-avatar{width:88px;height:88px;background:linear-gradient(135deg,var(--accent),#fb923c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;flex-shrink:0;margin:0 auto;box-shadow:0 4px 20px rgba(249,115,22,.3);}.about-section h2{margin-bottom:.5rem;font-size:1.7rem;}.about-section>div>p{color:var(--muted);margin:0;font-size:.97rem;}.subscribe-section{background:linear-gradient(135deg,#FED7AA 0%,#FEF7F0 60%);border-radius:var(--radius);padding:2.5rem;margin:2rem 0;box-shadow:var(--shadow);border:1px solid var(--accent-light);}.subscribe-section h2{margin-bottom:.5rem;font-size:1.9rem;}.subscribe-section>p{margin-bottom:1.6rem;color:var(--muted);font-size:.97rem;}.subscribe-form{display:grid;gap:.9rem;}@media(min-width:580px){.subscribe-form{grid-template-columns:1fr 1fr;}}.form-group{display:flex;flex-direction:column;gap:.3rem;}.form-group label{font-size:.84rem;font-weight:600;color:var(--muted);letter-spacing:.02em;}.form-group input{padding:.78rem 1.1rem;border:2px solid #FED7AA;border-radius:12px;font-size:.96rem;background:#fff;transition:border-color .2s,box-shadow .2s;font-family:'DM Sans',sans-serif;}.form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(249,115,22,.12);}.form-submit{grid-column:1/-1;}.site-footer{background:#3D2C1E;color:#FED7AA;padding:3rem 1.5rem 1.5rem;margin-top:4rem;}.footer-inner{max-width:1200px;margin:0 auto;}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:2rem;}.footer-brand{font-family:'Cormorant Garamond',serif;font-size:1.75rem;color:var(--accent);margin-bottom:.65rem;font-weight:700;}.footer-desc{font-size:.87rem;opacity:.72;line-height:1.65;color:#FED7AA;}.footer-links h4{color:#fff;margin-bottom:.8rem;font-size:.93rem;font-family:'DM Sans',sans-serif;font-weight:600;letter-spacing:.04em;text-transform:uppercase;}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.45rem;}.footer-links a{color:#FED7AA;font-size:.88rem;opacity:.72;transition:opacity .2s;}.footer-links a:hover{opacity:1;text-decoration:none;}.footer-bottom{border-top:1px solid rgba(254,215,170,.12);padding-top:1.25rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.79rem;opacity:.55;color:#FED7AA;}#cookie-toggle{display:none;}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;max-width:320px;background:#fff;border-radius:var(--radius);box-shadow:0 8px 40px rgba(61,44,30,.2);padding:1.5rem;z-index:9999;border:2px solid var(--accent-light);animation:slideUp .4s ease;}@keyframes slideUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}#cookie-toggle:checked~.cookie-banner{display:none;}.cookie-banner p{font-size:.86rem;margin-bottom:1rem;color:var(--text);line-height:1.55;}.cookie-accept{display:block;text-align:center;background:var(--accent);color:#fff;padding:.62rem 1.25rem;border-radius:50px;font-weight:600;cursor:pointer;font-size:.9rem;font-family:'DM Sans',sans-serif;transition:background .2s;border:none;width:100%;}.cookie-accept:hover{background:#e8650a;}.success-wrap{min-height:62vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;}.success-card{background:var(--card);border-radius:var(--radius);padding:3rem 2.25rem;text-align:center;max-width:500px;width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--accent-light);}.success-icon{font-size:4.5rem;margin-bottom:1.25rem;display:block;}.success-card h1{margin-bottom:1rem;font-size:2.2rem;}.success-card p{color:var(--muted);margin-bottom:1.75rem;font-size:.98rem;}.policy-wrap{max-width:800px;margin:0 auto;padding:3rem 1.5rem;}.policy-wrap h1{margin-bottom:.75rem;font-size:clamp(1.7rem,3vw,2.5rem);}.policy-date{font-size:.85rem;color:var(--muted);margin-bottom:2rem;display:block;}.policy-wrap h2{font-size:1.3rem;margin:2rem 0 .6rem;color:var(--accent);}.policy-wrap p{margin-bottom:1rem;font-size:.97rem;}.policy-wrap ul{margin:.5rem 0 1rem 1.5rem;}.policy-wrap ul li{margin-bottom:.45rem;font-size:.97rem;}.article-page{max-width:880px;margin:0 auto;padding:2.25rem 1.5rem;}.article-page>header{margin-bottom:1.75rem;}.article-page h1{font-size:clamp(1.7rem,3.5vw,2.6rem);margin-bottom:.8rem;}.article-meta{font-size:.86rem;color:var(--muted);display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.75rem;}.article-img{width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem;}.article-page h2{font-size:1.45rem;margin:2.25rem 0 .8rem;color:var(--accent);}.article-page p{margin-bottom:1.1rem;font-size:.98rem;}.error-wrap{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;padding:3rem;}.error-num{font-family:'Cormorant Garamond',serif;font-size:8rem;color:var(--accent-light);line-height:1;font-weight:700;}.aside-article-list{background:var(--card);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow);}.aside-article-list h3{font-size:1.1rem;margin-bottom:1rem;color:var(--accent);font-family:'Cormorant Garamond',serif;}.aside-article-item{padding:.8rem 0;border-bottom:1px solid var(--accent-light);}.aside-article-item:last-child{border-bottom:none;}.aside-article-item a{color:var(--text);font-weight:500;font-size:.92rem;display:block;margin-bottom:.2rem;line-height:1.45;}.aside-article-item a:hover{color:var(--accent);text-decoration:none;}.aside-article-item span{font-size:.79rem;color:var(--muted);}.section-title{font-size:1.65rem;margin:2.25rem 0 1.35rem;display:flex;align-items:center;gap:.85rem;font-family:'Cormorant Garamond',serif;}.section-title::after{content:'';flex:1;height:2px;background:var(--accent-light);}@media(max-width:640px){.hero{margin:.75rem .75rem 0;min-height:340px;}.hero-content{padding:1.6rem;}.header-inner{padding:.75rem 1rem;}.cookie-banner{left:1rem;right:1rem;max-width:none;}.bento-grid{grid-template-columns:1fr;}.facts-grid{grid-template-columns:1fr;}}