﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:400;line-height:1.7;color:#d8dff0;background-color:#0e0f14;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}::selection{background:rgba(59,130,246,.3);color:#d8dff0}:focus-visible{outline:2px solid #3b82f6;outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0e0f14}::-webkit-scrollbar-thumb{background:#363752;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#58617a}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:#d8dff0;letter-spacing:-0.02em}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}@media(max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}}a{color:#4d86b8;text-decoration:none;transition:color 150ms ease}a:hover{color:#7ab3e0}p{margin-bottom:1rem}ul,ol{padding-left:1.5rem;margin-bottom:1rem}ul li,ol li{margin-bottom:.5rem}code{font-family:"JetBrains Mono","Fira Code",Consolas,"Courier New",monospace;font-size:.875em;background:#12131a;color:#06b6d4;padding:.15em .4em;border-radius:4px;border:1px solid #252638}pre{font-family:"JetBrains Mono","Fira Code",Consolas,"Courier New",monospace;font-size:.875rem;background:#12131a;border:1px solid #252638;border-radius:12px;padding:1.5rem;overflow-x:auto;margin-bottom:2rem;line-height:1.6}pre code{background:none;color:#d8dff0;padding:0;border:none;font-size:inherit}blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid #4d86b8;background:#1a1b25;border-radius:0 8px 8px 0;color:#8892aa;font-size:1.125rem;font-style:italic}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:.75rem;font-size:.875rem;font-style:normal;color:#58617a}blockquote cite::before{content:"— "}hr{border:none;border-top:1px solid #252638;margin:3rem 0}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.875rem}table th{background:#1a1b25;color:#d8dff0;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:2px solid #252638}table td{padding:.75rem 1rem;border-bottom:1px solid #252638;color:#8892aa}table tr:hover td{background:#1a1b25}strong{font-weight:700;color:#d8dff0}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width: 768px){.container{padding:0 1rem}}.container--prose{max-width:740px;margin:0 auto;padding:0 1.5rem}@media(max-width: 768px){.container--prose{padding:0 1rem}}.section{padding:5rem 0}.section--sm{padding:3rem 0}.section--lg{padding:8rem 0}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:4.5rem;background:rgba(14,15,20,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,0);transition:border-color 250ms ease,box-shadow 250ms ease}.site-header.scrolled{border-bottom-color:#252638;box-shadow:0 4px 12px rgba(0,0,0,.6)}.site-header .container{height:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.nav-brand__logo{width:40px;height:40px;border-radius:8px;background:#4d86b8;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;color:#fff;flex-shrink:0;letter-spacing:-0.04em;overflow:hidden}.nav-brand__logo img{width:100%;height:100%;object-fit:cover;object-position:center top}.nav-brand__text{display:flex;flex-direction:column}@media(max-width: 500px){.nav-brand__text{display:none}}.nav-brand__name{font-size:1rem;font-weight:700;color:#d8dff0;line-height:1.2}.nav-brand__role{font-size:.75rem;color:#58617a;letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0}@media(max-width: 768px){.nav-links{display:none}}.nav-links a{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#8892aa;transition:color 150ms ease,background 150ms ease}.nav-links a:hover{color:#d8dff0;background:hsla(0,0%,100%,.06)}.nav-links a.active{color:#4d86b8;background:rgba(77,134,184,.1)}.nav-cta{display:flex;align-items:center;gap:.75rem}@media(max-width: 768px){.nav-cta{gap:.5rem}}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0}@media(max-width: 768px){.nav-toggle{display:flex}}.nav-toggle span{display:block;height:2px;background:#8892aa;border-radius:9999px;transition:transform 250ms ease,opacity 250ms ease}.nav-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:4.5rem;left:0;right:0;background:#14151d;border-bottom:1px solid #252638;padding:1rem;z-index:999}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:500;color:#8892aa;transition:color 150ms ease,background 150ms ease}.mobile-menu a:hover{color:#d8dff0;background:hsla(0,0%,100%,.06)}.mobile-menu a.active{color:#4d86b8}.site-footer{background:#14151d;border-top:1px solid #252638;padding:4rem 0 2rem;margin-top:auto}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width: 992px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width: 576px){.site-footer__grid{grid-template-columns:1fr;gap:1.5rem}}.site-footer__brand p{margin-top:1rem;font-size:.875rem;color:#8892aa;line-height:1.7;margin-bottom:1.25rem}.site-footer__col-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#58617a;margin-bottom:1rem}.site-footer__links{list-style:none;padding:0}.site-footer__links li{margin-bottom:.5rem}.site-footer__links a{font-size:.875rem;color:#8892aa}.site-footer__links a:hover{color:#4d86b8}.site-footer__bottom{padding-top:2rem;border-top:1px solid #252638;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.site-footer__copy{font-size:.875rem;color:#58617a}.site-footer__social{display:flex;gap:.75rem}.site-footer__social a{width:36px;height:36px;border-radius:8px;background:#1a1b25;border:1px solid #252638;display:flex;align-items:center;justify-content:center;color:#58617a;font-size:.875rem;transition:all 150ms ease}.site-footer__social a:hover{background:#202130;border-color:#363752;color:#4d86b8}.page-hero{padding:8.5rem 0 4rem;background:linear-gradient(160deg, #0e0f14 0%, #14151d 40%, #0e0f14 100%);border-bottom:1px solid #252638;position:relative;overflow:hidden}.page-hero h1{font-size:3rem;font-weight:800;color:#d8dff0;margin-bottom:1rem}@media(max-width: 768px){.page-hero h1{font-size:2.25rem}}.page-hero p{font-size:1.125rem;color:#8892aa;max-width:600px;margin-bottom:0}.reading-progress{position:fixed;top:0;left:0;z-index:2000;height:3px;background:#4d86b8;width:0%;transition:width .1s linear}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:9999px;background:#4d86b8;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.7);opacity:0;transform:translateY(16px);transition:opacity 250ms ease,transform 250ms ease;z-index:500}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{transform:translateY(-2px)}@media(max-width: 768px){.back-to-top{bottom:1.25rem;right:1.25rem}}.post-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 992px){.post-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.post-grid{grid-template-columns:1fr}}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:4rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:8px;font-size:.875rem;font-weight:500;border:1px solid #252638;transition:all 150ms ease}.pagination a{color:#8892aa;background:#1a1b25}.pagination a:hover{color:#d8dff0;background:#202130;border-color:#363752}.pagination .current{background:#4d86b8;color:#fff;border-color:rgba(0,0,0,0)}.pagination .disabled{color:#58617a;background:rgba(0,0,0,0);cursor:default}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all 250ms ease;white-space:nowrap}.btn--primary{background:#4d86b8;color:#0e0f14;box-shadow:none}.btn--primary:hover{background:#4a87c0;color:#0e0f14}.btn--secondary{background:rgba(0,0,0,0);color:#d8dff0;border-color:#363752}.btn--secondary:hover{background:#1a1b25;border-color:#4d86b8;color:#4d86b8}.btn--ghost{background:rgba(0,0,0,0);color:#8892aa;border-color:rgba(0,0,0,0)}.btn--ghost:hover{color:#d8dff0;background:hsla(0,0%,100%,.06)}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.tag{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:all 150ms ease}.tag--blue,.tag--cyan,.tag--green,.tag--purple,.tag--amber{background:rgba(77,134,184,.1);color:#4d86b8;border:1px solid rgba(77,134,184,.22)}.tag--blue:hover,.tag--cyan:hover,.tag--green:hover,.tag--purple:hover,.tag--amber:hover{background:rgba(77,134,184,.18);color:#4d86b8}.post-card{background:#1a1b25;border:1px solid #252638;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform 250ms ease,box-shadow 250ms ease,border-color 250ms ease}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.6);border-color:#363752}.post-card__accent{height:4px;background:#4d86b8}.post-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.post-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.post-card__title{font-size:1.25rem;font-weight:700;line-height:1.35;margin-bottom:.75rem;color:#d8dff0}.post-card__title a{color:inherit;text-decoration:none}.post-card__title a:hover{color:#4d86b8}.post-card__excerpt{font-size:.875rem;color:#8892aa;line-height:1.7;flex:1;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #252638;font-size:.75rem;color:#58617a;gap:.75rem}.post-card__date{flex:1}.post-card__read-time{display:flex;align-items:center;gap:.25rem}.post-card__link{font-size:.875rem;font-weight:600;color:#4d86b8;white-space:nowrap}.post-card__link:hover{color:#f59e0b}.post-card--featured{grid-column:span 2}@media(max-width: 992px){.post-card--featured{grid-column:span 1}}.post-card--featured .post-card__title{font-size:1.875rem}.post-card--featured .post-card__excerpt{-webkit-line-clamp:4}.skills-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media(max-width: 992px){.skills-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.skills-grid{grid-template-columns:1fr}}.skill-card{background:#1a1b25;border:1px solid #252638;border-radius:12px;padding:1.25rem;transition:border-color 150ms ease,background 150ms ease}.skill-card:hover{border-color:#363752;background:#202130}.skill-card__icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.75rem}.skill-card__name{font-size:.875rem;font-weight:600;color:#d8dff0;margin-bottom:.5rem}.skill-card__items{font-size:.75rem;color:#58617a;line-height:1.6}.newsletter{background:#1a1b25;border:1px solid #252638;border-radius:24px;padding:3rem;text-align:center;position:relative;overflow:hidden}.newsletter::before{content:"";position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse at center, rgba(59, 130, 246, 0.08) 0%, transparent 70%);pointer-events:none}.newsletter h2{font-size:1.875rem;font-weight:800;margin-bottom:.75rem}.newsletter p{color:#8892aa;font-size:1.125rem;max-width:480px;margin:0 auto 2rem}.newsletter__form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}@media(max-width: 576px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;padding:.75rem 1rem;background:#14151d;border:1px solid #252638;border-radius:8px;color:#d8dff0;font-size:1rem;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:border-color 150ms ease}.newsletter__input::placeholder{color:#58617a}.newsletter__input:focus{outline:none;border-color:#3b82f6}.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 992px){.stats-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.stats-grid{grid-template-columns:repeat(2, 1fr)}}.stat-box{background:#1a1b25;border:1px solid #252638;border-radius:12px;padding:1.5rem;text-align:center}.stat-box__number{font-size:3rem;font-weight:800;color:#4d86b8;line-height:1;margin-bottom:.5rem}.stat-box__label{font-size:.875rem;color:#58617a;font-weight:500}.search-box{position:relative;max-width:600px;margin:0 auto}.search-box__input{width:100%;padding:1rem 1.25rem 1rem 3rem;background:#1a1b25;border:1px solid #252638;border-radius:12px;color:#d8dff0;font-size:1rem;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:border-color 150ms ease,box-shadow 150ms ease}.search-box__input::placeholder{color:#58617a}.search-box__input:focus{outline:none;border-color:#4d86b8;box-shadow:0 0 20px rgba(91,155,213,.08)}.search-box__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#58617a;pointer-events:none}#search-results{margin-top:2rem}#search-results .search-result-item{background:#1a1b25;border:1px solid #252638;border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:border-color 150ms ease}#search-results .search-result-item:hover{border-color:#363752}#search-results .search-result-item h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}#search-results .search-result-item h3 a{color:#d8dff0}#search-results .search-result-item h3 a:hover{color:#4d86b8}#search-results .search-result-item p{font-size:.875rem;color:#8892aa;margin-bottom:.5rem}#search-results .search-result-item .result-meta{font-size:.75rem;color:#58617a}.category-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 576px){.category-list{grid-template-columns:1fr}}.category-block{background:#1a1b25;border:1px solid #252638;border-radius:16px;padding:1.5rem;transition:border-color 150ms ease,background 150ms ease}.category-block:hover{border-color:#363752;background:#202130}.category-block__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.category-block__title{font-size:1.25rem;font-weight:700}.category-block__count{font-size:.75rem;color:#58617a;background:#14151d;padding:.25rem .75rem;border-radius:9999px}.category-block__posts{list-style:none;padding:0}.category-block__posts li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #252638}.category-block__posts li:last-child{border-bottom:none;margin-bottom:0}.category-block__posts a{font-size:.875rem;color:#8892aa;display:flex;justify-content:space-between;align-items:center;gap:1rem}.category-block__posts a:hover{color:#4d86b8}.category-block__posts .post-date{font-size:.75rem;color:#58617a;white-space:nowrap;flex-shrink:0}.author-card{background:#1a1b25;border:1px solid #252638;border-radius:16px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;margin:3rem 0}@media(max-width: 576px){.author-card{flex-direction:column}}.author-card__avatar{width:72px;height:72px;border-radius:9999px;background:#4d86b8;display:flex;align-items:center;justify-content:center;font-size:1.875rem;font-weight:800;color:#fff;flex-shrink:0;overflow:hidden}.author-card__avatar img{width:100%;height:100%;object-fit:cover}.author-card__info{flex:1}.author-card__name{font-size:1.25rem;font-weight:700;color:#d8dff0;margin-bottom:.25rem}.author-card__title{font-size:.875rem;color:#4d86b8;margin-bottom:1rem}.author-card__bio{font-size:.875rem;color:#8892aa;line-height:1.7;margin-bottom:1rem}.author-card__links{display:flex;gap:.75rem}.author-card__links a{font-size:.875rem;font-weight:500;color:#58617a}.author-card__links a:hover{color:#4d86b8}.animate-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.animate-in.visible{opacity:1;transform:translateY(0)}.post-hero{padding:8.5rem 0 4rem;background:linear-gradient(160deg, #0e0f14 0%, #14151d 40%, #0e0f14 100%);border-bottom:1px solid #252638;position:relative;overflow:hidden}.post-hero__inner{position:relative;z-index:1}.post-hero__category{margin-bottom:1.25rem}.post-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-0.03em;color:#d8dff0;margin-bottom:1.5rem;max-width:800px}.post-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;color:#58617a;font-size:.875rem}.post-hero__author{display:flex;align-items:center;gap:.75rem}.post-hero__avatar{width:40px;height:40px;border-radius:9999px;background:#4d86b8;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.875rem;overflow:hidden;flex-shrink:0}.post-hero__avatar img{width:100%;height:100%;object-fit:cover}.post-hero__author-name{font-weight:600;color:#8892aa}.post-hero__divider{color:#363752}.post-hero__date,.post-hero__read-time{display:flex;align-items:center;gap:.5rem}.post-content{padding:4rem 0}.post-content__body{font-family:"Lora",Georgia,"Times New Roman",serif;font-size:1.125rem;line-height:1.85;color:#8892aa}.post-content__body h2,.post-content__body h3,.post-content__body h4{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.post-content__body h2{font-size:1.875rem;font-weight:700;color:#d8dff0;margin:3rem 0 1.25rem;padding-top:1rem;border-top:1px solid #252638}.post-content__body h2:first-child{margin-top:0;padding-top:0;border-top:none}.post-content__body h3{font-size:1.5rem;font-weight:700;color:#d8dff0;margin:2rem 0 1rem}.post-content__body h4{font-size:1.25rem;font-weight:600;color:#d8dff0;margin:1.5rem 0 .75rem}.post-content__body p{margin-bottom:1.25rem}.post-content__body p:first-of-type{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;color:#d8dff0;font-weight:400;line-height:1.75}.post-content__body a{color:#4d86b8;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(77,134,184,.4);transition:color 150ms ease,text-decoration-color 150ms ease}.post-content__body a:hover{color:#6ba3cc;text-decoration-color:#6ba3cc}.post-content__body ul,.post-content__body ol{padding-left:1.5rem;margin:1.25rem 0}.post-content__body ul li,.post-content__body ol li{margin-bottom:.5rem;padding-left:.5rem}.post-content__body ul ul,.post-content__body ol ol,.post-content__body ul ol,.post-content__body ol ul{margin:.5rem 0}.post-content__body .callout{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-left:4px solid #4d86b8;border-radius:0 8px 8px 0;padding:1.25rem 1.5rem;margin:2rem 0;color:#d8dff0}.post-content__toc{position:sticky;top:calc(4.5rem + 1.5rem);max-height:calc(100vh - 4.5rem - 3rem);overflow-y:auto;padding:1.25rem;background:#1a1b25;border:1px solid #252638;border-radius:12px;font-size:.875rem}.post-content__toc h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:#58617a;margin-bottom:1rem}.post-content__toc ul{padding-left:1rem;list-style:none}.post-content__toc li{margin-bottom:.5rem}.post-content__toc a{color:#8892aa;font-size:.75rem}.post-content__toc a:hover{color:#4d86b8}.post-tags{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:2rem 0;border-top:1px solid #252638;margin-bottom:2rem}.post-tags__label{font-size:.875rem;font-weight:600;color:#58617a;margin-right:.5rem}.social-share{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1.5rem 0;border-top:1px solid #252638;border-bottom:1px solid #252638;margin-bottom:3rem}.social-share__label{font-size:.875rem;font-weight:600;color:#58617a;margin-right:.5rem}.social-share__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid #252638;transition:all 150ms ease;cursor:pointer;background:#1a1b25;color:#8892aa}.social-share__btn:hover{background:#202130;border-color:#363752;color:#d8dff0}.social-share__btn--twitter:hover{color:#1da1f2;border-color:rgba(29,161,242,.3)}.social-share__btn--linkedin:hover{color:#0077b5;border-color:rgba(0,119,181,.3)}.social-share__btn--copy:hover{color:#10b981;border-color:rgba(16,185,129,.3)}.related-posts{padding:3rem 0;border-top:1px solid #252638}.related-posts h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.related-posts__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media(max-width: 768px){.related-posts__grid{grid-template-columns:1fr}}.related-posts__card{background:#1a1b25;border:1px solid #252638;border-radius:12px;padding:1.25rem;transition:all 150ms ease}.related-posts__card:hover{border-color:#363752;background:#202130}.related-posts__card .cat{margin-bottom:.75rem}.related-posts__card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.related-posts__card h4 a{color:#d8dff0}.related-posts__card h4 a:hover{color:#4d86b8}.related-posts__card .date{font-size:.75rem;color:#58617a}.comments-section{padding:3rem 0;border-top:1px solid #252638}.comments-section h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.highlight{background:#12131a !important;border:1px solid #252638;border-radius:12px;margin-bottom:2rem;overflow:hidden}.highlight[data-lang]::before{content:attr(data-lang);display:block;padding:.5rem 1.25rem;background:hsla(0,0%,100%,.04);border-bottom:1px solid #252638;font-family:"JetBrains Mono","Fira Code",Consolas,"Courier New",monospace;font-size:.75rem;color:#58617a;text-transform:uppercase;letter-spacing:.08em}.highlight pre{margin:0;border:none;border-radius:0;background:rgba(0,0,0,0);padding:1.5rem;overflow-x:auto}.highlight pre .lineno{user-select:none;color:#58617a;padding-right:1.25rem;border-right:1px solid #252638;margin-right:1.25rem}.highlight .c,.highlight .cd{color:#8b949e;font-style:italic}.highlight .cm{color:#8b949e}.highlight .c1{color:#8b949e}.highlight .cs{color:#8b949e;font-weight:bold}.highlight .cp{color:#f85149}.highlight .k{color:#ff7b72}.highlight .kc{color:#79c0ff}.highlight .kd{color:#ff7b72}.highlight .kn{color:#ff7b72}.highlight .kp{color:#ff7b72}.highlight .kr{color:#ff7b72}.highlight .kt{color:#ff7b72}.highlight .n{color:#e6edf3}.highlight .na{color:#79c0ff}.highlight .nb{color:#e6edf3}.highlight .nc{color:#f0883e}.highlight .nd{color:#d2a8ff}.highlight .ni{color:#ffa657}.highlight .ne{color:#f85149}.highlight .nf{color:#d2a8ff}.highlight .nl{color:#e6edf3}.highlight .nn{color:#e6edf3}.highlight .nt{color:#7ee787}.highlight .nv{color:#e6edf3}.highlight .o{color:#ff7b72}.highlight .ow{color:#ff7b72}.highlight .p{color:#e6edf3}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .ss,.highlight .s1{color:#a5d6ff}.highlight .sa{color:#ff7b72}.highlight .se{color:#79c0ff}.highlight .dl{color:#a5d6ff}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#79c0ff}.highlight .mx{color:#79c0ff}.highlight .l{color:#79c0ff}.highlight .ld{color:#a5d6ff}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .gh{color:#79c0ff;font-weight:bold}.highlight .gu{color:#8b949e}.highlight .gd{color:#f85149;background:rgba(248,81,73,.1)}.highlight .gi{color:#56d364;background:rgba(86,211,100,.1)}.highlight .err{color:#f85149}.highlight .w{color:#e6edf3}:not(pre)>code{font-family:"JetBrains Mono","Fira Code",Consolas,"Courier New",monospace;font-size:.875em;background:#12131a;color:#06b6d4;padding:.15em .4em;border-radius:4px;border:1px solid #252638}@media(max-width: 900px){.nav-linkedin{display:none !important}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(160deg, #0e0f14 0%, #14151d 40%, #0e0f14 100%);padding-top:4.5rem}.hero__inner{padding:5rem 0}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(91,155,213,.08);border:1px solid rgba(91,155,213,.2);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#4d86b8;margin-bottom:1.5rem}.hero__eyebrow .dot{width:6px;height:6px;border-radius:9999px;background:#4d86b8}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;color:#d8dff0;margin-bottom:1.5rem;max-width:800px}.hero__title .gradient-text{color:#4d86b8}.hero__subtitle{font-size:clamp(1rem,2vw,1.125rem);color:#8892aa;max-width:600px;line-height:1.75;margin-bottom:2.5rem}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.hero__badges{display:flex;flex-wrap:wrap;gap:.75rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid #252638;color:#58617a;background:#1a1b25}.hero__badge svg,.hero__badge .icon{color:#58617a}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(0.8)}}.about-hero{padding:8.5rem 0 4rem;background:linear-gradient(160deg, #0e0f14 0%, #14151d 40%, #0e0f14 100%);border-bottom:1px solid #252638}.about-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:center}@media(max-width: 992px){.about-hero__inner{grid-template-columns:1fr}}.about-hero__role{font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#4d86b8;margin-bottom:1rem}.about-hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;margin-bottom:1.5rem}.about-hero p{font-size:1.125rem;color:#8892aa;line-height:1.75;max-width:580px;margin-bottom:2rem}.about-hero__profile-card{background:#1a1b25;border:1px solid #252638;border-radius:24px;padding:2rem;text-align:center}@media(max-width: 992px){.about-hero__profile-card{display:none}}.about-hero__avatar{width:120px;height:120px;border-radius:9999px;background:#4d86b8;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:#fff;margin:0 auto 1.25rem;overflow:hidden;box-shadow:none}.about-hero__avatar img{width:100%;height:100%;object-fit:cover}.about-hero__name{font-size:1.25rem;font-weight:700;color:#d8dff0;margin-bottom:.25rem}.about-hero__title-card{font-size:.875rem;color:#4d86b8;margin-bottom:1.25rem}.about-hero__links{display:flex;flex-direction:column;gap:.5rem}.about-hero__links a{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;font-size:.875rem;color:#8892aa;background:#14151d;border:1px solid #252638;transition:all 150ms ease}.about-hero__links a:hover{border-color:#363752;color:#4d86b8}.about-hero__links a svg{flex-shrink:0}.about-content{padding:5rem 0}.about-content h2{font-size:1.875rem;font-weight:800;letter-spacing:-0.02em;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #252638;color:#d8dff0}.about-content h3{font-size:1.25rem;font-weight:700;color:#d8dff0;margin-bottom:1rem}.about-content p{font-size:1.125rem;color:#8892aa;line-height:1.8;margin-bottom:1.25rem}.about-content ul{color:#8892aa;font-size:1.125rem;line-height:1.8;margin-bottom:1.25rem;padding-left:1.25rem}.about-content ul li{margin-bottom:.5rem}.about-content ul li::marker{color:#4d86b8}.cert-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-bottom:2rem}@media(max-width: 768px){.cert-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.cert-grid{grid-template-columns:1fr}}.cert-badge{background:#1a1b25;border:1px solid #252638;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:border-color 150ms ease}.cert-badge:hover{border-color:#363752}.cert-badge__icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.cert-badge__name{font-size:.875rem;font-weight:600;color:#d8dff0;line-height:1.3}.cert-badge__issuer{font-size:.75rem;color:#58617a}.contact-form{background:#1a1b25;border:1px solid #252638;border-radius:24px;padding:3rem}@media(max-width: 576px){.contact-form{padding:1.5rem}}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#8892aa;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group textarea,.contact-form .form-group select{width:100%;padding:.75rem 1rem;background:#14151d;border:1px solid #252638;border-radius:8px;color:#d8dff0;font-size:1rem;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:border-color 150ms ease}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder,.contact-form .form-group select::placeholder{color:#58617a}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus,.contact-form .form-group select:focus{outline:none;border-color:#4d86b8}.contact-form .form-group textarea{resize:vertical;min-height:150px;line-height:1.6}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 576px){.contact-form .form-row{grid-template-columns:1fr}}/*# sourceMappingURL=main.css.map */