:root {
  --bt-ink: #0b1020;
  --bt-ink-2: #10182b;
  --bt-panel: #121a2d;
  --bt-panel-soft: #18233a;
  --bt-green: #3dd6d0;
  --bt-green-2: #26b6b0;
  --bt-gold: #ff6f61;
  --bt-cream: #f5f7fb;
  --bt-text: #f5f7fb;
  --bt-muted: #aab5cc;
  --bt-line: rgba(170, 181, 204, .16);
  --bt-shadow: 0 24px 60px rgba(0, 0, 0, .26);
}

html { scroll-behavior: smooth; }
body.np-shell-body {
  background:
    radial-gradient(circle at 12% 4%, rgba(61, 209, 143, .13), transparent 31rem),
    radial-gradient(circle at 91% 20%, rgba(230, 184, 90, .08), transparent 28rem),
    var(--bt-ink) !important;
  color: var(--bt-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.np-shell-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .3;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

/* Header */
.np-shell-header.super-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
  min-height: 78px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bt-line) !important;
  background: rgba(7, 19, 15, .86) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .22) !important;
  backdrop-filter: blur(20px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
}
.np-shell-header .np-shell-frame {
  width: min(1500px, calc(100% - 34px)) !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 20px !important;
}
.np-shell-brand.bt-brand {
  position: static !important;
  transform: none !important;
  width: 285px !important;
  max-width: 32vw !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  filter: none !important;
}
.bt-brand img { display: block !important; width: 100% !important; height: auto !important; max-height: 62px !important; object-fit: contain !important; }
.np-shell-brand .np-brand-word { display: none !important; }
.np-shell-links { gap: 4px !important; }
.np-shell-links .np-nav-link {
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  color: #c8d6cf !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
  transition: .2s ease !important;
}
.np-shell-links .np-nav-link i { color: #6ddca8 !important; opacity: .82; }
.np-shell-links .np-nav-link:hover,
.np-shell-links .np-nav-link.is-active {
  color: #fff !important;
  border-color: rgba(77, 216, 151, .2) !important;
  background: rgba(66, 217, 149, .1) !important;
}
.np-shell-actions .np-login-btn,
.np-drawer-auth .btn-auth {
  border: 1px solid rgba(99, 226, 165, .35) !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, var(--bt-green), var(--bt-green-2)) !important;
  box-shadow: 0 10px 24px rgba(32, 184, 117, .22) !important;
  color: #06160f !important;
  font-weight: 800 !important;
}
.np-shell-actions .np-login-btn * { color: #06160f !important; }
.np-shell-actions .np-recover-link { color: #a9bbb2 !important; }
.np-shell-actions .np-recover-link:hover { color: #fff !important; }
.np-burger { border: 1px solid var(--bt-line) !important; background: rgba(255,255,255,.05) !important; color: #fff !important; border-radius: 13px !important; }
.np-account-chip { border: 1px solid var(--bt-line) !important; background: rgba(255,255,255,.045) !important; border-radius: 16px !important; }
.np-account-menu { border: 1px solid var(--bt-line) !important; background: #10261d !important; box-shadow: var(--bt-shadow) !important; }
.np-account-menu a:hover { background: rgba(66,217,149,.1) !important; }

/* Mobile drawer */
.np-shell-drawer {
  border-left: 1px solid var(--bt-line) !important;
  background: linear-gradient(180deg, #10271e, #07130f) !important;
  box-shadow: -30px 0 70px rgba(0,0,0,.45) !important;
}
.np-drawer-head .bt-drawer-logo { width: min(310px, 88%) !important; height: auto !important; margin: 0 0 18px !important; }
.np-drawer-head p { color: var(--bt-muted) !important; }
.np-drawer-list a { border-radius: 13px !important; color: #dce8e2 !important; }
.np-drawer-list a:hover { background: rgba(66,217,149,.1) !important; color: #fff !important; }
.np-drawer-list i { color: var(--bt-green) !important; }
.np-drawer-close { background: rgba(255,255,255,.06) !important; border: 1px solid var(--bt-line) !important; color: #fff !important; }

/* Shared content surfaces */
.np-shell-body :where(.content, .dashboard-area, .section--padding, .login_area, .signup_area) {
  color: var(--bt-text);
}
.np-shell-body :where(.card, .panel, .product, .author-card, .dashboard_contents, .login--form, .signup--form) {
  border-color: var(--bt-line) !important;
  border-radius: 20px !important;
}
.np-shell-body :where(input, select, textarea) {
  border-radius: 12px !important;
}
.np-shell-body :where(.btn, button, input[type="submit"]) {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}
.np-shell-body :where(.btn, button, input[type="submit"]):hover { transform: translateY(-1px); }

/* Footer */
.np-site-footer {
  position: relative;
  border-top: 1px solid var(--bt-line) !important;
  background:
    radial-gradient(circle at 12% 0, rgba(66,217,149,.12), transparent 28rem),
    linear-gradient(180deg, #0c2119 0%, #06100c 100%) !important;
}
.np-footer-grid-clean { gap: 28px !important; }
.np-footer-brand-logo { display: block; width: min(340px, 100%); height: auto; margin-bottom: 22px; }
.np-footer-main-logo, .np-footer-bottom-logo { display: none !important; }
.np-footer-col h3 { color: #fff !important; }
.np-footer-col p, .np-footer-col a, .np-footer-bottom { color: var(--bt-muted) !important; }
.np-footer-col a:hover { color: #fff !important; }
.np-footer-col a i { color: var(--bt-green) !important; }
.np-footer-help-card {
  border: 1px solid rgba(66,217,149,.2) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(66,217,149,.13), rgba(230,184,90,.08)) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.2) !important;
}
.np-footer-help-card > a { background: var(--bt-green) !important; color: #06160f !important; border-radius: 12px !important; font-weight: 800 !important; }
.np-footer-bottom { border-top-color: var(--bt-line) !important; }
.legal-cookie-button { color: var(--bt-muted) !important; }
.novaplay-cookie-consent { --np-cookie-accent: var(--bt-green); }
.novaplay-cookie-shell { border-color: var(--bt-line) !important; background: #10261d !important; }

@media (max-width: 1220px) {
  .np-shell-header .np-shell-frame { grid-template-columns: 1fr auto !important; }
  .np-shell-nav { display: none !important; }
  .np-shell-brand.bt-brand { grid-column: 1; justify-self: start !important; max-width: 255px !important; }
  .np-header-right { grid-column: 2; justify-self: end; }
  .np-burger { display: inline-flex !important; }
}

@media (max-width: 640px) {
  body.np-shell-body { padding-top: 68px !important; }
  .np-shell-header.super-navbar, .np-shell-header .np-shell-frame { min-height: 68px !important; }
  .np-shell-header .np-shell-frame { width: calc(100% - 24px) !important; gap: 10px !important; }
  .np-shell-brand.bt-brand { width: 220px !important; max-width: calc(100vw - 118px) !important; }
  .np-shell-brand.bt-brand img { max-height: 52px !important; }
  .np-shell-actions .np-recover-link { display: none !important; }
  .np-shell-actions .np-login-btn { width: 44px !important; min-width: 44px !important; height: 44px !important; padding: 0 !important; border-radius: 13px !important; }
  .np-shell-actions .np-login-btn .btn-auth-text { display: none !important; }
  .np-footer-grid-clean { grid-template-columns: 1fr !important; }
}

/* BucovinaTeam navigation system v2 — independent visual identity */
html body.bt-branding {
  padding-top: 96px !important;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.bt-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
html body.bt-branding header#luxNav.bt2-header,
html body.bt-branding header#luxNav.bt2-header.scrolled {
  position: fixed !important;
  z-index: 9999 !important;
  inset: 12px 0 auto !important;
  width: auto !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner {
  width: min(1460px, 100%) !important;
  max-width: 1460px !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 8px 10px 8px 16px !important;
  display: grid !important;
  grid-template-columns: 224px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  overflow: visible !important;
  border: 1px solid rgba(197, 226, 211, .14) !important;
  border-radius: 22px !important;
  background: linear-gradient(110deg, rgba(8, 27, 20, .97), rgba(9, 22, 18, .94)) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .035) !important;
  backdrop-filter: blur(24px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(135%) !important;
}
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  top: 0;
  left: 34px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--bt-gold), var(--bt-green));
  box-shadow: 0 0 18px rgba(66, 217, 149, .55);
}
html body.bt-branding header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand {
  position: static !important;
  grid-column: 1 !important;
  width: 212px !important;
  min-width: 0 !important;
  max-width: 212px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
html body.bt-branding header#luxNav.bt2-header a.bt2-brand img {
  display: block !important;
  width: 206px !important;
  max-width: 206px !important;
  height: auto !important;
  max-height: 49px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.bt2-primary-nav { min-width: 0; }
.bt2-nav-list {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  list-style: none !important;
}
.bt2-nav-link {
  position: relative;
  min-height: 46px;
  padding: 5px 10px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #c4d3cb !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.bt2-nav-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 226, 211, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
  color: #8eb6a4;
  transition: inherit;
}
.bt2-nav-icon .bt-icon { width: 18px; height: 18px; }
.bt2-nav-link:hover {
  color: #fff !important;
  border-color: rgba(197, 226, 211, .12);
  background: rgba(255, 255, 255, .045);
  transform: translateY(-1px);
}
.bt2-nav-link:hover .bt2-nav-icon { color: var(--bt-green); border-color: rgba(66,217,149,.24); }
.bt2-nav-link.is-active {
  color: #fff !important;
  border-color: rgba(230, 184, 90, .22);
  background: linear-gradient(135deg, rgba(230,184,90,.12), rgba(66,217,149,.07));
}
.bt2-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: -9px;
  height: 2px;
  border-radius: 2px;
  background: var(--bt-gold);
}
.bt2-nav-link.is-active .bt2-nav-icon {
  color: #092118;
  border-color: transparent;
  background: linear-gradient(135deg, var(--bt-gold), #f0d18e);
  box-shadow: 0 8px 22px rgba(230,184,90,.18);
}
.bt2-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}
.bt2-actions .auth-actions { display: flex !important; align-items: center !important; }
html body.bt-branding header#luxNav .bt2-login.btn-auth.np-login-btn,
html body.bt-branding header#luxNav .bt2-login.btn-auth.np-login-btn[href*="login"] {
  min-width: 138px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 1px solid rgba(230,184,90,.45) !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #f0ca73, var(--bt-gold)) !important;
  color: #1b160b !important;
  box-shadow: 0 12px 28px rgba(230,184,90,.15) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}
html body.bt-branding header#luxNav .bt2-login .bt-icon { width: 19px; height: 19px; color: #1b160b !important; }
html body.bt-branding header#luxNav .bt2-login:hover { transform: translateY(-1px) !important; box-shadow: 0 15px 32px rgba(230,184,90,.22) !important; }
.bt2-menu-button {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(197,226,211,.15) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.045) !important;
  color: var(--bt-green) !important;
  box-shadow: none !important;
}
.bt2-menu-button .bt-icon { width: 22px; height: 22px; }
.bt2-account { min-height: 48px !important; border-radius: 15px !important; }
.bt2-account > .bt-icon { width: 16px; height: 16px; color: var(--bt-muted); }
.np-account-menu .bt-icon { width: 18px; height: 18px; color: var(--bt-green); }

/* Drawer */
html body.bt-branding .bt2-drawer.np-shell-drawer {
  width: min(420px, 92vw) !important;
  padding: 22px !important;
  border: 0 !important;
  border-left: 1px solid rgba(197,226,211,.13) !important;
  border-radius: 28px 0 0 28px !important;
  background: radial-gradient(circle at 100% 0, rgba(66,217,149,.14), transparent 22rem), #091b15 !important;
}
.bt2-drawer-top { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bt2-drawer-top .bt-drawer-logo { width: 230px !important; max-width: calc(100% - 64px) !important; height: auto !important; margin: 0 !important; }
.bt2-drawer-close {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(197,226,211,.14) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.045) !important;
}
.bt2-drawer-close .bt-icon { width: 21px; height: 21px; }
.bt2-drawer-intro {
  margin: 22px 0 18px;
  padding: 17px 18px;
  border: 1px solid rgba(230,184,90,.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(230,184,90,.09), rgba(66,217,149,.05));
}
.bt2-drawer-intro span { display: block; margin-bottom: 5px; color: var(--bt-gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.bt2-drawer-intro p { margin: 0 !important; color: var(--bt-muted) !important; font-size: 13px; }
.bt2-drawer-list { margin: 0 !important; padding: 0 !important; display: grid !important; gap: 7px !important; }
.bt2-drawer-list li { margin: 0 !important; }
.bt2-drawer-list a {
  min-height: 56px !important;
  padding: 7px 10px 7px 8px !important;
  display: grid !important;
  grid-template-columns: 40px 1fr auto !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  color: #d7e4dd !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.bt2-drawer-list a:hover, .bt2-drawer-list a.is-active {
  border-color: rgba(66,217,149,.17) !important;
  background: rgba(66,217,149,.075) !important;
  color: #fff !important;
}
.bt2-drawer-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197,226,211,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
  color: var(--bt-green);
}
.bt2-drawer-icon .bt-icon { width: 19px; height: 19px; }
.bt2-drawer-list a b { color: rgba(197,226,211,.34); font-size: 18px; font-weight: 500; }
.bt2-drawer-auth { margin-top: 18px !important; padding-top: 18px !important; border-top: 1px solid rgba(197,226,211,.1) !important; display: grid !important; gap: 10px !important; }
.bt2-drawer-auth .btn-auth { min-height: 50px !important; display: flex !important; gap: 10px !important; }
.bt2-drawer-auth .bt-icon { width: 19px; height: 19px; }
.bt2-drawer-auth .bt2-secondary-auth { background: rgba(255,255,255,.045) !important; color: #fff !important; }
.bt2-reset-link { display: block; padding: 6px; color: var(--bt-muted) !important; text-align: center; font-size: 12px; font-weight: 700; }

@media (max-width: 1320px) {
  html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner { grid-template-columns: 205px minmax(0,1fr) auto !important; gap: 10px !important; }
  html body.bt-branding header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand { width: 198px !important; max-width: 198px !important; }
  html body.bt-branding header#luxNav.bt2-header a.bt2-brand img { width: 192px !important; max-width: 192px !important; }
  .bt2-nav-link { padding-right: 7px; gap: 5px; font-size: 11px; }
  .bt2-nav-icon { width: 31px; height: 31px; }
}
@media (max-width: 1160px) {
  html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner { grid-template-columns: 1fr auto !important; }
  .bt2-primary-nav { display: none !important; }
  .bt2-menu-button { display: inline-flex !important; }
}
@media (max-width: 640px) {
  html body.bt-branding { padding-top: 78px !important; }
  html body.bt-branding header#luxNav.bt2-header,
  html body.bt-branding header#luxNav.bt2-header.scrolled { inset: 8px 0 auto !important; height: 62px !important; min-height: 62px !important; padding: 0 8px !important; }
  html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner {
    height: 62px !important;
    min-height: 62px !important;
    padding: 6px 7px 6px 12px !important;
    border-radius: 18px !important;
  }
  html body.bt-branding header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand { width: min(205px, calc(100vw - 130px)) !important; max-width: calc(100vw - 130px) !important; height: 46px !important; }
  html body.bt-branding header#luxNav.bt2-header a.bt2-brand img { width: 100% !important; max-width: 100% !important; max-height: 44px !important; }
  html body.bt-branding header#luxNav .bt2-login.btn-auth.np-login-btn { min-width: 44px !important; width: 44px !important; min-height: 44px !important; height: 44px !important; padding: 0 !important; border-radius: 14px !important; }
  html body.bt-branding header#luxNav .bt2-login .btn-auth-text { display: none !important; }
  .bt2-menu-button { width: 44px !important; min-width: 44px !important; height: 44px !important; border-radius: 14px !important; }
  html body.bt-branding .bt2-drawer.np-shell-drawer { width: min(360px, 94vw) !important; padding: 18px !important; border-radius: 24px 0 0 24px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Hard isolation from legacy page-level header rules. */
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar.np-shell-header,
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar.np-shell-header.scrolled {
  inset: 12px 0 auto !important;
  width: auto !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
  position: relative !important;
  width: min(1460px, calc(100vw - 36px)) !important;
  max-width: 1460px !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 8px 10px 8px 16px !important;
  display: grid !important;
  grid-template-columns: 224px minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand {
  position: static !important;
  inset: auto !important;
  grid-area: auto !important;
  place-self: center start !important;
  width: 212px !important;
  min-width: 0 !important;
  max-width: 212px !important;
  height: 52px !important;
  min-height: 0 !important;
  transform: none !important;
  overflow: visible !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand::before,
html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand::after {
  content: none !important;
  display: none !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand img {
  content: url("/images/bucovinateam-logo.svg?v=20260830-classic-v6") !important;
  display: block !important;
  width: 206px !important;
  min-width: 0 !important;
  max-width: 206px !important;
  height: auto !important;
  max-height: 49px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  filter: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}
@media (max-width: 1320px) {
  html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame { grid-template-columns: 205px minmax(0,1fr) auto !important; gap: 10px !important; }
}
@media (max-width: 1160px) {
  html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame { grid-template-columns: 1fr auto !important; }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header .bt2-primary-nav { display: none !important; }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header .bt2-menu-button { display: inline-flex !important; }
}
@media (max-width: 640px) {
  html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar.np-shell-header,
  html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar.np-shell-header.scrolled {
    inset: 8px 0 auto !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 8px !important;
  }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
    width: calc(100vw - 16px) !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 6px 7px 6px 12px !important;
  }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand { width: min(205px, calc(100vw - 130px)) !important; max-width: calc(100vw - 130px) !important; height: 46px !important; }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand img { width: 100% !important; max-width: 100% !important; max-height: 44px !important; }
}

/* BucovinaTeam palette v3: midnight, aqua and coral. */
html body.bt-branding.np-shell-body {
  background:
    radial-gradient(circle at 9% 2%, rgba(61,214,208,.13), transparent 31rem),
    radial-gradient(circle at 92% 18%, rgba(255,111,97,.09), transparent 28rem),
    #0b1020 !important;
  color: #f5f7fb !important;
}
html body.bt-branding.np-shell-body::before {
  opacity: .22;
  background-image: linear-gradient(rgba(164,184,221,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(164,184,221,.035) 1px, transparent 1px) !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
  border-color: rgba(157,179,217,.16) !important;
  background: linear-gradient(110deg, rgba(12,18,35,.97), rgba(15,24,43,.95)) !important;
  box-shadow: 0 18px 55px rgba(2,5,14,.42), inset 0 1px rgba(255,255,255,.035) !important;
}
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner::before {
  background: linear-gradient(90deg, #3dd6d0, #ff6f61) !important;
  box-shadow: 0 0 18px rgba(61,214,208,.38) !important;
}
.bt2-nav-link { color: #b8c3d9 !important; }
.bt2-nav-icon {
  border-color: rgba(157,179,217,.13) !important;
  background: rgba(150,170,210,.045) !important;
  color: #8fa2c3 !important;
}
.bt2-nav-link:hover {
  color: #fff !important;
  border-color: rgba(61,214,208,.15) !important;
  background: rgba(61,214,208,.055) !important;
}
.bt2-nav-link:hover .bt2-nav-icon { color: #3dd6d0 !important; border-color: rgba(61,214,208,.26) !important; }
.bt2-nav-link.is-active {
  color: #fff !important;
  border-color: rgba(255,111,97,.25) !important;
  background: linear-gradient(135deg, rgba(255,111,97,.13), rgba(61,214,208,.055)) !important;
}
.bt2-nav-link.is-active::after { background: #ff6f61 !important; }
.bt2-nav-link.is-active .bt2-nav-icon {
  color: #17111b !important;
  background: #ff6f61 !important;
  box-shadow: 0 8px 22px rgba(255,111,97,.2) !important;
}
html body.bt-branding header#luxNav .bt2-login.btn-auth.np-login-btn,
html body.bt-branding header#luxNav .bt2-login.btn-auth.np-login-btn[href*="login"] {
  border-color: rgba(255,139,127,.42) !important;
  border-radius: 11px 17px 11px 17px !important;
  background: #ff6f61 !important;
  color: #17111b !important;
  box-shadow: 0 12px 28px rgba(255,111,97,.2) !important;
}
html body.bt-branding header#luxNav .bt2-login .bt-icon,
html body.bt-branding header#luxNav .bt2-login .btn-auth-text { color: #17111b !important; }
.bt2-menu-button {
  border-color: rgba(61,214,208,.24) !important;
  background: rgba(61,214,208,.07) !important;
  color: #3dd6d0 !important;
}
html body.bt-branding .bt2-drawer.np-shell-drawer {
  border-left-color: rgba(157,179,217,.16) !important;
  background: radial-gradient(circle at 100% 0, rgba(61,214,208,.14), transparent 22rem), #0d1528 !important;
}
.bt2-drawer-intro {
  border-color: rgba(255,111,97,.18) !important;
  background: linear-gradient(135deg, rgba(255,111,97,.09), rgba(61,214,208,.055)) !important;
}
.bt2-drawer-intro span { color: #ff8c80 !important; }
.bt2-drawer-list a:hover, .bt2-drawer-list a.is-active {
  border-color: rgba(61,214,208,.19) !important;
  background: rgba(61,214,208,.075) !important;
}
.bt2-drawer-icon { border-color: rgba(157,179,217,.14) !important; background: rgba(150,170,210,.045) !important; color: #3dd6d0 !important; }
.bt2-drawer-auth .btn-auth {
  border-color: rgba(255,111,97,.35) !important;
  border-radius: 11px 17px 11px 17px !important;
  background: #ff6f61 !important;
  color: #17111b !important;
  box-shadow: 0 12px 28px rgba(255,111,97,.16) !important;
}
.bt2-reset-link, .np-drawer-head p { color: #aab5cc !important; }
.np-account-menu { border-color: rgba(157,179,217,.16) !important; background: #121a2d !important; }
.np-account-menu .bt-icon { color: #3dd6d0 !important; }
.np-site-footer {
  border-top-color: rgba(157,179,217,.16) !important;
  background: radial-gradient(circle at 12% 0, rgba(61,214,208,.1), transparent 28rem), linear-gradient(180deg,#111a30 0%,#080c18 100%) !important;
}
.np-footer-col p, .np-footer-col a, .np-footer-bottom { color: #aab5cc !important; }
.np-footer-col a i { color: #3dd6d0 !important; }
.np-footer-help-card {
  border-color: rgba(61,214,208,.2) !important;
  background: linear-gradient(145deg, rgba(61,214,208,.11), rgba(255,111,97,.07)) !important;
}
.np-footer-help-card > a { border-radius: 11px 17px 11px 17px !important; background: #ff6f61 !important; color: #17111b !important; }
.novaplay-cookie-shell { border-color: rgba(157,179,217,.16) !important; background: #121a2d !important; }
.novaplay-cookie-btn.primary { border-color: #ff6f61 !important; background: #ff6f61 !important; color: #17111b !important; box-shadow: none !important; }
.novaplay-cookie-btn.reject, .novaplay-cookie-btn.ghost, .novaplay-cookie-btn.dark { border-color: rgba(157,179,217,.18) !important; background: #18233a !important; color: #eef4ff !important; }

/* Keep the authentication actions inside the v3 palette at every breakpoint. */
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login.btn-auth.np-login-btn,
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login.btn-auth.np-login-btn[href*="login"] {
  border-color: rgba(255,139,127,.42) !important;
  background: #ff6f61 !important;
  background-image: none !important;
  color: #17111b !important;
  box-shadow: 0 12px 28px rgba(255,111,97,.2) !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login :is(.bt-icon,.btn-auth-text) {
  color: #17111b !important;
}
html body.bt-branding.np-shell-body .bt2-drawer.np-shell-drawer .bt2-drawer-auth .btn-auth {
  background: #ff6f61 !important;
  background-image: none !important;
  color: #17111b !important;
}
html body.bt-branding.np-shell-body .bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth,
html body.bt-branding.np-shell-body .bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth[href*="login"] {
  border-color: rgba(255,139,127,.42) !important;
  background: #ff6f61 !important;
  background-image: none !important;
  color: #17111b !important;
  box-shadow: 0 12px 28px rgba(255,111,97,.18) !important;
}
@media (max-width: 1180px) {
  html body.bt-branding.np-shell-body aside#sideUi.bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth[href*="login.php"] {
    border-color: rgba(255,139,127,.42) !important;
    background: #ff6f61 !important;
    background-image: none !important;
    color: #17111b !important;
    box-shadow: 0 12px 28px rgba(255,111,97,.18) !important;
  }
}

/* Identity v5: geometric BT system. */
html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
  border-radius: 8px 30px 8px 30px !important;
  background: linear-gradient(110deg,rgba(8,14,28,.985),rgba(16,28,47,.965)) !important;
  box-shadow: 0 22px 65px rgba(1,5,14,.5),inset 0 1px rgba(124,233,194,.06) !important;
}
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner::before {
  width: 92px !important;
  background: linear-gradient(90deg,#42d995,#7ce9c2) !important;
}
.bt2-nav-link { border-radius: 7px 16px 7px 16px !important; }
.bt2-nav-link.is-active {
  border-color: rgba(66,217,149,.28) !important;
  background: linear-gradient(135deg,rgba(66,217,149,.15),rgba(124,233,194,.045)) !important;
}
.bt2-nav-link.is-active::after { background:#42d995 !important; }
.bt2-nav-link.is-active .bt2-nav-icon { color:#06170f !important; background:#42d995 !important; box-shadow:0 8px 22px rgba(66,217,149,.2) !important; }
html body.bt-branding.np-shell-body header#luxNav .bt2-login.btn-auth.np-login-btn,
html body.bt-branding.np-shell-body .bt2-drawer .btn-auth,
html body.bt-branding.np-shell-body .np-footer-help-card > a,
html body.bt-branding.np-shell-body .novaplay-cookie-btn.primary {
  border-radius:999px !important;
}
.bt2-menu-button { border-radius:8px 18px 8px 18px !important; }
html body.bt-branding .bt2-drawer.np-shell-drawer { border-radius:32px 0 0 8px !important; }

/* Header v6: chamfered frame, separated brand block, no decorative rails. */
html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
  border:1px solid rgba(135,158,196,.16) !important;
  border-radius:0 !important;
  background:linear-gradient(105deg,rgba(7,13,26,.985),rgba(14,25,43,.975)) !important;
  clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)) !important;
  box-shadow:0 18px 56px rgba(1,5,14,.42),inset 0 1px rgba(255,255,255,.035) !important;
}
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner::before,
html body.bt-branding header#luxNav.bt2-header > .bt2-header-inner::after {
  content:none !important;
  display:none !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand {
  padding-right:16px !important;
  border-right:1px solid rgba(135,158,196,.15) !important;
}
.bt2-primary-nav { gap:4px !important; }
.bt2-nav-link {
  min-height:42px !important;
  border:1px solid transparent !important;
  border-radius:10px !important;
  background:transparent !important;
}
.bt2-nav-link::after { content:none !important; display:none !important; }
.bt2-nav-link.is-active {
  border-color:rgba(66,217,149,.28) !important;
  background:#42d995 !important;
  color:#06170f !important;
  box-shadow:0 8px 24px rgba(66,217,149,.16) !important;
}
.bt2-nav-link.is-active .bt2-nav-icon {
  border-color:rgba(6,23,15,.16) !important;
  background:rgba(6,23,15,.1) !important;
  color:#06170f !important;
  box-shadow:none !important;
}
.bt2-nav-link:hover:not(.is-active) {
  border-color:rgba(66,217,149,.17) !important;
  background:rgba(66,217,149,.055) !important;
}
html body.bt-branding.np-shell-body header#luxNav .bt2-login.btn-auth.np-login-btn {
  border-radius:12px !important;
}
.bt2-menu-button { border-radius:10px !important; }
@media (max-width:640px) {
  html body.bt-branding.np-shell-body header#luxNav.bt2-header > .bt2-header-inner.nav-container.np-shell-frame {
    clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px)) !important;
  }
  html body.bt-branding.np-shell-body header#luxNav.bt2-header a.bt2-brand.brand-lux.np-shell-brand.bt-brand {
    padding-right:8px !important;
  }
}

/* Final brand direction: emerald actions inside the redesigned midnight UI. */
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login.btn-auth.np-login-btn,
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login.btn-auth.np-login-btn[href*="login"],
html body.bt-branding.np-shell-body .bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth,
html body.bt-branding.np-shell-body .bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth[href*="login"] {
  border-color: rgba(66,217,149,.42) !important;
  background: #42d995 !important;
  background-image: none !important;
  color: #06170f !important;
  box-shadow: 0 12px 28px rgba(66,217,149,.2) !important;
}
html body.bt-branding.np-shell-body header#luxNav.bt2-header.super-navbar .bt2-header-inner a.bt2-login :is(.bt-icon,.btn-auth-text),
html body.bt-branding.np-shell-body .bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth :is(.bt-icon,.btn-auth-text) {
  color: #06170f !important;
}
html body.bt-branding.np-shell-body .np-footer-help-card > a,
html body.bt-branding.np-shell-body .novaplay-cookie-btn.primary {
  border-color: #42d995 !important;
  background: #42d995 !important;
  background-image: none !important;
  color: #06170f !important;
}
@media (max-width: 1180px) {
  html body.bt-branding.np-shell-body aside#sideUi.bt2-drawer.app-drawer.np-shell-drawer .bt2-drawer-auth.np-drawer-auth > a.btn-auth[href*="login.php"] {
    border-color: rgba(66,217,149,.42) !important;
    background: #42d995 !important;
    background-image: none !important;
    color: #06170f !important;
    box-shadow: 0 12px 28px rgba(66,217,149,.2) !important;
  }
}
