:root{--hbm-primary:#4f46e5;--hbm-radius:12px;--hbm-shadow:0 2px 8px rgba(0,0,0,.08);--hbm-shadow-lg:0 12px 40px rgba(0,0,0,.14);--hbm-border:#e2e8f0;--hbm-text:#1e293b;--hbm-text-muted:#64748b;--hbm-bg:#f8fafc}.hbm-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 12px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.3px;background:color-mix(in srgb,var(--hbm-tier-color,#6b7280) 15%,white);color:var(--hbm-tier-color,#6b7280);border:1px solid color-mix(in srgb,var(--hbm-tier-color,#6b7280) 30%,white)}.hbm-price-placeholder{display:inline-block;min-width:80px}.hbm-price-loader{display:inline-block;padding:2px 10px;background:#f1f5f9;border-radius:6px;font-size:13px;color:var(--hbm-text-muted);animation:hbm-pulse 1.4s ease-in-out infinite}@keyframes hbm-pulse{0%,100%{opacity:1}50%{opacity:.5}}.hbm-login-required{font-size:13px;color:var(--hbm-primary);cursor:pointer;text-decoration:underline;text-decoration-style:dashed}.hbm-locked-content{background:var(--hbm-bg);border:2px dashed var(--hbm-border);border-radius:var(--hbm-radius);padding:24px;text-align:center}.hbm-pricing-page{color:var(--hbm-text);padding:20px 0}.hbm-pricing-header{text-align:center;margin-bottom:40px}.hbm-pricing-title{font-size:32px;font-weight:800;margin:0 0 10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hbm-pricing-subtitle{font-size:16px;color:var(--hbm-text-muted);margin:0 0 16px}.hbm-current-status{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:20px;font-size:14px;font-weight:500}.hbm-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px}.hbm-pricing-card{background:#fff;border:2px solid var(--hbm-border);border-radius:var(--hbm-radius);padding:24px;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column;gap:12px}.hbm-pricing-card:hover{transform:translateY(-4px);box-shadow:var(--hbm-shadow-lg);border-color:var(--tier-color,var(--hbm-border))}.hbm-pricing-card--popular{border-color:var(--tier-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--tier-color) 20%,transparent)}.hbm-pricing-card--current{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4 0%,white 60%)}.hbm-pricing-card__badge-wrap{min-height:24px;display:flex;justify-content:flex-end}.hbm-pricing-card__popular-tag,.hbm-pricing-card__current-tag{font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px}.hbm-pricing-card__popular-tag{background:var(--tier-color);color:#fff}.hbm-pricing-card__current-tag{background:#22c55e;color:#fff}.hbm-pricing-card__icon{font-size:36px;text-align:center}.hbm-pricing-card__tier{font-size:20px;font-weight:800;margin:0;text-align:center}.hbm-pricing-card__plans{display:flex;flex-direction:column;gap:10px}.hbm-plan-option{background:var(--hbm-bg);border:1px solid var(--hbm-border);border-radius:8px;padding:12px 14px}.hbm-plan-option__period{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--hbm-text-muted);margin-bottom:4px}.hbm-plan-option__price{font-size:18px;font-weight:700;color:var(--hbm-text)}.hbm-plan-option__price small{font-size:13px;font-weight:400;color:var(--hbm-text-muted)}.hbm-plan-option__save{font-size:12px;color:#16a34a;font-weight:500;margin:4px 0 8px}.hbm-pricing-card__spend{text-align:center;font-size:12px;color:var(--hbm-text-muted);padding:8px;background:#f8fafc;border-radius:6px}.hbm-pricing-card__spend strong{color:var(--hbm-text)}.hbm-pricing-card__spend-label{display:block;margin-bottom:2px}.hbm-pricing-card__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;flex:1}.hbm-pricing-card__benefits li{font-size:13px;color:var(--hbm-text)}.hbm-pricing-card__benefits li.muted{color:var(--hbm-text-muted)}.hbm-pricing-card__price{text-align:center}.hbm-pricing-card__price-amount{font-size:20px;font-weight:700;color:var(--hbm-text-muted)}.hbm-pricing-card__cta{text-align:center}.hbm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:2px solid #fff0;transition:all .15s;text-decoration:none;width:100%;margin-top:8px;text-align:center}.hbm-btn--primary{background:var(--hbm-primary);color:#fff;border-color:var(--hbm-primary)}.hbm-btn--primary:hover{background:#4338ca;color:#fff}.hbm-btn--tier{background:color-mix(in srgb,var(--btn-color,var(--tier-color)) 12%,white);color:var(--btn-color,var(--tier-color));border-color:var(--btn-color,var(--tier-color))}.hbm-btn--tier:hover{background:var(--btn-color,var(--tier-color));color:#fff}.hbm-btn--outline{background:#fff0;color:var(--hbm-text-muted);border-color:var(--hbm-border);cursor:default}.hbm-btn--white{background:#fff;color:var(--hbm-primary);border-color:#fff}.hbm-btn--white:hover{background:#f1f5f9;color:var(--hbm-primary)}.hbm-pricing-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--hbm-radius);padding:18px 22px;font-size:14px}.hbm-pricing-note p{margin:0 0 8px}.hbm-pricing-note p:last-child{margin:0}.hbm-pricing-note a{color:var(--hbm-primary)}.hbm-account-tab{display:flex;flex-direction:column;gap:20px}.hbm-account-hero{display:flex;align-items:center;gap:18px;padding:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--tier-color) 8%,white) 0%,white 80%);border:2px solid color-mix(in srgb,var(--tier-color) 30%,var(--hbm-border));border-radius:var(--hbm-radius);flex-wrap:wrap}.hbm-account-hero__icon{font-size:48px}.hbm-account-hero__info{flex:1}.hbm-account-hero__label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--hbm-text-muted)}.hbm-account-hero__tier{font-size:28px;font-weight:800;line-height:1.1}.hbm-account-hero__expires{font-size:13px;color:var(--hbm-text-muted);margin-top:4px}.hbm-tag{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.hbm-tag--warning{background:#fef3c7;color:#92400e}.hbm-progress-section{background:#fff;border:1px solid var(--hbm-border);border-radius:var(--hbm-radius);padding:18px 20px}.hbm-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px}.hbm-progress-pct{font-weight:700;font-size:15px;color:var(--hbm-primary)}.hbm-progress-bar{background:#f1f5f9;border-radius:20px;height:12px;overflow:hidden;margin-bottom:10px}.hbm-progress-bar__fill{height:100%;border-radius:20px;transition:width 1s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,var(--hbm-primary),#7c3aed);position:relative;overflow:hidden}.hbm-progress-bar__fill::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .3) 50%,transparent 100%);animation:hbm-shimmer 2s linear infinite}@keyframes hbm-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.hbm-progress-detail{display:flex;justify-content:space-between;font-size:12px;color:var(--hbm-text-muted)}.hbm-progress-remaining strong{color:var(--hbm-text)}.hbm-account-section{background:#fff;border:1px solid var(--hbm-border);border-radius:var(--hbm-radius);padding:18px 20px}.hbm-account-section__title{font-size:15px;font-weight:600;margin:0 0 14px;color:var(--hbm-text)}.hbm-benefits-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.hbm-benefits-list__item{font-size:14px;padding:8px 12px;background:#f0fdf4;border-radius:8px;border-left:3px solid #22c55e}.hbm-discount-banner{display:flex;align-items:center;gap:16px;border-left:4px solid}.hbm-discount-banner__pct{font-size:36px;font-weight:900;line-height:1;white-space:nowrap}.hbm-trans-list{display:flex;flex-direction:column;gap:10px}.hbm-trans-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid var(--hbm-border);flex-wrap:wrap}.hbm-trans-item__type{font-size:12px;font-weight:600;min-width:140px}.hbm-trans-item__detail{font-size:13px;flex:1}.hbm-trans-item__date{font-size:12px;color:var(--hbm-text-muted);white-space:nowrap}.hbm-text--muted{color:var(--hbm-text-muted)}.hbm-text--success{color:#16a34a}.hbm-text--center{text-align:center}@media (max-width:600px){.hbm-pricing-grid{grid-template-columns:1fr}.hbm-account-hero{flex-direction:column;text-align:center}.hbm-progress-detail{flex-direction:column;gap:4px}.hbm-benefits-list{grid-template-columns:1fr}.hbm-voucher-card{flex-direction:column}.hbm-voucher-card__side::after{display:none}}.hbm-voucher-hbsc-wrap{display:flex;flex-direction:column;gap:12px}.hbm-voucher-inactive-wrap{position:relative;opacity:.55;filter:grayscale(.6);pointer-events:none}.hbm-voucher-status-badge{position:absolute;top:10px;right:10px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;pointer-events:none;z-index:2}.hbm-voucher-status-badge.used{background:#e2e8f0;color:#64748b}.hbm-voucher-status-badge.expired{background:#fef2f2;color:#dc2626}.hbm-voucher-hbsc-wrap .hbsc-card{width:100%;box-sizing:border-box}.hbm-voucher-list{display:flex;flex-direction:column;gap:14px}.hbm-voucher-card{display:flex;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgb(0 0 0 / .10),0 1px 4px rgb(0 0 0 / .06);background:#fff;border:1px solid rgb(0 0 0 / .06);position:relative;transition:transform .2s,box-shadow .2s}.hbm-voucher-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 0 0 / .14),0 2px 6px rgb(0 0 0 / .08)}.hbm-voucher-card__side{width:90px;min-width:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px 10px;position:relative;background:var(--vc-color,#4f46e5);color:#fff}.hbm-voucher-card__side::after{content:'';position:absolute;top:50%;right:-1px;transform:translateY(-50%);width:14px;height:14px;background:var(--hbm-bg,#f8fafc);border-radius:50%;box-shadow:-2px 0 0 #fff;z-index:2}.hbm-voucher-card__side::before{content:'';position:absolute;top:0;right:6px;bottom:0;border-left:2px dashed rgb(255 255 255 / .35)}.hbm-voucher-card__pct{font-size:26px;font-weight:900;line-height:1;text-shadow:0 1px 3px rgb(0 0 0 / .15)}.hbm-voucher-card__tier{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.85}.hbm-voucher-card__body{flex:1;padding:16px 16px 14px 20px;display:flex;flex-direction:column;justify-content:center;gap:5px}.hbm-voucher-card__code{font-size:14px;font-weight:700;letter-spacing:1.5px;font-family:'Courier New','Fira Code',monospace;color:#1e293b;background:#f8fafc;display:inline-block;padding:3px 10px;border-radius:6px;border:1.5px dashed #cbd5e1;user-select:all}.hbm-voucher-card__meta{font-size:12px;color:#64748b;line-height:1.5}.hbm-voucher-card__name{font-size:13px;font-weight:600;color:#1e293b}.hbm-voucher-card__status{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 16px;border-left:1px dashed #e2e8f0;min-width:110px;gap:6px}.hbm-tag--used{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.hbm-tag--expired{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.hbm-btn--copy{background:#fff0;color:var(--vc-color,#4f46e5);border:1.5px solid currentColor;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.hbm-btn--copy:hover{background:var(--vc-color,#4f46e5);color:#fff}.hbm-voucher-card--inactive{opacity:.6;filter:grayscale(.5)}.hbm-voucher-card--inactive .hbm-voucher-card__side{filter:saturate(.4)}.hbm-price-badge{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:3px 10px 3px 8px;border-radius:20px;font-size:11px;font-weight:700;line-height:1;letter-spacing:.2px;vertical-align:middle;white-space:nowrap;cursor:default;color:var(--hbm-badge-color,#4f46e5);background:color-mix(in srgb,var(--hbm-badge-color,#4f46e5) 12%,white);border:1.5px solid color-mix(in srgb,var(--hbm-badge-color,#4f46e5) 35%,white);animation:hbm-badge-glow 2.5s ease-in-out infinite}@keyframes hbm-badge-glow{0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--hbm-badge-color,#4f46e5) 25%,transparent)}50%{box-shadow:0 0 0 4px color-mix(in srgb,var(--hbm-badge-color,#4f46e5) 0%,transparent)}}.hbm-price-badge:hover{background:color-mix(in srgb,var(--hbm-badge-color,#4f46e5) 20%,white);transform:translateY(-1px);transition:all .2s ease}@media (max-width:480px){.hbm-price-badge .hbm-badge-label{display:none}}.products .hbm-price-badge{font-size:10px;padding:2px 8px 2px 6px}@media (prefers-reduced-motion:reduce){.hbm-price-badge{animation:none}}@media (max-width:520px){.hbm-voucher-card{flex-direction:column}.hbm-voucher-card__side{flex-direction:row;width:100%;min-width:unset;padding:12px 16px;justify-content:flex-start;gap:12px}.hbm-voucher-card__side::after{display:none}.hbm-voucher-card__side::before{display:none}.hbm-voucher-card__pct{font-size:22px}.hbm-voucher-card__status{border-left:none;border-top:1px dashed #e2e8f0;flex-direction:row;padding:10px 16px;min-width:unset}}