*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:#2c3e50;background-color:#fff;overflow-x:hidden}.site-container{display:flex;min-height:100vh}@media(max-width: 768px){.site-container{flex-direction:column}}.sidebar{position:fixed;top:0;left:0;width:320px;height:100vh;background:linear-gradient(45deg, #1a1a2e, #16213e, #0f3460, #533483, #7209b7, #2d1b69);background-size:400% 400%;animation:darkGradientShift 10s ease infinite;color:#fff;z-index:1000;overflow-y:auto}@keyframes darkGradientShift{0%{background-position:0% 50%}25%{background-position:50% 0%}50%{background-position:100% 50%}75%{background-position:50% 100%}100%{background-position:0% 50%}}@media(max-width: 768px){.sidebar{position:relative;width:100%;height:auto;min-height:auto;background:linear-gradient(135deg, #1a1a2e, #16213e)}}.sidebar-content{display:flex;flex-direction:column;min-height:100vh;padding:0}@media(max-width: 768px){.sidebar-content{min-height:auto}}.sidebar-main{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;margin-top:auto;padding:2rem;padding-bottom:4rem;min-height:50vh}@media(max-width: 768px){.sidebar-main{margin-top:0;padding:1.5rem;flex:1;min-height:auto;justify-content:center}}.sidebar-header{margin-bottom:3rem}@media(max-width: 768px){.sidebar-header{margin-bottom:2rem}}.sidebar-icon{font-size:3rem;margin-bottom:.5rem;text-align:left}.sidebar-icon a{text-decoration:none;transition:transform .3s ease,opacity .3s ease;display:inline-block}.sidebar-icon a:hover{transform:scale(1.1);opacity:.8}@media(max-width: 768px){.sidebar-icon{font-size:2.5rem;margin-bottom:.4rem}}.sidebar-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.sidebar-title a{color:#fff;text-decoration:none;transition:opacity .3s ease}.sidebar-title a:hover{opacity:.8}@media(max-width: 768px){.sidebar-title{font-size:1.75rem}}.sidebar-subtitle{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.5;max-width:250px}@media(max-width: 768px){.sidebar-subtitle{font-size:.9rem}}.sidebar-nav{margin-bottom:3rem}@media(max-width: 768px){.sidebar-nav{margin-bottom:2rem}}.nav-list{list-style:none}.nav-item{margin-bottom:1rem}.nav-link{display:block;color:rgba(255,255,255,.8);text-decoration:none;font-size:1.1rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:#fff;background-color:rgba(255,255,255,.1);transform:translateX(5px)}@media(max-width: 768px){.nav-link{font-size:1rem;padding:.5rem 1rem}}.sidebar-social{display:flex;gap:1rem;justify-content:flex-start}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.1);border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{color:#fff;background-color:rgba(255,255,255,.2);transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.sidebar-footer{padding:2rem;text-align:left;margin-top:2rem}.sidebar-footer p{color:rgba(255,255,255,.8);font-size:.85rem;margin:0;opacity:.8}@media(max-width: 768px){.sidebar-footer{display:none}}.mobile-header{display:none}@media(max-width: 768px){.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg, #1a1a2e, #16213e);border-bottom:1px solid rgba(255,255,255,.1);position:fixed;top:0;left:0;right:0;z-index:1001}}.mobile-header-content{flex:1;margin-right:1rem}.mobile-title{font-size:1.5rem;font-weight:700;margin:0}.mobile-title a{color:#fff;text-decoration:none;transition:opacity .3s ease}.mobile-title a:hover{opacity:.8}.mobile-subtitle{display:none;font-size:.9rem;color:rgba(255,255,255,.8);margin:.5rem 0 0 0;line-height:1.4}@media(max-width: 768px){.mobile-subtitle{display:block}}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0}@media(max-width: 768px){.hamburger-menu{display:flex}}.hamburger-menu span{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}.mobile-nav{display:none}@media(max-width: 768px){.mobile-nav{position:fixed;top:90px;left:0;right:0;z-index:1000;background:linear-gradient(135deg, #1a1a2e, #16213e);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-height:120px}.mobile-nav.active{display:block !important;opacity:1 !important;visibility:visible !important;transform:translateY(0) !important}}.mobile-nav-list{list-style:none;margin:0;padding:0}@media(max-width: 768px){.mobile-nav-list{display:block}}.mobile-nav-item{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-item:last-child{border-bottom:none}@media(max-width: 768px){.mobile-nav-item{display:block !important;margin:0;padding:0}}.mobile-nav-link{display:block;color:rgba(255,255,255,.8);text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background-color:rgba(255,255,255,.1)}@media(max-width: 768px){.mobile-nav-link{display:block !important;color:#fff !important;font-size:1.2rem;padding:1.2rem 1.5rem;text-decoration:none !important}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff !important;background-color:rgba(255,255,255,.1)}}@media(max-width: 768px){.sidebar-main{display:none}}.footer-social{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}@media(max-width: 768px){.footer-social{display:none}}@media(min-width: 769px){.footer-social{display:none}}.footer-copyright{color:rgba(255,255,255,.8);font-size:.85rem;margin:0;text-align:center;opacity:.8}@media(max-width: 768px){.footer-copyright{display:none}}@media(min-width: 769px){.footer-copyright{text-align:left}}.main-content{margin-left:320px;flex:1;min-height:100vh;background-color:#fff}@media(max-width: 768px){.main-content{margin-left:0;padding-top:110px}}@media(max-width: 768px){.post-content,.page-content{padding-top:20px}.mobile-nav.active{display:block !important}.mobile-nav-item:first-child{display:block !important;visibility:visible !important}.mobile-nav-item:first-child .mobile-nav-link{display:block !important;visibility:visible !important;color:#fff !important}}.content-wrapper{max-width:800px;margin:0 auto;padding:3rem 2rem}@media(max-width: 768px){.content-wrapper{padding:2rem 1rem}}.home-content .posts-list .post-item{border-bottom:1px solid #ecf0f1;padding:2rem 0;transition:all .3s ease}.home-content .posts-list .post-item:last-child{border-bottom:none}.home-content .posts-list .post-item:hover{transform:translateY(-2px)}.home-content .posts-list .post-item-content .post-item-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.home-content .posts-list .post-item-content .post-item-title a{color:#2c3e50;text-decoration:none;transition:color .3s ease}.home-content .posts-list .post-item-content .post-item-title a:hover{color:#3498db}@media(max-width: 768px){.home-content .posts-list .post-item-content .post-item-title{font-size:1.25rem}}.home-content .posts-list .post-item-content .post-item-meta{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.home-content .posts-list .post-item-content .post-item-meta time{font-weight:500}.home-content .posts-list .post-item-content .post-item-excerpt{color:#7f8c8d;line-height:1.6;font-size:1rem}.home-content .no-posts{text-align:center;color:#7f8c8d;font-style:italic;padding:3rem 0}.post-content .post-header{margin-bottom:3rem}.post-content .post-header .post-nav{margin-bottom:2rem}.post-content .post-header .post-nav .back-home{display:inline-flex;align-items:center;gap:.5rem;color:#3498db;text-decoration:none;font-weight:500;transition:all .3s ease}.post-content .post-header .post-nav .back-home:hover{color:#217dbb;transform:translateX(-3px)}.post-content .post-header .post-nav .back-home svg{width:20px;height:20px}.post-content .post-header .post-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#2c3e50}@media(max-width: 768px){.post-content .post-header .post-title{font-size:2rem}}.post-content .post-header .post-meta{color:#7f8c8d;font-size:1rem}.post-content .post-header .post-meta .post-author{margin-left:1rem;font-style:italic}.post-content .post-body{margin-bottom:3rem}.post-content .post-body h1,.post-content .post-body h2,.post-content .post-body h3,.post-content .post-body h4,.post-content .post-body h5,.post-content .post-body h6{font-weight:600;line-height:1.3;margin:2em 0 1em 0;color:#2c3e50}.post-content .post-body h1:first-child,.post-content .post-body h2:first-child,.post-content .post-body h3:first-child,.post-content .post-body h4:first-child,.post-content .post-body h5:first-child,.post-content .post-body h6:first-child{margin-top:0}.post-content .post-body h1{font-size:2rem}.post-content .post-body h2{font-size:1.75rem}.post-content .post-body h3{font-size:1.5rem}.post-content .post-body h4{font-size:1.25rem}.post-content .post-body h5{font-size:1.1rem}.post-content .post-body h6{font-size:1rem}.post-content .post-body p{margin-bottom:1.5rem;line-height:1.7;font-size:1.1rem}.post-content .post-body ul,.post-content .post-body ol{margin:1.5rem 0;padding-left:2rem}.post-content .post-body ul li,.post-content .post-body ol li{margin-bottom:.5rem;line-height:1.6}.post-content .post-body blockquote{border-left:4px solid #3498db;padding:1rem 1.5rem;margin:2rem 0;background-color:#f8f9fa;font-style:italic}.post-content .post-body blockquote p{margin-bottom:0}.post-content .post-body pre,.post-content .post-body code{font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:.9rem}.post-content .post-body code{background-color:#f1f3f4;padding:.2rem .4rem;border-radius:3px;color:#e74c3c}.post-content .post-body pre{background-color:#f8f9fa;padding:1.5rem;border-radius:6px;overflow-x:auto;margin:2rem 0}.post-content .post-body pre code{background:none;padding:0;color:inherit}.post-content .post-body img{max-width:100%;height:auto;border-radius:6px;margin:2rem auto .5rem auto;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block}.post-content .post-body .image-caption,.post-content .post-body figcaption{display:block;text-align:center;font-style:italic;font-size:.9rem;color:#7f8c8d;margin:.3rem auto 2rem auto;line-height:1.4;max-width:90%}.post-content .post-body figure{margin:2rem auto;text-align:center}.post-content .post-body figure img{margin:0 auto .5rem auto}.post-content .post-body a{color:#3498db;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .3s ease}.post-content .post-body a:hover{border-bottom-color:#3498db}.post-content .post-footer{border-top:1px solid #ecf0f1;padding-top:2rem}.post-content .post-footer .post-tags{margin-bottom:1.5rem}.post-content .post-footer .post-tags .post-tag{display:inline-block;background-color:#f1f3f4;color:#7f8c8d;padding:.3rem .8rem;margin:.2rem .5rem .2rem 0;border-radius:20px;font-size:.85rem;font-weight:500}.post-content .post-footer .post-share{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.post-content .post-footer .post-share .share-label{color:#7f8c8d;font-weight:500;margin-right:.5rem}.post-content .post-footer .post-share .share-links{display:flex;gap:.5rem}.post-content .post-footer .post-share .share-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f1f3f4;color:#7f8c8d;text-decoration:none;transition:all .3s ease}.post-content .post-footer .post-share .share-link:hover{background-color:#3498db;color:#fff;transform:translateY(-2px)}.post-content .post-footer .post-share .share-link svg{width:18px;height:18px;fill:currentColor}@media(max-width: 1024px){.sidebar{width:280px}.main-content{margin-left:280px}}@media(max-width: 768px){.sidebar{position:relative;width:100%;height:auto}.main-content{margin-left:0}.content-wrapper{padding:1.5rem 1rem}.post-content .post-header .post-title{font-size:1.75rem}.post-content .post-body{font-size:1rem}.post-content .post-body h1{font-size:1.75rem}.post-content .post-body h2{font-size:1.5rem}.post-content .post-body h3{font-size:1.25rem}}@media(prefers-reduced-motion: no-preference){*{transition-duration:.3s;transition-timing-function:ease}}.page-content .page-header{margin-bottom:3rem}.page-content .page-header .page-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#2c3e50}@media(max-width: 768px){.page-content .page-header .page-title{font-size:2rem}}.page-content .page-body{font-size:1.1rem;line-height:1.7;color:#2c3e50}.page-content .page-body h1,.page-content .page-body h2,.page-content .page-body h3,.page-content .page-body h4,.page-content .page-body h5,.page-content .page-body h6{font-weight:600;line-height:1.3;margin:2em 0 1em 0;color:#2c3e50}.page-content .page-body h1:first-child,.page-content .page-body h2:first-child,.page-content .page-body h3:first-child,.page-content .page-body h4:first-child,.page-content .page-body h5:first-child,.page-content .page-body h6:first-child{margin-top:0}.page-content .page-body h1{font-size:2rem}.page-content .page-body h2{font-size:1.75rem}.page-content .page-body h3{font-size:1.5rem}.page-content .page-body h4{font-size:1.25rem}.page-content .page-body h5{font-size:1.1rem}.page-content .page-body h6{font-size:1rem}.page-content .page-body p{margin-bottom:1.5rem}.page-content .page-body ul,.page-content .page-body ol{margin:1.5rem 0;padding-left:2rem}.page-content .page-body ul li,.page-content .page-body ol li{margin-bottom:.5rem;line-height:1.6}.page-content .page-body a{color:#3498db;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .3s ease}.page-content .page-body a:hover{border-bottom-color:#3498db}@media(max-width: 768px){.page-content .page-body{font-size:1rem}.page-content .page-body h1{font-size:1.75rem}.page-content .page-body h2{font-size:1.5rem}.page-content .page-body h3{font-size:1.25rem}}a:focus,button:focus{outline:2px solid #3498db;outline-offset:2px}.cookie-banner{position:fixed;bottom:0;left:320px;right:0;background:rgba(44,62,80,.95);backdrop-filter:blur(10px);color:#fff;z-index:9999;padding:1rem 2rem;box-shadow:0 -4px 20px rgba(0,0,0,.1);border-top:1px solid rgba(255,255,255,.1)}@media(max-width: 768px){.cookie-banner{left:0;padding:1rem}}.cookie-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(max-width: 768px){.cookie-content{text-align:left;align-items:flex-start}}.cookie-content p{margin:0;font-size:.95rem;line-height:1.5}.cookie-content p a{color:#3498db;text-decoration:none;font-weight:500}.cookie-content p a:hover{text-decoration:underline}.cookie-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}@media(max-width: 768px){.cookie-buttons{justify-content:flex-start;gap:.5rem}}.cookie-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:100px}.cookie-btn.accept{background-color:#27ae60;color:#fff}.cookie-btn.accept:hover{background-color:#229954;transform:translateY(-1px)}.cookie-btn.decline{background-color:#e74c3c;color:#fff}.cookie-btn.decline:hover{background-color:#c0392b;transform:translateY(-1px)}.cookie-btn.settings{background-color:#95a5a6;color:#fff}.cookie-btn.settings:hover{background-color:#7f8c8d;transform:translateY(-1px)}.cookie-btn:focus{outline:2px solid #3498db;outline-offset:2px}/*# sourceMappingURL=main.css.map */