@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-main: #0d0d0d;--bg-surface: #161616;--bg-card: #1a1a1a;--bg-tag: #242424;--text-bright: #ffffff;--text-main: #e0e0e0;--text-muted: #a6a6a6;--text-dim: #5c5c5c;--accent-primary: #ffffff;--border-subtle: rgba(255, 255, 255, .08);--font-main: "Inter", -apple-system, sans-serif;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-md: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}.navbar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xl);max-width:1200px;margin:0 auto}.navbar-logo h1{font-size:1.2rem;font-weight:700;color:var(--text-bright)}.navbar-links{display:flex;gap:var(--space-xl);list-style:none}.navbar-links a{font-size:.85rem;color:var(--text-dim);transition:color .2s}.navbar-links a:hover{color:var(--text-bright)}.page-header{padding:var(--space-2xl) var(--space-xl) var(--space-lg);max-width:1200px;margin:0 auto}.page-header-title{font-size:4rem;font-weight:800;color:var(--text-bright);letter-spacing:-.04em;line-height:1}.page-header-title .accent{background:linear-gradient(180deg,#fff,#555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:.8}.page-header-subtitle{margin-top:1rem;font-size:1.2rem;color:var(--text-muted);max-width:500px}.section{padding:var(--space-lg) var(--space-xl);max-width:1200px;margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-lg)}.post-card{padding:var(--space-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);transition:all .2s ease;border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column}.post-card:hover{background:var(--bg-card);border-color:var(--text-dim);transform:translateY(-2px)}.post-card-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-weight:700;margin-bottom:.5rem;display:block}.post-card-title{font-size:1.4rem;font-weight:700;color:var(--text-bright);line-height:1.2;margin-bottom:.5rem}.post-card-excerpt{font-size:.95rem;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.post-card-footer{margin-top:1.5rem;font-size:.8rem;color:var(--text-dim);display:flex;justify-content:space-between;align-items:center}.post-page{max-width:700px;margin:0 auto;padding:120px var(--space-xl) var(--space-4xl)}.post-back{display:flex;align-items:center;gap:.5rem;color:var(--text-dim);margin-bottom:2rem;font-size:.9rem}.post-back .arrow{display:inline-flex;transform:translateY(-1px)}.post-back:hover{color:var(--text-bright)}.post-header{margin-bottom:3rem}.post-category-tag{display:inline-block;padding:.25rem .75rem;background:var(--bg-tag);border-radius:100px;font-size:.75rem;color:var(--text-muted);margin-bottom:1rem}.post-page-title{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;color:var(--text-bright);line-height:1.1;margin-bottom:1rem}.post-page-excerpt{font-size:1.2rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.post-page-meta{color:var(--text-dim);font-size:.85rem;display:flex;align-items:center;gap:.75rem}.divider{width:4px;height:4px;background-color:var(--text-dim);border-radius:50%;opacity:.5}.post-body{font-size:1.15rem;color:var(--text-main);line-height:1.8}.post-body p{margin-bottom:1.5rem}.post-body pre{background:linear-gradient(180deg,#ffffff0a,#ffffff03),#111;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1.25rem 1.75rem;margin:2rem 0;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;line-height:1.7;color:var(--text-bright);width:fit-content;min-width:200px;max-width:100%;display:block;box-sizing:border-box;white-space:pre-wrap;word-break:break-word;box-shadow:0 10px 30px -10px #00000080}.post-body code{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:.2rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em;color:var(--text-bright);vertical-align:middle}.post-body pre code{background:transparent;border:none;padding:0;font-size:inherit;color:inherit;vertical-align:baseline}.post-body h1{font-size:2rem;color:var(--text-bright);margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.3}.post-body h2{font-size:1.6rem;color:var(--text-bright);margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.3}.post-body h3{font-size:1.3rem;color:var(--text-bright);margin-top:2rem;margin-bottom:.75rem;letter-spacing:-.01em;line-height:1.4}.post-body h4{font-size:1.1rem;color:var(--text-bright);margin-top:2rem;margin-bottom:.5rem;line-height:1.4}.post-body h5,.post-body h6{font-size:1rem;color:var(--text-dim);margin-top:1.5rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.5rem}.post-body ul{list-style-type:disc}.post-body ol{list-style-type:decimal}.post-body li{margin-bottom:.5rem;line-height:1.8}.post-body li>ul,.post-body li>ol{margin-top:.5rem;margin-bottom:0}.post-body ul.contains-task-list{list-style:none;padding-left:0}.post-body li.task-list-item{display:flex;align-items:flex-start;gap:.6rem}.post-body li.task-list-item input[type=checkbox]{margin-top:.5rem;accent-color:var(--text-muted)}.post-body blockquote{border-left:3px solid rgba(255,255,255,.15);padding:.75rem 1.5rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic;background:#ffffff05;border-radius:0 8px 8px 0}.post-body blockquote p:last-child{margin-bottom:0}.post-body a{color:var(--text-bright);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#ffffff40;transition:text-decoration-color .2s}.post-body a:hover{text-decoration-color:#ffffffb3}.post-body img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.post-body th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid rgba(255,255,255,.1);color:var(--text-bright);font-weight:600}.post-body td{padding:.65rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.post-body tr:hover td{background:#ffffff05}.post-body hr{border:none;height:1px;background:#ffffff1a;margin:2.5rem 0}.post-body strong{color:var(--text-bright);font-weight:600}.post-body em{font-style:italic}.post-body del{color:var(--text-dim);text-decoration:line-through}.post-body .hljs{background:transparent!important;padding:0!important}.footer{padding:4rem var(--space-xl);color:var(--text-dim);font-size:.8rem;border-top:1px solid var(--border-subtle);background:var(--bg-main)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg)}.footer-brand-group{display:flex;align-items:center;gap:.75rem}.footer-brand{font-weight:700;color:var(--text-bright)}.footer-credits{display:flex;align-items:center;gap:.5rem}.footer-github-link{display:flex;align-items:center;gap:.4rem;padding:4px 10px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:6px;color:var(--text-muted);transition:all .2s ease}.footer-github-link:hover{color:var(--text-bright);border-color:var(--text-dim);background:var(--bg-card);transform:translateY(-1px)}.github-icon{opacity:.8}@media (max-width: 640px){.footer-content{flex-direction:column;text-align:center;gap:1rem}.footer-brand-group{flex-direction:column;gap:.25rem}}.skeleton{background:var(--bg-surface);position:relative;overflow:hidden;border-radius:var(--radius-sm)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.03) 20%,rgba(255,255,255,.05) 60%,transparent 100%);animation:shimmer-skeleton 2s infinite}@keyframes shimmer-skeleton{to{transform:translate(100%)}}.skeleton-card{padding:var(--space-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-sm)}.skeleton-category{width:60px;height:12px;margin-bottom:.5rem}.skeleton-title{width:80%;height:24px;margin-bottom:.5rem}.skeleton-excerpt{width:100%;height:14px;margin-bottom:.3rem}.skeleton-excerpt.small{width:60%}.skeleton-footer{margin-top:1.5rem;width:40px;height:12px}@media (max-width: 768px){.page-header-title{font-size:3rem}.post-page-title{font-size:2.5rem}}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-reveal{animation:reveal .6s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}.featured-section{padding:var(--space-lg) var(--space-xl);max-width:1200px;margin:0 auto}.featured-header{margin-bottom:var(--space-lg);border-bottom:1px solid var(--border-subtle);padding-bottom:var(--space-md);display:flex;align-items:center;gap:.75rem}.featured-header h2{font-size:1.25rem;font-weight:700;color:var(--text-bright);text-transform:uppercase;letter-spacing:.05em}.featured-badge{background:var(--text-bright);color:var(--bg-main);padding:2px 8px;border-radius:4px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.empty-state-container{display:flex;justify-content:center;align-items:center;min-height:400px;max-width:1200px;margin:0 auto;padding:var(--space-2xl) var(--space-xl)}.empty-state-content{padding:4rem 2rem;text-align:center;max-width:500px;width:100%;position:relative}.empty-state-icon{margin-bottom:2rem;color:var(--text-muted);position:relative;display:inline-flex;justify-content:center;align-items:center}.empty-state-icon svg{z-index:1;opacity:.6;filter:drop-shadow(0 0 10px rgba(255,255,255,.1))}.icon-pulse{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;animation:pulse-ring 4s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(.5);opacity:0}50%{opacity:.5}to{transform:scale(1.5);opacity:0}}.empty-state-title{font-size:1.75rem;font-weight:700;color:var(--text-bright);margin-bottom:1rem;letter-spacing:-.02em}.empty-state-description{font-size:1rem;color:var(--text-muted);line-height:1.6;max-width:320px;margin:0 auto 2rem}.empty-state-decoration{display:flex;justify-content:center;gap:8px}.empty-state-decoration span{width:4px;height:4px;background:var(--text-dim);border-radius:50%;opacity:.3}.empty-state-decoration span:nth-child(2){animation:bounce 1.5s infinite .2s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px);opacity:.8}}
