*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.6;color:#e6edf3;background:#0d1117;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.menu-open{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;line-height:1.3;color:#f0f6fc;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#7d8590}a{color:#58a6ff;text-decoration:none;transition:color .2s ease}a:hover{color:#1f6feb}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.container{padding:0 1.5rem}}.main-content{min-height:calc(100vh - 200px);padding:2rem 0}.site-header{background:#0d1117;border-bottom:1px solid #30363d}.header-content{display:flex;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:1rem;min-height:70px}@media(min-width: 768px){.header-content{padding:1rem 1.5rem}}.site-title{display:none}.nav-menu.desktop-nav{display:none}@media(min-width: 768px){.nav-menu.desktop-nav{display:block}}.nav-menu.mobile-nav{position:fixed;top:70px;left:0;right:0;background:#0d1117;border-top:1px solid #30363d;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99}.nav-menu.mobile-nav.active{transform:translateY(0);opacity:1;visibility:visible}@media(min-width: 768px){.nav-menu.mobile-nav{display:none}}.nav-list{display:flex;list-style:none;gap:1.5rem}.mobile-nav .nav-list{flex-direction:column;gap:0;padding:1rem}.nav-link{color:#7d8590;font-weight:500;padding:.5rem 0;transition:color .2s ease}.nav-link:hover{color:#58a6ff}.mobile-nav .nav-link{display:block;padding:1rem 0;border-bottom:1px solid #30363d}.mobile-nav .nav-link:last-child{border-bottom:none}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;width:30px;height:30px;background:none;border:none;cursor:pointer}@media(min-width: 768px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle .hamburger-line{width:20px;height:2px;background:#e6edf3;margin:2px 0;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}.breadcrumb{display:none}.home-intro{text-align:center;max-width:600px;margin:0 auto 4rem;padding:3rem 0}.home-intro h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;background:linear-gradient(135deg, #58a6ff, #f78166);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.home-intro p{font-size:1.125rem;color:#7d8590}.blog-header{text-align:center;margin-bottom:4rem}.blog-header h1{font-size:clamp(2rem,4vw,2.5rem)}.posts-list{max-width:700px;margin:0 auto}.post-item{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #30363d}.post-item:last-child{border-bottom:none}.post-item time{display:block;font-size:.875rem;color:#656d76;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.post-item h2{font-size:1.5rem;margin-bottom:.5rem}.post-item h2 a{color:#f0f6fc;text-decoration:none}.post-item h2 a:hover{color:#58a6ff}.post-item p{color:#7d8590;margin:0 0 .5rem}.post-tags-inline a{color:#656d76;font-size:.875rem;margin-right:.5rem;text-decoration:none}.post-tags-inline a:hover{color:#58a6ff}.view-all-btn{display:inline-block;padding:1rem 2rem;background:rgba(0,0,0,0);color:#58a6ff;border:2px solid #58a6ff;border-radius:.375rem;font-weight:500;text-decoration:none;transition:all .2s ease}.view-all-btn:hover{background:#58a6ff;color:#fff}.post{max-width:800px;margin:0 auto}.post-header{text-align:center;margin-bottom:3rem}.post-header .post-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem;background:linear-gradient(135deg, #58a6ff, #f78166);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.post-header .post-meta{font-size:.875rem;color:#656d76;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.post-header .post-meta>div{display:flex;align-items:center;gap:.25rem}.post-content{line-height:1.8}.post-content img{max-width:300px;max-height:300px;max-width:100%;height:auto;border-radius:.375rem;margin:1.5rem auto;display:block}.post-content blockquote{background:#21262d;border-left:4px solid #58a6ff;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic}.post-content blockquote p:last-child{margin-bottom:0}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.5rem}.post-content ul li,.post-content ol li{margin-bottom:.25rem}.post-content code{background:#21262d;color:#58a6ff;padding:2px 6px;border-radius:.25rem;font-family:"JetBrains Mono","SF Mono",Monaco,monospace;font-size:.9em}.post-content pre{background:#21262d;border:1px solid #30363d;border-radius:.375rem;padding:1rem;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;color:#e6edf3;padding:0}.post-tags{margin-top:2rem;padding-top:2rem;border-top:1px solid #30363d;text-align:center}.post-tags .tags-label{font-size:.875rem;color:#656d76;margin-bottom:1rem}.card-tags .tag{display:inline-block;background:#21262d;color:#7d8590;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;margin:0 .25rem .25rem 0}.card-tags .tag:hover{background:#58a6ff;color:#fff}.post-navigation{margin-top:3rem;padding-top:2rem;border-top:1px solid #30363d;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width: 767px){.post-navigation{grid-template-columns:1fr}}.post-navigation .nav-previous,.post-navigation .nav-next{padding:1rem;background:#21262d;border-radius:.375rem;transition:background .2s ease}.post-navigation .nav-previous:hover,.post-navigation .nav-next:hover{background:rgba(88,166,255,.1)}.post-navigation .nav-previous a,.post-navigation .nav-next a{display:block;color:#e6edf3}.post-navigation .nav-previous a .nav-label,.post-navigation .nav-next a .nav-label{font-size:.75rem;color:#656d76;margin-bottom:.25rem;text-transform:uppercase}.post-navigation .nav-previous a .nav-title,.post-navigation .nav-next a .nav-title{font-weight:500}.post-navigation .nav-next{text-align:right}.about-page{max-width:800px;margin:0 auto;padding:1.5rem}.about-page .author-bio{display:flex;flex-direction:column;align-items:center;text-align:center}.about-page .author-avatar{margin-bottom:1.5rem}.about-page .author-avatar img{width:250px;height:250px;object-fit:cover;border-radius:8px;border:3px solid #30363d}@media(max-width: 767px){.about-page .author-avatar img{width:150px;height:150px}}.about-page .author-info{max-width:700px}.about-page .author-name{font-size:2.5rem;margin-bottom:.5rem}@media(max-width: 767px){.about-page .author-name{font-size:2rem}}.about-page .author-title{font-size:1.125rem;color:#58a6ff;margin-bottom:1.5rem}.about-page .author-description{line-height:1.6;color:#7d8590;margin-bottom:1rem;text-align:left}.about-page .author-description:last-child{margin-bottom:0}@media(max-width: 767px){.about-page .author-description{font-size:.875rem}}.contact-page{max-width:700px;margin:0 auto}.contact-methods{display:flex;flex-direction:column;gap:2rem;margin:3rem 0}.contact-method{border-left:3px solid #58a6ff;padding-left:1.5rem}.contact-info h4{font-size:1.125rem;margin-bottom:.25rem}.contact-info p{font-size:.875rem;margin-bottom:.25rem}.site-footer{display:none}/*# sourceMappingURL=style.css.map */