.hirenest-post-layout{display:grid;grid-template-columns:260px 1fr;max-width:100%;margin:0;min-height:100vh;padding:108px 70px 10px;gap:10px}.hirenest-content-section{display:flex;justify-content:center;gap:30px;position:relative;background-color:#fff;border-radius:16px;border:1px solid rgba(229,231,235,.7)}.hirenest-sidebar-left{position:relative;padding:0}[data-theme=dark] .hirenest-sidebar-left{border-color:rgba(255,255,255,.06);background:#0d0d0d}[data-theme=light] .hirenest-sidebar-left{border-color:rgba(0,0,0,.08);background:#f9fafb}[data-theme=tan] .hirenest-sidebar-left{border-color:rgba(0,0,0,.06)}[data-theme=cloud] .hirenest-sidebar-left{border-color:rgba(0,0,0,.08);background:#f9fafb}.hirenest-sidebar-left .hirenest-sidebar-sticky{position:sticky;top:80px;height:calc(100vh - 120px);overflow-y:auto;padding:0 20px 2px}.hirenest-main-content{flex:1;padding:32px 14px 120px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;position:relative;max-width:1000px;height:calc(100vh - 120px)}.hirenest-main-content::-webkit-scrollbar{width:8px}.hirenest-main-content::-webkit-scrollbar-track{background:#ffffff}.hirenest-main-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18);border-radius:999px}[data-theme=dark] .hirenest-main-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22)}.hirenest-main-content::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.28)}[data-theme=dark] .hirenest-main-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.hirenest-main-content{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.18) #ffffff}[data-theme=dark] .hirenest-main-content{scrollbar-color:rgba(255,255,255,.22) #111111}@media (max-width:1024px){.hirenest-main-content{padding:32px 32px 120px}}.hirenest-top-bar{display:flex;justify-content:flex-end;align-items:center;padding:32px 0 24px;margin-bottom:16px}.hirenest-top-bar-actions{display:flex;gap:12px;align-items:center}.hirenest-article{width:100%;max-width:100%;overflow-x:hidden}.hirenest-header-image{margin-bottom:32px;border-radius:12px;overflow:hidden}.hirenest-header-image-img{width:100%;height:auto;display:block}.hirenest-header{margin-bottom:48px;padding-bottom:0}.hirenest-title-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}.hirenest-title{font-size:28px;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0;letter-spacing:-.02em;flex:1}.hirenest-header-actions{flex-shrink:0}.hirenest-meta{margin-bottom:20px;font-size:14px;color:var(--text-secondary);font-weight:400}.hirenest-author,.hirenest-meta{display:flex;align-items:center;gap:8px}.hirenest-author-image{width:24px;height:24px;border-radius:50%;object-fit:cover}.hirenest-author-name{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.hirenest-author-name:hover{color:var(--link-hover)}.hirenest-meta-separator{opacity:.5}.hirenest-date,.hirenest-read-time{font-weight:400;font-size:18px;color:var(--text-primary)!important}[data-theme=dark] .hirenest-date,[data-theme=dark] .hirenest-read-time{color:#a0a0a0}[data-theme=light] .hirenest-date,[data-theme=light] .hirenest-read-time{color:#6b7280}[data-theme=tan] .hirenest-date,[data-theme=tan] .hirenest-read-time{color:#78716c}[data-theme=cloud] .hirenest-date,[data-theme=cloud] .hirenest-read-time{color:#6b7280}.hirenest-description{font-size:18px;line-height:1.6;color:var(--text-primary)!important;margin:0 0 56px;font-weight:400}.hirenest-content{margin-bottom:64px;font-size:16px;line-height:1.75;color:var(--text-primary)}.hirenest-content,.hirenest-content .blog-post-content{max-width:100%;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}.hirenest-tags{display:flex;flex-wrap:wrap;gap:8px;padding:24px 0;border-top:1px solid var(--border-color);margin-bottom:32px}.hirenest-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:all .2s}.hirenest-tag:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-muted)}.hirenest-related{padding:32px 0;border-top:1px solid var(--border-color);margin-bottom:32px}.hirenest-related-title{font-size:20px;font-weight:600;color:var(--text-primary);margin:0 0 20px}.hirenest-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.hirenest-related-card{padding:20px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;text-decoration:none;transition:all .2s}.hirenest-related-card:hover{background:var(--bg-hover);border-color:var(--text-muted);transform:translateY(-2px)}.hirenest-related-card-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 8px;line-height:1.4}.hirenest-related-card-description{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hirenest-sidebar-right{width:280px;flex-shrink:0;position:relative;padding:0}.hirenest-sidebar-right .hirenest-sidebar-sticky{position:sticky;top:80px;height:calc(100vh - 120px);overflow-y:auto;padding:32px 14px 32px 4px}@media (max-width:1400px){.hirenest-post-layout{grid-template-columns:240px 1fr}.hirenest-main-content{padding:32px 48px 100px}.hirenest-sidebar-right{width:260px}}@media (max-width:1200px){.hirenest-post-layout{grid-template-columns:220px 1fr}.hirenest-sidebar-right{display:none}}@media (max-width:1024px){.hirenest-post-layout{grid-template-columns:1fr;max-width:100%;padding:80px 0 40px;overflow-x:hidden}.hirenest-sidebar-left,.hirenest-sidebar-right{display:none}.hirenest-content-section{margin:0 16px;border-radius:14px;max-width:calc(100% - 32px);overflow-x:hidden}.hirenest-main-content{max-width:750px;margin:0 auto;padding:32px 24px 64px;height:auto;overflow-y:visible;overflow-x:hidden;scrollbar-gutter:auto}.hirenest-article,.hirenest-content{max-width:100%;overflow-x:hidden}.hirenest-title{font-size:36px}.hirenest-description{font-size:16px}}@media (max-width:768px){.hirenest-post-layout,body,html{overflow-x:hidden;max-width:100vw}.hirenest-post-layout{padding:60px 0 0}.hirenest-content-section{margin:0;border-radius:0;border:none;max-width:100vw;overflow-x:hidden}.hirenest-main-content{padding:20px 16px 60px}.hirenest-article,.hirenest-content,.hirenest-main-content{max-width:100%;overflow-x:hidden}.hirenest-content{margin-bottom:48px;word-break:break-word;overflow-wrap:break-word}.hirenest-content *{max-width:100%;box-sizing:border-box}.hirenest-top-bar{padding:16px 0 12px;margin-bottom:24px}.hirenest-header{margin-bottom:32px}.hirenest-title{font-size:26px;word-break:break-word}.hirenest-meta{font-size:14px}.hirenest-description{font-size:15px;margin-bottom:32px}.hirenest-related-grid{grid-template-columns:1fr}.hirenest-content .blog-h1,.hirenest-content h1{font-size:24px}.hirenest-content .blog-h2,.hirenest-content h2{font-size:20px}.hirenest-content .blog-h3,.hirenest-content h3{font-size:18px}.hirenest-content .blog-h4,.hirenest-content h4{font-size:16px}.hirenest-content .blog-li,.hirenest-content .blog-p,.hirenest-content li,.hirenest-content p{font-size:16px;line-height:1.7}.hirenest-content .blog-image,.hirenest-content img{max-width:100%;height:auto}.hirenest-content .code-block-wrapper{margin-left:-16px;margin-right:-16px;border-radius:0;max-width:calc(100% + 32px)}.hirenest-content pre{max-width:100%;overflow-x:auto}.hirenest-content code{word-break:break-word}.hirenest-content .blog-table-wrapper{margin-left:-16px;margin-right:-16px;max-width:calc(100% + 32px);overflow-x:auto}.hirenest-content table{min-width:100%}}@media (max-width:480px){.hirenest-post-layout{padding-top:5px}.hirenest-content-section{margin:0}.hirenest-main-content{padding:16px 12px 48px;margin:40px 0 0}.hirenest-title{font-size:22px;margin-bottom:12px;line-height:1.3}.hirenest-meta{flex-wrap:wrap;font-size:12px;margin-bottom:12px}.hirenest-description{font-size:14px;margin-bottom:20px}.hirenest-tags{gap:6px}.hirenest-tag{font-size:11px;padding:4px 8px}.hirenest-content{font-size:15px}.hirenest-content .blog-h1,.hirenest-content h1{font-size:22px}.hirenest-content .blog-h2,.hirenest-content h2{font-size:18px}.hirenest-content .blog-h3,.hirenest-content h3{font-size:16px}.hirenest-content .blog-li,.hirenest-content .blog-p,.hirenest-content li,.hirenest-content p{font-size:15px}.hirenest-content .blog-table-wrapper,.hirenest-content .code-block-wrapper{margin-left:-12px;margin-right:-12px;max-width:calc(100% + 24px)}}.post-navigation{width:100%}.post-navigation-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;margin-bottom:16px;padding:8px 12px;border-radius:6px;text-decoration:none;transition:all .15s ease}[data-theme=dark] .post-navigation-title{color:#fff;background:rgba(255,255,255,.05)}[data-theme=light] .post-navigation-title{color:#000;background:rgba(0,0,0,.04)}.post-navigation-title:hover{background:rgba(0,0,0,.06)}[data-theme=dark] .post-navigation-title:hover{background:rgba(255,255,255,.08)}.post-navigation-heading-button{display:flex;align-items:center;gap:6px;width:100%;background:none;border:none;padding:6px 12px;cursor:auto;text-align:left;border-radius:4px;transition:all .15s ease}.nav-chevron{transition:transform .2s ease;flex-shrink:0}[data-theme=dark] .nav-chevron{color:#888}[data-theme=light] .nav-chevron{color:#6b7280}.nav-chevron.expanded{transform:rotate(90deg)}.post-navigation-heading{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;flex:1}[data-theme=dark] .post-navigation-heading{color:#888}[data-theme=light] .post-navigation-heading{color:#6b7280}[data-theme=tan] .post-navigation-heading{color:#78716c}[data-theme=cloud] .post-navigation-heading{color:#6b7280}.post-navigation-list{list-style:none;padding:0;margin:0}.post-navigation-list li{margin:1px 0}.post-navigation-sublist{margin-top:4px;margin-bottom:8px}.post-navigation-link{display:block;padding:7px 12px;font-size:13px;font-weight:400;border-radius:6px;text-decoration:none;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-navigation-sublink{padding-left:28px;font-size:14px}.post-navigation-toc-list{list-style:none;padding:0;margin:4px 0 8px}.post-navigation-toc-item{margin:1px 0;list-style:none!important}.post-navigation-toc-item:after,.post-navigation-toc-item:before{display:none!important}.post-navigation-toc-wrapper{display:flex;align-items:center;gap:4px}.post-navigation-toc-expand{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;background:none;border:none;border-radius:3px;cursor:pointer;padding:0;transition:all .2s ease}[data-theme=dark] .post-navigation-toc-expand{color:#888}[data-theme=light] .post-navigation-toc-expand{color:#6b7280}.post-navigation-toc-expand:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .post-navigation-toc-expand:hover{background:rgba(255,255,255,.05);color:#fff}.post-navigation-toc-expand svg{width:12px;height:12px;transition:transform .2s ease}.post-navigation-toc-expand.expanded svg{transform:rotate(90deg)}.post-navigation-toc-spacer{width:16px;flex-shrink:0}.post-navigation-toc-link{display:block;flex:1;padding:5px 8px;font-size:13px;font-weight:400;border-radius:4px;text-decoration:none;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .post-navigation-toc-link{color:#a0a0a0}[data-theme=light] .post-navigation-toc-link{color:#4b5563}.post-navigation-toc-link:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .post-navigation-toc-link:hover{background:rgba(255,255,255,.05);color:#fff}.post-navigation-toc-link.active{font-weight:500;background:rgba(0,0,0,.06)}[data-theme=dark] .post-navigation-toc-link.active{background:rgba(255,255,255,.08);color:#fff}[data-theme=light] .post-navigation-toc-link.active{background:rgba(0,0,0,.06);color:#000}.post-navigation-toc-sublist{list-style:none;padding:0;margin:0 0 0 20px}.post-navigation-toc-sublist .post-navigation-toc-item{margin:1px 0}.post-navigation-title-button{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;margin-bottom:10px;padding:8px 12px;border-radius:6px;border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:all .15s ease;cursor:not-allowed;pointer-events:none}[data-theme=dark] .post-navigation-title-button{color:#fff;background:rgba(255,255,255,.05)}[data-theme=light] .post-navigation-title-button{color:#000;background:rgba(0,0,0,.04)}.post-navigation-title-button:hover{background:rgba(0,0,0,.06)}[data-theme=dark] .post-navigation-title-button:hover{background:rgba(255,255,255,.08)}[data-theme=dark] .post-navigation-link{color:#a0a0a0}[data-theme=light] .post-navigation-link{color:#4b5563}[data-theme=tan] .post-navigation-link{color:#57534e}[data-theme=cloud] .post-navigation-link{color:#4b5563}.post-navigation-link:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .post-navigation-link:hover{background:rgba(255,255,255,.05);color:#fff}[data-theme=light] .post-navigation-link:hover{background:rgba(0,0,0,.04);color:#000}.post-navigation-link.active{font-weight:500;background:rgba(2,62,138,.1);color:#4241ff}[data-theme=dark] .post-navigation-link.active{background:rgba(2,62,138,.15);color:#4a9eff}[data-theme=light] .post-navigation-link.active{background:rgba(2,62,138,.1);color:#4241ff}.hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar,.hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar{width:8px}.hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar-track,.hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar-track{background:#ffffff}.hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar-thumb,.hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18);border-radius:999px}[data-theme=dark] .hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar-thumb,[data-theme=dark] .hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22)}.hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar-thumb:hover,.hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.28)}[data-theme=dark] .hirenest-sidebar-left .hirenest-sidebar-sticky::-webkit-scrollbar-thumb:hover,[data-theme=dark] .hirenest-sidebar-right .hirenest-sidebar-sticky::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.hirenest-sidebar-left .hirenest-sidebar-sticky,.hirenest-sidebar-right .hirenest-sidebar-sticky{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.18) #ffffff}[data-theme=dark] .hirenest-sidebar-left .hirenest-sidebar-sticky,[data-theme=dark] .hirenest-sidebar-right .hirenest-sidebar-sticky{scrollbar-color:rgba(255,255,255,.22) #111111}.hirenest-sidebar-right .page-sidebar{padding:0}.hirenest-sidebar-right .page-sidebar-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding-bottom:20px;color:var(--text-primary)!important}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-title{color:#888}[data-theme=light] .hirenest-sidebar-right .page-sidebar-title{color:#6b7280}[data-theme=tan] .hirenest-sidebar-right .page-sidebar-title{color:#78716c}[data-theme=cloud] .hirenest-sidebar-right .page-sidebar-title{color:#6b7280}.hirenest-sidebar-right .page-sidebar-link{font-size:13px;padding:6px 12px;border-radius:6px;font-weight:400;transition:all .15s ease}.hirenest-sidebar-right .page-sidebar-link:hover{background:rgba(0,0,0,.04);padding-left:12px}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-link:hover{background:rgba(255,255,255,.05)}.hirenest-sidebar-right .page-sidebar-link.active{font-weight:500;background:rgba(0,0,0,.06);padding-left:12px}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-link.active{background:rgba(255,255,255,.08);color:#fff}[data-theme=light] .hirenest-sidebar-right .page-sidebar-link.active{background:rgba(0,0,0,.06);color:#000}.hirenest-sidebar-right .page-sidebar-link:before{display:none}.hirenest-sidebar-right .page-sidebar-expand{width:18px;height:18px}.hirenest-sidebar-right .page-sidebar-expand svg{width:14px;height:14px}.hirenest-sidebar-right .page-sidebar-sublist{margin-left:16px}.hirenest-sidebar-right .page-sidebar-item{margin:2px 0}.hirenest-sidebar-right .page-sidebar-link.page-sidebar-item-level-2{font-size:14px;font-weight:500;color:var(--text-secondary)}.hirenest-sidebar-right .page-sidebar-link.page-sidebar-item-level-3{font-size:13px;font-weight:400;color:var(--text-muted);padding-left:20px}.hirenest-sidebar-right .page-sidebar-sublist{margin-left:0;margin-top:4px;margin-bottom:4px}.hirenest-sidebar-right .page-sidebar-sublist .page-sidebar-sublist{display:none!important}.hirenest-sidebar-right .page-sidebar-expand{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease;background:transparent;border:none;cursor:pointer;padding:0;color:var(--text-muted)}.hirenest-sidebar-right .page-sidebar-expand:hover{background:rgba(0,0,0,.05);color:var(--text-primary)}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-expand:hover{background:rgba(255,255,255,.08)}.hirenest-sidebar-right .page-sidebar-expand svg{width:12px;height:12px;transition:transform .15s ease}.hirenest-sidebar-right .page-sidebar-expand.expanded svg{transform:rotate(90deg)}.hirenest-sidebar-right .page-sidebar-link.active{font-weight:600;color:#4241ff;background:rgba(2,62,138,.1)}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-link.active{background:rgba(2,62,138,.15);color:#4a9eff}.hirenest-sidebar-right .page-sidebar-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#4241ff;border-radius:0 2px 2px 0}[data-theme=dark] .hirenest-sidebar-right .page-sidebar-link.active:before{background:#4a9eff}.hirenest-sidebar-right .page-sidebar-item-wrapper{display:flex;align-items:center;gap:6px;position:relative}.hirenest-sidebar-right .page-sidebar-spacer{width:16px;flex-shrink:0}.hirenest-content h1,.hirenest-content h2,.hirenest-content h3,.hirenest-content h4,.hirenest-content h5,.hirenest-content h6{scroll-margin-top:100px;font-weight:600;color:var(--text-primary);margin-top:2em;margin-bottom:.75em}.hirenest-content h1{font-size:28px;margin-bottom:20px!important}.hirenest-content h2{font-size:24px;margin-top:2em}.hirenest-content h3{font-size:22px;margin-top:1.75em}.hirenest-content h4{font-size:18px}.hirenest-content p{line-height:1.75;margin-bottom:.8em;font-size:18px;color:var(--text-primary)}.hirenest-content a{color:var(--link-color);text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,.2);transition:all .2s}[data-theme=dark] .hirenest-content a{border-color:rgba(255,255,255,.2)}.hirenest-content a:hover{color:var(--link-hover);border-color:currentColor}.hirenest-content ol,.hirenest-content ul{margin-bottom:1.75em;padding-left:1.75em}.hirenest-content li{margin-bottom:.5em;line-height:1.75;font-size:18px;color:var(--text-primary)!important}.hirenest-content strong{font-weight:600;color:var(--text-primary)}.hirenest-content blockquote{margin:2em 0;padding:1.25em 1.5em;border-left:3px solid;border-radius:6px;font-style:italic}[data-theme=dark] .hirenest-content blockquote{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.03)}[data-theme=light] .hirenest-content blockquote{border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.02)}.hirenest-content code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.88em;padding:.2em .4em;border-radius:4px}[data-theme=dark] .hirenest-content code{background:rgba(255,255,255,.1);color:#e5e5e5}[data-theme=light] .hirenest-content code{background:rgba(0,0,0,.06);color:#1a1a1a}.hirenest-content pre{border-radius:8px;overflow-x:auto;line-height:1.6}[data-theme=dark] .hirenest-content pre{background:#0a0a0a;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .hirenest-content pre{background:#f8f9fa;border:1px solid rgba(0,0,0,.08)}.hirenest-content pre code{padding:0;background:none;border-radius:0;font-size:14px}.hirenest-content img{max-width:100%;height:auto;border-radius:8px;margin:2em 0}.hirenest-content table{width:100%;margin:1.5em 0;border-collapse:collapse;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background-color:#f7f7f7}.hirenest-content td,.hirenest-content th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color)}.hirenest-content th{font-weight:600;color:var(--text-primary)}.hirenest-content tr:last-child td{border-bottom:none}.hirenest-content .blog-h1,.hirenest-content .blog-h2,.hirenest-content .blog-h3,.hirenest-content .blog-h4,.hirenest-content .blog-h5,.hirenest-content .blog-h6{scroll-margin-top:100px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3}.hirenest-content .blog-h1{font-size:28px;margin:0 0 20px}.hirenest-content .blog-h2{font-size:24px;margin:2em 0 .75em}.hirenest-content .blog-h3{font-size:20px;margin:1.75em 0 .75em}.hirenest-content .blog-h4{font-size:18px;margin:1.5em 0 .5em}.hirenest-content .blog-h5{font-size:16px;margin:1.25em 0 .5em}.hirenest-content .blog-h6{font-size:14px;margin:1em 0 .5em}.hirenest-content .blog-link{color:var(--link-color);text-decoration:none;border-bottom:1px solid;border-color:rgba(0,0,0,.2);transition:all .2s}[data-theme=dark] .hirenest-content .blog-link{border-color:rgba(255,255,255,.2)}.hirenest-content .blog-link:hover{color:var(--link-hover);border-color:currentColor}.hirenest-content .blog-blockquote{margin:2em 0;padding:1.25em 1.5em;border-left:3px solid;border-radius:6px;font-style:italic}[data-theme=dark] .hirenest-content .blog-blockquote{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.03)}[data-theme=light] .hirenest-content .blog-blockquote{border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.02)}[data-theme=tan] .hirenest-content .blog-blockquote{border-color:var(--accent);background:rgba(139,115,85,.05)}.hirenest-content .blog-ol,.hirenest-content .blog-ul{margin:.75em 0 1.75em;padding-left:1.75em}.hirenest-content .blog-ul{list-style-type:disc}.hirenest-content .blog-ol{list-style-type:decimal}.hirenest-content .blog-li{margin-bottom:.5em;line-height:1.75;font-size:18px;color:var(--text-primary);display:list-item}.hirenest-content .blog-hr{margin:3em 0;border:none;border-top:1px solid var(--border-color)}.hirenest-content .blog-table-wrapper{overflow-x:auto;margin:1.5em 0;border-radius:8px}.hirenest-content .blog-table{width:100%;border-collapse:collapse;min-width:400px}.hirenest-content .blog-td,.hirenest-content .blog-th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color)}.hirenest-content .blog-th{font-weight:600;color:var(--text-primary)}.hirenest-content .blog-td{color:var(--text-primary)}.hirenest-content .blog-tr:last-child .blog-td{border-bottom:none}[data-theme=dark] .hirenest-content .blog-tr:nth-child(2n) .blog-td{background:rgba(255,255,255,.02)}[data-theme=light] .hirenest-content .blog-tr:nth-child(2n) .blog-td{background:rgba(0,0,0,.015)}.hirenest-content .blog-image-wrapper{display:block;margin:2em 0}.hirenest-content .blog-image{max-width:100%;height:auto;border-radius:8px;aspect-ratio:16/9;object-fit:cover}.hirenest-content .blog-image-caption{display:block;margin-top:.75em;font-size:14px;color:var(--text-secondary);text-align:center}.hirenest-content .blog-h1-wrapper{margin-bottom:24px}.hirenest-content .code-block-wrapper{position:relative;margin:0 0 24px;max-width:100%;overflow:hidden;background-color:#1e1e1e;border-radius:8px}.hirenest-content .code-block-wrapper pre{max-width:100%;overflow-x:auto}.hirenest-content .code-block-wrapper code{max-width:100%}.hirenest-content .inline-code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.88em;padding:.2em .4em;border-radius:4px;word-break:break-word}[data-theme=dark] .hirenest-content .inline-code{background:rgba(255,255,255,.1);color:#e5e5e5}[data-theme=light] .hirenest-content .inline-code{background:rgba(0,0,0,.06);color:#1a1a1a}[data-theme=tan] .hirenest-content .inline-code{background:rgba(139,115,85,.1);color:#1a1a1a}.hirenest-content *{box-sizing:border-box}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}