@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--white: #ffffff;--gray-light: #f8f8f8;--gray-medium: #666666;--gray-dark: #1a1a1a;--accent: #2a2a2a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Crimson Text,serif;line-height:1.8;color:var(--gray-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.3;color:var(--black)}a{color:inherit;text-decoration:none;transition:all .3s ease}button{font-family:Crimson Text,serif;cursor:pointer;transition:all .3s ease;border:none;outline:none}code{font-family:Courier New,monospace;background:var(--gray-light);padding:.2rem .4rem;border-radius:3px;font-size:.9em}pre{background:var(--gray-dark);color:var(--white);padding:1.5rem;border-radius:5px;overflow-x:auto;margin:1.5rem 0}pre code{background:none;padding:0;color:var(--white)}.header{position:fixed;top:0;left:0;right:0;background:var(--white);border-bottom:2px solid var(--black);padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:1000}.site-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;letter-spacing:1px;color:var(--black)}.nav-menu{display:flex;gap:2.5rem;list-style:none}.nav-menu a{font-size:1.1rem;font-weight:600;color:var(--gray-dark);position:relative;padding-bottom:5px}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--black);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hero-section{margin-top:80px;padding:6rem 3rem 4rem;text-align:center;background:var(--gray-light);border-bottom:2px solid var(--black)}.hero-title{font-size:4.5rem;margin-bottom:1rem;letter-spacing:-2px}.hero-subtitle{font-size:1.5rem;color:var(--gray-medium);font-style:italic;margin-bottom:2rem}.hero-description{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.8;color:var(--gray-dark)}.main-content{max-width:1200px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:1fr 350px;gap:4rem}.blog-posts{width:100%}.section-title{font-size:2.5rem;margin-bottom:3rem;padding-bottom:1rem;border-bottom:2px solid var(--black)}.post-card{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-medium)}.post-card:last-child{border-bottom:none}.post-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.95rem;color:var(--gray-medium)}.post-category{font-weight:600;color:var(--black);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.post-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;transition:color .3s ease}.post-title:hover{color:var(--gray-medium);cursor:pointer}.post-excerpt{font-size:1.2rem;line-height:1.8;color:var(--gray-dark);margin-bottom:1.5rem}.read-more{display:inline-block;font-size:1.1rem;font-weight:600;color:var(--black);border-bottom:2px solid var(--black);padding-bottom:3px;transition:all .3s ease}.read-more:hover{color:var(--gray-medium);border-color:var(--gray-medium)}.sidebar{position:sticky;top:120px;height:fit-content}.sidebar-section{margin-bottom:3rem;padding:2rem;background:var(--gray-light);border:1px solid var(--black)}.sidebar-title{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--black)}.author-bio{display:flex;flex-direction:column;align-items:center;text-align:center}.author-avatar{width:120px;height:120px;border-radius:50%;border:3px solid var(--black);margin-bottom:1rem;background:var(--gray-medium);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--white);font-weight:700}.author-name{font-size:1.5rem;margin-bottom:.5rem}.author-description{font-size:1.1rem;color:var(--gray-medium);line-height:1.6}.categories-list{list-style:none}.categories-list li{padding:.8rem 0;border-bottom:1px solid var(--gray-medium);font-size:1.1rem;cursor:pointer;transition:color .3s ease}.categories-list li:hover{color:var(--gray-medium)}.categories-list li:last-child{border-bottom:none}.featured-post{background:var(--black);color:var(--white);padding:3rem;margin-bottom:4rem;border:3px solid var(--black)}.featured-badge{display:inline-block;background:var(--white);color:var(--black);padding:.4rem 1rem;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.featured-post .post-title{color:var(--white);font-size:2.8rem}.featured-post .post-excerpt{color:var(--gray-light)}.featured-post .read-more{color:var(--white);border-color:var(--white)}.featured-post .read-more:hover{opacity:.7}.footer{background:var(--black);color:var(--white);padding:4rem 3rem 2rem;margin-top:4rem;border-top:3px solid var(--black)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h4{font-size:1.3rem;margin-bottom:1rem;color:var(--white)}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--gray-light);font-size:1.1rem;transition:color .3s ease}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-dark);color:var(--gray-medium)}@media(max-width:968px){.main-content{grid-template-columns:1fr}.sidebar{position:static}.header{padding:1.5rem 2rem}.nav-menu{gap:1.5rem}.hero-title{font-size:3rem}.post-title{font-size:2rem}.featured-post .post-title{font-size:2.2rem}}@media(max-width:640px){.header{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;justify-content:center}.hero-section{padding:4rem 2rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.main-content{padding:3rem 2rem}.post-title{font-size:1.8rem}}
