.posts_container__XnRsa{max-width:1450px;margin:0 auto;padding:4rem 2rem}.posts_allPostsSection__hNkDM,.posts_featuredSection__kfPay{margin-bottom:6rem;box-sizing:border-box!important;overflow:hidden}.posts_sectionTitle__DtLR9{margin-bottom:3rem;font-weight:500;text-align:center}.posts_filters__y2wEm{display:flex;justify-content:flex-start;justify-content:start;align-items:center;margin-top:1.5rem;margin-bottom:1.5rem;gap:2rem}.posts_filterDropdown___h5xX{position:relative;min-width:150px}.posts_dropdownToggle__BoepZ{width:100%;padding:.5rem 0;background-color:transparent;border:none;border-bottom:2px solid var(--border);font-size:1rem;color:var(--foreground);cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.posts_dropdownToggle__BoepZ:focus,.posts_dropdownToggle__BoepZ:hover{border-bottom-color:var(--foreground);outline:none}.posts_dropdownToggle__BoepZ:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.posts_dropdownToggle__BoepZ:focus:after,.posts_dropdownToggle__BoepZ:hover:after{width:100%}.posts_dropdownMenu__jH4Y8{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background-color:var(--background);border:1px solid var(--border);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:10;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.posts_dropdownMenu__jH4Y8.posts_open__jWRCZ{opacity:1;visibility:visible;transform:translateY(0)}.posts_dropdownMenu__jH4Y8::-webkit-scrollbar{width:.4rem!important}.posts_dropdownMenu__jH4Y8::-webkit-scrollbar-thumb{border-radius:4px;width:.1rem!important;background-color:#969696}.posts_dropdownMenu__jH4Y8::-webkit-scrollbar-track{width:0;border-radius:4px}.posts_dropdownMenu__jH4Y8{scrollbar-width:6px}.posts_categoryButton__vSrIY{width:100%;padding:.75rem 1rem;background-color:transparent;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;color:var(--foreground)}.posts_categoryButton__vSrIY:hover{background-color:var(--accent);color:#000!important;transition:all .3s ease}.posts_categoryButton__vSrIY.posts_active__Ylhue{background-color:var(--accent);color:var(--primary-foreground);color:#000!important}.posts_searchContainer__7TwBf{position:relative;display:flex;align-items:center;justify-content:flex-end;width:240px;width:100%}.posts_searchContainer__7TwBf:after{content:"";position:absolute;bottom:0;right:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.posts_searchContainer__7TwBf:focus-within:after{width:240px}.posts_searchInput__97Vk7{padding:.5rem 0;border:none;border-bottom:2px solid var(--border);font-size:1rem;width:240px;background:transparent;color:var(--foreground);transition:all .3s ease-in-out}.posts_searchInput__97Vk7:focus{outline:none;border-bottom-color:var(--foreground)}.posts_searchInput__97Vk7::placeholder{color:var(--muted-foreground)}.posts_searchInput__97Vk7:focus::placeholder{opacity:.5}.posts_featuredGrid__bNuHq,.posts_postsGrid__6cmMz{display:grid;grid-template-columns:repeat(auto-fill,minmax(auto,2fr));gap:2rem}.posts_twos__mGARA{grid-template-columns:repeat(auto-fill,minmax(2,2fr))!important}@media (max-width:768px){.posts_container__XnRsa{padding:2rem 1rem}.posts_sectionTitle__DtLR9{font-size:2rem}.posts_filters__y2wEm{flex-direction:column;align-items:stretch}.posts_filterDropdown___h5xX,.posts_searchContainer__7TwBf,.posts_searchContainer__7TwBf input{width:100%}.posts_featuredGrid__bNuHq,.posts_postsGrid__6cmMz{gap:2rem;grid-template-columns:repeat(auto-fill,minmax(auto,1fr))}}.posts_loadingState__PGIdz{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.posts_spinner__NvjhF{width:40px;height:40px;border-top:3px solid var(--accent);border:3px solid var(--accent);border-top-color:var(--primary);border-radius:50%;animation:posts_spin__YFvpC 1s linear infinite}@keyframes posts_spin__YFvpC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.posts_error__GukIA{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:var(--foreground)}.posts_error__GukIA h2{font-size:1.5rem;margin-bottom:1rem}.posts_postImage__CkGE5{width:100%;height:400px;object-fit:cover;border-radius:8px}.PostCard_card__p7X_K{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--background);border:1px solid var(--border);overflow:hidden;transition:all .3s ease;text-decoration:none;border-radius:var(--borderMedium);color:inherit;transition:all .4s ease-in-out}.PostCard_imageWrapper__ZOEZz{position:relative;height:100%;max-width:100%;width:100%;overflow:hidden;flex:1}.PostCard_image__qACUX{top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .4s ease-in-out}.PostCard_card__p7X_K:hover .PostCard_image__qACUX{transform:scale(1.015);transition:all .3s ease-in-out}.PostCard_placeholder__7LQbk{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--accent);transition:all .4s ease-in-out}.PostCard_content__GxNmF{padding:1.5rem;display:flex;flex-direction:column;gap:.8rem;justify-content:center;flex:1}.PostCard_categories__MMkWd{display:flex;gap:.5rem;flex-wrap:wrap}.PostCard_category__qk1YS{font-size:.65rem;padding:.25rem 1rem;background:var(--accent);font-weight:600;color:#000;border-radius:var(--borderBig);transition:all .4s ease-in-out}.PostCard_featured__AgNbP{background-color:var(--accentExposed)}.PostCard_title__WM5EG{font-size:1.25rem;font-weight:600;color:var(--foreground);line-height:1.4;transition:color .3s ease}.PostCard_excerpt__J7GPx,.PostCard_title__WM5EG{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.PostCard_excerpt__J7GPx,.PostCard_meta__b705J{font-size:.875rem;color:var(--muted-foreground)}.PostCard_meta__b705J{display:flex;align-items:center;justify-content:space-between;margin-top:1.3rem;margin-bottom:1rem}.PostCard_author__HDY_9{display:flex;align-items:center;gap:.5rem}.PostCard_authorImage__2FT3M{border-radius:50%}.PostCard_featured__AgNbP{border:1.5px solid var(--border)}.PostCard_readMore___2fcx{color:var(--foreground);border:1px solid var(--foreground);margin-bottom:0;padding:.5rem .1rem}.PostCard_readMore___2fcx:hover{background-color:var(--foreground);color:var(--background)}@media (max-width:768px){.PostCard_content__GxNmF{padding:1rem}.PostCard_title__WM5EG{font-size:1.125rem}}@media (max-width:458px){.PostCard_card__p7X_K{flex-direction:column}}.page_home__D7RxQ{padding:2rem 0;max-width:none!important;width:100vw!important}.page_home__D7RxQ>*{max-width:1450px;padding:0 2rem;margin:auto}@media screen and (max-width:768px){.page_home__D7RxQ>*{padding:0 .5rem}}.page_hero__7KFOs{padding:4rem 1rem;margin-bottom:4rem}.page_heroContent__dzLob{max-width:800px;margin:0 auto;text-align:center}.page_heroTitle__ixXIp{font-size:3rem;margin-bottom:1rem}.page_heroSubtitle__ZW2Yq{font-size:1.2rem;color:var(--foreground);opacity:.75;margin-bottom:2rem}.page_featuredPosts__hH_HO{margin-bottom:7rem;width:100%}.page_sectionTitle__6ic_4{font-size:2.6rem;margin-bottom:2rem;font-weight:400;text-align:center}.page_postGrid__liKJ2{display:grid;grid-template-columns:repeat(2,minmax(auto,1fr));gap:2rem;width:100%;margin:0 auto;box-sizing:border-box!important}.page_postCard__tpe56{background-color:var(--background);border:1px solid var(--border);border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .4s ease-in-out}.page_postCard__tpe56:hover{border:1px solid var(--primary);box-shadow:0 0 10px var(--primary)}.page_postTitle__c_WQy{font-size:1.25rem;margin-bottom:1rem}.page_postExcerpt__pra9L{color:var(--muted);margin-bottom:1rem}.page_readMore__rl8aU{color:var(--primary);text-decoration:none;font-weight:500}.page_readMore__rl8aU:hover{text-decoration:underline}@media (max-width:1008px){.page_featuredPosts__hH_HO{padding:2rem 1rem}.page_sectionTitle__6ic_4{font-size:2rem}.page_postGrid__liKJ2{gap:1rem;grid-template-columns:repeat(1,minmax(auto,1fr))}.page_hero__7KFOs{margin-bottom:0}}.page_infoSectionBg__fTLYy{margin-top:15vh;padding:0!important;max-width:none!important;background-color:var(--foreground);width:100%!important;background-size:cover}.page_infoSectionContent__x_i4l{max-width:800px;margin:0 auto;text-align:center;color:#fff;padding:3rem 1rem;min-height:45vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.page_sectionText__405ST{margin-bottom:2rem}.page_infoSectionBg__fTLYy .page_sectionTitle__6ic_4,.page_infoSection__EJZOk .page_sectionTitle__6ic_4{margin-bottom:.5rem;text-align:center}.page_infoSection__EJZOk{margin-top:15vh;padding:0!important;max-width:none!important;width:100%!important;background-size:cover}.page_brandLogo__TpAOg{width:100px!important;height:auto!important}.page_aboutMe__ZkIJ_,.page_aboutWork__3LRVG,.page_emailOptIn__h6Gbf,.page_tools__iQZxr{margin:4rem auto;padding:2rem;color:var(--foreground);background-color:var(--background);box-sizing:border-box!important;transition:all .4s ease-in-out!important}.page_sectionText__405ST{max-width:800px;margin:0 auto 2rem;text-align:center;color:var(--muted)}.page_ctaButton__lcwUc{display:block;width:fit-content;margin:0 auto}.page_toolsGrid__K9nYO{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.page_toolCard__8UDMv{background-color:var(--background);border:1px solid var(--border);border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.page_toolCard__8UDMv:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.page_toolButton__CDpjR{margin-top:1rem}.page_subscribeForm__beeql{display:flex;justify-content:center;max-width:500px;margin:0 auto}.page_emailInput__shovA{flex-grow:1;padding:.5rem 2rem;border:1px solid var(--border);border-radius:4px;font-size:1rem}.page_subscribeButton__vuqjo{white-space:nowrap}.page_aboutMeContent__Zdceo{gap:2rem}.page_aboutMeContent__Zdceo,.page_aboutMeText___Mjrj{display:flex;align-items:center;justify-content:center}.page_aboutMeText___Mjrj{flex:1;flex-direction:column;text-align:center;max-width:800px;gap:.5rem}.page_aboutMeText___Mjrj .page_sectionTitle__6ic_4{margin-bottom:0}.page_aboutMeImage__JWcK0{flex:1;text-align:center}.page_profileImage__bCQa9{border-radius:50%;object-fit:cover}.page_emailOptIn__h6Gbf{background-size:cover}.page_aboutWork__3LRVG,.page_emailOptIn__h6Gbf{padding:7rem 1rem;max-width:none;width:100%;position:relative}.page_aboutWork__3LRVG{background-color:#000;background:url(/images/website-design-presentation.png) no-repeat;background-size:cover;color:#fff}.page_aboutWork__3LRVG>*{position:relative;z-index:10!important}.page_aboutWork__3LRVG:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.87);z-index:0}.page_darkSection__hxKLs .page_sectionText__405ST{color:hsla(0,0%,100%,.521)}@media (max-width:768px){.page_aboutMeContent__Zdceo{flex-direction:column-reverse}.page_aboutMeImage__JWcK0{margin-bottom:2rem}}.tools_toolPagePro__n_Q2i,.tools_toolPage__E_LRP{margin:0 auto;padding:0 2rem;cursor:auto}.tools_toolPagePro__n_Q2i{max-width:none!important;width:100%}.tools_toolHeader__sB_CG{width:100%;display:flex;align-items:center;justify-content:center}.tools_title__udlp7{font-size:2.625rem;margin-top:3.5rem;line-height:1.3;text-align:center;margin-bottom:1rem}.tools_description__pxoMD{font-size:1.025rem;line-height:1.7;text-align:center;color:var(--foreground);opacity:.9;max-width:900px;margin:auto}.tools_content__sJaxq{margin-bottom:2rem}.tools_calculatorContainer__jdg2X{width:100%;margin-top:3rem}@media (max-width:480px){.tools_title__udlp7{font-size:2rem}.tools_description__pxoMD{font-size:1rem}}.tools_tools__Pi6l1{margin-top:3rem}.tools_toolsList__sVz6F{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:2rem}.tools_toolLink__7H5A_{display:block;padding:1rem;border:1px solid var(--border);text-align:center;text-decoration:none;color:var(--foreground);transition:all .3s ease;font-weight:500;display:flex;align-items:center;justify-content:center}.tools_toolLink__7H5A_:hover{background-color:var(--accent);color:var(--foreground);transform:scale(1.03)}@media (max-width:600px){.tools_toolsList__sVz6F{grid-template-columns:1fr}.tools_toolPage__E_LRP{padding:0 1rem}}.tools_content__sJaxq{padding:0 2rem 2rem;font-size:1.125rem;line-height:1.7;max-width:752px;margin:auto}.tools_content__sJaxq h1,.tools_content__sJaxq h2,.tools_content__sJaxq h3,.tools_content__sJaxq h4{margin-top:2rem;margin-bottom:1rem}.tools_content__sJaxq h2{font-size:2.6rem;font-weight:600;margin-top:4rem;line-height:1.4;text-align:center}.tools_content__sJaxq h3{font-size:1.75rem;font-weight:500;margin-top:3rem}.tools_content__sJaxq h4{font-size:1.275rem;font-weight:600;margin-top:2rem}.tools_content__sJaxq p{margin-bottom:1rem;font-weight:400;font-size:1.125rem}.tools_content__sJaxq a{color:var(--primaryExposed);text-decoration:underline;transition:color .4s ease-in-out}.tools_content__sJaxq h2 a,.tools_content__sJaxq h3 a,.tools_content__sJaxq h4 a{color:var(--foreground)!important}.tools_content__sJaxq ol,.tools_content__sJaxq ul{margin:1rem 0;padding-left:2rem;font-weight:400}.tools_content__sJaxq ul li::marker{color:var(--foreground);font-size:1rem}.tools_content__sJaxq ul{list-style-type:disc}.tools_content__sJaxq ol{list-style-type:decimal}.tools_content__sJaxq li{margin-bottom:.5rem}.tools_content__sJaxq blockquote{border-left:4px solid var(--foreground);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--foreground);font-weight:500}.tools_content__sJaxq strong{font-weight:700}.tools_content__sJaxq table{width:100%;margin:1.5rem 0;border-collapse:collapse}.tools_content__sJaxq td,.tools_content__sJaxq th{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.tools_content__sJaxq th{background:#f8fafc;font-weight:600}.tools_content__sJaxq em{font-style:normal;font-weight:400;line-height:1.4;font-size:1.35rem}.tools_date__iazew{font-size:.8rem!important;font-weight:300;opacity:.7}.tools_videoWrapper__j0jpm{position:relative;padding-bottom:56.25%;height:0;margin:2rem 0}.tools_videoWrapper__j0jpm iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tools_codeWrapper__1SnuC{background:var(--accent);color:#000!important;overflow:hidden;border:1px solid var(--border)}.tools_codeWrapper__1SnuC,.tools_content__sJaxq code{margin:1.5rem 0;transition:all .4s ease-in-out}.tools_codeBlock__tJZgp code{border:none}.tools_codeWrapper__1SnuC pre{padding:.5rem 1.5rem;overflow-x:auto}.tools_codeWrapper__1SnuC code{font-family:Menlo,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.6;color:var(--foreground)}.tools_content__sJaxq :not(pre)>code{background:var(--accent);color:#000!important;padding:.2em .4em;font-size:.875em;font-family:Menlo,Monaco,Courier New,monospace}.tools_codeBlock__tJZgp{margin:2rem 0;background:#0d1117;border:1px solid #30363d;border-radius:6px;overflow:hidden;font-size:14px;line-height:1.5;color:#e6edf3}.tools_codeHeader__73Mks{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#161b22;border-bottom:1px solid #30363d}.tools_codeLanguage__H1SiM{font-size:12px;color:#7d8590;text-transform:lowercase}.tools_codeLanguage__H1SiM,.tools_codePre__05EWx{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.tools_codePre__05EWx{margin:0;padding:16px;overflow-x:auto;background:#0d1117}.tools_inlineCode__7gHHM{padding:.2em .4em;border-radius:6px;font-size:85%;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;color:inherit}.tools_codePre__05EWx code{color:#e6edf3}.tools_codePre__05EWx code .tools_keyword__hPGew{color:#ff7b72}.tools_codePre__05EWx code .tools_string__USJmu{color:#a5d6ff}.tools_codePre__05EWx code .tools_comment__RYMrQ{color:#8b949e}.tools_codePre__05EWx code .tools_function__DCARc{color:#d2a8ff}.tools_codePre__05EWx code .tools_number__g_9VB{color:#79c0ff}.tools_codePre__05EWx code .tools_operator__vDE0Z{color:#ff7b72}.tools_codePre__05EWx code .tools_class-name__CYAQa{color:#ffa657}.tools_codePre__05EWx::-webkit-scrollbar{height:8px}.tools_codePre__05EWx::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}.tools_codePre__05EWx::-webkit-scrollbar-track{background:#161b22}.tools_content__sJaxq pre{background-color:#1e1e2e;border-radius:8px;padding:16px;margin:16px 0;overflow-x:auto;border:1px solid #2a2a3a;box-shadow:0 4px 6px rgba(0,0,0,.1)}.tools_content__sJaxq code{font-family:Fira Code,Cascadia Code,Source Code Pro,Consolas,monospace;font-size:14px;line-height:1.5;color:#e4e4e4}