*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Source Sans Pro',sans-serif;line-height:1.6;color:#333;background-color:#fff}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;font-weight:700;line-height:1.2;margin-bottom:1rem}
h1{font-size:2.5rem}
h2{font-size:2rem}
h3{font-size:1.5rem}
h4{font-size:1.25rem}
p{margin-bottom:1rem}
a{color:#fc0;text-decoration:none;transition:color .3s ease}
a:hover{color:#e6b800}
.navbar{position:fixed;top:0;left:0;right:0;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:3px solid #fc0;z-index:1000;padding:.9rem 0}
.navbar .container{display:flex;justify-content:space-between;align-items:center}
.nav-brand a{display:inline-block;font-family:'Klee One',serif;font-size:2rem;font-weight:400;color:#333;line-height:1.1;width:3em;text-indent:-2em;overflow:hidden;white-space:nowrap;position:relative;transform:translateY(-0.1em);vertical-align: middle}
.logo{display:block;float:left;width:2em;height:2em;background-color:#fc0;border-radius:5px;vertical-align:middle;margin-right:5px}
.logo a{width:1.5em;height:1.5em;text-indent:0;font-size:1em;line-height:1;vertical-align:middle;fill:currentColor;overflow:hidden;margin:.3em .25em}
.nav-menu{display:flex;gap:2rem}
.nav-menu a{color:#333;font-weight:600;transition:color .3s ease}
.nav-menu a:hover{color:#fc0}
.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}
.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}
.hero-background img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:-1}
.hero-content{max-width:800px;padding:0 20px}
.hero-title{font-size:4rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}
.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.5)}
.hero-button{display:inline-block;padding:15px 30px;background-color:#fc0;color:#333;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;transition:all .3s ease}
.hero-button:hover{color:#333;background-color:#e6b800;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,204,0,.4)}
.featured-articles{padding:80px 0;background-color:#f8f8f8}
.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}
.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}
.article-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}
.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}
.article-image{height:200px;overflow:hidden}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.article-card:hover .article-image img{transform:scale(1.05)}
.article-content{padding:1.5rem}
.article-meta{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.9rem;color:#666}
.article-category{background-color:#fc0;color:#333;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:600}
.article-title{font-size:1.5rem;margin-bottom:1.5rem}
.article-title a{color:#333;transition:color .3s ease}
.article-title a:hover{color:#fc0}
.article-excerpt{color:#666;margin-bottom:1rem;line-height:1.5}
.newsletter{background-color:#333;color:#fff;padding:60px 0;text-align:center}
.newsletter-content h2{font-size:2.5rem;margin-bottom:1rem}
.newsletter-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}
.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:1rem}
.newsletter-form input[type=email]{flex:1;padding:15px 20px;border:none;border-radius:50px;font-size:1rem}
.newsletter-form button{padding:15px 30px;background-color:#fc0;color:#333;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:background-color .3s ease}
.newsletter-form button:hover{background-color:#e6b800}
.post-header{padding:120px 0 60px;text-align:center;background-color:#f8f8f8}
.post-featured-image{max-width:800px;margin:0 auto 2rem;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.post-featured-image img{width:100%;height:auto;display:block}
.post-meta{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;color:#666}
.post-category{background-color:#fc0;color:#333;padding:4px 12px;border-radius:15px;font-weight:600}
.post-title{font-size:3rem;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}
.post-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}
.post-content{padding:60px 0}
.post-body{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}
.post-body h2{font-size:2rem;margin:2rem 0 1rem;color:#333}
.post-body h3{font-size:1.5rem;margin:1.5rem 0 .75rem;color:#333}
.post-body p{margin-bottom:1.5rem}
.post-body blockquote{font-family:'Playfair Display',serif;border-left:4px solid #fc0;padding-left:2rem;margin:2rem 0;font-style:italic;font-size:1.2rem;color:#666}
.post-body img{max-width:100%;height:auto;border-radius:10px;margin:2rem 0;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.post-body p:has(>img){display:grid;gap:.5rem;margin:2rem 0}
.post-body p:has(>img) img{width:100%;height:auto;margin:0!important}
.post-body p:has(>img) small{margin-top:0;color:#9a9a9a;font-size:.7rem;text-align:center;grid-column:1/-1}
.post-body p:has(>img) small::before{content:'▲';display:inline-block;color:#fd0}
.post-body p:has(>img:nth-child(2)){grid-template-columns:1fr 1fr}
.post-body p:has(>img:nth-child(3)){grid-template-columns:1fr 1fr 1fr}
.post-body cite{font-size:.7rem;font-style:italic}
.post-navigation{background-color:#f8f8f8;padding:40px 0;border-top:1px solid #e0e0e0}
.post-navigation .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.nav-next,.nav-previous{flex:1}
.nav-next{text-align:right}
.nav-label{display:block;font-size:.9rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}
.nav-title{display:block;font-size:1.1rem;font-weight:600;color:#333}
.nav-next a:hover .nav-title,.nav-previous a:hover .nav-title{color:#fc0}
.page-header{padding:120px 0 60px;text-align:center;background-color:#f8f8f8}
.page-title{font-size:3rem;margin-bottom:1rem}
.page-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}
.page-content{padding:60px 0}
.page-body{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}
.page-body blockquote{font-family:'Playfair Display',serif;position:relative;margin:1.5rem 0;border-top:1px solid #fc0;border-bottom:1px solid #fc0;text-align:center}
.page-body blockquote::before{content:'❝';position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(-50%);width:4rem;height:30px;display:flex;justify-content:center;background:#fff;font-size:3rem;font-weight:700;color:#000;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:1;z-index:2}
.page-body blockquote p{line-height:1.7;margin:2.5rem auto 1.5rem}
.footer{background-color:#333;color:#fff;padding:60px 0 20px}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}
.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fc0}
.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#fc0}
.footer-section ul{list-style:none}
.footer-section ul li{margin-bottom:.5rem}
.footer-section a{color:#fff;opacity:.8;transition:opacity .3s ease}
.footer-section a:hover{opacity:1;color:#fc0}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;opacity:.8}
@media (max-width:768px){.hero-title{font-size:2.5rem}
.hero-subtitle{font-size:1.2rem}
.articles-grid{grid-template-columns:1fr}
.newsletter-form{flex-direction:column}
.post-title{font-size:2rem}
.post-navigation .container{flex-direction:column;text-align:center}
.nav-next{text-align:center}
.nav-next,.nav-previous{width:100%}
.nav-previous{margin-bottom:1rem}
}
@media (max-width:480px){.container{padding:0 15px}
.hero-title{font-size:2rem}
.hero-subtitle{font-size:1rem}
.section-title{font-size:2rem}
.post-title{font-size:1.5rem}
.post-meta{flex-direction:column;gap:.5rem}
}
body.night,body.night a,body.night .article-excerpt,body.night .section-title,body.night .archive-subtitle,body.night .archive-subtitle,body.night .post-body h2,.post-body h3,body.night .nav-title,body.night .archive-header h1,body.night .filter-btn{color:#f5f5f5}
body.night .navbar,body.night footer{background-color:#252627}
body.night .featured-articles,body.night .page-content,body.night .post-content{background-color:#2f2f2f}
body.night .article-card,body.night .page-header,body.night .archive-card,body.night .post-header,body.night .post-navigation{background-color:#3b3d42}
body.night .page-body blockquote::before{background-color:#2f2f2f;color:#d5d5d5}
body.night .logoo{background:linear-gradient(90deg,transparent 0 30%,#252627 30% 70%,transparent 70% 100%);color:#fc0}