*,*::before,*::after{box-sizing:border-box}:root{--hb-blue:#0057ff;--hb-blue-dark:#0038c7;--hb-blue-light:#eaf1ff;--hb-black:#0a0e17;--hb-grey:#6b7280;--hb-border:#ececf2;--hb-white:#ffffff;--hb-radius:10px;--hb-shadow:0 4px 18px rgba(10, 14, 23, 0.08);--hb-shadow-hover:0 10px 30px rgba(0, 87, 255, 0.16);--hb-max:960px}html{-webkit-text-size-adjust:100%}body{margin:0;background:#f4f6fb;color:#1a1d24;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--hb-blue);text-decoration:none}a:hover{color:var(--hb-blue-dark)}ul{margin:0;padding:0}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.hb-container{max-width:var(--hb-max);margin:0 auto;padding:0 20px}.hb-header{background:var(--hb-black);position:relative;z-index:50;box-shadow:0 2px 0 var(--hb-blue)}.hb-header-inner{max-width:var(--hb-max);margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.hb-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none!important}.hb-logo img{max-height:44px;width:auto}.hb-logo-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--hb-blue),var(--hb-blue-dark));box-shadow:0 4px 14px rgb(0 87 255 / .45);flex-shrink:0}.hb-logo-icon svg{width:22px;height:22px;fill:#fff}.hb-logo-text{font-size:clamp(1.05rem, 0.9rem + 1.3vw, 1.5rem);font-weight:800;letter-spacing:-.5px;white-space:nowrap}.hb-logo-text .hb-accent{color:var(--hb-blue)}.hb-logo-text .hb-primary{color:#fff}.hb-nav-desktop{display:none}.hb-nav-desktop ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none}.hb-nav-desktop li{position:relative}.hb-nav-desktop a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--hb-blue-dark);font-weight:700;font-size:.92rem;padding:10px 18px;border-radius:50px;box-shadow:0 2px 6px rgb(0 0 0 / .12);transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.hb-nav-desktop a:hover,.hb-nav-desktop .current-menu-item>a{background:var(--hb-blue);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgb(0 87 255 / .35)}.hb-nav-desktop a:hover svg,.hb-nav-desktop .current-menu-item>a svg{fill:#fff}.hb-menu-icon{display:inline-flex;line-height:0}.hb-menu-icon svg{width:15px;height:15px;fill:var(--hb-blue-dark);transition:fill 0.2s ease}.hb-nav-desktop ul ul{display:none;position:absolute;top:110%;left:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:var(--hb-shadow-hover);padding:8px;flex-direction:column;z-index:60}.hb-nav-desktop li:hover>ul{display:flex}.hb-nav-desktop ul ul a{background:#fff0;color:var(--hb-black);border-radius:8px;width:100%;padding:10px 14px}.hb-nav-desktop ul ul a:hover{background:var(--hb-blue-light);color:var(--hb-blue-dark)}.hb-menu-toggle{background:#fff0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0}.hb-menu-toggle svg{width:26px;height:26px;fill:#fff}.hb-nav-mobile{position:fixed;inset:0;background:var(--hb-black);z-index:100;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 0.3s ease;overflow-y:auto}.hb-nav-mobile.is-open{transform:translateX(0)}.hb-nav-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.hb-nav-mobile-close{background:#fff0;border:none;color:#fff;font-size:1.6rem;cursor:pointer;width:44px;height:44px}.hb-nav-mobile ul{list-style:none;padding:10px 20px 40px;display:flex;flex-direction:column;align-items:center;gap:14px}.hb-nav-mobile ul ul{padding:10px 0 0;gap:8px}.hb-nav-mobile a{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:var(--hb-blue-dark);font-weight:700;font-size:1.05rem;padding:16px 24px;border-radius:50px;width:100%;max-width:320px;text-align:center}.hb-nav-mobile a:hover{background:var(--hb-blue);color:#fff}body.hb-nav-open{overflow:hidden}.hb-search-wrap{background:#fff;padding:26px 20px 10px}.hb-search-form{max-width:760px;margin:0 auto;position:relative}.hb-search-form input[type="search"]{width:100%;border:1px solid var(--hb-border);background:#f4f6fb;border-radius:50px;padding:16px 60px 16px 24px;font-size:.95rem;font-family:inherit;box-shadow:0 2px 10px rgb(10 14 23 / .04);transition:border-color 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.hb-search-form input[type="search"]:focus{outline:none;border-color:var(--hb-blue);background:#fff;box-shadow:0 0 0 4px var(--hb-blue-light)}.hb-search-form button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:50%;background:var(--hb-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgb(0 87 255 / .35);transition:background 0.2s ease,transform 0.2s ease}.hb-search-form button:hover{background:var(--hb-blue-dark);transform:translateY(-50%) scale(1.05)}.hb-search-form button svg{width:18px;height:18px;fill:#fff}.hb-breadcrumbs{max-width:var(--hb-max);margin:18px auto 0;padding:0 20px;font-size:.82rem;color:var(--hb-grey);display:flex;flex-wrap:wrap;align-items:center;gap:6px}.hb-breadcrumbs a{color:var(--hb-grey);font-weight:600}.hb-breadcrumbs a:hover{color:var(--hb-blue)}.hb-breadcrumbs span[aria-current]{color:var(--hb-black);font-weight:600}.hb-crumb-sep{color:#c7cbd4}.hb-section-heading{max-width:var(--hb-max);margin:34px auto 16px;padding:16px 22px;border-radius:12px;background:var(--hb-black);box-shadow:0 4px 16px rgb(10 14 23 / .18);display:flex;align-items:center;justify-content:space-between;gap:16px}.hb-section-heading h1,.hb-section-heading h2{font-size:clamp(1rem, 0.9rem + 0.6vw, 1.2rem);line-height:1.35;font-weight:800;margin:0;padding-left:14px;border-left:4px solid var(--hb-blue);letter-spacing:.4px;text-transform:uppercase;color:#fff}.hb-section-heading a{font-weight:700;font-size:.82rem;white-space:nowrap;background:rgb(255 255 255 / .12);color:#fff;padding:8px 16px;border-radius:50px;transition:background 0.2s ease,color 0.2s ease}.hb-section-heading a:hover{background:var(--hb-blue);color:#fff}.hb-post-list{max-width:var(--hb-max);margin:10px auto 46px;padding:6px 18px;background:#fff;border-radius:14px;box-shadow:var(--hb-shadow);overflow:hidden;border:1px solid #f0f1f5}.hb-post-row{display:flex;align-items:center;gap:18px;padding:16px 4px;border-bottom:1px solid var(--hb-border);transition:background 0.2s ease}.hb-post-list .hb-post-row:last-child{border-bottom:none}.hb-post-row:hover{background:var(--hb-blue-light)}.hb-post-thumb{flex:0 0 84px;width:84px;height:84px;border-radius:10px;overflow:hidden;background:var(--hb-blue-light);position:relative;box-shadow:0 2px 8px rgb(10 14 23 / .08)}.hb-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.hb-post-row:hover .hb-post-thumb img{transform:scale(1.08)}.hb-post-thumb .hb-post-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hb-post-thumb .hb-post-thumb-fallback svg{width:30px;height:30px;fill:var(--hb-blue)}.hb-post-body{flex:1;min-width:0}.hb-post-cat{display:inline-block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--hb-blue-dark);background:var(--hb-blue-light);padding:4px 11px;border-radius:50px;margin-bottom:7px}.hb-post-title{font-size:clamp(0.94rem, 0.88rem + 0.3vw, 1.04rem);font-weight:700;line-height:1.4;margin:0;color:var(--hb-black);letter-spacing:-.1px}.hb-post-title a{color:inherit}.hb-post-title a:hover{color:var(--hb-blue)}.hb-pagination{max-width:var(--hb-max);margin:0 auto 50px;padding:0 20px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.hb-pagination a,.hb-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;background:#fff;color:var(--hb-black);font-weight:600;font-size:.9rem;box-shadow:var(--hb-shadow)}.hb-pagination .current,.hb-pagination a:hover{background:var(--hb-blue);color:#fff}.hb-single{max-width:var(--hb-max);margin:30px auto 50px;padding:0 20px}.hb-single-inner{background:#fff;border-radius:14px;box-shadow:var(--hb-shadow);border:1px solid #f0f1f5;padding:32px}.hb-single-cover{border-radius:var(--hb-radius);overflow:hidden;margin-bottom:22px}.hb-single-title{font-size:clamp(1.4rem, 1.15rem + 1.3vw, 1.9rem);line-height:1.3;margin:0 0 8px;color:var(--hb-black)}.hb-single-meta{color:var(--hb-grey);font-size:.88rem;margin-bottom:22px}.hb-single-meta a{color:var(--hb-blue)}.hb-entry-content{font-family:Georgia,"Times New Roman",Times,serif;font-size:clamp(1rem, 0.94rem + 0.3vw, 1.15rem);line-height:1.75;color:#2b2e33}.hb-entry-content p{margin:0 0 1.3em}.hb-entry-content h2,.hb-entry-content h3,.hb-entry-content h4{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--hb-black);font-weight:800;margin:1.6em 0 .6em}.hb-entry-content a{text-decoration:underline;text-underline-offset:2px}.hb-entry-content blockquote{margin:1.4em 0;padding:4px 20px;border-left:4px solid var(--hb-blue);font-style:italic;color:var(--hb-grey)}.hb-entry-content img{border-radius:var(--hb-radius)}.hb-single-terms{margin-top:26px;padding-top:20px;border-top:1px solid var(--hb-border);display:flex;flex-wrap:wrap;gap:8px}.hb-single-terms a{background:var(--hb-blue-light);color:var(--hb-blue-dark);font-size:.82rem;font-weight:600;padding:6px 14px;border-radius:50px}.hb-single-terms a:hover{background:var(--hb-blue);color:#fff}.hb-download-btn,a.hb-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--hb-blue);color:#fff!important;font-weight:700;padding:13px 28px;border-radius:50px;text-decoration:none!important;box-shadow:0 6px 18px rgb(0 87 255 / .3);transition:background 0.2s ease,transform 0.2s ease}.hb-download-btn:hover{background:var(--hb-blue-dark);transform:translateY(-2px)}.hb-comments{margin-top:24px}.hb-comments-title{font-size:1.15rem;margin:0 0 18px;color:var(--hb-black)}.comment-list{list-style:none;margin:0 0 20px;padding:0}.comment-list .comment-body{padding:16px 0;border-bottom:1px solid var(--hb-border)}.comment-list ol.children{list-style:none;margin:0;padding-left:30px}.comment-list .comment-author{font-weight:700;font-size:.9rem;color:var(--hb-black)}.comment-list .comment-author .says{display:none}.comment-list .comment-metadata{font-size:.78rem;color:var(--hb-grey);margin-bottom:6px}.comment-list .comment-metadata a{color:var(--hb-grey)}.comment-list .comment-content p{margin:6px 0 0;font-size:.92rem}.comment-reply-link{display:inline-block;margin-top:6px;font-size:.78rem;font-weight:700;color:var(--hb-blue)}#respond{margin-top:10px}.hb-comment-form #reply-title,.comment-reply-title{font-size:1.1rem;margin:0 0 14px;color:var(--hb-black)}.comment-notes,.comment-form-cookies-consent{font-size:.8rem;color:var(--hb-grey);margin:0 0 12px}.hb-comment-form p{margin:0 0 12px}.hb-comment-form label{display:block;font-size:.8rem;font-weight:700;color:var(--hb-black);margin-bottom:6px}.hb-comment-form input[type="text"],.hb-comment-form input[type="email"],.hb-comment-form input[type="url"],.hb-comment-form textarea{width:100%;border:1px solid var(--hb-border);background:#f4f6fb;border-radius:10px;padding:12px 16px;font-size:.92rem;font-family:inherit;resize:vertical}.hb-comment-form textarea{min-height:100px;max-height:240px}.hb-comment-form input:focus,.hb-comment-form textarea:focus{outline:none;border-color:var(--hb-blue)}.hb-comment-form .form-submit{margin-bottom:0}.hb-comment-form input#submit,.hb-comment-form input[type="submit"]{width:auto;background:var(--hb-blue);color:#fff;border:none;font-weight:700;padding:12px 28px;border-radius:50px;cursor:pointer;transition:background 0.2s ease,transform 0.2s ease}.hb-comment-form input#submit:hover{background:var(--hb-blue-dark);transform:translateY(-1px)}.comment-form-cookies-consent{display:flex;align-items:center;gap:8px}.comment-form-cookies-consent label{margin:0;font-weight:400}.hb-page{max-width:var(--hb-max);margin:30px auto 50px;padding:0 20px}.hb-layout{max-width:var(--hb-max);margin:0 auto;padding:0 20px 40px;display:grid;grid-template-columns:1fr;gap:30px}.hb-layout.has-sidebar{grid-template-columns:2fr 1fr}.widget{background:#fff;border-radius:14px;box-shadow:var(--hb-shadow);border:1px solid #f0f1f5;padding:22px;margin-bottom:20px}.widget-title{color:var(--hb-black);border-bottom:2px solid var(--hb-blue);padding-bottom:10px;margin:0 0 14px;display:inline-block;font-size:1rem}.widget ul{list-style:none}.widget ul li{margin-bottom:8px}.hb-empty-state{max-width:600px;margin:60px auto;padding:0 20px;text-align:center}.hb-empty-state h1{font-size:2rem}.hb-footer{background:var(--hb-black);color:rgb(255 255 255 / .75);padding:50px 20px 0;box-shadow:inset 0 2px 0 var(--hb-blue)}.hb-footer-brand{max-width:700px;margin:0 auto 34px;text-align:center;display:flex;flex-direction:column;align-items:center}.hb-footer-brand .hb-logo-icon{margin-bottom:14px}.hb-footer-brand p{font-size:.9rem;line-height:1.6;max-width:480px;color:rgb(255 255 255 / .6);margin:0}.hb-footer-cols{max-width:700px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px 60px;border-top:1px solid rgb(255 255 255 / .08);padding-top:34px}.hb-footer-col h3{color:#fff;font-size:1.02rem;margin:0 0 16px;display:flex;align-items:center;gap:8px}.hb-footer-col h3 svg{width:15px;height:15px;fill:var(--hb-blue)}.hb-footer-col ul{list-style:none}.hb-footer-col ul li{margin-bottom:10px}.hb-footer-col ul li a{color:rgb(255 255 255 / .7);font-size:.9rem;transition:color 0.2s ease,padding-left 0.2s ease}.hb-footer-col ul li a:hover{color:var(--hb-blue);padding-left:4px}.hb-footer-bar{max-width:var(--hb-max);margin:34px auto 0;padding:18px 0;border-top:1px solid rgb(255 255 255 / .08);text-align:center;font-size:.82rem;color:rgb(255 255 255 / .5)}.hb-footer-bar a{color:var(--hb-blue)}@media (min-width:861px){.hb-nav-desktop{display:block}.hb-menu-toggle{display:none}}@media (max-width:860px){.hb-layout.has-sidebar{grid-template-columns:1fr}}@media (max-width:600px){.hb-post-thumb{flex:0 0 68px;width:68px;height:68px}.hb-single-inner{padding:20px}.hb-footer-cols{grid-template-columns:1fr;gap:26px}}