﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"IBM Plex Sans","Segoe UI",sans-serif;font-size:1rem;line-height:1.6;color:#c5cdd8;background-color:#0a0e14;min-height:100vh;overflow-x:hidden}body::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px)}a{color:#00e5a0;text-decoration:none;transition:color .15s ease,text-shadow .15s ease}a:hover{color:rgb(50.5,255,193.3820960699);text-shadow:0 0 8px rgba(0,229,160,.4)}h1,h2,h3,h4,h5,h6{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;line-height:1.2;color:#e6edf5;letter-spacing:-0.02em}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.125rem}p{margin-bottom:1rem;line-height:1.8}code,pre{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem}code{background:#151b23;padding:2px 6px;border-radius:4px;color:#00b8d4}pre{background:#0f1419;border:1px solid #1e2a3a;border-radius:8px;padding:1.5rem;overflow-x:auto;margin-bottom:2rem}pre code{background:none;padding:0;color:#c5cdd8}img{max-width:100%;height:auto;display:block}blockquote{border-left:3px solid #00e5a0;padding:1rem 1.5rem;margin:2rem 0;background:rgba(0,229,160,.03);color:#6b7d96;font-style:italic}blockquote p:last-child{margin-bottom:0}hr{border:none;height:1px;background:linear-gradient(90deg, transparent, #2a3a4e, transparent);margin:4rem 0}ul,ol{padding-left:2rem;margin-bottom:1rem}li{margin-bottom:.5rem;line-height:1.8}::selection{background:rgba(0,229,160,.3);color:#e6edf5}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0e14}::-webkit-scrollbar-thumb{background:#2a3a4e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00e5a0}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}@media(min-width: 1024px){.container{padding:0 3rem}}.container--narrow{max-width:780px}.site-header{position:sticky;top:0;z-index:100;background:rgba(10,14,20,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1e2a3a;padding:1rem 0}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.125rem;font-weight:700;color:#e6edf5;text-decoration:none;display:flex;align-items:center;gap:.5rem}.site-logo .logo-prompt{color:#00e5a0}.site-logo:hover{color:#e6edf5;text-shadow:0 0 20px rgba(0,229,160,.15)}.site-nav{display:flex;align-items:center;gap:1.5rem}.nav-links{display:none;list-style:none;padding:0;margin:0;gap:1.5rem}@media(min-width: 768px){.nav-links{display:flex}}.nav-link{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;color:#6b7d96;text-decoration:none;text-transform:lowercase;transition:color .15s ease;position:relative}.nav-link::before{content:"./";color:#3d4f63;transition:color .15s ease}.nav-link:hover,.nav-link.active{color:#00e5a0;text-shadow:none}.nav-link:hover::before,.nav-link.active::before{color:#00e5a0}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width: 768px){.nav-toggle{display:none}}.nav-toggle span{display:block;width:22px;height:2px;background:#c5cdd8;transition:all .25s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(10,14,20,.97);backdrop-filter:blur(20px);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-nav.active{display:flex}.mobile-nav .mobile-nav-link{font-family:"JetBrains Mono","Fira Code",monospace;font-size:2rem;color:#6b7d96;text-decoration:none}.mobile-nav .mobile-nav-link:hover{color:#00e5a0}.mobile-nav-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#6b7d96;cursor:pointer;padding:.5rem;transition:color .15s ease}.mobile-nav-close:hover{color:#00e5a0}.site-footer{border-top:1px solid #1e2a3a;padding:4rem 0 2rem;margin-top:6rem}.site-footer .footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width: 768px){.site-footer .footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer .footer-text{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63}.site-footer .footer-social{display:flex;gap:1.5rem}.site-footer .footer-social-link{color:#3d4f63;transition:color .15s ease;font-size:1.125rem}.site-footer .footer-social-link:hover{color:#00e5a0;text-shadow:0 0 20px rgba(0,229,160,.15)}.site-main{min-height:60vh}.section{padding:4rem 0}.section--hero{padding:6rem 0 4rem}.hero{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:4rem 0}@media(min-width: 768px){.hero{grid-template-columns:200px 1fr;gap:4rem}}@media(min-width: 1024px){.hero{grid-template-columns:240px 1fr}}.hero__portrait{position:relative;width:180px;height:180px;margin:0 auto}@media(min-width: 768px){.hero__portrait{width:200px;height:200px;margin:0}}@media(min-width: 1024px){.hero__portrait{width:240px;height:240px}}.hero__portrait-img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid #2a3a4e;filter:grayscale(15%);transition:all .25s ease}.hero__portrait-img:hover{border-color:#00e5a0;filter:grayscale(0%);box-shadow:0 0 20px rgba(0,229,160,.15)}.hero__portrait::before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border:1px solid #1e2a3a;border-radius:50%;opacity:.5}.hero__content{text-align:center}@media(min-width: 768px){.hero__content{text-align:left}}.hero__greeting{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;color:#00e5a0;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width: 768px){.hero__greeting{justify-content:flex-start}}.hero__greeting .cursor{display:inline-block;width:8px;height:18px;background:#00e5a0;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.hero__name{font-size:2.75rem;margin-bottom:.5rem;background:linear-gradient(135deg, #e6edf5, #00e5a0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(min-width: 1024px){.hero__name{font-size:3.5rem}}.hero__title{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;color:#6b7d96;margin-bottom:1.5rem}.hero__bio{color:#6b7d96;font-size:1rem;line-height:1.8;max-width:560px;margin-bottom:2rem}@media(min-width: 768px){.hero__bio{margin-left:0;margin-right:auto}}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width: 768px){.hero__actions{justify-content:flex-start}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;padding:.5rem 1.5rem;border-radius:4px;border:1px solid #2a3a4e;background:rgba(0,0,0,0);color:#c5cdd8;text-decoration:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn:hover{border-color:#00e5a0;color:#00e5a0;background:rgba(0,229,160,.05);box-shadow:0 0 20px rgba(0,229,160,.15);text-shadow:none}.btn svg{width:16px;height:16px;fill:currentColor}.btn--primary{background:#00e5a0;color:#0a0e14;border-color:#00e5a0;font-weight:500}.btn--primary:hover{background:rgb(25,255,185.6986899563);color:#0a0e14;box-shadow:0 0 20px rgba(0,229,160,.15)}.section-header{margin-bottom:3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.section-title{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.5rem;color:#e6edf5;display:flex;align-items:center;gap:.5rem}.section-title .accent{color:#00e5a0}.section-link{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;color:#6b7d96}.section-link:hover{color:#00e5a0}.post-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.post-grid{grid-template-columns:repeat(2, 1fr)}}.post-card{background:#131920;border:1px solid #1e2a3a;border-radius:8px;padding:2rem;transition:all .25s ease;position:relative;overflow:hidden}.post-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg, var(--cat-color, #00e5a0), transparent);opacity:0;transition:opacity .25s ease}.post-card:hover{border-color:#2a3a4e;background:#1a2230;box-shadow:0 2px 12px rgba(0,0,0,.4);transform:translateY(-2px)}.post-card:hover::before{opacity:1}.post-card.featured{grid-column:1/-1;border-color:#2a3a4e}.post-card.featured::before{opacity:1}@media(min-width: 768px){.post-card.featured{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.post-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.post-card__date{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63}.post-card__category{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:var(--cat-color, #00e5a0);text-transform:uppercase;letter-spacing:.05em}.post-card__category::before{content:"#"}.post-card__title{font-size:1.125rem;margin-bottom:.5rem;color:#e6edf5}.post-card__title a{color:inherit;text-decoration:none}.post-card__title a:hover{color:#00e5a0;text-shadow:none}.featured .post-card__title{font-size:1.5rem}.post-card__excerpt{color:#6b7d96;font-size:.875rem;line-height:1.8;margin-bottom:1rem}.post-card__read-more{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#00e5a0;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.post-card__read-more::after{content:"→";transition:transform .15s ease}.post-card__read-more:hover::after{transform:translateX(4px)}.tag-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #1e2a3a}.tag-btn{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;padding:.25rem 1rem;border:1px solid #1e2a3a;border-radius:20px;background:rgba(0,0,0,0);color:#6b7d96;cursor:pointer;transition:all .15s ease;text-transform:lowercase}.tag-btn:hover{border-color:#00e5a0;color:#00e5a0}.tag-btn.active{background:#00e5a0;color:#0a0e14;border-color:#00e5a0;font-weight:500}.cat-ai{--cat-color: #00e5a0}.cat-software{--cat-color: #00b8d4}.cat-org{--cat-color: #7c4dff}.cat-society{--cat-color: #ff6e40}.badge{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.65rem;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.08em}.badge--featured{background:rgba(0,229,160,.1);color:#00e5a0;border:1px solid rgba(0,229,160,.3)}.badge--pinned{background:rgba(124,77,255,.1);color:#7c4dff;border:1px solid rgba(124,77,255,.3)}.post{max-width:780px;margin:0 auto;padding:4rem 0}.post__header{margin-bottom:4rem}.post__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.post__category{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:var(--cat-color, #00e5a0);text-transform:uppercase}.post__category::before{content:"#"}.post__date{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63}.post__reading-time{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63}.post__reading-time::before{content:"~";margin-right:2px}.post__title{font-size:2.75rem;margin-bottom:1rem}.post__subtitle{color:#6b7d96;font-size:1.125rem;line-height:1.8}.post__content{font-size:1rem;line-height:1.8;color:#c5cdd8}.post__content h2{margin-top:4rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #1e2a3a}.post__content h3{margin-top:3rem;margin-bottom:1rem}.post__content p{margin-bottom:1.5rem}.post__content img{border-radius:8px;margin:2rem 0;border:1px solid #1e2a3a}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:6rem;padding-top:3rem;border-top:1px solid #1e2a3a}.post-nav__item{padding:1.5rem;border:1px solid #1e2a3a;border-radius:8px;transition:all .15s ease}.post-nav__item:hover{border-color:#00e5a0;background:#131920}.post-nav__item--next{text-align:right}.post-nav__label{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63;display:block;margin-bottom:.25rem}.post-nav__title{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;color:#e6edf5;text-decoration:none}.post-nav__title:hover{color:#00e5a0}.blog-header{padding:4rem 0 2rem}.blog-header__title{font-size:2.75rem;margin-bottom:.5rem}.blog-header__desc{color:#6b7d96;font-size:1rem;max-width:600px}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.contact-section{text-align:center;padding:6rem 0;border-top:1px solid #1e2a3a;margin-top:4rem}.contact-section__title{font-size:2rem;margin-bottom:1rem}.contact-section__text{color:#6b7d96;margin-bottom:2rem}.page-404{text-align:center;padding:6rem 0}.page-404 .error-code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:8rem;color:#00e5a0;line-height:1;text-shadow:0 0 20px rgba(0,229,160,.15);margin-bottom:1.5rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards;opacity:0}.fade-in-up:nth-child(1){animation-delay:0.08s}.fade-in-up:nth-child(2){animation-delay:0.16s}.fade-in-up:nth-child(3){animation-delay:0.24s}.fade-in-up:nth-child(4){animation-delay:0.32s}.fade-in-up:nth-child(5){animation-delay:0.4s}.fade-in-up:nth-child(6){animation-delay:0.48s}.fade-in-up:nth-child(7){animation-delay:0.56s}.fade-in-up:nth-child(8){animation-delay:0.64s}.fade-in-up:nth-child(9){animation-delay:0.72s}.fade-in-up:nth-child(10){animation-delay:0.8s}.highlight{background:#0f1419;border:1px solid #1e2a3a;border-radius:8px;padding:1.5rem;margin-bottom:2rem;overflow-x:auto;position:relative}.highlight[data-lang]::before{content:attr(data-lang);position:absolute;top:0;right:0;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#3d4f63;padding:.25rem .5rem;background:#151b23;border-radius:0 8px 0 4px}.highlight pre{margin:0;padding:0;background:none;border:none}.highlight .c,.highlight .cm,.highlight .c1,.highlight .cs{color:#546e7a;font-style:italic}.highlight .k,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#c792ea}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .s1{color:#c3e88d}.highlight .nb,.highlight .nc{color:#ffcb6b}.highlight .nf,.highlight .nx{color:#82aaff}.highlight .mi,.highlight .mf,.highlight .mh,.highlight .mo{color:#f78c6c}.highlight .na{color:#ffcb6b}.highlight .no{color:#89ddff}.highlight .o,.highlight .ow{color:#89ddff}.highlight .p{color:#89ddff}.highlight .nn{color:#ffcb6b}.highlight .err{color:#ff5370}/*# sourceMappingURL=main.css.map */