.stronghold-top-bar {
	box-sizing: border-box;
	width: 100%;
	z-index: var(--shtb-z-index, 10000);
	font-family: Arial, sans-serif;
	line-height: 1.2;
}
.stronghold-top-bar * { box-sizing: border-box; }
.stronghold-top-bar.is-sticky { position: fixed; top: 0; right: 0; left: 0; }
.stronghold-top-bar--design-1 { background: var(--shtb-bg, #fff); color: #202124; border-bottom: 1px solid #eee; }
.stronghold-top-bar--design-2 { background: var(--shtb-bg, #000); color: var(--shtb-text, #fff); }
.stronghold-top-bar__inner { display: flex; align-items: center; gap: 16px; min-height: var(--shtb-height, 70px); max-width: 1920px; margin: auto; padding: 6px 16px; }
.stronghold-top-bar__left, .stronghold-top-bar__actions, .stronghold-top-bar__promo { display: flex; align-items: center; gap: 8px; min-width: 0; }
.stronghold-top-bar__left { flex: 1; }
.stronghold-top-bar__actions { flex: 0 1 auto; justify-content: flex-end; max-width: 72%; }
.stronghold-top-bar__button-list { display: flex; align-items: center; gap: 8px; min-width: 0; }
.stronghold-top-bar--design-1 .stronghold-top-bar__button-list { flex-wrap: wrap; justify-content: flex-end; }
.stronghold-top-bar__logo { display: flex; flex: none; align-items: center; }
.stronghold-top-bar__logo-image { display: block; width: auto; max-width: 180px; max-height: 56px; }
.stronghold-top-bar__theme-trigger { display: inline-flex; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid var(--shtb-trigger-border, #f6f6f6); border-radius: var(--shtb-trigger-radius, 6px); background: var(--shtb-trigger-bg, #f6f6f6); color: var(--shtb-trigger-color, #202124); font: inherit; font-size: 13px; font-weight: 600; text-transform: capitalize; white-space: nowrap; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.stronghold-top-bar__theme-trigger:hover, .stronghold-top-bar__theme-trigger:focus-visible { background: var(--shtb-trigger-hover-bg, #eeeeee); box-shadow: 0 3px 10px rgba(0, 0, 0, .08); color: var(--shtb-trigger-color, #202124); }
.stronghold-top-bar__chevron { display: inline-block; flex: 0 0 auto; padding: 4px; border: solid currentColor; border-width: 0 1.25px 1.25px 0; transform: rotate(45deg) translateY(-2px); }
.stronghold-top-bar__button-wrap { position: relative; display: inline-flex; flex: 0 0 auto; }
.stronghold-top-bar__button { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 20px; border: 1px solid var(--shtb-button-border, var(--shtb-button-bg, #000)); border-radius: var(--shtb-button-radius, 6px); background: var(--shtb-button-bg, #000); color: var(--shtb-button-color, #fff) !important; font-size: 14px; font-weight: 500; text-decoration: none !important; white-space: nowrap; transition: background-color .18s ease, box-shadow .18s ease, opacity .18s ease, transform .18s ease; }
.stronghold-top-bar__button:hover, .stronghold-top-bar__button:focus-visible { background: var(--shtb-button-hover-bg, var(--shtb-button-bg, #000)); box-shadow: 0 8px 18px rgba(0, 0, 0, .18); transform: translateY(-2px); }
.stronghold-top-bar__button img { display: block; width: auto; max-width: 180px; max-height: 44px; }
.stronghold-top-bar__purchase-group { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.stronghold-top-bar__purchase-layout { display: flex; align-items: center; gap: 8px; position: relative; flex: 0 0 auto; }
.stronghold-top-bar__purchase-layout[hidden] { display: none !important; }
.stronghold-top-bar__purchase-button, .stronghold-top-bar__plans-trigger { min-height: 38px; padding: 8px 14px; font-size: 13px; }
.stronghold-top-bar__plans-trigger { display: inline-flex; align-items: center; gap: 7px; text-transform: none; }
.stronghold-top-bar__purchase-button.is-primary { background: #000; color: #fff !important; }
.stronghold-top-bar__purchase-button.is-secondary { background: #f1f1f1; border-color: #dedede; color: #202124 !important; }
.stronghold-top-bar__purchase-button.is-tertiary { background: transparent; border-color: #d8d8d8; color: #4b4d52 !important; }
.stronghold-top-bar__plans-trigger.is-neutral { background: #fafafa; border-color: #e5e6e8; color: #3f4248 !important; box-shadow: none; font-weight: 500; }
.stronghold-top-bar__plans-trigger.is-neutral:hover, .stronghold-top-bar__plans-trigger.is-neutral:focus-visible { background: #f1f2f4; border-color: #d7d9dd; box-shadow: 0 3px 10px rgba(18, 20, 26, .10); transform: translateY(-1px); }
.stronghold-top-bar__plans-trigger .stronghold-top-bar__chevron { padding: 3px; border-width: 0 1px 1px 0; transform: rotate(45deg) translateY(-1px); }
.stronghold-top-bar__plans { position: relative; display: inline-flex; flex: 0 0 auto; }
.stronghold-top-bar__plans-popover { position: absolute; z-index: 2; top: calc(100% + 8px); right: 0; min-width: 258px; max-width: min(320px, calc(100vw - 16px)); padding: 8px; border: 1px solid #dcdfe4; border-radius: 12px; background: #fff; box-shadow: 0 16px 40px rgba(18, 20, 26, .2); color: #202124; }
.stronghold-top-bar__plans-popover.is-viewport-positioned { position: fixed; right: auto; }
.stronghold-top-bar__plans-popover[hidden] { display: none !important; }
.stronghold-top-bar__plans-list { display: flex; flex-direction: column; gap: 3px; }
.stronghold-top-bar__plan-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; padding: 10px 12px; border-radius: 8px; color: #202124; text-decoration: none; cursor: pointer; touch-action: manipulation; transition: background-color .18s ease, box-shadow .18s ease; }
.stronghold-top-bar__plan-option:hover { background: #f1f3f5; color: #202124; }
.stronghold-top-bar__plan-option:focus-visible { background: #f1f3f5; color: #202124; box-shadow: inset 0 0 0 2px rgba(91, 61, 245, .32); outline: none; }
.stronghold-top-bar__plan-option:active { background: #e8eaed; color: #202124; }
.stronghold-top-bar__plan-copy, .stronghold-top-bar__plan-copy strong, .stronghold-top-bar__plan-copy span { display: block; }
.stronghold-top-bar__plan-copy strong { font-size: 14px; }
.stronghold-top-bar__plan-copy span { margin-top: 2px; color: #62666d; font-size: 12px; }
.stronghold-top-bar__plan-price { flex: 0 0 auto; font-size: 13px; font-weight: 700; white-space: nowrap; }
.stronghold-top-bar__plan-price small { margin-left: 2px; font-size: 11px; font-weight: 500; }
.stronghold-top-bar__direct-tooltip-wrap { position: relative; display: inline-flex; flex: 0 0 auto; }
.stronghold-top-bar__direct-tooltip { position: fixed; z-index: calc(var(--shtb-z-index, 10000) + 2); top: 0; left: 0; width: min(310px, calc(100vw - 16px)); padding: 15px 16px; border: 1px solid #dcdfe4; border-radius: 12px; background: #fff; box-shadow: 0 14px 34px rgba(18, 20, 26, .17); color: #202124; font-size: 13px; line-height: 1.4; opacity: 0; pointer-events: none; text-align: left; transform: translateY(4px); transition: opacity .14s ease, transform .14s ease, visibility .14s ease; visibility: hidden; }
.stronghold-top-bar__direct-tooltip[hidden] { display: none !important; }
.stronghold-top-bar__direct-tooltip.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.stronghold-top-bar__direct-tooltip-title { display: block; font-size: 14px; font-weight: 700; }
.stronghold-top-bar__direct-tooltip-features { display: grid; gap: 7px; margin: 10px 0 0; padding: 0; list-style: none; }
.stronghold-top-bar__direct-tooltip-features li { position: relative; padding-left: 18px; }
.stronghold-top-bar__direct-tooltip-features li::before { position: absolute; left: 0; color: #62666d; content: '✓'; font-weight: 600; }
.stronghold-top-bar__tooltip { position: absolute; z-index: calc(var(--shtb-z-index, 10000) + 2); left: 50%; display: block; width: max-content; max-width: min(260px, calc(100vw - 24px)); padding: 12px 20px; border: 1px solid rgba(255, 255, 255, .14); border: 1px solid color-mix(in srgb, var(--shtb-tooltip-color, #fff) 16%, transparent); border-radius: 12px; background: var(--shtb-tooltip-bg, #15171b); box-shadow: 0 12px 30px rgba(0, 0, 0, .24); color: var(--shtb-tooltip-color, #fff); font-size: 13px; line-height: 1.45; opacity: 0; pointer-events: none; text-align: left; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; visibility: hidden; }
.stronghold-top-bar__tooltip--bottom { top: calc(100% + 10px); }
.stronghold-top-bar__tooltip--top { bottom: calc(100% + 10px); transform: translate(-50%, -8px); }
.stronghold-top-bar__tooltip.is-mobile-positioned { position: fixed; bottom: auto; transform: none; }
.stronghold-top-bar__tooltip::before { position: absolute; left: 50%; width: 10px; height: 10px; border: solid rgba(255, 255, 255, .14); border: solid color-mix(in srgb, var(--shtb-tooltip-color, #fff) 16%, transparent); background: var(--shtb-tooltip-bg, #15171b); content: ''; transform: translateX(-50%) rotate(45deg); }
.stronghold-top-bar__tooltip--bottom::before { top: -6px; border-width: 1px 0 0 1px; }
.stronghold-top-bar__tooltip--top::before { bottom: -6px; border-width: 0 1px 1px 0; }
.stronghold-top-bar__tooltip-wrap:hover .stronghold-top-bar__tooltip, .stronghold-top-bar__tooltip-wrap:focus-within .stronghold-top-bar__tooltip { opacity: 1; visibility: visible; }
.stronghold-top-bar__tooltip-wrap:hover .stronghold-top-bar__tooltip--bottom, .stronghold-top-bar__tooltip-wrap:focus-within .stronghold-top-bar__tooltip--bottom { transform: translate(-50%, 0); }
.stronghold-top-bar__tooltip-wrap:hover .stronghold-top-bar__tooltip--top, .stronghold-top-bar__tooltip-wrap:focus-within .stronghold-top-bar__tooltip--top { transform: translate(-50%, 0); }
.stronghold-top-bar__tooltip-wrap:hover .stronghold-top-bar__tooltip.is-mobile-positioned, .stronghold-top-bar__tooltip-wrap:focus-within .stronghold-top-bar__tooltip.is-mobile-positioned { transform: none; }
.stronghold-top-bar__tooltip-title, .stronghold-top-bar__tooltip-description { display: block; }
.stronghold-top-bar__tooltip-title { margin-bottom: 3px; font-size: 14px; font-weight: 700; }
.stronghold-top-bar__tooltip-description { color: var(--shtb-tooltip-color, #fff); }
.stronghold-top-bar__tooltip-description p { margin: 0 0 8px; }
.stronghold-top-bar__tooltip-description p:last-child { margin-bottom: 0; }
.stronghold-top-bar__tooltip-description ul, .stronghold-top-bar__tooltip-description ol { margin: 6px 0 0; padding-left: 18px; }
.stronghold-top-bar__tooltip-description li + li { margin-top: 3px; }
.stronghold-top-bar__close, .stronghold-top-bar-overlay__close { padding: 6px 12px; border: 0; background: transparent; color: inherit; font-size: 32px; font-weight: 200; line-height: 1; cursor: pointer; }
.stronghold-top-bar__promo { flex: 1; justify-content: center; gap: 28px; font-size: 24px; }
.stronghold-top-bar__promo-highlight { padding: 10px 28px; border-radius: 999px; background: var(--shtb-accent, #b7ff2a); color: #000; font-size: 21px; font-weight: 800; white-space: nowrap; }
.stronghold-top-bar__promo-image img { display: block; width: auto; max-height: 48px; }
.stronghold-top-bar-overlay-open { overflow: hidden; }
.stronghold-top-bar-overlay { position: fixed; z-index: calc(var(--shtb-z-index, 10000) + 1); inset: 0; background: rgba(17, 19, 22, .52); background: color-mix(in srgb, var(--shtb-overlay-backdrop, #111316) 52%, transparent); opacity: 0; transition: opacity .2s; visibility: hidden; }
.stronghold-top-bar-overlay.is-open { opacity: 1; visibility: visible; }
.stronghold-top-bar-overlay__panel { position: absolute; top: var(--shtb-overlay-top, 76px); right: 0; bottom: 0; left: 0; overflow: auto; outline: 0; background: var(--shtb-overlay-bg, #f7f7f7); }
.stronghold-top-bar-overlay__header { position: sticky; z-index: 1; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px 4%; border-bottom: 1px solid #e6e6e6; background: #fff; }
.stronghold-top-bar-overlay__header h2 { margin: 0; font-size: 22px; }
.stronghold-top-bar-overlay__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 50px; padding: 50px; background: #e5e5e5; }
.stronghold-top-bar-theme-card { display: block; background: #fff; color: #2a2d34; text-decoration: none; transition: opacity .18s ease, transform .18s ease; }
.stronghold-top-bar-theme-card:hover, .stronghold-top-bar-theme-card:focus-visible { color: #2a2d34; opacity: .9; transform: translateY(-2px); }
.stronghold-top-bar-theme-card__image { display: block; width: 100%; height: 180px; object-fit: cover; background: #eee; }
.stronghold-top-bar-theme-card__body { display: block; padding: 18px 15px 22px; text-align: center; }
.stronghold-top-bar-theme-card__body strong, .stronghold-top-bar-theme-card__body span { display: block; }
.stronghold-top-bar-theme-card__body strong { font-size: 19px; }
.stronghold-top-bar-theme-card__body span { margin-top: 7px; font-size: 15px; }
.stronghold-top-bar-overlay__empty { grid-column: 1 / -1; margin: 0; padding: 40px; background: #fff; text-align: center; }
.stronghold-top-bar-hidden { display: none !important; }
@media (max-width: 1200px) {
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__actions { max-width: calc(100vw - 18px); }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-group { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-group::-webkit-scrollbar { display: none; }
}
@media (max-width: 900px) {
	.stronghold-top-bar__inner { gap: 8px; min-height: var(--shtb-height, 64px); padding: 6px 9px; }
	.stronghold-top-bar__logo-image { max-width: 125px; max-height: 44px; }
	.stronghold-top-bar__theme-trigger { gap: 9px; padding: 10px 10px; font-size: 17px; }
	.stronghold-top-bar__actions { max-width: calc(100vw - 18px); }
	.stronghold-top-bar__purchase-group { max-width: min(100%, calc(100vw - 18px)); overflow-x: auto; scrollbar-width: none; }
	.stronghold-top-bar__purchase-group::-webkit-scrollbar { display: none; }
	.stronghold-top-bar__purchase-layout { flex-wrap: nowrap; }
	.stronghold-top-bar__button-list { overflow-x: auto; }
	.stronghold-top-bar--design-1 .stronghold-top-bar__button-list { flex-wrap: nowrap; }
	.stronghold-top-bar__button { min-height: 46px; padding: 8px 18px; font-size: 16px; }
	.stronghold-top-bar__purchase-button, .stronghold-top-bar__plans-trigger { min-height: 44px; padding: 8px 12px; font-size: 13px; }
	.stronghold-top-bar__tooltip { max-width: min(240px, calc(100vw - 20px)); }
	.stronghold-top-bar__promo { justify-content: flex-start; gap: 10px; overflow: hidden; font-size: 17px; }
	.stronghold-top-bar__promo-highlight { padding: 8px 13px; font-size: 15px; }
	.stronghold-top-bar-theme-card__image { height: 145px; }
	.stronghold-top-bar-overlay__grid { gap: 24px; padding: 24px; }
}
@media (max-width: 560px) {
	.stronghold-top-bar__promo-text { display: none; }
	.stronghold-top-bar__button { padding: 7px 14px; }
	.stronghold-top-bar__close { padding: 6px 4px; min-width: 40px; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__left { flex: 0 0 auto; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__theme-trigger { min-height: 44px; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__actions { flex: 1 1 auto; max-width: none; min-width: 0; gap: 4px; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-group { flex: 1 1 auto; min-width: 0; max-width: none; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-layout { flex-wrap: nowrap; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-button[data-mobile-label] { font-size: 0; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-button[data-mobile-label]::after { content: attr(data-mobile-label); font-size: 13px; line-height: 1.2; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__purchase-button, .stronghold-top-bar.has-purchase-group .stronghold-top-bar__plans-trigger { min-height: 44px; padding: 8px 11px; }
	.stronghold-top-bar-overlay__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__logo { display: none; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__theme-trigger { gap: 7px; padding: 8px 9px; font-size: 15px; }
	.stronghold-top-bar.has-purchase-group .stronghold-top-bar__close { flex: 0 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
	.stronghold-top-bar__plan-option { transition: none; }
}
