:root{--hb-bg:#000;--hb-bg-2:#050505;--hb-bg-3:#050505;--hb-bg-4:#080808;--hb-surface:rgba(6,6,6,.96);--hb-surface-2:hsla(0,0%,4%,.97);--hb-surface-3:hsla(0,0%,5%,.985);--hb-line:hsla(0,0%,100%,.06);--hb-line-strong:hsla(0,0%,100%,.11);--hb-line-gold:rgba(193,126,25,.18);--hb-gold:#c17e19;--hb-gold-light:#f4ddb2;--hb-gold-soft:rgba(193,126,25,.08);--hb-text:hsla(0,0%,100%,.95);--hb-text-soft:hsla(0,0%,100%,.72);--hb-text-dim:hsla(0,0%,100%,.46);--hb-shadow-main:0 18px 40px rgba(0,0,0,.34);--hb-shadow-card:0 10px 22px rgba(0,0,0,.18);--hb-header-h:68px;--hb-drawer-w:410px;--hb-page-pad:28px;--hb-panel-w:236px;--hb-panel-lang-w:210px}*{box-sizing:border-box}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.hb-header-wrap{position:relative;z-index:10000}.hb-header-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hb-desktop-dropdown-backdrop{position:fixed;inset:0;z-index:9997;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hb-header{position:fixed;top:0;left:0;width:100%;height:var(--hb-header-h);z-index:10000;background:#faf8f3;border-bottom:1px solid rgba(0,0,0,.09);box-shadow:0 4px 16px rgba(0,0,0,.07)}.hb-header:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(193,126,25,.2),transparent);opacity:.55}.hb-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:0 var(--hb-page-pad)}.hb-header__left{display:flex;align-items:center;gap:14px;min-width:0}.hb-header__logo{position:absolute;left:50%;transform:translateX(-50%)}.hb-header__logo a{min-height:var(--hb-header-h);display:flex;align-items:center;justify-content:center}.hb-header__logo img{height:38px;width:auto;max-width:260px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.12)) drop-shadow(0 0 6px rgba(193,126,25,.04))}.hb-header__right{margin-left:auto;display:flex;align-items:center;gap:12px}.hb-header-actions{display:flex;align-items:center;gap:6px}.hb-header-cta{display:inline-flex;align-items:center;gap:4px;height:30px;padding:0 12px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background .18s,color .18s,border-color .18s}.hb-header-cta span{font-size:14px;font-weight:400;line-height:1}.hb-header-cta--primary{background:rgba(193,126,25,.15);color:#c1891a;border:1px solid rgba(193,126,25,.35)}.hb-header-cta--primary:hover{background:rgba(193,126,25,.28);border-color:rgba(193,126,25,.6);color:#d4a43a}.hb-header-cta--ghost{background:transparent;color:rgba(0,0,0,.55);border:1px solid rgba(0,0,0,.15)}.hb-header-cta--ghost:hover{color:#111;border-color:rgba(0,0,0,.3);background:rgba(0,0,0,.04)}.hb-header__logo{will-change:opacity}.hb-header-nav{display:flex;align-items:center;gap:6px}.hb-header-nav-item,.hb-lang,.hb-panel-dropdown{position:relative}.hb-header-nav-item:after,.hb-lang:after,.hb-panel-dropdown:after{content:"";position:absolute;left:0;top:100%;width:100%;height:14px}.hb-lang__btn,.hb-nav-trigger{position:relative;min-height:42px;padding:0 14px;border:none;background:transparent;color:rgba(0,0,0,.55);display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;transition:color .18s ease}.hb-nav-trigger:after{content:"";position:absolute;bottom:9px;left:14px;right:14px;height:1px;background:var(--hb-gold);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.hb-nav-trigger.is-open,.hb-nav-trigger:hover{color:#000}.hb-nav-trigger.is-open:after,.hb-nav-trigger:hover:after{transform:scaleX(1)}.hb-lang__btn.is-open,.hb-lang__btn:hover{color:#111}.hb-nav-trigger__chevron-wrap{display:inline-flex;align-items:center;justify-content:center}.hb-chevron{width:11px;height:11px;opacity:.45;transition:transform .2s ease}.hb-nav-trigger__bell{display:inline-flex;align-items:center;gap:3px;color:#c7a24b;flex-shrink:0;margin-left:2px}.hb-nav-trigger__bell svg{width:13px;height:13px}.hb-nav-trigger__bell-count{background:#c7a24b;color:#131110;border-radius:999px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;padding:0 4px;line-height:1}.hb-nav-trigger.is-open .hb-chevron,.hb-nav-trigger:hover .hb-chevron{opacity:.7}.hb-chevron.is-open{transform:rotate(180deg)}.hb-full-dropdown{position:fixed;top:calc(var(--hb-header-h) - 1px);left:0;width:100%;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:9999}.hb-full-dropdown.is-open{opacity:1;transform:translateY(0);pointer-events:auto}@keyframes hb-drop-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes hb-item-in{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes hb-gold-line{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hb-full-dropdown.is-open .hb-full-dropdown__inner{animation:hb-drop-in .3s cubic-bezier(.22,1,.36,1) both}.hb-full-dropdown__inner{width:100%;padding:6px var(--hb-page-pad) 10px;background:#000;box-shadow:0 24px 48px rgba(0,0,0,.8)}.hb-full-dropdown__grid{display:flex;align-items:center;gap:0}.hb-full-dropdown.is-open .hb-full-panel-item:first-child{animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) 0s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(2){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .05s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(3){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .1s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(4){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .15s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(5){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .2s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(6){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .25s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(7){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .3s both}.hb-full-dropdown.is-open .hb-full-panel-item:nth-child(8){animation:hb-item-in .35s cubic-bezier(.22,1,.36,1) .35s both}.hb-full-panel-item{display:inline-flex;align-items:center;padding:12px 22px;background:transparent;color:hsla(0,0%,100%,.38);text-decoration:none;transition:color .2s ease}.hb-full-panel-item:hover{color:#fff}.hb-full-panel-item.is-active{color:#c7a24b}.hb-full-panel-item__title{font-size:13px;font-weight:500;letter-spacing:.01em;color:inherit}.hb-full-panel-item__badge{margin-left:7px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:linear-gradient(180deg,#d9a84c,#b67817);color:#050505;font-size:8px;font-weight:800}.hb-full-divider{width:1px;height:14px;background:hsla(0,0%,100%,.1);margin:0 6px;flex-shrink:0}.hb-full-quick-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:none;background:none;color:rgba(199,162,75,.45);text-decoration:none;transition:color .2s ease;cursor:pointer}.hb-full-quick-btn:hover{color:#c7a24b}.hb-full-quick-btn__plus{font-size:16px;font-weight:300;line-height:1;color:inherit}.hb-full-quick-btn__label{font-size:13px;font-weight:500;letter-spacing:.01em;color:inherit}@keyframes hb-mega-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hb-mega{position:fixed;top:calc(var(--hb-header-h) - 1px);left:0;width:100%;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .22s ease,transform .22s ease;z-index:9999}.hb-mega.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hb-mega__inner{display:grid;grid-template-columns:repeat(6,1fr) 200px;min-height:320px;background:#000;border-bottom:1px solid rgba(199,162,75,.14);box-shadow:0 32px 64px rgba(0,0,0,.8)}.hb-mega--explore .hb-mega__inner{grid-template-columns:1fr 1fr 1fr 1fr 200px}.hb-mega--info .hb-mega__inner{grid-template-columns:1fr 1fr 1fr 240px}.hb-mega__cat-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:22px 20px;overflow:hidden;border-right:1px solid hsla(0,0%,100%,.04);cursor:pointer}.hb-mega.is-open .hb-mega__cat-card{animation:hb-mega-card-in .38s calc(.04s + var(--ci, 0) * .06s) cubic-bezier(.22,1,.36,1) both}.hb-mega__cat-bg{position:absolute;inset:0;background:#0d0d0d 50%/cover no-repeat;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hb-mega__cat-card:hover .hb-mega__cat-bg{transform:scale(1.06)}.hb-mega__cat-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55) 55%,rgba(0,0,0,.82))}.hb-mega__cat-card[data-dark=true] .hb-mega__cat-overlay{background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.75) 55%,rgba(0,0,0,.92))}.hb-mega__cat-card-link{position:absolute;inset:0;z-index:0}.hb-mega__cat-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.hb-mega__cat-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.hb-mega__cat-icon{width:20px;height:18px;color:#c7a24b;flex-shrink:0}.hb-mega__cat-title{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}.hb-mega__cat-rule{width:100%;height:1px;background:rgba(199,162,75,.38);margin-bottom:10px}.hb-mega__cat-subs{display:flex;flex-direction:column;gap:0}.hb-mega__cat-sub{display:block;padding:3px 0;font-size:11.5px;font-weight:500;color:hsla(0,0%,100%,.62);text-decoration:none;transition:color .14s;letter-spacing:-.005em}.hb-mega__cat-sub:hover{color:#fff}.hb-mega__cat-viewall{display:inline-block;margin-top:10px;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#c7a24b;text-decoration:none;transition:opacity .14s}.hb-mega__cat-viewall:hover{opacity:.7}.hb-mega__editorial{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:32px 26px;background:rgba(6,6,6,.9);border-left:1px solid rgba(199,162,75,.1)}.hb-mega.is-open .hb-mega__editorial{animation:hb-mega-card-in .38s cubic-bezier(.22,1,.36,1) .28s both}.hb-mega__editorial-headline{margin:0;font-size:19px;font-weight:600;color:#fff;line-height:1.3;letter-spacing:-.025em}.hb-mega__editorial-headline em{font-style:normal;color:#c7a24b}.hb-mega__editorial-rule{width:32px;height:1px;background:rgba(199,162,75,.4)}.hb-mega__editorial-cta{display:inline-flex;align-items:center;padding:11px 16px;border:1px solid rgba(199,162,75,.38);color:#c7a24b;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .18s,border-color .18s}.hb-mega__editorial-cta:hover{background:rgba(199,162,75,.1);border-color:rgba(199,162,75,.65)}.hb-mega__editorial-post{display:inline-flex;align-items:center;color:hsla(0,0%,100%,.38);font-size:11px;font-weight:600;text-decoration:none;transition:color .14s}.hb-mega__editorial-post:hover{color:hsla(0,0%,100%,.7)}.hb-simple-panel{position:fixed;top:calc(var(--hb-header-h) - 1px);width:var(--hb-panel-w);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:10001;will-change:opacity,transform}.hb-simple-panel--lang{width:var(--hb-panel-lang-w);z-index:10002}.hb-simple-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hb-header__right>.hb-panel-dropdown .hb-simple-panel,.hb-lang .hb-simple-panel{right:var(--hb-page-pad)}.hb-simple-panel__inner{border:1px solid hsla(0,0%,100%,.06);border-radius:0;background:linear-gradient(180deg,hsla(0,0%,100%,.012),hsla(0,0%,100%,.003)),linear-gradient(180deg,rgba(4,4,4,.985),rgba(0,0,0,.998));box-shadow:0 12px 28px rgba(0,0,0,.26);padding:10px}.hb-simple-panel__grid{display:flex;flex-direction:column;gap:6px}.hb-simple-panel__item{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:none;border-radius:0;background:transparent;color:hsla(0,0%,100%,.52);text-decoration:none;text-align:left;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.hb-simple-panel__item:hover{color:#fff;background:hsla(0,0%,100%,.03);transform:translateX(2px);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04),0 0 10px rgba(193,126,25,.05)}.hb-simple-panel__item.is-active{color:var(--hb-gold-light);background:rgba(193,126,25,.08)}.hb-simple-panel__item--logout{color:hsla(0,0%,100%,.68)}.hb-simple-panel__item--logout:hover{color:#fff}.hb-simple-panel__left{display:flex;align-items:center;gap:10px;min-width:0}.hb-simple-panel__icon{width:16px;height:16px;min-width:16px;display:inline-flex;align-items:center;justify-content:center;color:inherit;opacity:.92}.hb-simple-panel__icon svg{width:16px;height:16px;display:block}.hb-simple-panel__item.is-active .hb-simple-panel__icon{color:var(--hb-gold-light)}.hb-simple-panel__title{font-size:12px;line-height:1.2;font-weight:600;letter-spacing:.01em;color:inherit}.hb-simple-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:0;background:linear-gradient(180deg,#d9a84c,#b67817);color:#050505;font-size:8px;font-weight:800;line-height:1}.hb-simple-panel__lang-left{display:flex;align-items:center;gap:10px;min-width:0}.hb-simple-panel__lang-code{font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:inherit;opacity:.7}.hb-lang__flag,.hb-lang__item-flag{width:18px;height:18px;min-width:18px;border-radius:0;object-fit:cover}.hb-lang__code{min-width:24px;font-weight:600}.hb-notify-wrap{position:relative}.hb-notify-wrap:after{content:"";position:absolute;right:0;top:100%;width:380px;max-width:calc(100vw - 24px);height:18px}.hb-notify-btn{position:relative;width:34px;height:34px;min-width:34px;border:none;background:none;display:inline-flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);cursor:pointer;transition:color .18s ease}.hb-notify-btn.is-open,.hb-notify-btn:hover{color:#fff}.hb-notify-btn svg{width:14px;height:14px}.hb-notify-btn__badge{position:absolute;top:-4px;right:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:0;background:linear-gradient(180deg,#d39a38,#b67817);color:#050505;font-size:10px;font-weight:800;line-height:18px;text-align:center;box-shadow:0 0 0 2px #000,0 6px 14px rgba(193,126,25,.18)}.hb-notify-panel{position:fixed;top:calc(var(--hb-header-h) - 1px);right:calc(var(--hb-page-pad) + 118px);width:380px;max-width:calc(100vw - 24px);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:10002}.hb-notify-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hb-notify-panel__inner{border:1px solid hsla(0,0%,100%,.06);border-radius:0;background:linear-gradient(180deg,hsla(0,0%,100%,.015),hsla(0,0%,100%,.004)),linear-gradient(180deg,rgba(7,7,7,.985),rgba(0,0,0,.998));box-shadow:0 16px 34px rgba(0,0,0,.34),inset 0 1px 0 hsla(0,0%,100%,.03);overflow:hidden}.hb-notify-panel__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid hsla(0,0%,100%,.05);background:linear-gradient(180deg,hsla(0,0%,100%,.018),hsla(0,0%,100%,0))}.hb-notify-panel__title{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--hb-gold-light)}.hb-notify-panel__mark-all{border:none;background:transparent;color:hsla(0,0%,100%,.58);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:color .16s ease,opacity .16s ease}.hb-notify-panel__mark-all:hover{color:#fff}.hb-notify-panel__list{max-height:420px;overflow:auto;padding:8px}.hb-notify-panel__list::-webkit-scrollbar{width:8px}.hb-notify-panel__list::-webkit-scrollbar-track{background:transparent}.hb-notify-panel__list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:0}.hb-notify-panel__list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.16)}.hb-notify-item{width:100%;border:none;background:transparent;text-align:left;padding:0;cursor:pointer;border-radius:0;transition:background .16s ease,transform .16s ease,box-shadow .16s ease,opacity .16s ease}.hb-notify-item+.hb-notify-item{margin-top:6px}.hb-notify-item:hover{background:hsla(0,0%,100%,.035);transform:translateX(2px)}.hb-notify-item__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px}.hb-notify-item__content{min-width:0;flex:1 1}.hb-notify-item__title{font-size:11px;font-weight:700;line-height:1.4;color:hsla(0,0%,100%,.94)}.hb-notify-item__body{margin-top:4px;font-size:11px;line-height:1.45;color:hsla(0,0%,100%,.58)}.hb-notify-item__meta{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-top:1px}.hb-notify-item__time{font-size:10px;font-weight:700;color:hsla(0,0%,100%,.34);white-space:nowrap}.hb-notify-item__dot{width:8px;height:8px;min-width:8px;border-radius:0;background:linear-gradient(180deg,#d9a84c,#b67817);box-shadow:0 0 0 2px rgba(0,0,0,.35),0 0 12px rgba(193,126,25,.28)}.hb-notify-item.is-unread{background:rgba(193,126,25,.055);box-shadow:inset 0 0 0 1px rgba(193,126,25,.1)}.hb-notify-item.is-unread .hb-notify-item__title{color:#fff}.hb-notify-item.is-unread .hb-notify-item__body{color:hsla(0,0%,100%,.7)}.hb-notify-item.is-read{opacity:.68}.hb-notify-item.is-read .hb-notify-item__title{color:hsla(0,0%,100%,.72)}.hb-notify-item.is-read .hb-notify-item__body{color:hsla(0,0%,100%,.42)}.hb-notify-empty{padding:24px 14px;text-align:center;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.38)}.hb-toast-stack{position:fixed;left:18px;bottom:18px;z-index:999999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.hb-toast-stack:empty{display:none}.hb-toast-stack.is-visible{display:flex}.hb-toast{position:relative;width:min(360px,calc(100vw - 28px));border:1px solid rgba(193,126,25,.22);border-radius:0;padding:14px;background:#090909;box-shadow:0 18px 40px rgba(0,0,0,.42);color:#fff;text-align:left;cursor:pointer;pointer-events:auto;overflow:hidden}.hb-toast__glow{position:absolute;inset:auto auto -42px -42px;width:120px;height:120px;border-radius:0;background:radial-gradient(circle,rgba(193,126,25,.18) 0,rgba(193,126,25,0) 72%);pointer-events:none}.hb-toast__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.hb-toast__kicker{font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--hb-gold-light)}.hb-toast__close{color:hsla(0,0%,100%,.5);font-size:14px;line-height:1}.hb-toast__title{position:relative;z-index:1;margin-top:8px;font-size:13px;font-weight:700;line-height:1.35;color:hsla(0,0%,100%,.96)}.hb-toast__body{position:relative;z-index:1;margin-top:5px;font-size:12px;line-height:1.45;color:hsla(0,0%,100%,.66)}.hb-mobile-trigger{display:none;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.hb-mobile-trigger span{display:block;width:22px;height:1.5px;background:hsla(0,0%,100%,.92);transition:transform .22s ease,opacity .22s ease}.hb-mobile-trigger.is-open span:first-child{transform:translateY(6.5px) rotate(45deg)}.hb-mobile-trigger.is-open span:nth-child(2){opacity:0}.hb-mobile-trigger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.hb-mobile-drawer{position:fixed;top:0;right:0;width:100vw;height:100dvh;z-index:10001;background:#000;border-left:1px solid rgba(199,162,75,.15);transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);overflow-y:auto;display:flex;flex-direction:column}.hb-mobile-drawer.is-open{transform:translateX(0)}.hb-mobile-drawer__inner{display:flex;flex-direction:column;min-height:100%;padding:0}.hb-mobile-hero{display:none}.hb-mobile-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 100%);opacity:.1}.hb-mobile-drawer__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.hb-mobile-drawer__brand img{height:28px;width:auto;max-width:170px;object-fit:contain}.hb-mobile-close{display:none}.hb-mobile-hero__copy{position:relative;z-index:1;margin-top:16px}.hb-mobile-hero__kicker{margin:0 0 10px;color:#c17e19;font-size:10px;line-height:1;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hb-mobile-hero__title{margin:0;color:#fff;font-size:34px;line-height:.95;letter-spacing:-.05em;font-weight:600}.hb-mobile-hero__sub{margin:12px 0 0;color:hsla(0,0%,100%,.68);font-size:13px;line-height:1.7}.hb-mobile-hero__actions{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:18px}.hb-mobile-hero-btn{min-height:96px;padding:14px;border-radius:0;border:1px solid rgba(193,126,25,.2);background:linear-gradient(180deg,rgba(193,126,25,.12),rgba(193,126,25,.04)),linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.008));display:flex;align-items:center;gap:12px;text-decoration:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 10px 24px rgba(0,0,0,.18);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hb-mobile-hero-btn:hover{transform:translateY(-1px);border-color:rgba(193,126,25,.34)}.hb-mobile-hero-btn__plus{width:36px;height:36px;flex:0 0 36px;border-radius:0;display:flex;align-items:center;justify-content:center;border:1px solid hsla(39,75%,83%,.18);background:rgba(0,0,0,.22);color:#f4ddb2;font-size:22px;line-height:1}.hb-mobile-hero-btn__text{display:flex;flex-direction:column;gap:3px}.hb-mobile-hero-btn__text small{color:var(--hb-gold);font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hb-mobile-hero-btn__text strong{color:#fff;font-size:14px;line-height:1.1;font-weight:800}.hb-mobile-lang-grid,.hb-mobile-lang-pill,.hb-mobile-link,.hb-mobile-list,.hb-mobile-section{display:none}.hb-mob-topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid rgba(199,162,75,.12)}.hb-mob-topbar__logo img{height:28px;width:auto;max-width:160px;object-fit:contain}.hb-mob-close{width:36px;height:36px;border:none;background:none;color:hsla(0,0%,100%,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s}.hb-mob-close:hover{color:#fff}.hb-mob-close svg{width:14px;height:14px}.hb-mob-nav{padding:8px 0 4px}.hb-mob-group{padding:12px 20px 8px}.hb-mob-group__label{display:block;font-size:8px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(199,162,75,.55);margin-bottom:6px}.hb-mob-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;font-size:17px;font-weight:700;color:hsla(0,0%,100%,.72);text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:color .15s;letter-spacing:-.01em}.hb-mob-link:hover{color:#fff}.hb-mob-link.is-active{color:#c7a24b}.hb-mob-link--logout{color:hsla(0,0%,100%,.38);font-size:14px;font-weight:600}.hb-mob-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:linear-gradient(180deg,#d9a84c,#b67817);color:#050505;font-size:9px;font-weight:800;border-radius:2px}.hb-mob-sep{height:1px;margin:4px 20px;background:hsla(0,0%,100%,.05)}.hb-mob-langs{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px;border-top:1px solid hsla(0,0%,100%,.05)}.hb-mob-lang{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid hsla(0,0%,100%,.08);background:none;color:hsla(0,0%,100%,.5);font-size:10px;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:border-color .15s,color .15s;border-radius:2px}.hb-mob-lang:hover{border-color:rgba(199,162,75,.3);color:#fff}.hb-mob-lang.is-active{border-color:rgba(199,162,75,.45);color:#c7a24b}.hb-mob-lang__flag{width:16px;height:16px;object-fit:cover;border-radius:2px}.hb-mob-cta{display:block;margin:4px 20px 24px;padding:14px 20px;background:rgba(199,162,75,.1);border:1px solid rgba(199,162,75,.3);color:#c7a24b;font-size:13px;font-weight:700;text-decoration:none;text-align:center;letter-spacing:.04em;transition:background .18s,border-color .18s}.hb-mob-cta:hover{background:rgba(199,162,75,.18);border-color:rgba(199,162,75,.5)}@media (max-width:980px){:root{--hb-header-h:56px;--hb-page-pad:16px}.hb-header__inner{padding:0 var(--hb-page-pad)}.hb-header-nav{display:none}.hb-mobile-trigger{display:flex}.hb-lang{display:none}.hb-header__logo img{height:28px;max-width:185px}.hb-header__right{gap:8px}.hb-notify-btn{width:34px;height:34px;min-width:34px}.hb-notify-btn svg{width:13px;height:13px}.hb-notify-panel{right:12px;width:min(380px,calc(100vw - 24px))}.hb-toast-stack{left:12px;right:12px;bottom:12px;width:auto}}@media (max-width:640px){:root{--hb-page-pad:10px}.hb-header__logo img{height:26px;max-width:165px}.hb-toast{width:100%}}.hb-acct-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#131110;border:1px solid rgba(199,162,75,.14);border-radius:10px;box-shadow:0 16px 48px rgba(0,0,0,.7);padding:8px;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s,transform .18s;z-index:200}.hb-acct-dropdown.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.hb-acd__user{gap:10px;padding:8px 10px}.hb-acd__avatar,.hb-acd__user{display:flex;align-items:center}.hb-acd__avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#c9a05a,#7a5010);color:#fff;font-size:14px;font-weight:800;justify-content:center;flex-shrink:0}.hb-acd__name{font-size:13px;font-weight:700;color:#fff;line-height:1.2;text-transform:capitalize}.hb-acd__email,.hb-acd__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-acd__email{font-size:10px;color:hsla(0,0%,100%,.32)}.hb-acd__divider{height:1px;background:hsla(0,0%,100%,.07);margin:4px 0}.hb-acd__link{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.72);text-decoration:none;transition:background .14s,color .14s}.hb-acd__link:hover{background:hsla(0,0%,100%,.06);color:#fff}.hb-acd__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#c7a24b;color:#000;font-size:9px;font-weight:800}.hb-acd__langs{display:flex;gap:4px;padding:4px 6px;flex-wrap:wrap}.hb-acd__lang{display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid hsla(0,0%,100%,.07);border-radius:6px;background:none;color:hsla(0,0%,100%,.38);font-size:10px;font-weight:700;cursor:pointer;transition:border-color .14s,color .14s,background .14s;flex:1 1;justify-content:center}.hb-acd__lang.is-active{border-color:rgba(199,162,75,.5);color:#c7a24b;background:rgba(199,162,75,.06)}.hb-acd__lang:hover:not(.is-active){border-color:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.6)}.hb-acd__flag{width:16px;height:16px;border-radius:2px;object-fit:cover}.hb-acd__logout{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.4);background:none;border:none;cursor:pointer;text-decoration:none;text-align:left;transition:color .14s,background .14s}.hb-acd__logout:hover{color:rgba(220,70,60,.85);background:rgba(220,70,60,.06)}.hb-acd__logout svg{width:13px;height:13px;stroke-width:1.8}.hb-acct-dd{position:fixed;top:var(--hb-header-h);right:0;width:500px;height:calc(100vh - var(--hb-header-h));overflow-y:auto;background:#000;border-left:1px solid rgba(199,162,75,.12);box-shadow:-8px 0 40px rgba(0,0,0,.6);display:flex;flex-direction:column;padding:0 0 24px;opacity:0;pointer-events:none;transform:translateX(12px);transition:opacity .2s ease,transform .2s ease;z-index:10000}.hb-acct-dd__cols{display:grid;grid-template-columns:1fr 1fr;flex:1 1;min-height:0;border-bottom:none}.hb-acct-dd__col{display:flex;flex-direction:column;overflow:hidden}.hb-acct-dd__col--notifs{border-right:1px solid hsla(0,0%,100%,.06)}.hb-acct-dd__col-head{display:flex;align-items:center;gap:7px;padding:14px 16px 10px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.35);border-bottom:1px solid hsla(0,0%,100%,.05)}.hb-acct-dd__col-head span:first-child{flex:1 1}.hb-acct-dd__quicknav{display:flex;flex-direction:column;padding:6px 0}.hb-acct-dd__qlink{display:block;padding:9px 16px;font-size:13px;color:hsla(0,0%,100%,.75);text-decoration:none;transition:background .15s,color .15s}.hb-acct-dd__qlink:hover{background:hsla(0,0%,100%,.05);color:#fff}.hb-acct-dd__footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 0;gap:12px}.hb-acct-dd.is-open{opacity:1;pointer-events:auto;transform:translateX(0)}.hb-acct-dd__user{display:flex;align-items:center;gap:10px;padding:20px 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.hb-acct-dd__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#c9a05a,#7a5010);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hb-acct-dd__user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hb-acct-dd__name{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.hb-acct-dd__plan{font-size:10px;color:rgba(199,162,75,.7);font-weight:600}.hb-acct-dd__signin{display:block;padding:16px;font-size:13px;font-weight:600;color:#c7a24b;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.06);transition:background .14s}.hb-acct-dd__signin:hover{background:hsla(0,0%,100%,.04)}.hb-acct-dd__divider{height:1px;background:hsla(0,0%,100%,.06);margin:4px 0}.hb-acct-dd__group{display:flex;flex-direction:column;padding:8px 0 4px}.hb-acct-dd__group-label{display:flex;align-items:center;gap:6px;padding:4px 16px 6px;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(199,162,75,.6)}.hb-acct-dd__group-icon{width:13px;height:13px;color:rgba(199,162,75,.7);flex-shrink:0}.hb-acct-dd__group-icon svg{width:13px;height:13px}.hb-acct-dd__link{display:block;padding:7px 16px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.72);text-decoration:none;transition:background .12s,color .12s}.hb-acct-dd__link:hover{background:hsla(0,0%,100%,.05);color:#fff}.hb-acct-dd__notifs-head{display:flex;align-items:center;padding:8px 16px 4px}.hb-acct-dd__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#c7a24b;color:#000;font-size:9px;font-weight:800;margin-left:5px}.hb-acct-dd__markall{margin-left:auto;font-size:9px;font-weight:700;color:hsla(0,0%,100%,.28);background:none;border:none;cursor:pointer;padding:0;transition:color .14s}.hb-acct-dd__markall:hover{color:hsla(0,0%,100%,.6)}.hb-acct-dd__notifs{display:flex;flex-direction:column;gap:1px;padding:0 8px}.hb-acct-dd__notifs-empty{font-size:12px;color:hsla(0,0%,100%,.26);padding:10px 8px;text-align:center}.hb-acct-dd__notif{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:8px;border-radius:6px;background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .12s}.hb-acct-dd__notif:hover{background:hsla(0,0%,100%,.05)}.hb-acct-dd__notif.is-unread{background:rgba(199,162,75,.06)}.hb-acct-dd__notif-body{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.hb-acct-dd__notif-title{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.85)}.hb-acct-dd__notif-text,.hb-acct-dd__notif-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-acct-dd__notif-text{font-size:11px;color:hsla(0,0%,100%,.36)}.hb-acct-dd__notif-time{font-size:10px;color:hsla(0,0%,100%,.26)}.hb-acct-dd__notif-dot{width:6px;height:6px;border-radius:50%;background:#c7a24b;flex-shrink:0;margin-top:4px}.hb-acct-dd__langs{display:flex;flex-wrap:wrap;gap:4px;padding:8px 16px}.hb-acct-dd__lang{display:flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid hsla(0,0%,100%,.07);border-radius:5px;background:none;color:hsla(0,0%,100%,.36);font-size:10px;font-weight:700;cursor:pointer;transition:border-color .14s,color .14s,background .14s}.hb-acct-dd__lang.is-active{border-color:rgba(199,162,75,.45);color:#c7a24b;background:rgba(199,162,75,.07)}.hb-acct-dd__lang:hover:not(.is-active){border-color:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.6)}.hb-acct-dd__flag{width:16px;height:12px;object-fit:cover;border-radius:2px}.hb-acct-dd__logout{display:flex;align-items:center;gap:7px;padding:9px 16px;margin-top:auto;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.28);background:none;border:none;cursor:pointer;text-decoration:none;transition:color .14s;width:100%}.hb-acct-dd__logout:hover{color:rgba(220,70,60,.8)}.hb-acct-dd__logout svg{width:14px;height:14px}@media (max-width:980px){:root{--hb-header-h:64px}.hb-header{height:var(--hb-header-h);background:#0a0a09;border-bottom:1px solid rgba(199,162,75,.22);box-shadow:0 8px 28px rgba(0,0,0,.22)}.hb-header:after{height:1px;background:linear-gradient(90deg,transparent 4%,rgba(199,162,75,.08) 20%,rgba(199,162,75,.65) 50%,rgba(199,162,75,.08) 80%,transparent 96%);opacity:.75}.hb-header__inner{padding:0 18px}.hb-header__logo img{height:31px;max-width:190px;filter:brightness(0) invert(82%) sepia(36%) saturate(725%) hue-rotate(355deg) brightness(91%) contrast(86%);opacity:.98}.hb-mobile-trigger{width:42px;height:42px;gap:6px;margin-left:-7px}.hb-mobile-trigger span{width:23px;height:1px;background:#d4ad61}.hb-mobile-trigger span:nth-child(2){width:15px;margin-right:8px}.hb-header-overlay{background:rgba(0,0,0,.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hb-mobile-drawer{width:100vw;max-width:none;background:radial-gradient(circle at 82% 4%,rgba(199,162,75,.1),transparent 28%),radial-gradient(circle at 8% 92%,rgba(199,162,75,.055),transparent 34%),linear-gradient(180deg,#0b0b0a,#050505 54%,#090807);border-left:0;overflow-x:hidden;transition:transform .44s cubic-bezier(.22,1,.36,1),opacity .28s ease;opacity:.98}.hb-mobile-drawer:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 46%,rgba(199,162,75,.035) 46.2%,transparent 46.6% 100%)}.hb-mobile-drawer__inner{position:relative;z-index:1;min-height:100dvh}.hb-mob-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:4;min-height:74px;padding:0 22px;background:linear-gradient(180deg,rgba(10,10,9,.98),rgba(10,10,9,.92));border-bottom:1px solid rgba(199,162,75,.14);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hb-mob-topbar__logo img{height:31px;max-width:185px;filter:brightness(0) invert(82%) sepia(36%) saturate(725%) hue-rotate(355deg) brightness(91%) contrast(86%)}.hb-mob-close{width:42px;height:42px;border:1px solid rgba(199,162,75,.2);border-radius:50%;background:hsla(0,0%,100%,.018);color:hsla(39,75%,83%,.74)}.hb-mob-close svg{width:13px;height:13px}.hb-mob-nav{padding:32px 24px 10px}.hb-mob-group{padding:0 0 28px}.hb-mob-group__label{margin:0 0 14px;color:#b98a36;font-size:9px;font-weight:700;letter-spacing:.28em;line-height:1}.hb-mob-link{position:relative;min-height:48px;padding:8px 0 9px;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,7vw,32px);line-height:1.04;font-weight:400;letter-spacing:-.025em;color:hsla(0,0%,100%,.86);transition:color .2s ease,transform .22s ease,padding-left .22s ease}.hb-mob-link:before{content:"";position:absolute;left:0;top:50%;width:0;height:1px;background:#c7a24b;transform:translateY(-50%);transition:width .22s ease}.hb-mob-link.is-active,.hb-mob-link:hover{color:#f3dfb6;padding-left:28px}.hb-mob-link.is-active:before,.hb-mob-link:hover:before{width:17px}.hb-mob-link--logout{min-height:42px;padding-top:8px;font-family:inherit;font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.38)}.hb-mob-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#c7a24b;color:#090807;font-family:Arial,sans-serif;font-size:9px}.hb-mob-sep{height:1px;margin:0 0 28px;background:linear-gradient(90deg,rgba(199,162,75,.3),rgba(199,162,75,.06) 44%,transparent 86%)}.hb-mob-langs{margin-top:auto;gap:0;padding:22px 24px 18px;border-top:1px solid rgba(199,162,75,.12)}.hb-mob-lang{min-width:0;padding:8px 11px;gap:5px;border:0;border-right:1px solid hsla(0,0%,100%,.07);border-radius:0;color:hsla(0,0%,100%,.38);font-size:9px;letter-spacing:.12em}.hb-mob-lang:last-child{border-right:0}.hb-mob-lang__flag{width:14px;height:10px;border-radius:0;opacity:.72}.hb-mob-lang.is-active{color:#d8b66f;background:rgba(199,162,75,.045);border-color:hsla(0,0%,100%,.07)}.hb-mob-cta{position:relative;overflow:hidden;margin:6px 24px max(26px,env(safe-area-inset-bottom));min-height:58px;padding:18px 22px;background:linear-gradient(135deg,#d2aa58,#b47b22);border:1px solid hsla(39,75%,83%,.32);color:#0c0a07;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;letter-spacing:-.01em;box-shadow:0 16px 34px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.25)}.hb-mob-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,hsla(0,0%,100%,.16) 48%,transparent 74%);transform:translateX(-120%);transition:transform .6s ease}.hb-mob-cta:hover:after{transform:translateX(120%)}.hb-mobile-drawer.is-open .hb-mob-group{animation:hbLuxuryMobIn .52s cubic-bezier(.22,1,.36,1) both}.hb-mobile-drawer.is-open .hb-mob-group:first-of-type{animation-delay:.04s}.hb-mobile-drawer.is-open .hb-mob-group:nth-of-type(2){animation-delay:.08s}.hb-mobile-drawer.is-open .hb-mob-group:nth-of-type(3){animation-delay:.12s}.hb-mobile-drawer.is-open .hb-mob-group:nth-of-type(4){animation-delay:.16s}}@keyframes hbLuxuryMobIn{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hb-header__inner{padding:0 14px}.hb-header__logo img{height:28px;max-width:170px}.hb-mob-nav{padding-left:22px;padding-right:22px}.hb-mob-link{font-size:27px}}