/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');
:root{--bg:#f5f4f0;--bg-alt:#eae8e1;--text:#1a1a1a;--text-muted:#5c5c5c;--text-light:#8a8a8a;--accent:#1b3a4b;--accent-light:#2d5f6e;--gold:#c9a84c;--gold-light:#e8c872;--border:#d4d0c8;--white:#fff;--radius:4px;--max-w:820px;--max-w-wide:1100px;--font-head:'Libre Baskerville',Georgia,serif;--font-body:'Source Sans 3','Segoe UI',sans-serif;--shadow:0 1px 3px rgba(0,0,0,.06);--shadow-lg:0 4px 16px rgba(0,0,0,.08)}
html{scroll-behavior:smooth}html,body{overflow-x:hidden}a{display:inline-block;text-align:center}*{margin:0;padding:0;box-sizing:border-box}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased}
.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.header-inner{max-width:var(--max-w-wide);margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}
.site-logo{font-family:var(--font-head);font-size:1.35rem;font-weight:700;color:var(--accent);text-decoration:none;letter-spacing:-.02em}.site-logo:hover{color:var(--gold)}
.main-nav{display:flex;gap:1.5rem;align-items:center}
.main-nav a{font-size:.88rem;font-weight:500;color:var(--text-muted);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:color .2s;padding:.3rem 0;border-bottom:2px solid transparent}
.main-nav a:hover{color:var(--accent);border-bottom-color:var(--gold)}
.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--accent)}
.breadcrumbs{max-width:var(--max-w);margin:2rem auto 0;padding:0 2rem;font-size:.82rem;color:var(--text-light)}
.breadcrumbs a{color:var(--text-light);text-decoration:none;text-align:left;display:inline}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs span{margin:0 .4rem}
.article-container{max-width:var(--max-w);margin:0 auto;padding:0 2rem 3rem}
.article-meta{display:flex;gap:1.5rem;align-items:center;margin:1.5rem 0;font-size:.82rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}
.article-meta .cat{background:var(--accent);color:var(--white);padding:.2rem .7rem;border-radius:2px;font-weight:600;font-size:.72rem}
.article-title{font-family:var(--font-head);font-size:2.2rem;line-height:1.3;font-weight:700;color:var(--text);margin-bottom:1.5rem;letter-spacing:-.01em}
.personal-box{background:var(--white);border-left:4px solid var(--gold);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 var(--radius) var(--radius) 0;box-shadow:var(--shadow)}
.personal-box .label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem}
.article-body h2{font-family:var(--font-head);font-size:1.45rem;margin:2.5rem 0 1rem;color:var(--accent);padding-bottom:.5rem;border-bottom:1px solid var(--border)}
.article-body h3{font-family:var(--font-head);font-size:1.15rem;margin:2rem 0 .7rem;color:var(--text)}
.article-body p{margin-bottom:1.2rem}
.article-body img{width:100%;height:auto;border-radius:var(--radius);margin:1.5rem 0;box-shadow:var(--shadow)}
.highlight-block{background:var(--accent);color:var(--white);padding:2rem 2.5rem;border-radius:var(--radius);margin:2rem 0;font-family:var(--font-head);font-size:1.1rem;font-style:italic;line-height:1.6;position:relative}
.highlight-block::before{content:'\201C';font-size:4rem;position:absolute;top:-.2rem;left:1rem;color:var(--gold);font-family:var(--font-head);line-height:1}
.data-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.data-card .dc-title{font-family:var(--font-head);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold)}
.data-card .dc-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--bg-alt)}.data-card .dc-row:last-child{border-bottom:none}
.dc-label{font-weight:500;color:var(--text-muted)}.dc-value{font-weight:700;color:var(--accent);font-size:1.05rem}
.num-list{margin:1.5rem 0}.num-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--bg-alt)}.num-item:last-child{border-bottom:none}
.num-circle{flex-shrink:0;width:38px;height:38px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}
.num-content strong{display:block;font-family:var(--font-head);font-size:1rem;margin-bottom:.3rem}
.author-box{display:flex;gap:1.5rem;align-items:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem;margin:2.5rem 0;box-shadow:var(--shadow)}
.author-avatar{width:64px;height:64px;border-radius:50%;background:var(--accent);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.4rem;font-weight:700;flex-shrink:0}
.author-info .name{font-family:var(--font-head);font-weight:700;font-size:1rem;color:var(--text)}.author-info .role{font-size:.82rem;color:var(--text-light)}
.read-also{margin:2.5rem 0}.read-also h3{font-family:var(--font-head);font-size:1.1rem;color:var(--accent);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold)}
.read-also-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.read-also-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;text-decoration:none;transition:box-shadow .2s,transform .2s}
.read-also-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.read-also-card .ra-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-weight:700}
.read-also-card .ra-title{font-family:var(--font-head);font-size:.95rem;color:var(--text);margin-top:.4rem;text-align:left}
.subscribe-section{background:var(--accent);padding:2.5rem;border-radius:var(--radius);margin:2.5rem 0;text-align:center}
.subscribe-section h3{font-family:var(--font-head);color:var(--white);font-size:1.3rem;margin-bottom:.5rem}
.subscribe-section p{color:rgba(255,255,255,.75);font-size:.92rem;margin-bottom:1.5rem}
.subscribe-form{display:flex;gap:.5rem;max-width:440px;margin:0 auto}
.subscribe-form input[type="email"]{flex:1;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:var(--white);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem}
.subscribe-form input::placeholder{color:rgba(255,255,255,.5)}
.subscribe-form button{padding:.75rem 1.8rem;background:var(--gold);color:var(--accent);border:none;border-radius:var(--radius);font-weight:700;font-size:.88rem;cursor:pointer;transition:background .2s;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em}
.subscribe-form button:hover{background:var(--gold-light)}
.site-footer{background:var(--accent);color:rgba(255,255,255,.7);padding:3rem 2rem 1.5rem;margin-top:3rem}
.footer-inner{max-width:var(--max-w-wide);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.footer-brand{font-family:var(--font-head);font-size:1.2rem;color:var(--white);font-weight:700;margin-bottom:.5rem}
.footer-disclaimer{font-size:.78rem;line-height:1.6;max-width:400px}
.footer-links{text-align:right}.footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;margin:.2rem 0;transition:color .2s}.footer-links a:hover{color:var(--gold)}
.footer-copy{max-width:var(--max-w-wide);margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.75rem;color:rgba(255,255,255,.4)}
.cookie-modal{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:360px;box-shadow:var(--shadow-lg);z-index:999;animation:slideUp .4s ease}
@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.cookie-modal p{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}
.cookie-modal .cookie-btns{display:flex;gap:.5rem}
.cookie-modal .btn-accept{padding:.5rem 1.2rem;background:var(--accent);color:var(--white);border:none;border-radius:var(--radius);font-size:.82rem;font-weight:600;cursor:pointer;font-family:var(--font-body)}
.cookie-modal .btn-decline{padding:.5rem 1.2rem;background:none;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);font-size:.82rem;cursor:pointer;font-family:var(--font-body)}
.legal-page{max-width:var(--max-w);margin:0 auto;padding:3rem 2rem}
.legal-page h1{font-family:var(--font-head);font-size:2rem;color:var(--accent);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--gold)}
.legal-page h2{font-family:var(--font-head);font-size:1.2rem;color:var(--text);margin:2rem 0 .8rem}.legal-page p{margin-bottom:1rem;color:var(--text-muted)}
.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}
.success-icon{width:80px;height:80px;background:var(--accent);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem}
.success-page h1{font-family:var(--font-head);font-size:2.4rem;color:var(--accent);margin-bottom:.8rem}
.success-page p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}
.btn-home{padding:.8rem 2rem;background:var(--accent);color:var(--white);text-decoration:none;border-radius:var(--radius);font-weight:600;transition:background .2s}.btn-home:hover{background:var(--accent-light)}
.page-404{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}
.error-code{font-family:var(--font-head);font-size:8rem;font-weight:700;color:var(--border);line-height:1;letter-spacing:-.05em}
.page-404 h1{font-family:var(--font-head);font-size:1.6rem;color:var(--accent);margin:1rem 0 .5rem}.page-404 p{color:var(--text-muted);margin-bottom:2rem}
.tip-box{background:var(--bg-alt);border-left:4px solid var(--accent-light);padding:1.2rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--radius) var(--radius) 0}
.tip-box .tip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-light);margin-bottom:.4rem}
@media(max-width:768px){.header-inner{padding:.8rem 1rem}.main-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem;gap:.5rem}.main-nav.active{display:flex}.nav-toggle{display:block}.article-title{font-size:1.6rem}.footer-inner{grid-template-columns:1fr}.footer-links{text-align:left}.subscribe-form{flex-direction:column}.cookie-modal{left:1rem;right:1rem;max-width:none}.breadcrumbs,.article-container{padding:0 1rem}.error-code{font-size:5rem}}
