*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#dcdcdc;background-color:#151519}a{color:#857595;text-decoration:none;transition:color .2s ease}a:hover{color:#fff}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}pre,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;border-radius:6px}code{padding:.2em .4em;font-size:.875em;background-color:#1a1a1f;color:#857595}pre{padding:1.5rem;overflow-x:auto;background-color:#1a1a1f}pre code{padding:0;background:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0e0e12;border-bottom:1px solid #252529;padding:.75rem 0}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-logo{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:1.1rem;font-weight:700;color:#857595;visibility:hidden}.site-logo:hover{color:#fff;text-decoration:none}.site-logo.typing::after{content:"|";animation:blink .7s step-end infinite;font-weight:400;color:#857595}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:#dcdcdc;transition:.3s 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)}.site-nav{display:flex;gap:1.5rem}.site-nav a{color:#8a8a94;font-size:.9rem;transition:color .2s ease}.site-nav a:hover{color:#fff}.hero{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg, #0e0e12 0%, #151519 50%, #2e2240 100%)}.hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:75vh;padding:3rem;max-width:75vw}.hero-content{position:relative;max-width:650px;text-align:center;background:url("../images/uploads/homepage/monitor.svg") center center/contain no-repeat;padding:12rem 9rem 20rem 9rem;min-width:785px}.hero-title{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-0.02em;visibility:hidden;min-height:1.2em}.hero-title.typing::after{content:"|";animation:blink .7s step-end infinite;font-weight:400;color:#857595}@keyframes blink{50%{opacity:0}}.hero-subtitle{display:flex;justify-content:center;gap:2.25rem;font-size:1.25rem;color:#8a8a94;margin-bottom:3rem;flex-wrap:wrap}.hero-subtitle span{visibility:hidden}.hero-subtitle span.typing{visibility:visible}.hero-subtitle span.typing::after{content:"|";animation:blink .7s step-end infinite;font-weight:400;color:#857595}.hero-subtitle span.typed{visibility:visible}.hero-social{display:flex;justify-content:center;gap:1.5rem}.hero-social a{color:#8a8a94;transition:color .3s ease,transform .3s ease}.hero-social a:hover{color:#857595;transform:translateY(-2px)}.hero-social svg{width:32px;height:32px}.hero-image-stack{position:absolute;top:0;right:0;width:45%;height:100%;z-index:1;pointer-events:none;display:flex;flex-direction:column;justify-content:stretch;gap:0}.hero-stack-card{flex:1;overflow:hidden;opacity:0;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);transform:perspective(600px) rotateX(-70deg) rotateZ(5deg) translateY(-60px) scale(0.85);transform-origin:bottom center;transition:none}.hero-stack-card.revealed{opacity:.18;transform:perspective(600px) rotateX(0deg) rotateZ(0deg) translateY(0) scale(1);transition:opacity .6s ease,transform 1s cubic-bezier(0.22, 0.61, 0.36, 1)}.hero-stack-card img{width:100%;height:100%;object-fit:cover;display:block}.hero-stack-card--1{width:85%;margin-left:auto}.hero-stack-card--1.revealed{transition-delay:.2s}.hero-stack-card--2{width:70%;margin-left:auto}.hero-stack-card--2.revealed{transition-delay:.5s}.hero-stack-card--3{width:100%;margin-left:auto}.hero-stack-card--3.revealed{transition-delay:.8s}.section-title{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:2rem;color:#dcdcdc;margin-bottom:2.25rem}.portfolio{padding:6rem 0}.portfolio-card{background:#f0f0f0;border-radius:12px;padding:3rem;color:#2a2a2a}.portfolio-card .section-title{color:#2a2a2a}.tab-nav{display:flex;gap:1.5rem;margin-bottom:2.25rem;border-bottom:2px solid #d0d0d0;padding-bottom:0}.tab-btn{background:none;border:none;padding:.5rem 0;font-size:1rem;font-family:inherit;color:#5a5a5a;cursor:pointer;position:relative;transition:color .2s ease}.tab-btn::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:rgba(0,0,0,0);transition:background .2s ease}.tab-btn:hover{color:#2a2a2a}.tab-btn.active{color:#2a2a2a;font-weight:600}.tab-btn.active::after{background:#5a4b6b}.tab-content{display:none}.tab-content.active{display:block}.tab-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.tab-text p{color:#5a5a5a;margin-bottom:1rem}.skill-dots{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.5rem}.skill-dots .dot{width:40px;height:40px;border-radius:50%;display:inline-block}.skill-columns{display:flex;gap:2.25rem}.skill-group h4{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:#2a2a2a}.skill-group ul{list-style:none;padding:0;margin:0}.skill-group ul li{font-size:.875rem;color:#5a5a5a;padding:.2rem 0}.home-blog{padding:3rem 0 6rem}.blog-cards-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.blog-card{background:linear-gradient(135deg, #252529, #2e2240);border-radius:12px;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.3);color:#fff}.blog-card-content{padding:1.5rem;width:100%;background:linear-gradient(transparent, rgba(0, 0, 0, 0.6))}.blog-card-content h3{font-size:.95rem;color:#fff;margin-bottom:.25rem}.blog-card-cat{font-size:.75rem;color:#857595;text-transform:capitalize}.blog-card-more{background:linear-gradient(135deg, #252529, #0e0e12);align-items:center;justify-content:center}.blog-card-more .blog-card-content{background:none;text-align:center}.blog{padding-top:6rem}.blog .section-title{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace}.blog-layout{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start}.blog-posts{display:flex;flex-direction:column;gap:2.25rem}.blog-post-card{background:#f0f0f0;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.blog-post-card a{text-decoration:none}.blog-post-card-body{padding:1.5rem}.blog-post-card-body h2{font-size:1.2rem;margin-bottom:.25rem;color:#2a2a2a}.blog-post-card-body h2 a{color:inherit}.blog-post-card-body h2 a:hover{color:#5a4b6b}.blog-post-card-body time{font-size:.8rem;color:#5a5a5a}.blog-post-card-body p{font-size:.9rem;color:#5a5a5a;margin-top:.5rem;margin-bottom:0}.blog-sidebar{position:sticky;top:5rem}.sidebar-section{background:#f0f0f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.sidebar-section h3{font-size:.95rem;font-weight:700;margin-bottom:.75rem;color:#2a2a2a}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.category-grid a{display:block;padding:.4rem .6rem;background:#e5e5e5;border-radius:6px;font-size:.8rem;color:#5a5a5a;text-align:center;transition:background .2s ease,color .2s ease}.category-grid a:hover{background:#5a4b6b;color:#fff}.pagination{display:flex;justify-content:space-between;align-items:center;padding-top:2.25rem;margin-top:1.5rem}.pagination a{color:#857595}.pagination a:hover{color:#fff}.pagination span{font-size:.875rem;color:#8a8a94}.post-categories{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.25rem}.post-categories .category{display:inline-block;background:#3d3050;padding:.15em .6em;border-radius:6px;font-size:.75rem;color:#fff}.post{padding-top:6rem;max-width:800px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.post-header{margin-bottom:3rem}.post-header h1{font-size:2rem;color:#fff;margin-bottom:.5rem}.post-header time{color:#8a8a94;font-size:.875rem}.post-content{background:#f0f0f0;border-radius:12px;padding:3rem;color:#2a2a2a}.post-content h2,.post-content h3,.post-content h4{margin-top:2.25rem;color:#2a2a2a}.post-content a{color:#5a4b6b}.post-content a:hover{color:#2e2240}.post-content pre{background:#0e0e12;border-radius:6px;color:#dcdcdc}.post-content code{background:#e5e5e5;color:#2e2240}.post-content pre code{background:none;color:#dcdcdc}.post-content img{border-radius:6px}.post-navigation{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #252529}.post-navigation a{font-size:.9rem}.post-navigation .next{margin-left:auto}.page{padding-top:6rem;max-width:800px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.page-header{margin-bottom:3rem}.page-header h1{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:2rem;color:#fff}.page-content{background:#f0f0f0;border-radius:12px;padding:3rem;color:#2a2a2a}.page-content h2,.page-content h3{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;color:#2a2a2a;margin-top:2.25rem}.page-content a{color:#5a4b6b}.page-content a:hover{color:#2e2240}.site-footer{border-top:1px solid #252529;padding:3rem 0;margin-top:6rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:1rem;color:#857595}.footer-logo:hover{color:#fff;text-decoration:none}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#8a8a94;transition:color .2s ease}.footer-social a:hover{color:#857595}.footer-copy{font-size:.8rem;color:#8a8a94;margin:0}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1.5rem 0;border-radius:6px}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width: 768px){.nav-toggle{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0e0e12;flex-direction:column;padding:1.5rem;border-bottom:1px solid #252529;gap:0}.site-nav.open{display:flex}.site-nav a{padding:.75rem 0;border-bottom:1px solid #252529}.site-nav a:last-child{border-bottom:none}.hero-inner{padding:1.5rem;max-width:100%}.hero-content{padding:8rem 2rem 14rem 2rem;min-width:160vw;max-width:120vw;background-size:contain}.hero-image-stack{display:none}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem;gap:1.5rem}.tab-grid{grid-template-columns:1fr}.skill-columns{flex-direction:column;gap:1.5rem}.blog-cards-grid{grid-template-columns:repeat(2, 1fr)}.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.post-content,.page-content{padding:1.5rem}}@media(max-width: 480px){.hero-title{font-size:1.6rem}.hero-subtitle{flex-direction:column;gap:.25rem}.blog-cards-grid{grid-template-columns:1fr}.tab-nav{flex-wrap:wrap;gap:.5rem}.section-title{font-size:1.5rem}.portfolio-card{padding:1.5rem}.post-header h1,.page-header h1{font-size:1.5rem}}@media(max-width: 360px){.hero-content{background-image:none;padding:1.5rem;min-width:0;max-width:100%}}/*# sourceMappingURL=main.css.map */