@charset "UTF-8";*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 1.5rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;color:#333}h1{font-size:2.25rem;font-weight:700;line-height:1.25}@media(min-width:768px){h1{font-size:3rem}}h2{font-size:1.875rem;font-weight:600;line-height:1.25}@media(min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.5rem;font-weight:600;line-height:1.25}@media(min-width:768px){h3{font-size:1.875rem}}h4{font-size:1.25rem;font-weight:600;line-height:1.25}@media(min-width:768px){h4{font-size:1.5rem}}h5{font-size:1.125rem;font-weight:600;line-height:1.25}h6{font-size:1rem;font-weight:600;line-height:1.25}p{margin:0 0 1.5rem;font-size:1rem;font-weight:400;line-height:1.5}a{color:#06c;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#004d99;text-decoration:underline}ul,ol{margin:0 0 1.5rem;padding-left:1.5rem}li{margin-bottom:.5rem}code{font-family:jetbrains mono,sf mono,Monaco,cascadia code,roboto mono,Consolas,courier new,monospace;font-size:.875em;background-color:#f8f9fa;padding:2px 4px;border-radius:4px;color:#333}pre{font-family:jetbrains mono,sf mono,Monaco,cascadia code,roboto mono,Consolas,courier new,monospace;font-size:.875rem;background-color:#f1f3f4;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:0 0 1.5rem;border:1px solid #f0f0f0}pre code{background:0 0;padding:0;color:inherit}blockquote{margin:0 0 1.5rem;padding:1rem 1.5rem;border-left:4px solid #06c;background-color:#f8f9fa;font-style:italic;color:#666}img{max-width:100%;height:auto}table{width:100%;border-collapse:collapse;margin:0 0 1.5rem}th,td{text-align:left;padding:.5rem 1rem;border-bottom:1px solid #f0f0f0}th{font-weight:600;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-muted{color:#999}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header{background:#000;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.header__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;padding-bottom:1.5rem;min-height:80px}@media(min-width:768px){.header__content{padding-top:2rem;padding-bottom:2rem}}.header__brand{flex:1}@media(min-width:768px){.header__brand{flex:none}}.header__logo{text-decoration:none;color:#fff}.header__logo:hover{text-decoration:none}.header__title{font-size:1.5rem;font-weight:600;line-height:1.25;margin:0;color:#fff;font-weight:700}@media(min-width:768px){.header__title{font-size:1.875rem}}.header__tagline{margin:.25rem 0 0;font-size:.875rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.7)}@media(min-width:768px){.header__tagline{margin-top:.5rem}}.header__nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav__menu{display:none;align-items:center;gap:1.5rem}@media(min-width:768px){.nav__menu{display:flex;gap:2rem}}.nav__link{font-size:1rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.7);text-decoration:none;font-weight:500;transition:color .15s ease-in-out;position:relative}.nav__link:hover{color:#fff;text-decoration:none}.nav__link--active{color:#fff}.nav__link--active::after{content:'';position:absolute;bottom:-1.5rem;left:0;right:0;height:2px;background:#06c}@media(min-width:768px){.nav__link--active::after{bottom:-2rem}}.nav__search{display:flex;align-items:center}.search__toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:0 0;border:none;color:rgba(255,255,255,.7);cursor:pointer;border-radius:6px;transition:all .15s ease-in-out}.search__toggle:hover{color:#fff;background-color:rgba(255,255,255,.1)}.search__toggle svg{width:20px;height:20px}.search__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:200;opacity:0;visibility:hidden;transition:all .25s ease-in-out}.search__overlay--open{opacity:1;visibility:visible}.search__modal{position:absolute;top:10%;left:50%;transform:translateX(-50%);width:90%;max-width:600px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%);max-height:80vh;overflow:hidden}.search__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #f0f0f0}.search__input{flex:1;border:none;outline:none;font-size:1.125rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;background:0 0;color:#333}.search__input::placeholder{color:#999}.search__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:0 0;border:none;color:#666;cursor:pointer;border-radius:6px;margin-left:1rem;transition:all .15s ease-in-out}.search__close:hover{color:#333;background-color:#f8f9fa}.search__close svg{width:20px;height:20px}.search__results{padding:1.5rem;max-height:400px;overflow-y:auto}.footer{background:#000;border-top:1px solid rgba(255,255,255,.1);margin-top:6rem}.footer__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;padding-top:4rem;padding-bottom:3rem}@media(min-width:768px){.footer__content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}}.footer__info{margin-bottom:3rem}@media(min-width:768px){.footer__info{margin-bottom:0}}.footer__title{font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:1rem;color:#fff}@media(min-width:768px){.footer__title{font-size:1.875rem}}.footer__description{font-size:1rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.7);margin:0;max-width:400px}.footer__links{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.footer__links{grid-template-columns:repeat(2,1fr)}}.footer__section-title{font-size:.875rem;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.footer__list{list-style:none;margin:0;padding:0}.footer__list li{margin-bottom:.5rem}.footer__link{font-size:.875rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.7);text-decoration:none;transition:color .15s ease-in-out}.footer__link:hover{color:#fff;text-decoration:none}.footer__bottom{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;border-top:1px solid rgba(255,255,255,.1);flex-direction:column;gap:.5rem}@media(min-width:768px){.footer__bottom{flex-direction:row;gap:0}}.footer__copyright,.footer__built{font-size:.875rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.5);margin:0}.footer__built a{color:rgba(255,255,255,.7)}.footer__built a:hover{color:#fff}.author-profile{padding:4rem 0}.author-profile__header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-direction:column;text-align:center}@media(min-width:768px){.author-profile__header{flex-direction:row;text-align:left}}.author-profile__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}@media(min-width:768px){.author-profile__avatar{width:150px;height:150px}}.author-profile__info{flex:1}.author-profile__name{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:.5rem}@media(min-width:768px){.author-profile__name{font-size:2.25rem}}.author-profile__role{font-size:1.125rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:1.5rem}.author-profile__social{display:flex;gap:1rem;justify-content:center}@media(min-width:768px){.author-profile__social{justify-content:flex-start}}.author-profile__bio{font-size:1.125rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:2.5rem;text-align:center}@media(min-width:768px){.author-profile__bio{text-align:left}}.author-profile__content{max-width:800px}.author-profile__content>*+*{margin-top:1.5rem}.social-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:6px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;background-color:transparent;color:#333;border:1px solid #e1e5e9;padding:.5rem 1rem;font-size:.875rem;text-decoration:none}.social-link:focus{outline:none;box-shadow:0 0 0 3px rgba(0,102,204,.1)}.social-link:hover{border-color:#333}.social-link:hover{color:#06c;border-color:#06c}.authors__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.authors__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.authors__grid{grid-template-columns:repeat(3,1fr)}}.author-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;transition:all .25s ease-in-out;text-decoration:none;color:inherit}.author-card:hover{border-color:#e1e5e9;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.author-card__link{display:block;text-decoration:none;color:inherit}.author-card__link:hover{text-decoration:none;color:inherit}.author-card__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.author-card__name{font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:.25rem;font-size:1.25rem}@media(min-width:768px){.author-card__name{font-size:1.5rem}}.author-card__role{font-size:1rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:1rem}.author-card__bio{font-size:.875rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.author-card__posts{font-size:.875rem;font-weight:400;line-height:1.5;color:#999;margin:0;font-weight:500}.author-posts{padding:4rem 0;background:#f8f9fa}.author-posts__title{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:2.5rem;text-align:center}@media(min-width:768px){.author-posts__title{font-size:2.25rem}}.page-header{background:#f8f9fa;padding:4rem 0 3rem;text-align:center}.page-header h1{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:1rem}@media(min-width:768px){.page-header h1{font-size:2.25rem}}.page-header__description{font-size:1.125rem;font-weight:400;line-height:1.5;color:#666;margin:0;max-width:600px;margin-left:auto;margin-right:auto}.related-posts{padding:4rem 0;background:#f8f9fa}.related-posts h2{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:2.5rem;text-align:center}@media(min-width:768px){.related-posts h2{font-size:2.25rem}}.hero{background:#f8f9fa;padding:4rem 0 5rem}.hero__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center;max-width:800px}.hero__title{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem;color:#333}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1.125rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:2.5rem}.hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:6px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;background-color:#000;color:#fff;padding:1rem 2rem;font-size:1rem}.hero__cta:focus{outline:none;box-shadow:0 0 0 3px rgba(0,102,204,.1)}.hero__cta:hover{background-color:#1a1a1a}.posts__section{padding:5rem 0}.posts__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.posts__header{text-align:center;margin-bottom:4rem}.posts__title{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:1rem}@media(min-width:768px){.posts__title{font-size:2.25rem}}.posts__subtitle{font-size:1.125rem;font-weight:400;line-height:1.5;color:#666;margin:0}.posts__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.posts__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.posts__grid{grid-template-columns:repeat(3,1fr)}}.post-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;transition:all .25s ease-in-out;height:100%;display:flex;flex-direction:column;text-decoration:none;color:inherit}.post-card:hover{border-color:#e1e5e9;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.post-card:hover{text-decoration:none;color:inherit}.post-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#999}.post-card__read-time::before{content:'•';margin-right:.5rem}.post-card__title{font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:1rem;color:#333;line-height:1.25}@media(min-width:768px){.post-card__title{font-size:1.5rem}}.post-card__excerpt{font-size:1rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:1.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.post-card__tag{display:inline-block;padding:.25rem .5rem;background:#f8f9fa;color:#666;font-size:.75rem;font-weight:500;border-radius:4px;text-decoration:none;transition:all .15s ease-in-out}.post-card__tag:hover{background:#06c;color:#fff;text-decoration:none}.article__header{max-width:1200px;margin:0 auto;padding:0 1.5rem;max-width:800px;padding-top:4rem;padding-bottom:3rem;text-align:center}.article__title{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}@media(min-width:768px){.article__title{font-size:3rem}}.article__meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1rem;font-weight:400;line-height:1.5;color:#666;margin-bottom:1.5rem}.article__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;max-width:800px;padding-bottom:5rem}.article__content>*+*{margin-top:1.5rem}.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6{margin-top:3rem;margin-bottom:1.5rem}.article__content .highlight{margin:2rem 0}.article__content .highlight pre{margin:0}.author__bio{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin:2.5rem 0}.author__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author__name{font-weight:600;color:#333;margin:0 0 .25rem}.author__title{font-size:.875rem;font-weight:400;line-height:1.5;color:#666;margin:0}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;background:#f8f9fa;z-index:101}.reading-progress__bar{height:100%;background:#06c;width:0%;transition:width .1s ease-out}.search__result{padding:1.5rem;border-bottom:1px solid #f0f0f0}.search__result:last-child{border-bottom:none}.search__result:hover{background:#f8f9fa}.search__result-title{margin:0 0 .5rem}.search__result-title a{color:#333;text-decoration:none;font-weight:600}.search__result-title a:hover{color:#06c}.search__result-excerpt{font-size:.875rem;font-weight:400;line-height:1.5;color:#666;margin:0 0 .5rem;line-height:1.4}.search__result-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.search__result-date{font-size:.875rem;font-weight:400;line-height:1.5;color:#999;font-size:.75rem}.search__result-tag{font-size:.875rem;font-weight:400;line-height:1.5;background:#f8f9fa;color:#666;padding:2px .25rem;border-radius:4px;font-size:.75rem}.search__no-results{padding:2rem;text-align:center;color:#999}mark{background:rgba(0,102,204,.2);color:#333;padding:0 2px;border-radius:2px}@media(max-width:767px){.header__content{flex-direction:column;gap:1rem;align-items:flex-start}.nav__menu{display:none}.posts__grid{grid-template-columns:1fr}.hero{padding:3rem 0 4rem}.hero__title{font-size:1.875rem}.article__header{padding-top:3rem;padding-bottom:2.5rem}}@media(prefers-contrast:high){.post-card{border:2px solid #e1e5e9}.nav__link--active::after{height:3px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}