@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--hbv-bg:#f1f1f3;--hbv-surface:#fff;--hbv-surface-alt:#f7f7f9;--hbv-text:#111318;--hbv-muted:#5e6472;--hbv-border:#dedfe5;--hbv-primary:#1a1d28;--hbv-primary-strong:#0d0f16;--hbv-accent:#dfc18f;--hbv-accent-strong:#c69a57;--hbv-success:#2f855a;--hbv-shadow-sm:0 2px 8px #13161f14;--hbv-shadow-md:0 14px 30px #13161f1f;--hbv-shadow-lg:0 24px 60px #13161f29;--hbv-radius-sm:10px;--hbv-radius:16px;--hbv-radius-lg:24px;--hbv-container:1240px}*{box-sizing:border-box}body.hbv-body{color:var(--hbv-text);background:var(--hbv-bg);min-height:100vh;margin:0;font-family:Manrope,system-ui,sans-serif;line-height:1.55;position:relative}.hbv-decor{z-index:-1;filter:blur(90px);opacity:.5;pointer-events:none;width:520px;height:520px;position:fixed}.hbv-decor-top{background:radial-gradient(circle,#d4be98 0%,#d4be9800 65%);top:-280px;right:-160px}.hbv-decor-bottom{background:radial-gradient(circle,#bcc8e7 0%,#bcc8e700 68%);bottom:-340px;left:-200px}.hbv-container{width:min(var(--hbv-container), calc(100% - 2rem));margin:0 auto}.hbv-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border-bottom:1px solid #11131814;position:sticky;top:0}.hbv-header-inner{grid-template-columns:auto minmax(260px,1fr) minmax(230px,320px) auto;align-items:center;gap:1rem;min-height:78px;display:grid}.hbv-brand{color:var(--hbv-primary);align-items:center;gap:.6rem;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.02rem;font-weight:800;text-decoration:none;display:inline-flex}.hbv-brand-mark{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#222833 0%,#1a1d28 42%,#c9a674 100%);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;display:inline-flex}.hbv-nav{flex-wrap:nowrap;align-items:center;gap:.4rem;min-width:0;display:flex}.hbv-nav a{color:var(--hbv-muted);white-space:nowrap;border-radius:999px;padding:.45rem .86rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .14s}.hbv-nav a:hover,.hbv-nav a.is-active{color:var(--hbv-primary);background:#eceef4}.hbv-nav-item{position:relative}.hbv-submenu{border:1px solid var(--hbv-border);min-width:260px;max-width:340px;box-shadow:var(--hbv-shadow-lg);z-index:60;background:#fff;border-radius:14px;padding:.55rem;display:none;position:absolute;top:calc(100% + .05rem);left:0}.hbv-nav-item.has-submenu:after{content:"";height:10px;position:absolute;bottom:-8px;left:0;right:0}.hbv-submenu-title{color:var(--hbv-muted);text-transform:uppercase;letter-spacing:.06em;margin:.35rem .5rem .4rem;font-size:.7rem;font-weight:800}.hbv-submenu a{color:var(--hbv-primary);border-radius:10px;padding:.5rem .65rem;font-size:.86rem;line-height:1.35;text-decoration:none;display:block}.hbv-submenu a:hover{color:var(--hbv-primary-strong);background:#f2f5fa}.hbv-nav-item.has-submenu:hover .hbv-submenu,.hbv-nav-item.has-submenu:focus-within .hbv-submenu{display:block}.hbv-search{border:1px solid var(--hbv-border);background:var(--hbv-surface);box-shadow:var(--hbv-shadow-sm);border-radius:999px;align-items:center;gap:.45rem;width:100%;max-width:320px;padding:.35rem;display:flex}.hbv-search input,.hbv-search select{font:inherit;color:var(--hbv-primary);background:0 0;border:0;outline:none}.hbv-search input{width:100%;min-width:90px;padding:.45rem .65rem}.hbv-search select{border-left:1px solid var(--hbv-border);color:var(--hbv-muted);padding:.45rem .2rem .45rem .65rem}.hbv-search button,.hbv-btn{font:inherit;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.hbv-search button{background:var(--hbv-primary);color:#fff;padding:.56rem .9rem}.hbv-search button:hover{background:var(--hbv-primary-strong)}.hbv-auth-actions{flex-wrap:nowrap;justify-content:flex-end;gap:.45rem;display:flex}.hbv-btn{padding:.56rem .95rem;font-size:.87rem}.hbv-btn-primary{background:var(--hbv-primary);color:#fff}.hbv-btn-primary:hover{background:var(--hbv-primary-strong)}.hbv-btn-ghost{background:var(--hbv-surface);color:var(--hbv-primary);border:1px solid var(--hbv-border)}.hbv-btn-ghost:hover{background:#f0f1f5}.hbv-main{padding:2rem 0 4rem}.hbv-footer{color:#cfd5e4;background:#13161f;margin-top:4rem;padding:3rem 0 1.6rem}.hbv-footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;display:grid}.hbv-footer-title{color:#fff;margin:0 0 .65rem;font:800 1.15rem Plus Jakarta Sans,sans-serif}.hbv-footer-copy{max-width:52ch;margin:0}.hbv-footer-subtitle{color:#fff;margin:0 0 .65rem}.hbv-footer-links{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.hbv-footer-links a{color:#cfd5e4;text-decoration:none}.hbv-footer-links a:hover,.hbv-footer-bottom a:hover{color:#fff}.hbv-footer-chips{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.hbv-chip{color:#d7deef;background:#1e2230;border-radius:999px;padding:.34rem .65rem;font-size:.78rem;text-decoration:none}.hbv-chip.is-muted{opacity:.7}.hbv-footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;gap:1rem;margin-top:1.4rem;padding-top:1rem;font-size:.9rem;display:flex}.hbv-footer-bottom a{color:#d7deef;text-decoration:none}.sr-only{white-space:nowrap;clip-path:inset(50%);clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hbv-hero{border-radius:var(--hbv-radius-lg);color:#fff;min-height:clamp(320px,52vh,520px);box-shadow:var(--hbv-shadow-lg);background-position:50%;background-size:cover;position:relative;overflow:hidden}.hbv-hero:after{content:"";background:linear-gradient(#1113182e 0%,#111318d6 82%);position:absolute;inset:0}.hbv-hero-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(1.25rem,4vw,2.4rem);display:flex;position:relative}.hbv-hero h1,.hbv-section-title,.hbv-page-title,.hbv-card-title{letter-spacing:-.02em;font-family:Plus Jakarta Sans,system-ui,sans-serif}.hbv-hero h1{max-width:20ch;margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1.08}.hbv-hero p{color:#ffffffe6;max-width:62ch;margin:.7rem 0 0}.hbv-search-panel{z-index:3;margin-top:-2.2rem;position:relative}.hbv-panel,.hbv-card{background:var(--hbv-surface);border:1px solid var(--hbv-border);border-radius:var(--hbv-radius);box-shadow:var(--hbv-shadow-sm)}.hbv-panel{padding:1rem}.hbv-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.hbv-field{gap:.3rem;display:grid}.hbv-field label{color:var(--hbv-muted);font-size:.8rem;font-weight:700}.hbv-field input,.hbv-field select{border:1px solid var(--hbv-border);border-radius:var(--hbv-radius-sm);background:var(--hbv-surface-alt);width:100%;font:inherit;color:var(--hbv-primary);padding:.66rem .75rem}.hbv-field input:focus,.hbv-field select:focus{outline-offset:1px;outline:2px solid #c7cee0}.hbv-section{margin-top:2rem}.hbv-section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.hbv-page-title{margin:0;font-size:clamp(1.6rem,4vw,2.35rem)}.hbv-subtitle{color:var(--hbv-muted);margin:.4rem 0 0}.hbv-grid-4,.hbv-grid-3,.hbv-grid-2{gap:1rem;display:grid}.hbv-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hbv-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hbv-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hbv-card{overflow:hidden}.hbv-card-media{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.hbv-card-body{padding:.95rem}.hbv-card-title{margin:0 0 .4rem;font-size:1.08rem}.hbv-card-title a{color:inherit;text-decoration:none}.hbv-card-meta,.hbv-muted{color:var(--hbv-muted)}.hbv-card-meta{font-size:.86rem}.hbv-card-row{justify-content:space-between;align-items:center;gap:.6rem;margin-top:.8rem;display:flex}.hbv-badge{color:#3d4353;background:#eceef4;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.74rem;font-weight:700;display:inline-flex}.hbv-price{color:var(--hbv-primary);font-weight:800}.hbv-price small{color:var(--hbv-muted);font-weight:600}.hbv-content-split{grid-template-columns:1.45fr minmax(260px,.55fr);gap:1.15rem;display:grid}.hbv-sticky{position:sticky;top:94px}.hbv-empty{text-align:center;border:1px dashed var(--hbv-border);border-radius:var(--hbv-radius);background:#fafbfe;padding:2.2rem 1rem}.hbv-prose{color:#2f3545;line-height:1.75}.hbv-author-box{border:1px solid var(--hbv-border);border-radius:var(--hbv-radius);background:#f8fafe;grid-template-columns:44px 1fr;align-items:center;gap:.75rem;margin:0 0 1rem;padding:.8rem;display:grid}.hbv-author-avatar{color:#fff;background:linear-gradient(135deg,#2a3242 0%,#4f6b9e 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:800;display:inline-flex}.hbv-author-name{color:var(--hbv-primary);margin:0;font-weight:800}.hbv-author-meta{color:var(--hbv-muted);margin:.15rem 0 0;font-size:.85rem}.hbv-inline-link{color:var(--hbv-primary);text-underline-offset:2px;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px}.hbv-inline-link:hover{color:var(--hbv-primary-strong)}.hbv-prose h2{margin-top:1.2rem;margin-bottom:.6rem;font-size:1.25rem}.hbv-prose ul{padding-left:1.15rem}.hbv-inline-search{flex-wrap:wrap;gap:.6rem;display:flex}.hbv-inline-search input{border:1px solid var(--hbv-border);min-width:210px;font:inherit;background:#fff;border-radius:999px;flex:1;padding:.68rem .9rem}.hbv-inline-search button{background:var(--hbv-primary);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:.68rem 1rem;font-weight:700}.hbv-breadcrumb{color:var(--hbv-muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin:.3rem 0 1rem;font-size:.86rem;display:flex}.hbv-breadcrumb a{color:var(--hbv-primary);font-weight:600;text-decoration:none}.hbv-breadcrumb a:hover{text-decoration:underline}.hbv-rating{color:#7d5825;align-items:center;gap:.35rem;font-weight:700;display:inline-flex}.hbv-rating-stars{letter-spacing:.05em;color:#c69a57}.hbv-pagination{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.hbv-pagination-item{border:1px solid var(--hbv-border);background:var(--hbv-surface);min-width:2.2rem;color:var(--hbv-primary);border-radius:999px;justify-content:center;align-items:center;padding:.48rem .72rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.hbv-pagination-item.is-active{background:var(--hbv-primary);color:#fff;border-color:var(--hbv-primary)}.hbv-pagination-item.is-disabled{opacity:.45;pointer-events:none}.hbv-cta{border-radius:var(--hbv-radius);background:linear-gradient(125deg,#f8f4eb 0%,#f1e7d5 100%);border:1px solid #ccb486;padding:1rem}.hbv-review-list{gap:.75rem;display:grid}.hbv-review-item{border:1px solid var(--hbv-border);border-radius:var(--hbv-radius-sm);background:#fff;padding:.8rem}.hbv-card-pad{padding:1.15rem}.hbv-card-link{color:inherit;text-decoration:none;transition:all .15s}.hbv-card-link:hover{box-shadow:var(--hbv-shadow-md);transform:translateY(-2px)}.hbv-form-stack{gap:.9rem;display:grid}.hbv-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.hbv-btn-block{width:100%}.hbv-center-shell{justify-content:center;align-items:center;min-height:calc(100vh - 220px);display:flex}.hbv-auth-card{width:min(460px,100%)}.hbv-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.hbv-form-label{color:var(--hbv-primary);margin-bottom:.35rem;font-size:.85rem;font-weight:700;display:block}.hbv-form-input{border:1px solid var(--hbv-border);width:100%;font:inherit;color:var(--hbv-primary);background:#fff;border-radius:12px;padding:.62rem .75rem}.hbv-form-input:focus{outline:2px solid color-mix(in srgb, var(--hbv-primary) 20%, transparent);border-color:var(--hbv-primary)}.hbv-form-error{color:#b91c1c;margin:.35rem 0 0;font-size:.8rem;font-weight:600}@media (width<=1180px){.hbv-header-inner{grid-template-columns:auto 1fr;row-gap:.65rem}.hbv-nav{flex-wrap:wrap;grid-column:2/3;justify-content:flex-end}.hbv-search{order:4;grid-column:1/-1;max-width:100%}.hbv-auth-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end}.hbv-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hbv-grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.hbv-header-inner{grid-template-columns:1fr}.hbv-brand,.hbv-nav,.hbv-auth-actions,.hbv-search{grid-column:1/-1}.hbv-nav{justify-content:flex-start}.hbv-submenu{box-shadow:none;min-width:100%;max-width:100%;margin-top:.25rem;display:block;position:static}.hbv-nav-item.has-submenu .hbv-submenu{display:none}.hbv-nav-item.has-submenu:hover .hbv-submenu,.hbv-nav-item.has-submenu:focus-within .hbv-submenu{display:block}.hbv-main{padding-top:1.5rem}.hbv-grid-4,.hbv-grid-3,.hbv-grid-2,.hbv-content-split,.hbv-footer-grid{grid-template-columns:1fr}.hbv-search-panel{margin-top:1rem}.hbv-filter-grid{grid-template-columns:1fr}.hbv-sticky{position:static}.hbv-footer-bottom{flex-direction:column}.hbv-form-grid-2,.hbv-kpi-grid{grid-template-columns:1fr}}
