html,body,#app{height:100%}#app{flex-direction:column;display:flex}.main-content{flex:1}:root{--primary-green:#00d4aa;--primary-green-light:#8bc34a;--primary-green-dark:#003026;--secondary-green:#00b894;--accent-green:#00f5d4;--bg-dark:#0a0a0a;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--text-light:#fff;--text-gray:#a0a0a0;--text-muted:#6c757d;--border-light:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-color:var(--primary-green) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:4px}body{background:var(--bg-dark);color:var(--text-light);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7}h1,h2,h3,h4{letter-spacing:1px;font-family:Bebas Neue,cursive}a{color:var(--primary-green);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-green)}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px}.text-gradient{background:linear-gradient(135deg, var(--primary-green), var(--accent-green));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.topbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#0a0a0ad9;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.topbar-brand{letter-spacing:2px;align-items:center;gap:10px;font-family:Bebas Neue,cursive;font-size:1.5rem;display:flex;color:var(--text-light)!important}.topbar-brand img{width:auto;height:36px}.topbar-links{align-items:center;gap:1.5rem;display:flex}.topbar-links a{color:var(--text-gray);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.topbar-links a:hover,.topbar-links a.active{color:var(--primary-green)}.topbar-links a:after{content:"";background:var(--primary-green);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.topbar-links a:hover:after,.topbar-links a.active:after{width:100%}.main-content{min-height:100vh;padding-top:64px}.hero{text-align:center;padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d4aa08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.hero h1{margin-bottom:1rem;font-size:3.5rem;position:relative}.hero p{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.15rem;position:relative}.post-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem;transition:all .3s;display:block;color:inherit!important}.post-card:hover{background:var(--bg-card-hover);border-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 8px 30px #00d4aa14}.post-card-meta{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.post-card-category{color:var(--primary-green);letter-spacing:.5px;background:#00d4aa1f;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.post-card-date{color:var(--text-muted)}.post-card h2{color:var(--text-light);margin-bottom:.6rem;font-size:1.5rem}.post-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.post-card-tags{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.tag{color:var(--text-muted);border:1px solid var(--border-light);background:#ffffff0a;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.filter-btn{border:1px solid var(--border-light);color:var(--text-gray);cursor:pointer;background:0 0;border-radius:20px;padding:.4rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;transition:all .3s}.filter-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.filter-btn.active{background:var(--primary-green);border-color:var(--primary-green);color:#000;font-weight:600}.posts-grid{gap:1.25rem;max-width:900px;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.post-view{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.post-header{margin-bottom:2rem}.post-header .post-card-meta{margin-bottom:1rem}.post-header h1{margin-bottom:1rem;font-size:2.8rem;line-height:1.2}.post-body{color:#e0e0e0;font-size:1.05rem;line-height:1.8}.post-body h1,.post-body h2,.post-body h3{color:var(--text-light);margin-top:2.5rem;margin-bottom:.8rem}.post-body h1{font-size:2rem}.post-body h2{font-size:1.6rem}.post-body h3{font-size:1.3rem}.post-body p{margin-bottom:1.2rem}.post-body ul,.post-body ol{margin-bottom:1.2rem;padding-left:1.5rem}.post-body li{margin-bottom:.3rem}.post-body strong{color:var(--text-light)}.post-body blockquote{border-left:3px solid var(--primary-green);color:var(--text-gray);background:#00d4aa0a;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.75rem 1.25rem;font-style:italic}.post-body code{color:var(--primary-green-light);background:#ffffff0f;border-radius:4px;padding:.15rem .4rem;font-size:.9em}.post-body pre{border:1px solid var(--border-light);background:#0006;border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.post-body pre code{color:#e0e0e0;background:0 0;padding:0;font-size:.85rem}.post-body img{border-radius:8px;max-width:100%;margin:1.5rem 0}.post-nav{border-top:1px solid var(--border-light);justify-content:space-between;margin-top:3rem;padding-top:1.5rem;display:flex}.post-nav a{color:var(--primary-green);align-items:center;gap:.5rem;font-weight:500;display:flex}.footer{border-top:1px solid var(--border-light);text-align:center;color:var(--text-muted);padding:2rem 1.5rem;font-size:.85rem}.footer a{color:var(--text-gray)}.footer a:hover{color:var(--primary-green)}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.footer-brand{letter-spacing:2px;color:var(--text-gray);margin-bottom:.5rem;font-family:Bebas Neue,cursive;font-size:1.2rem}@media (width<=768px){.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.post-header h1{font-size:1.8rem}.topbar-links{gap:.8rem}.topbar-brand span{display:none}}
