.pgd-menu-premium-ico {
  color: var(--gold);
}

.pgd-menu-item-danger {
  color: var(--red);
}

.pgd-flat-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  vertical-align: middle;
}

.pgd-menu-emoji-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  flex: 0 0 16px;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

.pgd-menu-entity-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.12s ease;
}

#pgd-header .pgd-nav-dd-menu a:hover .pgd-menu-entity-icon,
#pgd-header .pgd-nav-dd-menu a:focus-visible .pgd-menu-entity-icon,
#pgd-mobile-menu .pgd-submenu-item:hover .pgd-menu-entity-icon,
#pgd-mobile-menu .pgd-submenu-item:focus-visible .pgd-menu-entity-icon {
  opacity: 1;
}

.pgd-flat-icon-horse {
  -webkit-mask: url('../img/icon-horse-flat.svg') center / contain no-repeat;
  mask: url('../img/icon-horse-flat.svg') center / contain no-repeat;
}

.pgd-submenu-title .pgd-flat-icon,
.nav-item-copy .pgd-flat-icon,
.pgd-menu-ico .pgd-flat-icon {
  margin-right: 0;
}

#pgd-header .nav-item i,
#pgd-header .pgd-nav-dd-link i,
#pgd-header .pgd-nav-dd-btn,
#pgd-header .pgd-nav-dd-chevron,
#pgd-header .nchev,
#pgd-mobile-menu .pgd-menu-item i,
#pgd-header .pgd-menu-emoji-ico,
#pgd-mobile-menu .pgd-menu-emoji-ico,
#pgd-mobile-menu .pgd-flat-icon {
  color: #e8960a !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
}

#pgd-header .pgd-flat-icon,
#pgd-mobile-menu .pgd-flat-icon {
  color: #e8960a !important;
  background: currentColor !important;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
}

#pgd-header .pgd-menu-cat-icon,
#pgd-mobile-menu .pgd-menu-cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  min-width: 14px;
  flex: 0 0 14px;
  margin-right: 8px;
  color: var(--pgd-cat-color, #e8960a) !important;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", "Apple Symbols", "Arial Unicode MS", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

[data-theme="light"] #pgd-header .hdr-search input,
[data-theme="light"] #pgd-header .ico-btn,
[data-theme="light"] #pgd-header .pgd-zil-btn,
[data-theme="light"] #pgd-header .pgd-icon-action,
[data-theme="light"] #pgd-header .user-btn,
[data-theme="light"] #pgd-header .pgd-user-login{
  background: #fffdf8 !important;
  border-color: rgba(74, 49, 16, 0.12) !important;
  box-shadow: none;
}

#pgd-header .ico-btn,
#pgd-header .pgd-zil-btn,
#pgd-header .pgd-icon-action{
  width: 42px !important;
  min-width: 42px !important;
  border-right-width: 0 !important;
}

#pgd-header .user-btn,
#pgd-header .pgd-user-login {
  padding: 0 14px !important;
  border-left-width: 1px !important;
}

#pgd-header .u-av,
#pgd-header .pgd-user-avatar,
#pgd-header .pgd-user-avatar-img {
  width: 26px !important;
  height: 26px !important;
  border-radius: 0 !important;
}

#pgd-header .pgd-user-avatar img {
  border-radius: 0 !important;
}

/* ============================================================
   HEADER / MENU LIGHT OVERRIDES
   ============================================================ */

[data-theme="light"] body {
  background: #fffdfa !important;
  color: #17100a !important;
}

[data-theme="light"] #pgd-header.site-header,
[data-theme="light"] #pgd-header .header-top.pgd-hdr-top {
  background: #fffdf8 !important;
  border-color: rgba(111, 82, 34, 0.12) !important;
  box-shadow: none;
}

[data-theme="light"] #pgd-header .hdr-nav-wrap,
[data-theme="light"] #pgd-header .hdr-nav {
  background: #fff7ee !important;
  border-color: rgba(111, 82, 34, 0.12) !important;
  box-shadow: none;
}

[data-theme="light"] #pgd-header .hdr-nav {
  display: flex !important;
  align-items: stretch !important;
}

[data-theme="light"] #pgd-header .hdr-nav > * {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
}

[data-theme="light"] #pgd-header .hdr-nav > * + *::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 1px !important;
  background: rgba(111, 82, 34, 0.16) !important;
}

[data-theme="light"] #pgd-header .hdr-nav > .pgd-header-nav-clock::before {
  content: none !important;
  display: none !important;
}

[data-theme="light"] #pgd-header .nav-item,
[data-theme="light"] #pgd-header .pgd-nav-dd-link {
  min-height: 54px !important;
  padding: 0 20px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  background: #fff7ee !important;
  color: #2f1d0d !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

[data-theme="light"] #pgd-header .nav-item.aktif,
[data-theme="light"] #pgd-header .nav-item:hover,
[data-theme="light"] #pgd-header .pgd-nav-dd-link:hover,
[data-theme="light"] #pgd-header .pgd-nav-dd-link.aktif {
  background: #fff2db !important;
  color: #8b5408 !important;
}

#pgd-header.site-header .nav-item.pgd-nav-item--altili {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

[data-theme="light"] #pgd-header .nav-item i,
[data-theme="light"] #pgd-header .pgd-nav-dd-link i,
[data-theme="light"] #pgd-header .pgd-nav-dd-btn,
[data-theme="light"] #pgd-header .pgd-nav-dd-chevron,
[data-theme="light"] #pgd-header .nchev,
[data-theme="light"] #pgd-header .pgd-flat-icon,
[data-theme="light"] #pgd-header .pgd-menu-emoji-ico,
[data-theme="light"] #pgd-mobile-menu .pgd-menu-item i,
[data-theme="light"] #pgd-mobile-menu .pgd-menu-emoji-ico,
[data-theme="light"] #pgd-mobile-menu .pgd-flat-icon {
  color: #d88608 !important;
}

/* ============================================================
   HEADER ACTIONS / NAV BALANCE
   ============================================================ */

#pgd-header .hdr-right.pgd-hdr-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 42px !important;
}

#pgd-header .hdr-right.pgd-hdr-actions > * {
  align-self: center !important;
}

/* ============================================================
   ACCESS STATES
   ============================================================ */

#pgd-header .nav-item.is-locked,
#pgd-header .pgd-nav-dd-link.is-locked,
#pgd-mobile-menu .pgd-menu-item.is-locked,
#pgd-header .pgd-dd-item.is-locked {
  opacity: 1 !important;
}

#pgd-header .nav-item-copy,
#pgd-mobile-menu .pgd-menu-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pgd-nav-lock,
.pgd-dd-lock,
.pgd-nav-lock--mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(184, 122, 8, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.9;
}

#pgd-header .nav-item .pgd-nav-lock,
#pgd-header .pgd-nav-dd-link .pgd-nav-lock {
  margin-left: 6px;
}

#pgd-mobile-menu .pgd-menu-item .pgd-nav-lock--mobile {
  margin-left: auto;
}

/* Mobile menu clarity: no boxed icons, stronger row affordance. */
#pgd-mobile-menu .pgd-menu-main {
  display: grid !important;
  gap: 6px !important;
  padding: 8px 12px 18px !important;
}

#pgd-mobile-menu .pgd-menu-item,
#pgd-mobile-menu .pgd-menu-item-row {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
}

#pgd-mobile-menu .pgd-menu-item-row {
  align-items: stretch !important;
}

#pgd-mobile-menu .pgd-menu-item {
  width: 100% !important;
  padding: 0 12px !important;
  color: #2b1b0d !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

#pgd-mobile-menu .pgd-menu-item:hover,
#pgd-mobile-menu .pgd-menu-item-active,
#pgd-mobile-menu .pgd-menu-item.aktif,
#pgd-mobile-menu .pgd-menu-item.active,
#pgd-mobile-menu .pgd-menu-item-row:hover {
  background: #fff2d8 !important;
  color: #6f4308 !important;
}

#pgd-mobile-menu .pgd-menu-ico,
#pgd-mobile-menu .pgd-menu-item > i,
#pgd-mobile-menu .pgd-menu-emoji-ico,
#pgd-mobile-menu .pgd-flat-icon {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#pgd-mobile-menu .pgd-menu-ico i,
#pgd-mobile-menu .pgd-menu-item > i,
#pgd-mobile-menu .pgd-menu-emoji-ico {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  color: #d88608 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

#pgd-mobile-menu .pgd-menu-item-toggle {
  width: 42px !important;
  min-width: 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}

#pgd-mobile-menu .pgd-menu-item-row:hover .pgd-menu-item-toggle {
  background: #ffe8ba !important;
}

#pgd-mobile-menu .pgd-menu-section-title--utility {
  margin: 10px 4px 2px !important;
  color: #9a6b24 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

#pgd-mobile-menu .pgd-menu-utility-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 12px !important;
  padding: 0 2px 4px !important;
}

#pgd-mobile-menu .pgd-menu-utility-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 184, 139, .38) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #3a2918 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

#pgd-mobile-menu .pgd-menu-utility-link:hover {
  border-bottom-color: rgba(232, 150, 10, .48) !important;
  background: transparent !important;
  color: #6f4308 !important;
}

#pgd-mobile-menu .pgd-menu-utility-link i {
  color: #d88608 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

#pgd-mobile-menu .pgd-menu-utility-link span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#pgd-header .pgd-dd-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#pgd-header .pgd-dd-item .pgd-dd-lock {
  margin-left: auto;
}

#pgd-header .ico-btn,
#pgd-header .pgd-zil-btn,
#pgd-header .pgd-icon-action,
#pgd-header .pgd-user-login,
#pgd-header .pgd-header-join,
#pgd-header .pgd-user-btn{
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none;
}

#pgd-header .ico-btn,
#pgd-header .pgd-zil-btn,
#pgd-header .pgd-icon-action{
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
}

#pgd-header .pgd-user-login,
#pgd-header .pgd-header-join {
  gap: 8px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
}

#pgd-header .pgd-user-login .pgd-login-ico {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

#pgd-header .pgd-user-login .pgd-login-ico i {
  display: block !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: inherit !important;
  margin: 0 !important;
}

#pgd-header .pgd-user-login {
  background: #fffdf8 !important;
  border: 1px solid rgba(111, 82, 34, 0.14) !important;
  color: #2b1c0e !important;
}

#pgd-header .pgd-header-join {
  background: #e8a020 !important;
  border: 1px solid #d18d14 !important;
  color: #fffdf8 !important;
}

#pgd-header .pgd-user-login .u-av,
#pgd-header .pgd-header-join i {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

#pgd-header .pgd-zil-btn {
  position: relative !important;
}

#pgd-header .nav-item,
#pgd-header .pgd-nav-dd-link {
  min-height: 52px !important;
  padding: 0 18px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

#pgd-header .nav-item-copy {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  line-height: 1 !important;
}

#pgd-header .nav-item > i,
#pgd-header .pgd-nav-dd-link > i,
#pgd-header .nav-item-copy > i,
#pgd-header .nav-item-copy .pgd-flat-icon,
#pgd-header .nav-item-copy .pgd-menu-emoji-ico {
  margin-top: -1px !important;
}

@media (max-width: 900px) {
  #pgd-header .hdr-right.pgd-hdr-actions {
    margin-left: auto !important;
    gap: 0 !important;
  }

  #pgd-header .pgd-user-login .u-nm,
  #pgd-header .pgd-header-join .pgd-btn-label,
  #pgd-header .pgd-user-btn .u-nm,
  #pgd-header .pgd-user-btn .nchev {
    display: none !important;
  }

  #pgd-header .pgd-user-login,
  #pgd-header .pgd-header-join,
  #pgd-header .pgd-user-btn {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    gap: 0 !important;
    justify-content: center !important;
  }

  #pgd-header .pgd-user-btn .u-av,
  #pgd-header .pgd-user-login .u-av {
    margin: 0 !important;
  }
}

#pgd-header .pgd-bell-menu {
  position: relative;
  z-index: 8;
  overflow: visible;
}

#pgd-header .pgd-zil-btn {
  position: relative;
  z-index: 2;
  overflow: visible;
}

#pgd-header .pgd-zil-rozet {
  z-index: 12;
}

#pgd-header .pgd-user-login,
#pgd-header .pgd-user-btn,
#pgd-header .pgd-header-join {
  position: relative;
  z-index: 1;
}

#pgd-header .pgd-notif-dropdown {
  right: 0;
  left: auto;
  top: calc(100% + 10px);
  width: min(380px, calc(100vw - 24px));
  z-index: 40;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--surface), var(--surface2));
  box-shadow: none;
  overflow: hidden;
}

#pgd-header .pgd-notif-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}

#pgd-header .pgd-notif-head strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text2);
}

#pgd-header .pgd-notif-head a {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-dark);
  text-decoration: none;
}

#pgd-header .pgd-notif-list {
  display: grid;
}

#pgd-header .pgd-notif-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-top: 1px solid var(--border);
  text-decoration: none;
  color: var(--text2);
}

#pgd-header .pgd-notif-item:first-child {
  border-top: none;
}

#pgd-header .pgd-notif-item:hover {
  background: rgba(232, 160, 32, .05);
}

#pgd-header .pgd-notif-item-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg2);
  color: var(--gold-dark);
  font-size: 15px;
}

#pgd-header .pgd-notif-item-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

#pgd-header .pgd-notif-item-copy strong {
  font-size: 13px;
  line-height: 1.35;
  color: var(--text);
}

#pgd-header .pgd-notif-item-copy small {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text3);
}

#pgd-header .pgd-notif-item time {
  font-size: 11px;
  font-weight: 700;
  color: var(--text4);
  white-space: nowrap;
}

#pgd-header .pgd-notif-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 26px 18px;
  color: var(--text3);
  text-align: center;
}

#pgd-header .pgd-notif-empty i {
  font-size: 24px;
  color: var(--text4);
}

@media (max-width: 900px) {
  #pgd-header .pgd-notif-dropdown {
    position: fixed;
    top: 74px;
    right: 12px;
    width: min(360px, calc(100vw - 24px));
    max-height: calc(100vh - 96px);
    overflow: auto;
  }
}

/* ============================================================
   HEADER PROMO BANNER
   ============================================================ */

#pgd-header.site-header .pgd-header-promo {
  width: 100%;
  border-bottom: 1px solid rgba(74, 49, 16, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 239, 0.92)),
    linear-gradient(90deg, rgba(232, 150, 10, 0.12), rgba(28, 117, 102, 0.08));
  color: #2a1b0c;
}

#pgd-header.site-header .pgd-header-promo__inner {
  max-width: var(--max-w);
  min-height: 34px;
  margin: 0 auto;
  padding: 6px 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

#pgd-header.site-header .pgd-header-promo__message {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

#pgd-header.site-header .pgd-header-promo__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 22px;
  padding: 0 9px;
  border: 1px solid rgba(232, 150, 10, 0.24);
  border-radius: 7px;
  background: #fff7e7;
  color: #8a5609;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

#pgd-header.site-header .pgd-header-promo__badge i {
  font-size: 13px;
  line-height: 1;
}

#pgd-header.site-header .pgd-header-promo__text {
  overflow: hidden;
  color: #5f4b2e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#pgd-header.site-header .pgd-header-promo__perks {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4e675e;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

#pgd-header.site-header .pgd-header-promo__perks span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
}

#pgd-header.site-header .pgd-header-promo__perks i {
  color: #0f8b72 !important;
  font-size: 12px;
}

#pgd-header.site-header .pgd-header-utility-nav {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
  white-space: nowrap;
}

#pgd-header.site-header .pgd-header-utility-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5a4630;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: color .15s ease;
}

#pgd-header.site-header .pgd-header-utility-nav a + a {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(74, 49, 16, .14);
}

#pgd-header.site-header .pgd-header-utility-nav a:hover {
  background: transparent;
  color: #8a5609;
}

#pgd-header.site-header .pgd-header-utility-nav i {
  color: #c27a08 !important;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 900px) {
  #pgd-header.site-header .pgd-header-promo__inner {
    min-height: 32px;
    padding: 5px 12px;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
  }

  #pgd-header.site-header .pgd-header-promo__message {
    display: none;
  }

  #pgd-header.site-header .pgd-header-promo__text {
    font-size: 11px;
  }

  #pgd-header.site-header .pgd-header-promo__perks {
    order: 3;
    width: 100%;
    margin-left: 0;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 1px 2px 3px;
    scrollbar-width: none;
  }

  #pgd-header.site-header .pgd-header-promo__perks::-webkit-scrollbar {
    display: none;
  }

  #pgd-header.site-header .pgd-header-promo__perks span {
    flex: 0 0 auto;
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid rgba(15, 139, 114, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #36594f;
    font-size: 10.5px;
  }

  #pgd-header.site-header .pgd-header-utility-nav {
    order: 1;
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 0;
    overflow: visible;
    padding: 0;
  }

  #pgd-header.site-header .pgd-header-utility-nav::-webkit-scrollbar {
    display: none;
  }

  #pgd-header.site-header .pgd-header-utility-nav a {
    flex: 0 1 auto;
    justify-content: center;
    min-width: 0;
    min-height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    gap: 4px;
    font-size: clamp(8.75px, 2.55vw, 10.5px);
  }

  #pgd-header.site-header .pgd-header-utility-nav a span {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  #pgd-header.site-header .pgd-header-utility-nav a + a {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid rgba(74, 49, 16, .12);
  }
}

@media (max-width: 560px) {
  #pgd-header.site-header .pgd-header-promo__text {
    display: none;
  }

  #pgd-header.site-header .pgd-header-promo__badge {
    min-height: 24px;
  }
}

/* ============================================================
   HARD HEADER NORMALIZE
   ============================================================ */

#pgd-header.site-header .hdr-nav-wrap {
  min-height: 46px !important;
}

#pgd-header.site-header .header-top.pgd-hdr-top {
  display: grid !important;
  grid-template-columns: auto minmax(300px, 640px) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 22px !important;
}

#pgd-header.site-header .hdr-search.pgd-search {
  display: block !important;
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}

#pgd-header.site-header #pgd-hamburger,
#pgd-header.site-header .pgd-mobile-search-trigger {
  display: none !important;
}

#pgd-header.site-header .hdr-nav {
  min-height: 46px !important;
  padding: 0 14px !important;
  align-items: stretch !important;
}

#pgd-header.site-header .hdr-nav > .nav-item,
#pgd-header.site-header .hdr-nav > .nav-item-group {
  display: inline-flex !important;
  align-items: stretch !important;
  margin: 0 !important;
}

#pgd-header.site-header .hdr-nav > .nav-item,
#pgd-header.site-header .hdr-nav > .nav-item-group > .pgd-nav-dd-link,
#pgd-header.site-header .hdr-nav > .nav-item-group > .pgd-nav-dd-btn {
  min-height: 46px !important;
  height: 46px !important;
  box-sizing: border-box !important;
}

#pgd-header.site-header .hdr-nav > .nav-item,
#pgd-header.site-header .hdr-nav > .nav-item-group > .pgd-nav-dd-link {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  padding: 0 14px !important;
  justify-content: center !important;
  line-height: 1 !important;
}

#pgd-header.site-header .hdr-nav > .nav-item-group > .pgd-nav-dd-btn {
  width: 26px !important;
  min-width: 26px !important;
  padding: 0 !important;
}

#pgd-header.site-header .hdr-nav .nav-item-copy,
#pgd-header.site-header .hdr-nav .nav-item,
#pgd-header.site-header .hdr-nav .pgd-nav-dd-link {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--free {
  position: relative;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new {
  position: relative;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--preorder {
  position: relative;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--active-count {
  position: relative;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--free::before {
  content: 'ÜCRETSİZ';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f2b233;
  color: #5b3908;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

#pgd-header.site-header .hdr-nav-wrap,
#pgd-header.site-header .hdr-nav,
#pgd-header.site-header .hdr-nav > .nav-item,
#pgd-header.site-header .hdr-nav > .nav-item-group,
#pgd-header.site-header .hdr-nav .pgd-nav-item--free {
  overflow: visible !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new {
  overflow: visible !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--preorder {
  overflow: visible !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--active-count {
  overflow: visible !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--free::before {
  content: none !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--free .pgd-nav-free-badge {
  position: absolute;
  top: -13px;
  left: calc(50% + 10px);
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 16px;
  padding: 0 7px;
  border-radius: 6px;
  background: #f2b233;
  color: #5b3908;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  z-index: 6;
  box-shadow: none;
  pointer-events: none;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--free .pgd-nav-free-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #f2b233;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--preorder .pgd-nav-preorder-badge {
  position: absolute;
  top: -13px;
  left: calc(50% + 4px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 16px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f2b233;
  color: #5b3908;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  z-index: 6;
  box-shadow: none;
  pointer-events: none;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--preorder .pgd-nav-preorder-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #f2b233;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--active-count .pgd-nav-active-count-badge {
  position: absolute;
  top: -13px;
  left: calc(50% + 4px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 16px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f2b233;
  color: #5b3908;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  z-index: 6;
  box-shadow: none;
  pointer-events: none;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--active-count .pgd-nav-active-count-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #f2b233;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new .pgd-nav-new-badge {
  position: absolute;
  top: -13px;
  left: calc(50% + 4px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 16px;
  padding: 0 7px;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  z-index: 6;
  box-shadow: none;
  pointer-events: none;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new .pgd-nav-new-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #2563eb;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new-orange .pgd-nav-new-badge--orange {
  background: #f97316;
  color: #fff7ed;
}

#pgd-header.site-header .hdr-nav .pgd-nav-item--new-orange .pgd-nav-new-badge--orange::after {
  background: #f97316;
}

#pgd-mobile-menu .pgd-menu-new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 18px;
  padding: 0 7px;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}

#pgd-mobile-menu .pgd-menu-new-badge--orange {
  background: #f97316;
  color: #fff7ed;
}

#pgd-mobile-menu .pgd-menu-preorder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 18px;
  margin-left: auto;
  padding: 0 8px;
  border-radius: 999px;
  background: #f2b233;
  color: #5b3908;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

#pgd-header.site-header .hdr-nav .pgd-nav-grow {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-grow::before {
  display: none !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  padding: 0 0 0 16px !important;
  margin-left: auto !important;
  color: #8b5408 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock #clockEl {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock strong {
  color: inherit !important;
  font-weight: 800 !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock__date {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: rgba(111, 82, 34, 0.72) !important;
  line-height: 1 !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock__time {
  font-family: "Barlow", sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}

#pgd-header.site-header .hdr-nav .pgd-header-nav-clock__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

@media (min-width: 901px) {
  #pgd-header.site-header,
  #pgd-header.site-header .hdr-nav-wrap,
  #pgd-header.site-header .hdr-nav,
  #pgd-header.site-header .pgd-nav,
  #pgd-header.site-header .nav-item-group,
  #pgd-header.site-header .pgd-nav-dd {
    overflow: visible !important;
  }

  #pgd-header.site-header .pgd-nav-dd {
    position: relative !important;
  }

  #pgd-header.site-header .pgd-nav-dd-menu {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    left: 0 !important;
    right: auto !important;
    display: block !important;
    min-width: 260px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(6px) !important;
    z-index: 4000 !important;
  }

  #pgd-header.site-header .pgd-nav-dd-btn {
    display: none !important;
  }

  #pgd-header.site-header .pgd-nav-dd:hover .pgd-nav-dd-menu,
  #pgd-header.site-header .pgd-nav-dd:focus-within .pgd-nav-dd-menu,
  #pgd-header.site-header .pgd-nav-dd.acik .pgd-nav-dd-menu {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  #pgd-header.site-header .pgd-nav-dd:hover > .pgd-nav-dd-link,
  #pgd-header.site-header .pgd-nav-dd:focus-within > .pgd-nav-dd-link,
  #pgd-header.site-header .pgd-nav-dd.acik > .pgd-nav-dd-link {
    color: #8b5408 !important;
    border-bottom-color: #c87d08 !important;
  }
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .ico-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-icon-action,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn{
  border-radius: 0 !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  min-width: 112px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join .pgd-btn-label {
  display: inline-flex !important;
  align-items: center !important;
}

@media (max-width: 900px) {
  #pgd-header.site-header .header-top.pgd-hdr-top {
    grid-template-columns: auto 1fr auto !important;
    gap: 10px !important;
    padding: 10px 12px !important;
  }

  #pgd-header.site-header .hdr-search.pgd-search {
    display: none !important;
  }

  #pgd-header.site-header #pgd-hamburger,
  #pgd-header.site-header .pgd-mobile-search-trigger {
    display: inline-flex !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn {
    min-width: 42px !important;
    width: 42px !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join .pgd-btn-label,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn .u-nm,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn .nchev {
    display: none !important;
  }

  #pgd-header.site-header .hdr-nav .pgd-nav-grow,
  #pgd-header.site-header .hdr-nav .pgd-header-nav-clock {
    display: none !important;
  }
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

#pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: max-content !important;
  min-width: 0 !important;
  min-height: 62px !important;
  justify-self: start !important;
  align-self: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .logo-main.logo-main-image,
#pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .pgd-logo-img-demo {
  width: auto !important;
  max-width: max-content !important;
  height: 50px !important;
  max-height: 50px !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-lock {
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin-left: 6px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border-radius: 0 !important;
  border-color: rgba(232, 150, 10, 0.22) !important;
  background: rgba(232, 150, 10, 0.08) !important;
  position: relative !important;
  vertical-align: middle !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-lock::before {
  content: '' !important;
  position: absolute !important;
  inset: 3px !important;
  background: #e8960a !important;
}

@media (max-width: 900px) {

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell {
    display: none !important;
  }

  #pgd-header.site-header .header-top.pgd-hdr-top {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 8px 10px !important;
  }

  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo {
    max-width: 148px !important;
  }

  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .logo-main.logo-main-image,
  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .pgd-logo-img-demo {
    max-width: 148px !important;
    height: auto !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    gap: 6px !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  #pgd-header.site-header #pgd-hamburger {
    position: relative !important;
    overflow: visible !important;
  }

  #pgd-header.site-header #pgd-hamburger .pgd-mobile-menu-alert {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #d62d20 !important;
    color: #fff !important;
    border: 2px solid #fcfbf8 !important;
    box-shadow: none;
    z-index: 3 !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }
}

/* ============================================================
   MINIMAL HEADER ACTIONS
   ============================================================ */

#pgd-header.site-header .hdr-right.pgd-hdr-actions {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 46px !important;
  padding: 4px !important;
  border: 1px solid rgba(111, 82, 34, 0.14) !important;
  border-radius: 999px !important;
  background: #fffdf8 !important;
  box-shadow: none;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions > * {
  display: inline-flex !important;
  align-items: center !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .ico-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-icon-action,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell{
  min-height: 38px !important;
  height: 38px !important;
  border: none !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .ico-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-icon-action,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell{
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  min-width: 0 !important;
  padding: 0 12px !important;
  gap: 9px !important;
  color: #2b1c0e !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join:hover {
  background: rgba(232, 160, 32, 0.08) !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  background: rgba(232, 160, 32, 0.12) !important;
  color: #8f5b0a !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .u-av,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar-img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #f5ecdc !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar img,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .u-av img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn .u-nm,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join .pgd-btn-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(70, 45, 18, 0.86) !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn .nchev {
  font-size: 12px !important;
  color: rgba(70, 45, 18, 0.58) !important;
}

#pgd-header.site-header .pgd-user-dropdown,
#pgd-header.site-header .pgd-notif-dropdown {
  top: calc(100% + 10px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(111, 82, 34, 0.14) !important;
  background: #fffdf8 !important;
  box-shadow: none;
}

#pgd-header.site-header .pgd-user-dropdown {
  right: 0 !important;
  left: auto !important;
  min-width: 220px !important;
  padding: 8px 0 !important;
}

#pgd-header.site-header .pgd-user-menu.is-open .pgd-user-dropdown,
#pgd-header.site-header .pgd-user-dropdown.open {
  display: block !important;
}

#pgd-header.site-header .pgd-dd-header {
  padding: 10px 14px 8px !important;
}

#pgd-header.site-header .pgd-dd-name {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgba(70, 45, 18, 0.86) !important;
}

#pgd-header.site-header .pgd-dd-divider {
  margin: 6px 0 !important;
  border-color: rgba(111, 82, 34, 0.1) !important;
}

#pgd-header.site-header .pgd-dd-item {
  padding: 10px 14px !important;
  font-size: 13px !important;
  color: rgba(70, 45, 18, 0.84) !important;
}

#pgd-header.site-header .pgd-dd-item:hover {
  background: #fbf2e2 !important;
  color: #8b5408 !important;
}

#pgd-header.site-header .pgd-notif-head,
#pgd-header.site-header .pgd-notif-item,
#pgd-header.site-header .pgd-notif-empty {
  background: transparent !important;
}

#pgd-header.site-header .pgd-notif-item:hover {
  background: #fbf2e2 !important;
}

@media (max-width: 900px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    display: none !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    gap: 6px !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 1px solid rgba(111, 82, 34, 0.12) !important;
    background: #fffdf8 !important;
  }
}

/* ============================================================
   HEADER ACTIONS REFINED
   ============================================================ */

#pgd-header.site-header .pgd-mobile-search-trigger {
  display: none !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions {
  gap: 8px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  min-height: 40px !important;
  height: 40px !important;
  border: 1px solid rgba(111, 82, 34, 0.14) !important;
  border-radius: 999px !important;
  background: #fffdf8 !important;
  box-shadow: none;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell {
  width: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  min-width: 0 !important;
  padding: 0 14px 0 8px !important;
  gap: 8px !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-zil-btn:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn:hover,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join:hover {
  background: #fff7eb !important;
  border-color: rgba(111, 82, 34, 0.18) !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  background: #fff7eb !important;
  color: #8f5b0a !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login {
  background: #fff7eb !important;
  color: #8f5b0a !important;
  border-color: rgba(111, 82, 34, 0.18) !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger i,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-av i,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .pgd-login-ico i,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join i {
  display: block !important;
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .u-av,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar-img {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: #f6ecdd !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-avatar img,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .u-av img {
  border-radius: 50% !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
  box-sizing: border-box !important;
  min-width: 108px !important;
  padding: 0 14px !important;
  justify-content: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm,
#pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join .pgd-btn-label {
  display: inline-flex !important;
  align-items: center !important;
  font: inherit !important;
  line-height: 1 !important;
  color: currentColor !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  #pgd-header.site-header .pgd-mobile-search-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #8f5b0a !important;
  }
}

/* ============================================================
   HEADER ICON REPAIR
   Keep the desktop lock badge as an icon and prevent
   mobile action buttons from overflowing narrow viewports.
   ============================================================ */

#pgd-header.site-header .hdr-nav .pgd-nav-lock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin-left: 6px !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #d98708 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  vertical-align: middle !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-lock::before {
  content: none !important;
}

#pgd-header.site-header .hdr-nav .pgd-nav-lock i {
  display: block !important;
  color: currentColor !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

@media (max-width: 900px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    flex-wrap: nowrap !important;
    min-width: 0 !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions > * {
    flex: 0 0 auto !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn {
    box-sizing: border-box !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    gap: 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-av,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn .u-av {
    margin: 0 !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .pgd-login-ico {
    position: static !important;
    inset: auto !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
    background: #fff7eb !important;
    color: #8f5b0a !important;
    border-color: rgba(111, 82, 34, 0.18) !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login {
    position: relative !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-av {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none;
    overflow: visible !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-av i {
    transform: none !important;
  }
}

/* ============================================================
   ADMIN TOOLBAR
   ============================================================ */

.pgd-admin-toolbar {
  position: relative;
  z-index: 890;
  width: 100%;
  background: #f5f8fa;
  border-top: 1px solid rgba(54, 96, 116, 0.1);
  border-bottom: 1px solid rgba(54, 96, 116, 0.14);
  box-shadow: none;
  overflow: visible;
}

.pgd-admin-toolbar__inner {
  max-width: var(--max-w, 1600px);
  margin: 0 auto;
  padding: 0 14px;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 42px;
  min-width: 0;
  overflow: visible;
}

.pgd-admin-toolbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 42px;
  padding: 0 14px;
  border-right: 1px solid rgba(54, 96, 116, 0.14);
  background: #f5f8fa;
  color: #28546a;
  flex: 0 0 auto;
}

.pgd-admin-toolbar__brand-badge {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #5f92a9;
  flex-shrink: 0;
}

.pgd-admin-toolbar__brand-copy {
  display: flex;
  align-items: center;
  min-width: 0;
}

.pgd-admin-toolbar__brand-title {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pgd-admin-toolbar__brand-subtitle {
  display: none;
}

.pgd-admin-toolbar__quick,
.pgd-admin-toolbar__groups {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

.pgd-admin-toolbar__quick {
  flex: 0 0 auto;
}

.pgd-admin-toolbar__groups {
  flex: 1 1 auto;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.pgd-admin-toolbar__link,
.pgd-admin-toolbar__group-toggle,
.pgd-admin-toolbar__menu-link {
  text-decoration: none;
  color: #5a3814;
}

.pgd-admin-toolbar__link,
.pgd-admin-toolbar__group-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  height: 42px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid rgba(54, 96, 116, 0.14);
  border-radius: 0;
  background: #f5f8fa;
  color: #263a45;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.pgd-admin-toolbar__link i,
.pgd-admin-toolbar__group-label i,
.pgd-admin-toolbar__menu-link i {
  color: #5f92a9;
  font-size: 14px;
  line-height: 1;
}

.pgd-admin-toolbar__link:hover,
.pgd-admin-toolbar__group-toggle:hover,
.pgd-admin-toolbar__group.is-active .pgd-admin-toolbar__group-toggle,
.pgd-admin-toolbar__group[open] .pgd-admin-toolbar__group-toggle,
.pgd-admin-toolbar__menu-link:hover {
  background: #edf4f7;
  color: #28546a;
}

.pgd-admin-toolbar__link.is-active,
.pgd-admin-toolbar__menu-link.is-active {
  background: #edf4f7;
  color: #28546a;
  box-shadow: inset 0 -2px 0 #80b3c7;
}

.pgd-admin-toolbar__group {
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}

.pgd-admin-toolbar__group-toggle {
  list-style: none;
  cursor: pointer;
  justify-content: center;
}

.pgd-admin-toolbar__group-toggle::-webkit-details-marker {
  display: none;
}

.pgd-admin-toolbar__group-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pgd-admin-toolbar__group-caret {
  color: rgba(111, 82, 34, 0.72);
  font-size: 11px;
  margin-left: 1px;
  transition: transform 0.18s ease;
}

.pgd-admin-toolbar__group[open] .pgd-admin-toolbar__group-caret {
  transform: rotate(180deg);
}

.pgd-admin-toolbar__group[open] {
  z-index: 8;
}

.pgd-admin-toolbar__group-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 6px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(54, 96, 116, 0.14);
  border-radius: 0 0 8px 8px;
  background: #fbfdfe;
  box-shadow: 0 18px 30px rgba(38, 58, 69, 0.11);
  z-index: 920;
}

.pgd-admin-toolbar__menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: #fbfdfe;
  color: #263a45;
  font-size: 12px;
  font-weight: 600;
}

.pgd-admin-dock {
  display: none !important;
}

@media (max-width: 1180px) {
  .pgd-admin-toolbar {
    display: block;
    overflow: visible;
  }

  .pgd-admin-toolbar__inner {
    min-width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-self: end !important;
    gap: 6px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-mobile-search-trigger,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-header-join .pgd-btn-label {
    display: none !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-btn,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-guest-bell {
    display: none !important;
  }

}

/* ============================================================
   ADMIN QUICK DOCK
   ============================================================ */

.pgd-admin-dock {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 1100;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  pointer-events: none;
  isolation: isolate;
}

.pgd-admin-dock::before {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: scaleX(0.92);
  transform-origin: right center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 0;
}

.pgd-admin-dock.is-open::before {
  opacity: 1;
  transform: scaleX(1);
}

.pgd-admin-dock > * {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.pgd-admin-dock-toggle,
.pgd-admin-dock-panel {
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.pgd-admin-dock-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border-color: rgba(196, 132, 30, 0.16);
  background: transparent;
  box-shadow: none;
  color: #a5670b;
  cursor: pointer;
  flex-shrink: 0;
}

.pgd-admin-dock-toggle i {
  font-size: 15px;
}

.pgd-admin-dock-panel {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: min(1040px, calc(100vw - 92px));
  max-width: calc(100vw - 92px);
  max-height: calc(100vh - 120px);
  padding: 4px 52px 4px 6px;
  border-radius: 0;
  overflow: visible;
  scrollbar-width: thin;
  scrollbar-color: rgba(192, 122, 16, 0.28) transparent;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.pgd-admin-dock-panel::-webkit-scrollbar {
  width: 4px;
}

.pgd-admin-dock-panel::-webkit-scrollbar-thumb {
  background: rgba(192, 122, 16, 0.28);
  border-radius: 999px;
}

.pgd-admin-dock.is-open .pgd-admin-dock-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pgd-admin-dock-panel-head {
  position: absolute;
  top: 9px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.pgd-admin-dock-panel-title {
  display: none;
}

.pgd-admin-dock-panel-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(196, 132, 30, 0.16);
  border-radius: 12px;
  background: transparent;
  backdrop-filter: none;
  color: #a5670b;
  box-shadow: none;
  cursor: pointer;
}

.pgd-admin-dock-quick {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  flex-shrink: 0;
  align-self: start;
}

.pgd-admin-dock-quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(196, 132, 30, 0.16);
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
  color: #5a3814;
  text-decoration: none;
  transition: box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.pgd-admin-dock-quick-link:hover,
.pgd-admin-dock-item:hover {
  background: rgba(240, 171, 34, 0.08);
  box-shadow: inset 0 0 0 1px rgba(196, 132, 30, 0.18);
  color: #a5670b;
  transform: translateY(-1px);
}

.pgd-admin-dock-quick-link.is-active,
.pgd-admin-dock-item.is-active {
  background: rgba(240, 171, 34, 0.12);
  box-shadow: inset 0 0 0 1px rgba(196, 132, 30, 0.2);
}

.pgd-admin-dock-groups {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 48px;
  padding: 4px 8px;
  border: 1px solid rgba(196, 132, 30, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 247, 236, 0.96) 100%);
  box-shadow: 0 12px 28px rgba(90, 56, 20, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  overflow: visible;
  scrollbar-width: none;
  position: relative;
  z-index: 2;
}

.pgd-admin-dock-groups::-webkit-scrollbar {
  display: none;
}

.pgd-admin-dock-group {
  position: relative;
  min-width: 150px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.pgd-admin-dock-group + .pgd-admin-dock-group::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: rgba(196, 132, 30, 0.16);
}

.pgd-admin-dock-group[open] {
  z-index: 12;
}

.pgd-admin-dock-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  list-style: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.pgd-admin-dock-group-toggle::-webkit-details-marker {
  display: none;
}

.pgd-admin-dock-group-toggle:hover,
.pgd-admin-dock-group[open] .pgd-admin-dock-group-toggle {
  background: rgba(240, 171, 34, 0.12);
}

.pgd-admin-dock-group-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5a3814;
  font-size: 12px;
  font-weight: 700;
}

.pgd-admin-dock-group-label i,
.pgd-admin-dock-quick-link i,
.pgd-admin-dock-item i {
  color: #c07a10;
}

.pgd-admin-dock-group-caret {
  color: rgba(111, 82, 34, 0.72);
  font-size: 12px;
  transition: transform 0.18s ease;
}

.pgd-admin-dock-group[open] .pgd-admin-dock-group-caret {
  transform: rotate(180deg);
}

.pgd-admin-dock-group-menu {
  display: grid;
  gap: 6px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: max(100%, 220px);
  padding: 8px;
  border: 1px solid rgba(196, 132, 30, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 243, 223, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(90, 56, 20, 0.18);
  backdrop-filter: blur(12px);
  z-index: 24;
  pointer-events: auto;
}

.pgd-admin-dock-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 246, 229, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(196, 132, 30, 0.12);
  color: #5a3814;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  justify-content: flex-start;
}

@media (max-width: 1480px) {
  .pgd-admin-dock {
    right: 12px;
  }

  .pgd-admin-dock-panel {
    width: min(900px, calc(100vw - 82px));
    max-width: calc(100vw - 82px);
  }
}

@media (max-width: 1180px) {
  .pgd-admin-dock {
    display: none;
  }
}

/* Submenu separators: thin, quiet lines between dropdown items. */
#pgd-header.site-header .pgd-nav-dd-menu a,
#pgd-mobile-menu .pgd-submenu-item {
  position: relative;
}

#pgd-mobile-menu .pgd-submenu-item {
  border-bottom: 0 !important;
}

#pgd-header.site-header .pgd-nav-dd-menu a:not(:last-child)::after,
#pgd-mobile-menu .pgd-submenu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: rgba(111, 82, 34, 0.1);
  pointer-events: none;
}

#pgd-header.site-header .pgd-nav-dd-menu a:hover::after,
#pgd-mobile-menu .pgd-submenu-item:hover::after {
  background: rgba(196, 132, 30, 0.16);
}

/* Keep dropdown typography at the same visual weight as its parent menu. */
#pgd-header.site-header .pgd-nav-dd-menu a {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  line-height: 1 !important;
  color: #2f1d0d !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#pgd-header.site-header .pgd-nav-dd-menu a:hover,
#pgd-header.site-header .pgd-nav-dd-menu a:focus-visible {
  font-weight: 500 !important;
  color: #8b5408 !important;
}

#pgd-header.site-header .pgd-nav-dd-menu a i,
#pgd-header.site-header .pgd-nav-dd-menu a .pgd-menu-emoji-ico,
#pgd-header.site-header .pgd-nav-dd-menu a .pgd-menu-cat-icon {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.pgd-admin-toolbar__menu-link {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #263a45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.pgd-admin-toolbar__menu-link:hover,
.pgd-admin-toolbar__menu-link.is-active {
  font-weight: 500 !important;
  color: #28546a !important;
}


/* ============================================================
   MOBILE SEARCH TRIGGER VISIBILITY
   Masaüstü canlı arama görünürken gizli; 900px ve altında görünür.
   ============================================================ */
@media (min-width: 901px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions #pgd-mobile-search-trigger {
    display: none !important;
  }
}

@media (max-width: 900px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions #pgd-mobile-search-trigger {
    display: inline-flex !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .u-nm {
    display: none !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-user-login .pgd-login-ico {
    display: inline-grid !important;
    place-items: center;
    margin: 0 !important;
  }
}

/* Notification entry points share one destination on desktop and mobile. */
#pgd-header.site-header .pgd-bell-menu > .pgd-zil-btn {
  text-decoration: none !important;
}

#pgd-mobile-menu .pgd-menu-notification-badge,
#pgd-header.site-header .pgd-dd-notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 999px;
  background: #c9342b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#pgd-mobile-menu .pgd-menu-notification-badge + .pgd-nav-lock--mobile,
#pgd-header.site-header .pgd-dd-notification-badge + .pgd-dd-lock {
  margin-left: 2px !important;
}

@media (max-width: 900px) {
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-bell-menu,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-bell-menu > .pgd-zil-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-bell-menu > .pgd-zil-btn {
    box-sizing: border-box !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 360px) {
  #pgd-header.site-header .header-top.pgd-hdr-top {
    gap: 6px !important;
    padding: 7px 8px !important;
  }

  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo,
  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .logo-main.logo-main-image,
  #pgd-header.site-header .header-top.pgd-hdr-top > .logo-link.pgd-logo .pgd-logo-img-demo {
    max-width: 126px !important;
  }

  #pgd-header.site-header #pgd-hamburger {
    width: 34px !important;
    min-width: 34px !important;
    padding-inline: 7px !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions {
    gap: 2px !important;
  }

  #pgd-header.site-header .hdr-right.pgd-hdr-actions #pgd-mobile-search-trigger,
  #pgd-header.site-header .hdr-right.pgd-hdr-actions .pgd-bell-menu > .pgd-zil-btn {
    flex-basis: 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

/* Prediction destinations use a restrained, high-contrast premium treatment. */

@media (min-width: 901px) {
  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature {
    padding-right: 11px !important;
    padding-left: 11px !important;
    border-bottom: 2px solid #d8b64f !important;
    background: linear-gradient(180deg, #fffdf5 0%, #fff6d9 100%) !important;
    color: #263238 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    animation: none !important;
  }

  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature i,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature i {
    color: #a37200 !important;
  }

  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature .pgd-nav-active-count-badge {
    background: #263238 !important;
    color: #fff !important;
  }

  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature .pgd-nav-active-count-badge::after {
    background: #263238 !important;
  }

  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners {
    border-bottom-color: #75aa8f !important;
    background: linear-gradient(180deg, #f4fbf7 0%, #e5f4eb 100%) !important;
    color: #1e4737 !important;
  }

  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners i,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners i {
    color: #18704d !important;
  }

  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature:hover,
  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature.aktif,
  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature.active,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature:hover,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature.aktif,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--prediction-feature.active {
    border-bottom-color: #c49a28 !important;
    background: #fff0bd !important;
    color: #182027 !important;
  }

  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners:hover,
  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners.aktif,
  [data-theme="light"] #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners.active,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners:hover,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners.aktif,
  #pgd-header.site-header .hdr-nav > .nav-item.pgd-nav-item--winners.active {
    border-bottom-color: #39785e !important;
    background: #d9eee2 !important;
    color: #123d2c !important;
  }
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature {
  border: 1px solid #eadca7 !important;
  background: #fff8dc !important;
  color: #263238 !important;
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature.pgd-menu-item--winners {
  border-color: #cde2d6 !important;
  background: #eaf7ef !important;
  color: #194432 !important;
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature:hover,
#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature.pgd-menu-item-active {
  border-color: #dbc67e !important;
  background: #fff1c5 !important;
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature.pgd-menu-item--winners:hover,
#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature.pgd-menu-item--winners.pgd-menu-item-active {
  border-color: #9fc8b3 !important;
  background: #dff1e7 !important;
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature .pgd-menu-ico i {
  color: #a37200 !important;
}

#pgd-mobile-menu .pgd-menu-item.pgd-menu-item--prediction-feature.pgd-menu-item--winners .pgd-menu-ico i {
  color: #18704d !important;
}
