/* Patch 498: HNT app palette for the Socialite web theme.
   Source palette from Android HntTheme.kt:
   bg #070605, surface #12100D, surface2 #1C1712, text #F2ECE1, muted #A79A8A, gold #E0B45A, red #B83B32. */

.hh-hnt-web-palette {
  --hnt-bg: #070605;
  --hnt-surface: #12100D;
  --hnt-surface-2: #1C1712;
  --hnt-surface-3: #17110A;
  --hnt-border: rgba(224, 180, 90, .24);
  --hnt-border-soft: rgba(242, 236, 225, .09);
  --hnt-text: #F2ECE1;
  --hnt-muted: #A79A8A;
  --hnt-gold: #E0B45A;
  --hnt-gold-2: #E7B85F;
  --hnt-red: #B83B32;
  --hnt-red-dark: #7A1D20;
  --hnt-shadow: rgba(0, 0, 0, .58);
  color: var(--hnt-text) !important;
  background:
    radial-gradient(circle at top left, rgba(184, 59, 50, .11), transparent 34rem),
    radial-gradient(circle at top right, rgba(224, 180, 90, .10), transparent 30rem),
    var(--hnt-bg) !important;
  color-scheme: dark;
}

.hh-hnt-web-palette #wrapper,
.hh-hnt-web-palette #site__main {
  background:
    radial-gradient(circle at 16% 0%, rgba(184, 59, 50, .10), transparent 31rem),
    radial-gradient(circle at 84% 4%, rgba(224, 180, 90, .09), transparent 28rem),
    var(--hnt-bg) !important;
  color: var(--hnt-text) !important;
}

.hh-hnt-web-palette header,
.hh-hnt-web-palette .z-\[100\].fixed,
.hh-hnt-web-palette #site__sidebar,
.hh-hnt-web-palette aside {
  background: rgba(18, 16, 13, .88) !important;
  border-color: var(--hnt-border-soft) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.30) !important;
}

.hh-hnt-web-palette header {
  backdrop-filter: blur(18px);
}

.hh-hnt-web-palette .bg-white,
.hh-hnt-web-palette .bg-slate-50,
.hh-hnt-web-palette .bg-slate-100,
.hh-hnt-web-palette .bg-secondery,
.hh-hnt-web-palette .dark\:bg-dark2,
.hh-hnt-web-palette .dark\:bg-dark3,
.hh-hnt-web-palette .dark\:bg-dark4,
.hh-hnt-web-palette .widget-box,
.hh-hnt-web-palette .hh-vk-feed-post,
.hh-hnt-web-palette .post-options,
.hh-hnt-web-palette .post-option-wrap,
.hh-hnt-web-palette .post-comment-list,
.hh-hnt-web-palette .post-comment-form,
.hh-hnt-web-palette .post-comment-form-wrap,
.hh-hnt-web-palette .simple-dropdown,
.hh-hnt-web-palette .uk-dropdown,
.hh-hnt-web-palette .uk-drop,
.hh-hnt-web-palette .dropdown-box,
.hh-hnt-web-palette .border1,
.hh-hnt-web-palette .border2 {
  background-color: var(--hnt-surface) !important;
  border-color: var(--hnt-border-soft) !important;
  color: var(--hnt-text) !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.22) !important;
}

.hh-hnt-web-palette .bg-slate-200,
.hh-hnt-web-palette .bg-slate-300,
.hh-hnt-web-palette .bg-gray-100,
.hh-hnt-web-palette .hover\:bg-gray-100:hover,
.hh-hnt-web-palette .hover\:bg-secondery:hover,
.hh-hnt-web-palette .dark\:hover\:bg-white\/10:hover,
.hh-hnt-web-palette .dark\:hover\:bg-white\/20:hover,
.hh-hnt-web-palette .dark\:hover\:bg-slate-600:hover,
.hh-hnt-web-palette .dark\:hover\:bg-slate-700:hover {
  background-color: var(--hnt-surface-2) !important;
  color: var(--hnt-text) !important;
}

.hh-hnt-web-palette .text-black,
.hh-hnt-web-palette .text-slate-950,
.hh-hnt-web-palette .text-slate-900,
.hh-hnt-web-palette .text-slate-800,
.hh-hnt-web-palette .text-gray-950,
.hh-hnt-web-palette .text-gray-900,
.hh-hnt-web-palette .dark\:text-white,
.hh-hnt-web-palette h1,
.hh-hnt-web-palette h2,
.hh-hnt-web-palette h3,
.hh-hnt-web-palette h4,
.hh-hnt-web-palette strong {
  color: var(--hnt-text) !important;
}

.hh-hnt-web-palette .text-slate-700,
.hh-hnt-web-palette .text-slate-600,
.hh-hnt-web-palette .text-slate-500,
.hh-hnt-web-palette .text-gray-700,
.hh-hnt-web-palette .text-gray-600,
.hh-hnt-web-palette .text-gray-500,
.hh-hnt-web-palette .text-xs,
.hh-hnt-web-palette .text-sm,
.hh-hnt-web-palette .dark\:text-gray-400,
.hh-hnt-web-palette .dark\:text-slate-400 {
  color: var(--hnt-muted) !important;
}

.hh-hnt-web-palette a,
.hh-hnt-web-palette .text-blue-500,
.hh-hnt-web-palette .text-blue-600,
.hh-hnt-web-palette .text-sky-500,
.hh-hnt-web-palette .text-sky-600,
.hh-hnt-web-palette .text-yellow-500,
.hh-hnt-web-palette .text-amber-500,
.hh-hnt-web-palette .text-orange-500 {
  color: var(--hnt-gold) !important;
}

.hh-hnt-web-palette .bg-blue-500,
.hh-hnt-web-palette .bg-blue-600,
.hh-hnt-web-palette .bg-sky-500,
.hh-hnt-web-palette .bg-sky-600,
.hh-hnt-web-palette .bg-indigo-500,
.hh-hnt-web-palette .bg-indigo-600,
.hh-hnt-web-palette .button,
.hh-hnt-web-palette button.button,
.hh-hnt-web-palette [type="submit"]:not(.bg-transparent) {
  background: linear-gradient(135deg, var(--hnt-red), #8F2B25) !important;
  border-color: rgba(224,180,90,.22) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(184,59,50,.22) !important;
}

.hh-hnt-web-palette .bg-yellow-500,
.hh-hnt-web-palette .bg-amber-500,
.hh-hnt-web-palette .bg-orange-500,
.hh-hnt-web-palette .bg-yellow-100\/60,
.hh-hnt-web-palette .bg-amber-100\/60,
.hh-hnt-web-palette .bg-orange-100\/60 {
  background: rgba(224, 180, 90, .16) !important;
  color: var(--hnt-gold) !important;
  border-color: rgba(224, 180, 90, .28) !important;
}

.hh-hnt-web-palette .bg-pink-100\/60,
.hh-hnt-web-palette .bg-purple-100\/60,
.hh-hnt-web-palette .bg-teal-100\/60,
.hh-hnt-web-palette .bg-sky-100\/60,
.hh-hnt-web-palette .bg-sky-100\/70 {
  background: rgba(28, 23, 18, .94) !important;
  color: var(--hnt-gold) !important;
  border: 1px solid rgba(224,180,90,.20) !important;
}

.hh-hnt-web-palette .rounded-xl,
.hh-hnt-web-palette .rounded-lg,
.hh-hnt-web-palette .widget-box,
.hh-hnt-web-palette .simple-dropdown,
.hh-hnt-web-palette .uk-dropdown,
.hh-hnt-web-palette .uk-drop {
  border-color: var(--hnt-border-soft) !important;
}

.hh-hnt-web-palette input,
.hh-hnt-web-palette textarea,
.hh-hnt-web-palette select,
.hh-hnt-web-palette .form-input,
.hh-hnt-web-palette .form-textarea textarea,
.hh-hnt-web-palette .hh-socialite-composer textarea {
  background: var(--hnt-surface-2) !important;
  border-color: rgba(224,180,90,.22) !important;
  color: var(--hnt-text) !important;
  caret-color: var(--hnt-gold) !important;
  box-shadow: none !important;
}

.hh-hnt-web-palette input::placeholder,
.hh-hnt-web-palette textarea::placeholder {
  color: rgba(167,154,138,.82) !important;
}

.hh-hnt-web-palette input:focus,
.hh-hnt-web-palette textarea:focus,
.hh-hnt-web-palette select:focus {
  border-color: rgba(224,180,90,.58) !important;
  box-shadow: 0 0 0 3px rgba(224,180,90,.12) !important;
  outline: none !important;
}

.hh-hnt-web-palette .border,
.hh-hnt-web-palette .border-t,
.hh-hnt-web-palette .border-b,
.hh-hnt-web-palette .border-l,
.hh-hnt-web-palette .border-r,
.hh-hnt-web-palette .divide-y > :not([hidden]) ~ :not([hidden]),
.hh-hnt-web-palette hr {
  border-color: var(--hnt-border-soft) !important;
}

.hh-hnt-web-palette .shadow,
.hh-hnt-web-palette .shadow-sm,
.hh-hnt-web-palette .shadow-md,
.hh-hnt-web-palette .shadow-lg,
.hh-hnt-web-palette .drop-shadow-xl {
  box-shadow: 0 18px 36px rgba(0,0,0,.26) !important;
}

.hh-hnt-web-palette .ring-blue-500,
.hh-hnt-web-palette .ring-sky-500,
.hh-hnt-web-palette .border-blue-500,
.hh-hnt-web-palette .border-sky-500,
.hh-hnt-web-palette .border-yellow-500,
.hh-hnt-web-palette .border-amber-500 {
  --tw-ring-color: rgba(224,180,90,.48) !important;
  border-color: rgba(224,180,90,.48) !important;
}

.hh-hnt-web-palette .hover\:text-blue-500:hover,
.hh-hnt-web-palette .hover\:text-sky-500:hover,
.hh-hnt-web-palette .hover\:text-yellow-500:hover,
.hh-hnt-web-palette .hover\:text-amber-500:hover {
  color: var(--hnt-gold-2) !important;
}

.hh-hnt-web-palette .hover\:bg-blue-50:hover,
.hh-hnt-web-palette .hover\:bg-sky-50:hover,
.hh-hnt-web-palette .hover\:bg-yellow-50:hover,
.hh-hnt-web-palette .hover\:bg-amber-50:hover,
.hh-hnt-web-palette .hover\:bg-red-50:hover {
  background: rgba(224,180,90,.10) !important;
}

/* Feed / comments */
.hh-hnt-web-palette [data-hnt-socialite-post],
.hh-hnt-web-palette .hh-vk-feed-post,
.hh-hnt-web-palette .widget-box.no-padding.hh-vk-feed-post,
.hh-hnt-web-palette .post-comment,
.hh-hnt-web-palette .post-comment-form {
  background: var(--hnt-surface) !important;
  border-color: var(--hnt-border-soft) !important;
}

.hh-hnt-web-palette .post-option:hover,
.hh-hnt-web-palette .post-option.active,
.hh-hnt-web-palette .reaction-option:hover {
  background: rgba(224,180,90,.10) !important;
  color: var(--hnt-gold) !important;
}

.hh-hnt-web-palette .hh-feed-internal-link-preview,
.hh-hnt-web-palette .hh-feed-poll-card,
.hh-hnt-web-palette .hh-feed-gif-card,
.hh-hnt-web-palette .hh-feed-translation,
.hh-hnt-web-palette .hh-feed-text-background-card {
  background: var(--hnt-surface-2) !important;
  border-color: rgba(224,180,90,.20) !important;
  color: var(--hnt-text) !important;
}

/* Chat tabs from Patch 489/492 */
.hh-hnt-web-palette .hnt-chat-tab,
.hh-hnt-web-palette .hnt-chat-tab__header,
.hh-hnt-web-palette .hnt-chat-tab__form {
  background: var(--hnt-surface) !important;
  border-color: rgba(224,180,90,.20) !important;
  color: var(--hnt-text) !important;
  box-shadow: 0 22px 52px rgba(0,0,0,.52) !important;
}

.hh-hnt-web-palette .hnt-chat-tab__body,
.hh-hnt-web-palette .hnt-chat-tab__bubble {
  background: var(--hnt-surface-2) !important;
  color: var(--hnt-text) !important;
}

.hh-hnt-web-palette .hnt-chat-tab__message.is-own .hnt-chat-tab__bubble,
.hh-hnt-web-palette .hnt-chat-tab__form button {
  background: linear-gradient(135deg, var(--hnt-red), #8F2B25) !important;
  color: #fff !important;
}

.hh-hnt-web-palette .hnt-chat-tab__meta strong,
.hh-hnt-web-palette .hnt-chat-tab__icon:hover {
  color: var(--hnt-text) !important;
}

.hh-hnt-web-palette .hnt-chat-tab__meta span,
.hh-hnt-web-palette .hnt-chat-tab__time,
.hh-hnt-web-palette .hnt-chat-tab__empty {
  color: var(--hnt-muted) !important;
}

/* Moments already use a dark fullscreen layout; only align accents. */
.hh-hnt-web-palette .hnt-moment-action,
.hh-hnt-web-palette [data-hnt-moment-action],
.hh-hnt-web-palette .hnt-moment-shell button {
  border-color: rgba(224,180,90,.22) !important;
}

/* Scrollbars */
.hh-hnt-web-palette * {
  scrollbar-color: rgba(224,180,90,.36) rgba(18,16,13,.9);
}

@media (max-width: 640px) {
  .hh-hnt-web-palette #site__main {
    background: var(--hnt-bg) !important;
  }
}

/* Patch 499: stronger pass for Socialite template components that kept light/demo colors. */
body.hh-hnt-web-palette .box,
body.hh-hnt-web-palette aside .box,
body.hh-hnt-web-palette .card,
body.hh-hnt-web-palette .side,
body.hh-hnt-web-palette .uk-card,
body.hh-hnt-web-palette .uk-accordion > li,
body.hh-hnt-web-palette .uk-accordion li,
body.hh-hnt-web-palette .dropdown-box,
body.hh-hnt-web-palette .simple-dropdown,
body.hh-hnt-web-palette .uk-dropdown,
body.hh-hnt-web-palette .uk-drop,
body.hh-hnt-web-palette .border2 {
  background: var(--hnt-surface) !important;
  border: 1px solid var(--hnt-border-soft) !important;
  color: var(--hnt-text) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28) !important;
}

body.hh-hnt-web-palette .card-body,
body.hh-hnt-web-palette .card-list-body {
  background: var(--hnt-surface) !important;
  color: var(--hnt-text) !important;
}

body.hh-hnt-web-palette .card-media,
body.hh-hnt-web-palette .card-list-media,
body.hh-hnt-web-palette .bg-secondery,
body.hh-hnt-web-palette .sm\:bg-secondery,
body.hh-hnt-web-palette .focus\:bg-secondery:focus,
body.hh-hnt-web-palette .hover\:bg-secondery:hover,
body.hh-hnt-web-palette .bg-gray-50,
body.hh-hnt-web-palette .bg-gray-100,
body.hh-hnt-web-palette .bg-gray-200,
body.hh-hnt-web-palette .bg-zinc-50,
body.hh-hnt-web-palette .bg-zinc-100,
body.hh-hnt-web-palette .bg-neutral-50,
body.hh-hnt-web-palette .bg-neutral-100,
body.hh-hnt-web-palette .bg-white\/80,
body.hh-hnt-web-palette .bg-white\/90,
body.hh-hnt-web-palette .dark\:bg-white\/5,
body.hh-hnt-web-palette .dark\:bg-white\/10 {
  background: var(--hnt-surface-2) !important;
  color: var(--hnt-text) !important;
  border-color: var(--hnt-border-soft) !important;
}

body.hh-hnt-web-palette .bg-green-50,
body.hh-hnt-web-palette .bg-green-100,
body.hh-hnt-web-palette .bg-emerald-50,
body.hh-hnt-web-palette .bg-emerald-100,
body.hh-hnt-web-palette .bg-teal-50,
body.hh-hnt-web-palette .bg-teal-100,
body.hh-hnt-web-palette .bg-teal-500\/5,
body.hh-hnt-web-palette .bg-blue-50,
body.hh-hnt-web-palette .bg-blue-100,
body.hh-hnt-web-palette .bg-sky-50,
body.hh-hnt-web-palette .bg-sky-100,
body.hh-hnt-web-palette .bg-indigo-50,
body.hh-hnt-web-palette .bg-indigo-100 {
  background: rgba(224, 180, 90, .12) !important;
  border-color: rgba(224, 180, 90, .24) !important;
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette .text-green-500,
body.hh-hnt-web-palette .text-green-600,
body.hh-hnt-web-palette .text-emerald-500,
body.hh-hnt-web-palette .text-emerald-600,
body.hh-hnt-web-palette .text-teal-500,
body.hh-hnt-web-palette .text-teal-600,
body.hh-hnt-web-palette .text-indigo-500,
body.hh-hnt-web-palette .text-indigo-600,
body.hh-hnt-web-palette .text-rose-500,
body.hh-hnt-web-palette .text-red-500,
body.hh-hnt-web-palette .text-red-600 {
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette .card-title,
body.hh-hnt-web-palette .card-list-title,
body.hh-hnt-web-palette .uk-accordion-title,
body.hh-hnt-web-palette .page-heading .page-title,
body.hh-hnt-web-palette .nav__underline ul,
body.hh-hnt-web-palette .nav__underline ul li a,
body.hh-hnt-web-palette #side,
body.hh-hnt-web-palette #side a,
body.hh-hnt-web-palette #site__sidebar,
body.hh-hnt-web-palette #site__sidebar .text-black,
body.hh-hnt-web-palette header .text-black,
body.hh-hnt-web-palette .text-black {
  color: var(--hnt-text) !important;
}

body.hh-hnt-web-palette .card-text,
body.hh-hnt-web-palette .card-list-text,
body.hh-hnt-web-palette .card-list-info,
body.hh-hnt-web-palette small,
body.hh-hnt-web-palette .text-gray-400,
body.hh-hnt-web-palette .text-gray-500,
body.hh-hnt-web-palette .text-gray-600,
body.hh-hnt-web-palette .text-slate-400,
body.hh-hnt-web-palette .text-slate-500,
body.hh-hnt-web-palette .text-slate-600 {
  color: var(--hnt-muted) !important;
}

body.hh-hnt-web-palette #side .active a,
body.hh-hnt-web-palette #side a.active,
body.hh-hnt-web-palette #side a.uk-active,
body.hh-hnt-web-palette #side a:hover,
body.hh-hnt-web-palette #side button:hover {
  background: rgba(224, 180, 90, .14) !important;
  border-color: rgba(224, 180, 90, .24) !important;
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette #side .active a i,
body.hh-hnt-web-palette #side a.active i,
body.hh-hnt-web-palette #side a.uk-active i,
body.hh-hnt-web-palette #side a:hover i {
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette #site__sidebar .shadow-sm,
body.hh-hnt-web-palette #site__sidebar .max-xl\:bg-white,
body.hh-hnt-web-palette #site__sidebar .dark\:max-xl\:\!bg-slate-700 {
  background: rgba(18, 16, 13, .96) !important;
  border-color: var(--hnt-border-soft) !important;
}

body.hh-hnt-web-palette header button.sm\:bg-secondery,
body.hh-hnt-web-palette header .sm\:bg-secondery,
body.hh-hnt-web-palette .button-icon,
body.hh-hnt-web-palette .nav-prev,
body.hh-hnt-web-palette .nav-next {
  background: var(--hnt-surface-2) !important;
  border: 1px solid rgba(224, 180, 90, .20) !important;
  color: var(--hnt-text) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28) !important;
}

body.hh-hnt-web-palette .nav-prev:hover,
body.hh-hnt-web-palette .nav-next:hover,
body.hh-hnt-web-palette .button-icon:hover,
body.hh-hnt-web-palette header button.sm\:bg-secondery:hover {
  background: rgba(224, 180, 90, .14) !important;
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette .nav__underline,
body.hh-hnt-web-palette .page-nav2.page-nav ul li.active a::after {
  border-color: rgba(224, 180, 90, .28) !important;
}

body.hh-hnt-web-palette .nav__underline ul li.uk-active a,
body.hh-hnt-web-palette .nav__underline ul li.active a,
body.hh-hnt-web-palette .nav__underline ul li a[aria-expanded=true] {
  border-color: var(--hnt-gold) !important;
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette .bg-primary,
body.hh-hnt-web-palette .button.bg-primary,
body.hh-hnt-web-palette a.button.bg-primary,
body.hh-hnt-web-palette button.bg-primary {
  background: linear-gradient(135deg, var(--hnt-red), #8F2B25) !important;
  color: #fff !important;
  border-color: rgba(224, 180, 90, .22) !important;
}

body.hh-hnt-web-palette .bg-blue-600,
body.hh-hnt-web-palette .bg-blue-500,
body.hh-hnt-web-palette .bg-sky-600,
body.hh-hnt-web-palette .bg-sky-500,
body.hh-hnt-web-palette .bg-indigo-600,
body.hh-hnt-web-palette .bg-indigo-500 {
  background: var(--hnt-red) !important;
  color: #fff !important;
}

body.hh-hnt-web-palette .rounded-md.bg-secondery,
body.hh-hnt-web-palette .rounded-xl.bg-secondery,
body.hh-hnt-web-palette label.bg-secondery {
  background: var(--hnt-surface-2) !important;
  border: 1px solid var(--hnt-border-soft) !important;
  color: var(--hnt-text) !important;
}


/* Patch 500: finish app-palette cleanup for badges, notifications and active sidebar states. */
body.hh-hnt-web-palette #gamification-tabs .card {
  background: var(--hnt-surface) !important;
  border: 1px solid var(--hnt-border-soft) !important;
  overflow: hidden;
}

body.hh-hnt-web-palette #gamification-tabs .card-media {
  background:
    radial-gradient(circle at 50% 32%, rgba(224, 180, 90, .16), transparent 62%),
    linear-gradient(180deg, rgba(28, 23, 18, .98), rgba(12, 10, 8, .98)) !important;
  border-bottom: 1px solid var(--hnt-border-soft) !important;
}

body.hh-hnt-web-palette #gamification-tabs .card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(242, 236, 225, .04), transparent 42%),
    radial-gradient(circle at bottom right, rgba(184, 59, 50, .10), transparent 58%);
}

body.hh-hnt-web-palette #gamification-tabs .card-media img {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

body.hh-hnt-web-palette #gamification-tabs .card-overly {
  background: linear-gradient(180deg, transparent 35%, rgba(7, 6, 5, .58)) !important;
}

body.hh-hnt-web-palette #gamification-tabs .card-media .absolute.top-2.left-2,
body.hh-hnt-web-palette #gamification-tabs .card-body .rounded-lg,
body.hh-hnt-web-palette #gamification-tabs .uk-drop .rounded-lg.bg-secondery {
  background: rgba(18, 16, 13, .88) !important;
  color: var(--hnt-text) !important;
  border: 1px solid rgba(224, 180, 90, .22) !important;
  box-shadow: none !important;
}

body.hh-hnt-web-palette #gamification-tabs .uk-drop .card {
  background: var(--hnt-surface) !important;
  border: 1px solid rgba(224, 180, 90, .22) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .52) !important;
}

body.hh-hnt-web-palette #gamification-tabs .uk-drop .card-media {
  background:
    radial-gradient(circle at 50% 36%, rgba(224, 180, 90, .18), transparent 60%),
    var(--hnt-surface-2) !important;
}

body.hh-hnt-web-palette .hh-notification-row,
body.hh-hnt-web-palette .hh-notification-row[type="submit"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--hnt-text) !important;
}

body.hh-hnt-web-palette .hh-notification-row.is-unread,
body.hh-hnt-web-palette .hh-notification-row:hover,
body.hh-hnt-web-palette .hh-notification-row:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

body.hh-hnt-web-palette .hh-notification-row .hh-notification-dot {
  background: var(--hnt-gold) !important;
  box-shadow: 0 0 0 3px rgba(224, 180, 90, .12) !important;
}

body.hh-hnt-web-palette [data-hh-dropdown-list="notifications"] form + form {
  border-top: 1px solid rgba(242, 236, 225, .06) !important;
}

body.hh-hnt-web-palette #side li.active > a,
body.hh-hnt-web-palette #side li.active > a:hover {
  background: rgba(224, 180, 90, .15) !important;
  border: 1px solid rgba(224, 180, 90, .28) !important;
  color: var(--hnt-gold) !important;
}

body.hh-hnt-web-palette #side li.active > a i,
body.hh-hnt-web-palette #side li.active > a span {
  color: var(--hnt-gold) !important;
}


/* Patch 501: Header user menu language switcher */
.hnt-header-locale-pill {
    display: block;
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: rgba(242, 236, 225, .72) !important;
    background: rgba(18, 16, 13, .92) !important;
    border: 1px solid rgba(224, 180, 90, .16) !important;
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.hnt-header-locale-pill:hover,
.hnt-header-locale-pill.is-active {
    color: #e0b45a !important;
    background: rgba(47, 38, 22, .96) !important;
    border-color: rgba(224, 180, 90, .42) !important;
}


/* Patch 502: lock the Socialite web UI to the HNT app palette.
   Browser/OS light-dark preference must not toggle the old Socialite template theme. */
:root,
html,
html[data-hnt-theme="locked"],
body.hh-hnt-web-palette {
  color-scheme: dark !important;
  background-color: #070605 !important;
}

html.dark body.hh-hnt-web-palette,
html[data-hnt-theme="locked"] body.hh-hnt-web-palette {
  background:
    radial-gradient(circle at top left, rgba(184, 59, 50, .11), transparent 34rem),
    radial-gradient(circle at top right, rgba(224, 180, 90, .10), transparent 30rem),
    #070605 !important;
  color: #F2ECE1 !important;
}

body.hh-hnt-web-palette *,
body.hh-hnt-web-palette *::before,
body.hh-hnt-web-palette *::after {
  forced-color-adjust: none;
}

body.hh-hnt-web-palette input,
body.hh-hnt-web-palette textarea,
body.hh-hnt-web-palette select,
body.hh-hnt-web-palette button {
  color-scheme: dark !important;
}

/* Patch 506: Feed load-more button polish */
.hnt-theme .hnt-feed-load-more-button,
[data-hnt-theme="locked"] .hnt-feed-load-more-button {
  color: var(--hnt-text) !important;
  background: linear-gradient(180deg, rgba(28, 23, 18, .98), rgba(12, 10, 8, .98)) !important;
  border: 1px solid rgba(224, 180, 90, .36) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

.hnt-theme .hnt-feed-load-more-button:hover,
[data-hnt-theme="locked"] .hnt-feed-load-more-button:hover {
  color: #fff8ea !important;
  border-color: rgba(224, 180, 90, .72) !important;
  background: linear-gradient(180deg, rgba(41, 32, 22, .98), rgba(18, 14, 10, .98)) !important;
  transform: translateY(-1px);
}

.hnt-theme .hnt-feed-load-more-button:disabled,
[data-hnt-theme="locked"] .hnt-feed-load-more-button:disabled {
  transform: none;
}

.hnt-theme .hnt-feed-load-more-icon,
[data-hnt-theme="locked"] .hnt-feed-load-more-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  color: var(--hnt-gold) !important;
  background: rgba(224, 180, 90, .12) !important;
  border: 1px solid rgba(224, 180, 90, .42) !important;
  font-size: 18px;
  line-height: 1;
}

/* Patch 507: Blog-read inspired legal pages for Socialite/HNT palette */
body.hh-hnt-web-palette .hh-legal-shell {
  width: min(1180px, calc(100vw - 24px));
  margin: 34px auto 72px;
}

body.hh-hnt-web-palette .hh-legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

body.hh-hnt-web-palette .hh-legal-article,
body.hh-hnt-web-palette .hh-legal-sidebox {
  overflow: hidden;
  color: var(--hnt-text, #f2ece1) !important;
  background:
    linear-gradient(180deg, rgba(18, 16, 13, .98), rgba(10, 8, 7, .98)) !important;
  border: 1px solid rgba(224, 180, 90, .18) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255,255,255,.035) !important;
}

body.hh-hnt-web-palette .hh-legal-hero {
  position: relative;
  min-height: 250px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, .12), rgba(7, 6, 5, .92)),
    radial-gradient(circle at 16% 18%, rgba(184, 59, 50, .35), transparent 30rem),
    radial-gradient(circle at 80% 10%, rgba(224, 180, 90, .22), transparent 24rem),
    linear-gradient(135deg, rgba(28, 23, 18, .94), rgba(7, 6, 5, 1));
  border-bottom: 1px solid rgba(224, 180, 90, .16);
}

body.hh-hnt-web-palette .hh-legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(224, 180, 90, .08), transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 9px);
  opacity: .64;
}

body.hh-hnt-web-palette .hh-legal-hero > * {
  position: relative;
  z-index: 1;
}

body.hh-hnt-web-palette .hh-legal-hero-kicker {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--hnt-gold, #e0b45a) !important;
  background: rgba(224, 180, 90, .12) !important;
  border: 1px solid rgba(224, 180, 90, .24) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.hh-hnt-web-palette .hh-legal-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #fff8ea !important;
  font-size: clamp(34px, 5vw, 56px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.04em;
}

body.hh-hnt-web-palette .hh-legal-hero p {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(242, 236, 225, .76) !important;
  font-size: 15px;
  line-height: 1.7;
}

body.hh-hnt-web-palette .hh-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.hh-hnt-web-palette .hh-legal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(242, 236, 225, .84) !important;
  background: rgba(12, 10, 8, .72) !important;
  border: 1px solid rgba(224, 180, 90, .18) !important;
  font-size: 12px;
  font-weight: 700;
}

body.hh-hnt-web-palette .hh-legal-content {
  padding: 34px;
  color: rgba(242, 236, 225, .78) !important;
  font-size: 15px;
  line-height: 1.82;
}

body.hh-hnt-web-palette .hh-legal-content h2 {
  margin: 34px 0 12px;
  color: #fff8ea !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -.02em;
}

body.hh-hnt-web-palette .hh-legal-content h2:first-child {
  margin-top: 0;
}

body.hh-hnt-web-palette .hh-legal-content p {
  margin: 0 0 16px;
  color: rgba(242, 236, 225, .76) !important;
}

body.hh-hnt-web-palette .hh-legal-content strong {
  color: #fff8ea !important;
  font-weight: 800;
}

body.hh-hnt-web-palette .hh-legal-content a:not(.hh-legal-mail-button) {
  color: var(--hnt-gold, #e0b45a) !important;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 180, 90, .38);
}

body.hh-hnt-web-palette .hh-legal-content a:not(.hh-legal-mail-button):hover {
  color: #ffe5a6 !important;
  border-bottom-color: rgba(255, 229, 166, .72);
}

body.hh-hnt-web-palette .hh-legal-content ul,
body.hh-hnt-web-palette .hh-legal-content ol {
  margin: 12px 0 22px 1.2rem;
  color: rgba(242, 236, 225, .76) !important;
}

body.hh-hnt-web-palette .hh-legal-content li {
  margin: 7px 0;
  padding-left: 2px;
}

body.hh-hnt-web-palette .hh-legal-content code {
  color: #ffe5a6 !important;
  background: rgba(224, 180, 90, .1) !important;
  border: 1px solid rgba(224, 180, 90, .2) !important;
  border-radius: 8px;
  padding: 2px 6px;
}

body.hh-hnt-web-palette .hh-legal-mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  margin-top: 4px;
  color: #fff8ea !important;
  font-weight: 850;
  border-radius: 12px;
  background: linear-gradient(180deg, #c73e35, #922720) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 12px 28px rgba(184, 59, 50, .22) !important;
}

body.hh-hnt-web-palette .hh-legal-sidebar {
  position: sticky;
  top: calc(var(--m-top, 72px) + 24px);
  display: grid;
  gap: 18px;
}

body.hh-hnt-web-palette .hh-legal-sidebox {
  padding: 22px;
}

body.hh-hnt-web-palette .hh-legal-sidebox h2 {
  margin: 0 0 16px;
  color: #fff8ea !important;
  font-size: 18px;
  font-weight: 900;
}

body.hh-hnt-web-palette .hh-legal-nav {
  display: grid;
  gap: 8px;
}

body.hh-hnt-web-palette .hh-legal-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 13px;
  color: rgba(242, 236, 225, .72) !important;
  background: rgba(28, 23, 18, .5) !important;
  border: 1px solid rgba(224, 180, 90, .1) !important;
  font-weight: 800;
}

body.hh-hnt-web-palette .hh-legal-nav a:hover,
body.hh-hnt-web-palette .hh-legal-nav a.is-active {
  color: var(--hnt-gold, #e0b45a) !important;
  background: rgba(47, 38, 22, .86) !important;
  border-color: rgba(224, 180, 90, .36) !important;
}

body.hh-hnt-web-palette .hh-legal-contactbox p {
  color: rgba(242, 236, 225, .66) !important;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 12px;
}

body.hh-hnt-web-palette .hh-legal-contactbox a {
  color: var(--hnt-gold, #e0b45a) !important;
  font-weight: 850;
  word-break: break-word;
}

@media (max-width: 1180px) {
  body.hh-hnt-web-palette .hh-legal-layout {
    grid-template-columns: 1fr;
  }

  body.hh-hnt-web-palette .hh-legal-sidebar {
    position: static;
    order: -1;
  }

  body.hh-hnt-web-palette .hh-legal-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.hh-hnt-web-palette .hh-legal-shell {
    width: min(100%, calc(100vw - 16px));
    margin-top: 18px;
    margin-bottom: 42px;
  }

  body.hh-hnt-web-palette .hh-legal-hero,
  body.hh-hnt-web-palette .hh-legal-content {
    padding: 24px;
  }

  body.hh-hnt-web-palette .hh-legal-hero {
    min-height: 230px;
  }

  body.hh-hnt-web-palette .hh-legal-nav {
    grid-template-columns: 1fr;
  }
}


/* Patch 508: keep mobile header action buttons perfectly circular. */
@media (max-width: 639px) {
  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"] {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    background: rgba(28, 23, 18, .96) !important;
    border: 1px solid rgba(224, 180, 90, .38) !important;
    color: var(--hnt-text) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35) !important;
    overflow: hidden !important;
  }

  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"]:hover,
  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"][aria-expanded="true"] {
    background: rgba(224, 180, 90, .14) !important;
    color: var(--hnt-gold) !important;
    border-color: rgba(224, 180, 90, .55) !important;
  }

  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"] ion-icon,
  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"] svg {
    width: 15px !important;
    height: 15px !important;
    font-size: 26px !important;
    line-height: 1 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"] [data-hh-live-badge],
  body.hh-hnt-web-palette header .absolute.right-5.top-1\/2 > button[type="button"] [data-hh-notification-count] {
    top: 4px !important;
    right: 4px !important;
  }
}

/* Patch 509: reaction picker cleanup + reactions modal */
body.hh-hnt-web-palette [data-socialite-reaction-picker] [data-socialite-reaction-form] button[type="submit"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

body.hh-hnt-web-palette [data-socialite-reaction-picker] [data-socialite-reaction-form] button[type="submit"] span {
  display: block;
  line-height: 1;
  filter: drop-shadow(0 7px 13px rgba(0,0,0,.28));
}

body.hh-hnt-web-palette [data-socialite-reaction-picker] {
  background: rgba(18, 16, 13, .94) !important;
  border: 1px solid rgba(224, 180, 90, .20) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .45) !important;
}

body.hh-hnt-web-palette .hh-feed-reaction-count {
  color: var(--hnt-gold) !important;
  font-weight: 800;
  line-height: 1;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer;
}

body.hh-hnt-web-palette .hh-feed-reaction-count:hover {
  color: var(--hnt-gold-2) !important;
  text-decoration: underline;
}

.hh-reaction-modal.hidden {
  display: none !important;
}

.hh-reaction-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 24px;
}

.hh-reaction-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(4px);
}

.hh-reaction-modal__panel {
  position: relative;
  width: min(620px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(224, 180, 90, .18);
  background: #12100D;
  color: #F2ECE1;
  box-shadow: 0 34px 90px rgba(0,0,0,.58);
}

.hh-reaction-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 14px;
  border-bottom: 1px solid rgba(224, 180, 90, .12);
}

.hh-reaction-modal__head h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #F2ECE1;
}

.hh-reaction-modal__close {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(242, 236, 225, .10) !important;
  border: 1px solid rgba(224, 180, 90, .12) !important;
  box-shadow: none !important;
  color: #F2ECE1 !important;
  font-size: 36px;
  line-height: 1;
}

.hh-reaction-modal__tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 22px;
  border-bottom: 1px solid rgba(224, 180, 90, .12);
}

.hh-reaction-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #A79A8A !important;
  white-space: nowrap;
  border-bottom: 3px solid transparent !important;
}

.hh-reaction-tab span {
  font-size: 20px;
  line-height: 1;
}

.hh-reaction-tab strong,
.hh-reaction-tab em {
  font-style: normal;
  font-weight: 800;
}

.hh-reaction-tab.is-active {
  color: #E0B45A !important;
  border-bottom-color: #E0B45A !important;
}

.hh-reaction-modal__body {
  max-height: 520px;
  overflow: auto;
  padding: 16px 22px 22px;
}

.hh-reaction-user {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.hh-reaction-user__avatar {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}

.hh-reaction-user__avatar img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(224, 180, 90, .20);
}

.hh-reaction-user__avatar span {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(18,16,13,.96);
  border: 1px solid rgba(224, 180, 90, .20);
  font-size: 15px;
}

.hh-reaction-user__meta {
  min-width: 0;
  color: #F2ECE1 !important;
}

.hh-reaction-user__meta strong,
.hh-reaction-user__meta small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-reaction-user__meta strong {
  font-size: 16px;
  font-weight: 900;
}

.hh-reaction-user__meta small {
  color: #A79A8A;
  margin-top: 2px;
}

.hh-reaction-user__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(224, 180, 90, .11);
  color: #E0B45A !important;
  font-weight: 800;
  white-space: nowrap;
}

.hh-reaction-modal__empty {
  padding: 36px 0;
  text-align: center;
  color: #A79A8A;
  font-weight: 700;
}

html.hh-reaction-modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .hh-reaction-modal {
    align-items: end;
    padding: 0;
  }

  .hh-reaction-modal__panel {
    width: 100%;
    max-height: 86vh;
    border-radius: 24px 24px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .hh-reaction-user {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .hh-reaction-user__action {
    grid-column: 2;
    justify-self: start;
    min-height: 32px;
    font-size: 12px;
  }
}

/* Patch 515: Weekly Contracts / HNT-Aufträge */
.hh-hnt-web-palette .hnt-contract-hero {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--hnt-border-soft) !important;
  background: linear-gradient(135deg, rgba(18, 16, 13, .96), rgba(28, 23, 18, .88)) !important;
}
.hh-hnt-web-palette .hnt-contract-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 59, 50, .18), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(224, 180, 90, .18), transparent 22rem),
    linear-gradient(135deg, rgba(0,0,0,.10), rgba(0,0,0,.48));
  opacity: .95;
}
.hh-hnt-web-palette .hnt-contract-hero-content {
  position: relative;
  min-height: 250px;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  display: grid;
  align-items: end;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
}
.hh-hnt-web-palette .hnt-contract-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 34px;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: rgba(224, 180, 90, .13);
  border: 1px solid rgba(224, 180, 90, .24);
  color: var(--hnt-gold);
  font-weight: 850;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-contract-hero h2 {
  margin-top: 1.2rem;
  max-width: 740px;
  color: var(--hnt-text) !important;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: .98;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-contract-hero p {
  margin-top: 1rem;
  max-width: 680px;
  color: var(--hnt-muted) !important;
  font-weight: 650;
  line-height: 1.7;
}
.hh-hnt-web-palette .hnt-contract-hero-stats {
  display: grid;
  gap: .75rem;
  min-width: 210px;
}
.hh-hnt-web-palette .hnt-contract-hero-stats div,
.hh-hnt-web-palette .hnt-contract-card {
  border: 1px solid var(--hnt-border-soft);
  background: rgba(18, 16, 13, .86);
  box-shadow: 0 20px 42px rgba(0,0,0,.20);
}
.hh-hnt-web-palette .hnt-contract-hero-stats div {
  padding: 1rem;
  border-radius: 18px;
}
.hh-hnt-web-palette .hnt-contract-hero-stats strong {
  display: block;
  color: var(--hnt-text) !important;
  font-size: 1.6rem;
  line-height: 1;
}
.hh-hnt-web-palette .hnt-contract-hero-stats span {
  display: block;
  margin-top: .35rem;
  color: var(--hnt-muted);
  font-weight: 700;
  font-size: .82rem;
}
.hh-hnt-web-palette .hnt-contract-card {
  border-radius: 24px;
  padding: 1.15rem;
  min-height: 225px;
}
.hh-hnt-web-palette .hnt-contract-card.is-done {
  border-color: rgba(224, 180, 90, .36);
  background: linear-gradient(135deg, rgba(224, 180, 90, .10), rgba(18, 16, 13, .88));
}
.hh-hnt-web-palette .hnt-contract-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
}
.hh-hnt-web-palette .hnt-contract-card-head h3 {
  margin: .18rem 0 0;
  color: var(--hnt-text) !important;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 900;
}
.hh-hnt-web-palette .hnt-contract-card-head span,
.hh-hnt-web-palette .hnt-contract-description,
.hh-hnt-web-palette .hnt-contract-meta {
  color: var(--hnt-muted) !important;
}
.hh-hnt-web-palette .hnt-contract-card-head span {
  font-size: .76rem;
  font-weight: 800;
}
.hh-hnt-web-palette .hnt-contract-card-head strong {
  color: var(--hnt-gold) !important;
  font-size: .9rem;
  white-space: nowrap;
}
.hh-hnt-web-palette .hnt-contract-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(224, 180, 90, .12);
  color: var(--hnt-gold);
  font-size: 1.4rem;
}
.hh-hnt-web-palette .hnt-contract-description {
  margin-top: 1rem;
  line-height: 1.65;
  font-weight: 650;
}
.hh-hnt-web-palette .hnt-contract-progress-line,
.hh-hnt-web-palette .hnt-contract-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  font-size: .84rem;
  font-weight: 850;
}
.hh-hnt-web-palette .hnt-contract-progress-line {
  color: var(--hnt-text);
}
.hh-hnt-web-palette .hnt-contract-progress-track {
  margin-top: .55rem;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(242, 236, 225, .08);
}
.hh-hnt-web-palette .hnt-contract-progress-track div {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hnt-red), var(--hnt-gold));
}
.hh-hnt-web-palette .hnt-contract-meta .is-complete {
  color: var(--hnt-gold) !important;
}
.hh-hnt-web-palette .hnt-contract-help-list {
  display: grid;
  gap: .8rem;
  color: var(--hnt-muted);
  font-weight: 650;
  line-height: 1.55;
}
.hh-hnt-web-palette .hnt-contract-help-list li {
  position: relative;
  padding-left: 1.35rem;
}
.hh-hnt-web-palette .hnt-contract-help-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hnt-gold);
}
@media (max-width: 760px) {
  .hh-hnt-web-palette .hnt-contract-hero-content {
    grid-template-columns: 1fr;
  }
  .hh-hnt-web-palette .hnt-contract-hero-stats {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }
}

/* Patch 516: Cup-Ideenwand */
.hnt-ideas-hero {
  position: relative;
  border: 1px solid rgba(224,180,90,.18) !important;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(7,6,5,.98)) !important;
  color: #f2ece1;
}
.hnt-ideas-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(224,180,90,.18), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(184,59,50,.14), transparent 28%);
  pointer-events: none;
}
.hnt-ideas-hero-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
}
.hnt-ideas-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #e0b45a;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hnt-ideas-hero h2 {
  margin: 0;
  color: #f2ece1;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 950;
}
.hnt-ideas-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(242,236,225,.74);
}
.hnt-ideas-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 10px;
  min-width: 310px;
}
.hnt-ideas-stats div {
  padding: 16px;
  border: 1px solid rgba(224,180,90,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  text-align: center;
}
.hnt-ideas-stats strong {
  display: block;
  color: #e0b45a;
  font-size: 26px;
  line-height: 1;
}
.hnt-ideas-stats span {
  color: rgba(242,236,225,.66);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hnt-ideas-alert,
.hnt-ideas-error {
  border: 1px solid rgba(224,180,90,.22);
  border-radius: 18px;
  background: rgba(224,180,90,.10);
  color: #f2ece1;
  padding: 14px 16px;
  font-weight: 750;
}
.hnt-ideas-error { border-color: rgba(184,59,50,.34); background: rgba(184,59,50,.12); }
.hnt-ideas-filter {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) auto auto;
  gap: 12px;
  align-items: end;
}
.hnt-ideas-filter label,
.hnt-ideas-form label {
  display: block;
  margin-bottom: 6px;
  color: #a79a8a;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.hnt-ideas-filter select,
.hnt-ideas-form input,
.hnt-ideas-form select,
.hnt-ideas-form textarea {
  width: 100%;
  border: 1px solid rgba(224,180,90,.18) !important;
  border-radius: 15px !important;
  background: rgba(7,6,5,.42) !important;
  color: #f2ece1 !important;
}
.hnt-ideas-filter button,
.hnt-ideas-form button,
.hnt-ideas-login-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #e0b45a, #b8832b);
  color: #110f0b;
  font-weight: 950;
}
.hnt-ideas-filter a,
.hnt-ideas-sort a,
.hnt-ideas-register-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224,180,90,.16);
  border-radius: 999px;
  padding: 0 16px;
  color: #a79a8a;
  font-weight: 850;
  text-decoration: none;
}
.hnt-ideas-sort {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.hnt-ideas-sort a.is-active {
  color: #110f0b;
  background: #e0b45a;
  border-color: #e0b45a;
}
.hnt-ideas-list {
  display: grid;
  gap: 14px;
}
.hnt-idea-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(224,180,90,.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(12,10,8,.98));
  color: #f2ece1;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.hnt-idea-card.is-featured { border-color: rgba(224,180,90,.38); box-shadow: 0 20px 55px rgba(224,180,90,.08); }
.hnt-idea-vote button,
.hnt-idea-vote a {
  width: 64px;
  min-height: 86px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 1px solid rgba(224,180,90,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  color: #a79a8a;
  cursor: pointer;
  text-decoration: none;
}
.hnt-idea-vote button.is-active,
.hnt-idea-vote button:hover,
.hnt-idea-vote a:hover {
  border-color: rgba(224,180,90,.55);
  background: rgba(224,180,90,.13);
  color: #e0b45a;
}
.hnt-idea-vote strong { color: #f2ece1; font-size: 24px; line-height: 1; }
.hnt-idea-meta,
.hnt-idea-author {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.hnt-idea-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #a79a8a;
  font-size: 12px;
  font-weight: 850;
}
.hnt-idea-meta .is-featured-label { background: rgba(224,180,90,.15); color: #e0b45a; }
.hnt-idea-body h3 {
  margin: 12px 0 8px;
  color: #f2ece1;
  font-size: 20px;
  font-weight: 950;
}
.hnt-idea-body p { margin: 0; color: rgba(242,236,225,.72); white-space: pre-line; }
.hnt-idea-author {
  margin-top: 16px;
  color: #a79a8a;
  font-size: 13px;
  font-weight: 750;
}
.hnt-idea-author img { width: 28px; height: 28px; border-radius: 999px; object-fit: cover; }
.hnt-ideas-form-card h2,
.hnt-ideas-help h3 { color: #f2ece1; font-weight: 950; }
.hnt-ideas-form-card p,
.hnt-ideas-help li { color: rgba(242,236,225,.68); }
.hnt-ideas-form { display: grid; gap: 14px; margin-top: 18px; }
.hnt-ideas-help ul { margin: 14px 0 0; padding-left: 18px; display: grid; gap: 8px; }
@media (max-width: 767px) {
  .hnt-ideas-hero-content { flex-direction: column; padding: 22px; }
  .hnt-ideas-stats { min-width: 0; grid-template-columns: repeat(3, 1fr); }
  .hnt-ideas-filter { grid-template-columns: 1fr; }
  .hnt-idea-card { grid-template-columns: 1fr; }
  .hnt-idea-vote button,
.hnt-idea-vote a { width: 100%; min-height: 54px; grid-template-columns: auto auto; display: inline-grid; }
}

/* Patch 517: Moment der Woche */
.hnt-moment-week-hero {
  position: relative;
  border: 1px solid rgba(224,180,90,.18) !important;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(7,6,5,.98)) !important;
  color: #f2ece1;
}
.hnt-moment-week-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(224,180,90,.20), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(184,59,50,.16), transparent 30%);
  pointer-events: none;
}
.hnt-moment-week-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 30px;
  padding: 30px;
  align-items: center;
}
.hnt-moment-week-cover,
.hnt-moment-mini-card a,
.hnt-moment-archive-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(7,6,5,.72);
  border: 1px solid rgba(224,180,90,.2);
}
.hnt-moment-week-cover img {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  object-fit: cover;
  display: block;
}
.hnt-moment-week-play,
.hnt-moment-mini-card a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(7,6,5,.72);
  border: 1px solid rgba(224,180,90,.36);
  color: #e0b45a;
  box-shadow: 0 16px 40px rgba(0,0,0,.32);
}
.hnt-moment-week-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #e0b45a;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hnt-moment-week-copy h2,
.hnt-moment-week-empty h2 {
  margin: 0;
  color: #f2ece1;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.03;
  font-weight: 950;
}
.hnt-moment-week-copy p,
.hnt-moment-week-empty p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(242,236,225,.72);
  line-height: 1.65;
}
.hnt-moment-week-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.hnt-moment-week-author img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(224,180,90,.28);
}
.hnt-moment-week-author strong,
.hnt-moment-week-side h3 {
  display: block;
  color: #f2ece1;
  font-weight: 950;
}
.hnt-moment-week-author span {
  color: #a79a8a;
  font-size: 13px;
  font-weight: 750;
}
.hnt-moment-week-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.hnt-moment-week-stats span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #a79a8a;
  font-size: 13px;
  font-weight: 850;
}
.hnt-moment-week-stats strong { color: #e0b45a; }
.hnt-moment-week-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #e0b45a, #b8832b);
  color: #110f0b !important;
  font-weight: 950;
  text-decoration: none !important;
}
.hnt-moment-week-empty {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}
.hnt-moment-week-grid,
.hnt-moment-week-archive {
  display: grid;
  gap: 14px;
}
.hnt-moment-week-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hnt-moment-week-archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hnt-moment-mini-card,
.hnt-moment-archive-card {
  border: 1px solid rgba(224,180,90,.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(12,10,8,.98));
  overflow: hidden;
  color: #f2ece1;
}
.hnt-moment-mini-card a img,
.hnt-moment-archive-card a img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.hnt-moment-mini-card div,
.hnt-moment-archive-card div { padding: 14px; }
.hnt-moment-mini-card h3,
.hnt-moment-archive-card h3 {
  margin: 0;
  color: #f2ece1;
  font-size: 15px;
  font-weight: 950;
}
.hnt-moment-mini-card p,
.hnt-moment-archive-card p,
.hnt-moment-archive-card span,
.hnt-moment-mini-card small,
.hnt-moment-week-side p,
.hnt-moment-week-side li {
  color: rgba(242,236,225,.66);
}
.hnt-moment-mini-card p,
.hnt-moment-archive-card p { margin: 5px 0; }
.hnt-moment-week-side ul { margin: 12px 0 0; padding-left: 18px; display: grid; gap: 8px; }
.hnt-moment-week-empty-small {
  padding: 18px;
  border-radius: 18px;
  border: 1px dashed rgba(224,180,90,.2);
  color: #a79a8a;
}
@media (max-width: 980px) {
  .hnt-moment-week-feature { grid-template-columns: 1fr; padding: 22px; }
  .hnt-moment-week-cover { max-width: 360px; margin: 0 auto; width: 100%; }
  .hnt-moment-week-grid,
  .hnt-moment-week-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hnt-moment-week-grid,
  .hnt-moment-week-archive { grid-template-columns: 1fr; }
  .hnt-moment-week-empty { padding: 24px; }
}


/* Patch 518: Profile trophy cabinet */
.hnt-profile-trophy-card {
  border-color: rgba(224,180,90,.14) !important;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(12,10,8,.98)) !important;
  color: #f2ece1;
}
.hnt-profile-trophy-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.hnt-profile-trophy-mini-stats div {
  border: 1px solid rgba(224,180,90,.12);
  border-radius: 16px;
  background: rgba(7,6,5,.6);
  padding: 10px 8px;
  text-align: center;
}
.hnt-profile-trophy-mini-stats strong {
  display: block;
  color: #e0b45a;
  font-size: 18px;
  line-height: 1;
}
.hnt-profile-trophy-mini-stats span {
  display: block;
  margin-top: 5px;
  color: rgba(242,236,225,.58);
  font-size: 11px;
  font-weight: 800;
}
.hnt-profile-trophy-preview-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(224,180,90,.12);
  border-radius: 16px;
  padding: 10px;
  background: rgba(28,23,18,.72);
  color: #f2ece1;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.hnt-profile-trophy-preview-row:hover {
  border-color: rgba(224,180,90,.36);
  background: rgba(38,30,22,.92);
  transform: translateY(-1px);
}
.hnt-profile-trophy-preview-row strong,
.hnt-profile-trophy-preview-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hnt-profile-trophy-preview-row strong { color: #f2ece1; font-size: 13px; }
.hnt-profile-trophy-preview-row small { color: rgba(242,236,225,.58); font-size: 11px; margin-top: 2px; }
.hnt-profile-trophy-medal,
.hnt-profile-trophy-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-weight: 950;
  background: rgba(224,180,90,.12);
  color: #e0b45a;
  border: 1px solid rgba(224,180,90,.28);
}
.hnt-profile-trophy-icon ion-icon { font-size: 20px; }
.hnt-profile-trophy-medal-1 { background: linear-gradient(135deg, rgba(224,180,90,.95), rgba(125,83,26,.95)); color: #070605; }
.hnt-profile-trophy-medal-2 { background: linear-gradient(135deg, rgba(220,220,212,.92), rgba(113,111,105,.9)); color: #070605; }
.hnt-profile-trophy-medal-3 { background: linear-gradient(135deg, rgba(184,98,44,.92), rgba(91,43,23,.9)); color: #fff4df; }
.hnt-profile-trophy-hero,
.hnt-profile-trophy-panel {
  border: 1px solid rgba(224,180,90,.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(18,16,13,.98), rgba(7,6,5,.99));
  color: #f2ece1;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.hnt-profile-trophy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  padding: 26px;
  overflow: hidden;
  position: relative;
}
.hnt-profile-trophy-hero:before {
  content: "";
  position: absolute;
  inset: -40% auto auto -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(224,180,90,.18), transparent 65%);
  pointer-events: none;
}
.hnt-profile-trophy-pretitle,
.hnt-profile-trophy-panel-head p {
  margin: 0;
  color: #e0b45a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hnt-profile-trophy-hero h2 {
  margin: 8px 0 0;
  color: #f2ece1;
  font-size: clamp(26px, 4vw, 42px);
  line-height: .98;
  font-weight: 1000;
}
.hnt-profile-trophy-hero p:not(.hnt-profile-trophy-pretitle) {
  margin: 12px 0 0;
  max-width: 610px;
  color: rgba(242,236,225,.68);
  line-height: 1.65;
}
.hnt-profile-trophy-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 1;
}
.hnt-profile-trophy-stat-grid div {
  border: 1px solid rgba(224,180,90,.14);
  border-radius: 18px;
  background: rgba(28,23,18,.72);
  padding: 18px;
}
.hnt-profile-trophy-stat-grid strong {
  display: block;
  color: #e0b45a;
  font-size: 28px;
  line-height: 1;
}
.hnt-profile-trophy-stat-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(242,236,225,.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hnt-profile-trophy-panel { padding: 22px; }
.hnt-profile-trophy-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.hnt-profile-trophy-panel-head h3 {
  margin: 5px 0 0;
  color: #f2ece1;
  font-size: 20px;
  font-weight: 950;
}
.hnt-profile-trophy-panel-head > span,
.hnt-profile-trophy-panel-head a {
  color: #e0b45a;
  font-size: 12px;
  font-weight: 900;
}
.hnt-profile-trophy-placement-list { display: grid; gap: 10px; }
.hnt-profile-trophy-placement {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(224,180,90,.12);
  background: rgba(28,23,18,.72);
  color: #f2ece1;
}
.hnt-profile-trophy-placement:hover { border-color: rgba(224,180,90,.36); background: rgba(38,30,22,.92); }
.hnt-profile-trophy-rank {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #e0b45a;
  background: rgba(224,180,90,.12);
  border: 1px solid rgba(224,180,90,.2);
  font-weight: 1000;
}
.hnt-profile-trophy-rank-1 { background: linear-gradient(135deg, rgba(224,180,90,.98), rgba(125,83,26,.95)); color: #070605; }
.hnt-profile-trophy-rank-2 { background: linear-gradient(135deg, rgba(220,220,212,.92), rgba(113,111,105,.9)); color: #070605; }
.hnt-profile-trophy-rank-3 { background: linear-gradient(135deg, rgba(184,98,44,.92), rgba(91,43,23,.9)); color: #fff4df; }
.hnt-profile-trophy-placement strong,
.hnt-profile-trophy-placement small { display: block; }
.hnt-profile-trophy-placement strong { color: #f2ece1; font-size: 15px; }
.hnt-profile-trophy-placement small { color: rgba(242,236,225,.6); margin-top: 4px; font-size: 12px; }
.hnt-profile-trophy-open { color: #e0b45a; font-size: 12px; font-weight: 900; }
.hnt-profile-trophy-moment-grid,
.hnt-profile-trophy-badge-grid { display: grid; gap: 12px; }
.hnt-profile-trophy-moment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hnt-profile-trophy-moment,
.hnt-profile-trophy-badge-grid a {
  overflow: hidden;
  border: 1px solid rgba(224,180,90,.12);
  border-radius: 18px;
  background: rgba(28,23,18,.72);
  color: #f2ece1;
}
.hnt-profile-trophy-moment:hover,
.hnt-profile-trophy-badge-grid a:hover { border-color: rgba(224,180,90,.34); background: rgba(38,30,22,.92); }
.hnt-profile-trophy-moment img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.hnt-profile-trophy-moment div { padding: 12px; }
.hnt-profile-trophy-moment strong,
.hnt-profile-trophy-moment small { display: block; }
.hnt-profile-trophy-moment strong { color: #f2ece1; font-size: 13px; }
.hnt-profile-trophy-moment small { color: rgba(242,236,225,.58); margin-top: 3px; font-size: 11px; }
.hnt-profile-trophy-badge-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hnt-profile-trophy-badge-grid a { padding: 12px; text-align: center; }
.hnt-profile-trophy-badge-grid span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  border-radius: 16px;
  background: rgba(7,6,5,.55);
  color: #e0b45a;
  font-weight: 950;
}
.hnt-profile-trophy-badge-grid img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hnt-profile-trophy-badge-grid strong {
  display: block;
  color: #f2ece1;
  font-size: 12px;
  line-height: 1.25;
}
.hnt-profile-trophy-empty {
  border: 1px dashed rgba(224,180,90,.22);
  border-radius: 18px;
  padding: 18px;
  color: #a79a8a;
  background: rgba(7,6,5,.35);
  font-size: 14px;
}
@media (max-width: 980px) {
  .hnt-profile-trophy-hero { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hnt-profile-trophy-hero,
  .hnt-profile-trophy-panel { padding: 18px; border-radius: 20px; }
  .hnt-profile-trophy-stat-grid,
  .hnt-profile-trophy-moment-grid { grid-template-columns: 1fr; }
  .hnt-profile-trophy-badge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hnt-profile-trophy-placement { align-items: flex-start; }
  .hnt-profile-trophy-open { display: none; }
}


/* Patch 519: Profile trophy cabinet visual polish */
.hnt-profile-trophy-hero {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px;
  min-height: auto;
}
.hnt-profile-trophy-hero > div:first-child {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 760px;
}
.hnt-profile-trophy-hero h2 {
  max-width: 100%;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
  overflow-wrap: break-word;
  hyphens: auto;
}
.hnt-profile-trophy-hero p:not(.hnt-profile-trophy-pretitle) {
  max-width: 560px;
  font-size: 15px;
}
.hnt-profile-trophy-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.hnt-profile-trophy-stat-grid div {
  min-height: 112px;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, rgba(28,23,18,.82), rgba(12,10,8,.72));
}
.hnt-profile-trophy-stat-grid strong {
  color: #f2ece1;
  font-size: 34px;
  letter-spacing: -.03em;
}
.hnt-profile-trophy-stat-grid span {
  color: rgba(224,180,90,.82);
}
.hnt-profile-trophy-panel {
  background: linear-gradient(135deg, rgba(18,16,13,.98), rgba(9,8,7,.98));
}
.hnt-profile-trophy-panel-head {
  align-items: center;
}
.hnt-profile-trophy-panel-head h3 {
  font-size: 22px;
  letter-spacing: -.02em;
}
.hnt-profile-trophy-placement {
  min-height: 74px;
  background: linear-gradient(135deg, rgba(28,23,18,.76), rgba(12,10,8,.55));
}
.hnt-profile-trophy-rank-default,
.hnt-profile-trophy-medal-default {
  background: rgba(224,180,90,.12);
  color: #e0b45a;
}
.hnt-profile-trophy-moment,
.hnt-profile-trophy-badge-grid a {
  background: linear-gradient(135deg, rgba(28,23,18,.76), rgba(12,10,8,.6));
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.hnt-profile-trophy-moment:hover,
.hnt-profile-trophy-badge-grid a:hover {
  transform: translateY(-1px);
}
.hnt-profile-trophy-moment img {
  background: #070605;
}
.hnt-profile-trophy-badge-grid a {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hnt-profile-trophy-badge-grid span {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(224,180,90,.18);
  background: radial-gradient(circle at 50% 36%, rgba(224,180,90,.14), rgba(7,6,5,.72) 68%);
}
.hnt-profile-trophy-badge-grid strong {
  min-height: 32px;
  overflow: hidden;
  color: #f2ece1;
}
.hnt-profile-trophy-card .text-blue-500,
.hnt-profile-trophy-panel-head a {
  color: #e0b45a !important;
}
.hnt-profile-trophy-mini-stats div {
  background: linear-gradient(135deg, rgba(28,23,18,.78), rgba(7,6,5,.64));
}
.hnt-profile-trophy-mini-stats strong {
  color: #f2ece1;
}
.hnt-profile-trophy-preview-row {
  background: linear-gradient(135deg, rgba(28,23,18,.78), rgba(7,6,5,.62));
}
@media (max-width: 1180px) {
  .hnt-profile-trophy-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hnt-profile-trophy-hero { padding: 20px; gap: 18px; }
  .hnt-profile-trophy-hero h2 { font-size: 34px; }
  .hnt-profile-trophy-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hnt-profile-trophy-stat-grid div { min-height: 96px; padding: 15px; }
  .hnt-profile-trophy-stat-grid strong { font-size: 28px; }
}

/* Patch 520: approved outbound link warning page */
.hnt-outbound-card {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(224,180,90,.18) !important;
  background: linear-gradient(135deg, rgba(18,16,13,.96), rgba(7,6,5,.94)) !important;
  overflow: hidden;
}
.hnt-outbound-glow {
  position: absolute;
  inset: -140px -120px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224,180,90,.18), transparent 68%);
  pointer-events: none;
}
.hnt-outbound-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 46px);
}
.hnt-outbound-kicker {
  color: #e0b45a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hnt-outbound-content h1 {
  margin: 0;
  color: #f2ece1;
  font-size: clamp(36px, 5vw, 58px);
  line-height: .96;
  letter-spacing: -.05em;
}
.hnt-outbound-content > p,
.hnt-outbound-warning p,
.hnt-outbound-side p,
.hnt-outbound-side li {
  color: #a79a8a;
  font-weight: 650;
}
.hnt-outbound-target,
.hnt-outbound-warning,
.hnt-outbound-side {
  border: 1px solid rgba(224,180,90,.16) !important;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(28,23,18,.78), rgba(12,10,8,.62)) !important;
}
.hnt-outbound-target,
.hnt-outbound-warning { padding: 20px; }
.hnt-outbound-target span,
.hnt-outbound-warning strong,
.hnt-outbound-side h2 {
  color: #e0b45a;
  font-weight: 900;
}
.hnt-outbound-target strong {
  display: block;
  margin-top: 6px;
  color: #f2ece1;
  font-size: 28px;
  letter-spacing: -.03em;
}
.hnt-outbound-target small {
  color: #a79a8a;
  font-weight: 800;
}
.hnt-outbound-target p { margin: 14px 0 0; color: #cdbfae; white-space: pre-line; }
.hnt-outbound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hnt-outbound-primary,
.hnt-outbound-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.hnt-outbound-primary {
  background: linear-gradient(135deg, #b83b32, #8f251f);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(184,59,50,.18);
}
.hnt-outbound-secondary {
  border: 1px solid rgba(224,180,90,.18);
  background: rgba(224,180,90,.08);
  color: #e0b45a !important;
}
.hnt-outbound-primary:hover,
.hnt-outbound-secondary:hover { transform: translateY(-1px); }
.hnt-outbound-side ul { margin: 16px 0 0; padding-left: 18px; display: grid; gap: 10px; }

/* Patch 521: Loadout Challenges Web v1 */
.hh-hnt-web-palette .hnt-loadout-status {
  border: 1px solid rgba(224, 180, 90, .28);
  background: rgba(224, 180, 90, .1);
  color: #f2ece1;
  border-radius: 18px;
  font-weight: 800;
}
.hh-hnt-web-palette .hnt-loadout-error {
  border: 1px solid rgba(184, 59, 50, .38);
  background: rgba(184, 59, 50, .14);
  color: #f2ece1;
  border-radius: 18px;
}
.hh-hnt-web-palette .hnt-loadout-error ul { margin: 10px 0 0; padding-left: 20px; }
.hh-hnt-web-palette .hnt-loadout-hero,
.hh-hnt-web-palette .hnt-loadout-detail-hero {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(224, 180, 90, .18);
  border-radius: 24px;
  background: radial-gradient(circle at 12% 0%, rgba(184, 59, 50, .28), transparent 36%), linear-gradient(135deg, rgba(28, 23, 18, .98), rgba(7, 6, 5, .98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}
.hh-hnt-web-palette .hnt-loadout-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 82% 18%, rgba(224, 180, 90, .24), transparent 34%);
}
.hh-hnt-web-palette .hnt-loadout-hero-content,
.hh-hnt-web-palette .hnt-loadout-detail-content {
  position: relative;
  z-index: 1;
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
}
.hh-hnt-web-palette .hnt-loadout-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(224, 180, 90, .14);
  color: #e0b45a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-loadout-hero h2,
.hh-hnt-web-palette .hnt-loadout-detail-hero h2 {
  margin: 14px 0 10px;
  color: #f2ece1;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.hh-hnt-web-palette .hnt-loadout-hero p,
.hh-hnt-web-palette .hnt-loadout-detail-hero p {
  max-width: 690px;
  color: #cdbfae;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
}
.hh-hnt-web-palette .hnt-loadout-hero-stats,
.hh-hnt-web-palette .hnt-loadout-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 12px;
}
.hh-hnt-web-palette .hnt-loadout-detail-stats { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
.hh-hnt-web-palette .hnt-loadout-hero-stats div,
.hh-hnt-web-palette .hnt-loadout-detail-stats div {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(224, 180, 90, .18);
  background: rgba(7, 6, 5, .42);
  text-align: center;
}
.hh-hnt-web-palette .hnt-loadout-hero-stats strong,
.hh-hnt-web-palette .hnt-loadout-detail-stats strong {
  display: block;
  color: #e0b45a;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-loadout-hero-stats span,
.hh-hnt-web-palette .hnt-loadout-detail-stats span {
  display: block;
  margin-top: 8px;
  color: #a79a8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.hh-hnt-web-palette .hnt-loadout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hh-hnt-web-palette .hnt-loadout-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(224, 180, 90, .14);
  background: linear-gradient(180deg, rgba(28, 23, 18, .96), rgba(18, 16, 13, .98));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.hh-hnt-web-palette .hnt-loadout-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 180, 90, .32);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}
.hh-hnt-web-palette .hnt-loadout-card.is-running { border-color: rgba(224, 180, 90, .34); }
.hh-hnt-web-palette .hnt-loadout-card-head,
.hh-hnt-web-palette .hnt-loadout-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.hh-hnt-web-palette .hnt-loadout-card-head { justify-content: space-between; }
.hh-hnt-web-palette .hnt-loadout-card-head span,
.hh-hnt-web-palette .hnt-loadout-card-head strong,
.hh-hnt-web-palette .hnt-loadout-meta span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(224, 180, 90, .1);
  color: #e0b45a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.hh-hnt-web-palette .hnt-loadout-card h2 {
  margin: 22px 0 10px;
  color: #f2ece1;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.03em;
}
.hh-hnt-web-palette .hnt-loadout-card h2 a { color: inherit; text-decoration: none; }
.hh-hnt-web-palette .hnt-loadout-card p,
.hh-hnt-web-palette .hnt-loadout-copy p,
.hh-hnt-web-palette .hnt-loadout-submit-box p,
.hh-hnt-web-palette .hnt-loadout-submission-card p {
  color: #cdbfae;
  line-height: 1.62;
  white-space: pre-line;
}
.hh-hnt-web-palette .hnt-loadout-card .hnt-loadout-meta { margin-top: auto; padding-top: 22px; }
.hh-hnt-web-palette .hnt-loadout-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 16px;
  border-radius: 14px;
  background: #e0b45a;
  color: #16110d;
  text-decoration: none;
  font-weight: 950;
  border: 0;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.hh-hnt-web-palette .hnt-loadout-button:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(224, 180, 90, .2); }
.hh-hnt-web-palette .hnt-loadout-button.is-full { width: 100%; }
.hh-hnt-web-palette .hnt-loadout-empty {
  grid-column: 1 / -1;
  border-radius: 22px;
  border: 1px solid rgba(224, 180, 90, .14);
}
.hh-hnt-web-palette .hnt-loadout-empty h2,
.hh-hnt-web-palette .hnt-loadout-copy h2,
.hh-hnt-web-palette .hnt-loadout-submit-box h2 {
  margin: 0 0 12px;
  color: #f2ece1;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.03em;
}
.hh-hnt-web-palette .hnt-loadout-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}
.hh-hnt-web-palette .hnt-loadout-main,
.hh-hnt-web-palette .hnt-loadout-side,
.hh-hnt-web-palette .hnt-loadout-submission-list {
  display: grid;
  gap: 18px;
}
.hh-hnt-web-palette .hnt-loadout-side { position: sticky; top: calc(var(--m-top) + 18px); }
.hh-hnt-web-palette .hnt-loadout-submit-box form { display: grid; gap: 12px; }
.hh-hnt-web-palette .hnt-loadout-submit-box label {
  color: #a79a8a;
  font-size: 13px;
  font-weight: 900;
}
.hh-hnt-web-palette .hnt-loadout-submit-box input,
.hh-hnt-web-palette .hnt-loadout-submit-box textarea {
  width: 100%;
  border: 1px solid rgba(224, 180, 90, .14);
  border-radius: 14px;
  background: rgba(7, 6, 5, .44);
  color: #f2ece1;
  padding: 12px 14px;
  outline: none;
}
.hh-hnt-web-palette .hnt-loadout-submit-box small { color: #a79a8a; font-weight: 700; }
.hh-hnt-web-palette .hnt-loadout-closed {
  padding: 14px;
  border-radius: 15px;
  background: rgba(184, 59, 50, .14);
  color: #f2ece1;
  font-weight: 800;
}
.hh-hnt-web-palette .hnt-loadout-submission-card {
  padding: 15px;
  border-radius: 17px;
  border: 1px solid rgba(224, 180, 90, .12);
  background: rgba(7, 6, 5, .28);
}
.hh-hnt-web-palette .hnt-loadout-submission-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.hh-hnt-web-palette .hnt-loadout-submission-card strong { color: #f2ece1; }
.hh-hnt-web-palette .hnt-loadout-submission-card span { color: #a79a8a; font-size: 12px; font-weight: 800; }
.hh-hnt-web-palette .hnt-loadout-submission-card a { color: #e0b45a; font-weight: 900; text-decoration: none; }
.hh-hnt-web-palette .hnt-loadout-outcome { color: #e0b45a !important; font-weight: 900; }
@media (max-width: 1180px) {
  .hh-hnt-web-palette .hnt-loadout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hh-hnt-web-palette .hnt-loadout-two-column { grid-template-columns: 1fr; }
  .hh-hnt-web-palette .hnt-loadout-side { position: static; }
}
@media (max-width: 760px) {
  .hh-hnt-web-palette .hnt-loadout-hero-content,
  .hh-hnt-web-palette .hnt-loadout-detail-content { grid-template-columns: 1fr; padding: 24px; }
  .hh-hnt-web-palette .hnt-loadout-hero-stats,
  .hh-hnt-web-palette .hnt-loadout-detail-stats { grid-template-columns: 1fr; }
  .hh-hnt-web-palette .hnt-loadout-grid { grid-template-columns: 1fr; }
}

/* Patch 524: Profile Hunter Card v1 */
.hh-hnt-web-palette .hnt-hunter-card {
  position: relative;
  color: #f2ece1;
}
.hh-hnt-web-palette .hnt-hunter-card__frame {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(224, 180, 90, .24);
  background:
    radial-gradient(circle at 50% 22%, rgba(224, 180, 90, .18), transparent 28%),
    radial-gradient(circle at 20% 90%, rgba(184, 59, 50, .16), transparent 34%),
    linear-gradient(180deg, rgba(28, 23, 18, .96), rgba(7, 6, 5, .98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(242, 236, 225, .04);
}
.hh-hnt-web-palette .hnt-hunter-card__frame:before,
.hh-hnt-web-palette .hnt-hunter-card__frame:after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-radius: 21px;
}
.hh-hnt-web-palette .hnt-hunter-card__frame:before {
  border: 1px solid rgba(224, 180, 90, .18);
}
.hh-hnt-web-palette .hnt-hunter-card__frame:after {
  opacity: .55;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(224, 180, 90, .045) 19px, transparent 20px),
    radial-gradient(circle at 50% 36%, transparent 0 36%, rgba(224, 180, 90, .08) 36.5%, transparent 37%);
  mask-image: radial-gradient(circle at 50% 38%, black, transparent 68%);
}
.hh-hnt-web-palette .hnt-hunter-card__ornament {
  position: absolute;
  top: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(224, 180, 90, .28);
  border-radius: 50%;
  opacity: .7;
}
.hh-hnt-web-palette .hnt-hunter-card__ornament:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: rgba(224, 180, 90, .16);
}
.hh-hnt-web-palette .hnt-hunter-card__ornament--left { left: 16px; }
.hh-hnt-web-palette .hnt-hunter-card__ornament--right { right: 16px; }
.hh-hnt-web-palette .hnt-hunter-card__topline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(224, 180, 90, .72);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-hunter-card__topline strong {
  min-width: 54px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(224, 180, 90, .28);
  background: rgba(7, 6, 5, .62);
  color: #f2ece1;
  text-align: center;
  font-size: 17px;
  letter-spacing: .08em;
}
.hh-hnt-web-palette .hnt-hunter-card__topline span:last-child { text-align: right; }
.hh-hnt-web-palette .hnt-hunter-card__avatar-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 22px 0 14px;
  min-height: 168px;
}
.hh-hnt-web-palette .hnt-hunter-card__halo {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(224, 180, 90, .24) 0deg 3deg, transparent 3deg 11deg),
    radial-gradient(circle, transparent 0 48%, rgba(224, 180, 90, .12) 49%, transparent 52%);
  opacity: .62;
}
.hh-hnt-web-palette .hnt-hunter-card__avatar {
  position: relative;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(224, 180, 90, .58);
  background: #070605;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .48);
}
.hh-hnt-web-palette .hnt-hunter-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hh-hnt-web-palette .hnt-hunter-card__identity {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hh-hnt-web-palette .hnt-hunter-card__identity p {
  margin: 0 0 7px;
  color: #e0b45a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-hunter-card__identity h3 {
  margin: 0;
  color: #f2ece1;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.hh-hnt-web-palette .hnt-hunter-card__identity span {
  display: block;
  margin-top: 7px;
  color: rgba(242, 236, 225, .62);
  font-size: 12px;
  font-weight: 800;
}
.hh-hnt-web-palette .hnt-hunter-card__level {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(224, 180, 90, .14);
  background: rgba(7, 6, 5, .36);
}
.hh-hnt-web-palette .hnt-hunter-card__level > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #f2ece1;
  font-size: 12px;
  font-weight: 900;
}
.hh-hnt-web-palette .hnt-hunter-card__level span { color: rgba(242, 236, 225, .58); }
.hh-hnt-web-palette .hnt-hunter-card__bar {
  height: 6px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(242, 236, 225, .08);
}
.hh-hnt-web-palette .hnt-hunter-card__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8e5d22, #e0b45a);
}
.hh-hnt-web-palette .hnt-hunter-card__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.hh-hnt-web-palette .hnt-hunter-card__stats div {
  padding: 13px 10px;
  border-radius: 16px;
  border: 1px solid rgba(224, 180, 90, .12);
  background: rgba(18, 16, 13, .72);
  text-align: center;
}
.hh-hnt-web-palette .hnt-hunter-card__stats strong {
  display: block;
  color: #f2ece1;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-hunter-card__stats span {
  display: block;
  margin-top: 6px;
  color: rgba(242, 236, 225, .54);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-hunter-card__badges {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
}
.hh-hnt-web-palette .hnt-hunter-card__badges a,
.hh-hnt-web-palette .hnt-hunter-card__empty-badge {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(224, 180, 90, .18);
  background: rgba(7, 6, 5, .46);
  color: rgba(224, 180, 90, .52);
  font-weight: 950;
  text-decoration: none;
}
.hh-hnt-web-palette .hnt-hunter-card__badges img {
  max-width: 74%;
  max-height: 74%;
  object-fit: contain;
}
.hh-hnt-web-palette .hnt-hunter-card__footer {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(224, 180, 90, .14);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.hh-hnt-web-palette .hnt-hunter-card__footer a,
.hh-hnt-web-palette .hnt-hunter-card__footer span {
  color: #e0b45a;
  text-decoration: none;
}

/* Patch 527: Public landing page / SEO homepage v1 */
.hh-hnt-web-palette.hnt-public-landing-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 59, 50, .16), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(224, 180, 90, .12), transparent 30%),
    linear-gradient(180deg, #070605 0%, #0d0a07 48%, #070605 100%) !important;
  color: #f2ece1;
}
.hh-hnt-web-palette .hnt-public-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
}
.hh-hnt-web-palette .hnt-public-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(224, 180, 90, .12);
  background: rgba(7, 6, 5, .82);
  backdrop-filter: blur(18px);
}
.hh-hnt-web-palette .hnt-public-header__inner,
.hh-hnt-web-palette .hnt-public-hero__inner,
.hh-hnt-web-palette .hnt-public-section,
.hh-hnt-web-palette .hnt-public-footer__inner {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
}
.hh-hnt-web-palette .hnt-public-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}
.hh-hnt-web-palette .hnt-public-logo img {
  display: block;
  width: 132px;
  height: auto;
}
.hh-hnt-web-palette .hnt-public-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.hh-hnt-web-palette .hnt-public-nav a,
.hh-hnt-web-palette .hnt-public-footer a {
  color: rgba(242, 236, 225, .72);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.hh-hnt-web-palette .hnt-public-nav a:hover,
.hh-hnt-web-palette .hnt-public-footer a:hover {
  color: #e0b45a;
}
.hh-hnt-web-palette .hnt-public-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hh-hnt-web-palette .hnt-public-language,
.hh-hnt-web-palette .hnt-public-login,
.hh-hnt-web-palette .hnt-public-register,
.hh-hnt-web-palette .hnt-public-primary,
.hh-hnt-web-palette .hnt-public-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hh-hnt-web-palette .hnt-public-language,
.hh-hnt-web-palette .hnt-public-login,
.hh-hnt-web-palette .hnt-public-secondary {
  border: 1px solid rgba(224, 180, 90, .18);
  background: rgba(18, 16, 13, .72);
  color: #f2ece1;
}
.hh-hnt-web-palette .hnt-public-register,
.hh-hnt-web-palette .hnt-public-primary {
  border: 1px solid rgba(224, 180, 90, .55);
  background: linear-gradient(135deg, #b83b32, #e0b45a);
  color: #070605;
  box-shadow: 0 18px 46px rgba(184, 59, 50, .22);
}
.hh-hnt-web-palette .hnt-public-primary:hover,
.hh-hnt-web-palette .hnt-public-secondary:hover,
.hh-hnt-web-palette .hnt-public-login:hover,
.hh-hnt-web-palette .hnt-public-register:hover,
.hh-hnt-web-palette .hnt-public-language:hover {
  transform: translateY(-1px);
}
.hh-hnt-web-palette .hnt-public-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 54px;
}
.hh-hnt-web-palette .hnt-public-hero__texture {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: url('/assets/socialite/images/ad_pattern.png');
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}
.hh-hnt-web-palette .hnt-public-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  align-items: center;
  gap: 52px;
}
.hh-hnt-web-palette .hnt-public-kicker,
.hh-hnt-web-palette .hnt-public-section__head span,
.hh-hnt-web-palette .hnt-public-final span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e0b45a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-public-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #f2ece1;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.07em;
}
.hh-hnt-web-palette .hnt-public-hero__copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(242, 236, 225, .74);
  font-size: 17px;
  line-height: 1.8;
}
.hh-hnt-web-palette .hnt-public-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.hh-hnt-web-palette .hnt-public-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(224, 180, 90, .26);
  padding: 24px;
  background:
    radial-gradient(circle at 50% 22%, rgba(224, 180, 90, .20), transparent 30%),
    radial-gradient(circle at 18% 90%, rgba(184, 59, 50, .18), transparent 36%),
    linear-gradient(180deg, rgba(28, 23, 18, .94), rgba(7, 6, 5, .98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(242, 236, 225, .04);
}
.hh-hnt-web-palette .hnt-public-card:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(224, 180, 90, .18);
  border-radius: 24px;
  pointer-events: none;
}
.hh-hnt-web-palette .hnt-public-card__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(224, 180, 90, .68);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-public-card__top strong {
  color: #f2ece1;
}
.hh-hnt-web-palette .hnt-public-card__mark {
  position: relative;
  display: grid;
  width: 154px;
  height: 154px;
  place-items: center;
  margin: 26px auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(224, 180, 90, .26);
  background: radial-gradient(circle, rgba(224, 180, 90, .15), rgba(7, 6, 5, .38));
}
.hh-hnt-web-palette .hnt-public-card__mark ion-icon {
  color: #e0b45a;
  font-size: 74px;
}
.hh-hnt-web-palette .hnt-public-card h2 {
  position: relative;
  margin: 0;
  color: #f2ece1;
  text-align: center;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -.04em;
}
.hh-hnt-web-palette .hnt-public-card p {
  position: relative;
  max-width: 310px;
  margin: 12px auto 0;
  color: rgba(242, 236, 225, .62);
  text-align: center;
  font-size: 13px;
  line-height: 1.75;
}
.hh-hnt-web-palette .hnt-public-card__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.hh-hnt-web-palette .hnt-public-card__stats div {
  border-radius: 16px;
  border: 1px solid rgba(224, 180, 90, .12);
  padding: 13px 10px;
  background: rgba(7, 6, 5, .38);
  text-align: center;
}
.hh-hnt-web-palette .hnt-public-card__stats strong {
  display: block;
  color: #f2ece1;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-public-card__stats span {
  display: block;
  margin-top: 7px;
  color: rgba(242, 236, 225, .52);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-public-section {
  padding: 42px 0;
}
.hh-hnt-web-palette .hnt-public-section__head {
  max-width: 720px;
  margin-bottom: 22px;
}
.hh-hnt-web-palette .hnt-public-section__head--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.hh-hnt-web-palette .hnt-public-section__head h2,
.hh-hnt-web-palette .hnt-public-final h2 {
  margin: 10px 0 0;
  color: #f2ece1;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
}
.hh-hnt-web-palette .hnt-public-section__head p,
.hh-hnt-web-palette .hnt-public-final p {
  margin: 12px 0 0;
  color: rgba(242, 236, 225, .68);
  font-size: 15px;
  line-height: 1.75;
}
.hh-hnt-web-palette .hnt-public-section__head--split > a {
  color: #e0b45a;
  font-weight: 950;
  text-decoration: none;
}
.hh-hnt-web-palette .hnt-public-feature-grid,
.hh-hnt-web-palette .hnt-public-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hh-hnt-web-palette .hnt-public-feature,
.hh-hnt-web-palette .hnt-public-live-column,
.hh-hnt-web-palette .hnt-public-final {
  border-radius: 26px;
  border: 1px solid rgba(224, 180, 90, .12);
  background: rgba(18, 16, 13, .78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .18);
}
.hh-hnt-web-palette .hnt-public-feature {
  padding: 22px;
}
.hh-hnt-web-palette .hnt-public-feature__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  background: rgba(224, 180, 90, .12);
  color: #e0b45a;
  font-size: 27px;
}
.hh-hnt-web-palette .hnt-public-feature h3,
.hh-hnt-web-palette .hnt-public-live-column h3 {
  margin: 16px 0 0;
  color: #f2ece1;
  font-size: 18px;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-public-feature p {
  margin: 10px 0 0;
  color: rgba(242, 236, 225, .64);
  font-size: 13px;
  line-height: 1.7;
}
.hh-hnt-web-palette .hnt-public-feature a {
  display: inline-flex;
  margin-top: 17px;
  color: #e0b45a;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}
.hh-hnt-web-palette .hnt-public-live-column {
  padding: 20px;
}
.hh-hnt-web-palette .hnt-public-live-item,
.hh-hnt-web-palette .hnt-public-moment-item {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 13px;
  border-radius: 18px;
  border: 1px solid rgba(242, 236, 225, .06);
  background: rgba(7, 6, 5, .36);
  padding: 13px;
  text-decoration: none;
}
.hh-hnt-web-palette .hnt-public-live-item {
  flex-direction: column;
  align-items: flex-start;
}
.hh-hnt-web-palette .hnt-public-live-item span {
  color: #e0b45a;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hh-hnt-web-palette .hnt-public-live-item strong,
.hh-hnt-web-palette .hnt-public-moment-item strong {
  color: #f2ece1;
  font-size: 14px;
  font-weight: 950;
}
.hh-hnt-web-palette .hnt-public-live-item small,
.hh-hnt-web-palette .hnt-public-moment-item small {
  color: rgba(242, 236, 225, .54);
  font-size: 12px;
  font-weight: 800;
}
.hh-hnt-web-palette .hnt-public-moment-item img {
  width: 58px;
  height: 72px;
  flex: 0 0 58px;
  border-radius: 14px;
  object-fit: cover;
  background: #070605;
}
.hh-hnt-web-palette .hnt-public-empty {
  margin-top: 14px;
  color: rgba(242, 236, 225, .56);
  font-size: 13px;
}
.hh-hnt-web-palette .hnt-public-final {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(224, 180, 90, .14), transparent 34%),
    linear-gradient(135deg, rgba(28, 23, 18, .92), rgba(7, 6, 5, .96));
}
.hh-hnt-web-palette .hnt-public-footer {
  border-top: 1px solid rgba(224, 180, 90, .10);
  padding: 28px 0;
}
.hh-hnt-web-palette .hnt-public-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(242, 236, 225, .48);
  font-size: 13px;
}
.hh-hnt-web-palette .hnt-public-footer nav {
  display: flex;
  gap: 16px;
}
@media (max-width: 980px) {
  .hh-hnt-web-palette .hnt-public-nav { display: none; }
  .hh-hnt-web-palette .hnt-public-hero__inner { grid-template-columns: 1fr; }
  .hh-hnt-web-palette .hnt-public-card { max-width: 520px; }
  .hh-hnt-web-palette .hnt-public-feature-grid,
  .hh-hnt-web-palette .hnt-public-live-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hh-hnt-web-palette .hnt-public-header__inner { min-height: 66px; gap: 12px; }
  .hh-hnt-web-palette .hnt-public-logo img { width: 104px; }
  .hh-hnt-web-palette .hnt-public-actions { margin-left: auto; }
  .hh-hnt-web-palette .hnt-public-login { display: none; }
  .hh-hnt-web-palette .hnt-public-register { min-height: 38px; padding: 0 13px; }
  .hh-hnt-web-palette .hnt-public-language { min-height: 38px; padding: 0 11px; }
  .hh-hnt-web-palette .hnt-public-hero { padding: 44px 0 28px; }
  .hh-hnt-web-palette .hnt-public-card__stats { grid-template-columns: 1fr; }
  .hh-hnt-web-palette .hnt-public-section { padding: 30px 0; }
  .hh-hnt-web-palette .hnt-public-section__head--split { display: block; }
  .hh-hnt-web-palette .hnt-public-section__head--split > a { display: inline-flex; margin-top: 12px; }
  .hh-hnt-web-palette .hnt-public-footer__inner { flex-direction: column; }
  .hh-hnt-web-palette .hnt-public-footer nav { flex-wrap: wrap; }
}


/* Patch 528: SEO content cards for public Cup and Loadout pages */
.hh-hnt-web-palette .hnt-seo-intro-card a,
.hh-hnt-web-palette .hnt-loadout-seo-copy a {
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hh-hnt-web-palette .hnt-seo-intro-card a:hover,
.hh-hnt-web-palette .hnt-loadout-seo-copy a:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 180, 90, .32);
}


/* Patch 535: robust checkbox visuals for Socialite cup forms */
.hh-hnt-web-palette .hnt-cup-check-option {
  position: relative;
  border: 1px solid rgba(224, 180, 90, .12);
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.hh-hnt-web-palette .hnt-cup-check-option:hover {
  border-color: rgba(224, 180, 90, .35);
}
.hh-hnt-web-palette .hnt-cup-check-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.hh-hnt-web-palette .hnt-cup-check-box {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid rgba(224, 180, 90, .42);
  background: rgba(7, 6, 5, .55);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.hh-hnt-web-palette .hnt-cup-check-input:checked + .hnt-cup-check-box {
  border-color: #E0B45A;
  background: linear-gradient(135deg, #E0B45A, #A9792E);
}
.hh-hnt-web-palette .hnt-cup-check-input:checked + .hnt-cup-check-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #070605;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hh-hnt-web-palette .hnt-cup-check-input:focus-visible + .hnt-cup-check-box {
  outline: 2px solid rgba(224, 180, 90, .75);
  outline-offset: 3px;
}

/* Patch 559: profile completion/LFG toggle hardening */
.hh-profile-lfg-toggle{
  position: relative !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  min-height: 46px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.06) !important;
  color: inherit !important;
  cursor: pointer !important;
  user-select: none !important;
  pointer-events: auto !important;
}
.hh-profile-lfg-toggle .hh-profile-lfg-input{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.hh-profile-lfg-toggle .hh-profile-lfg-box{
  display: inline-grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  border: 2px solid rgba(255,255,255,.45) !important;
  border-radius: 6px !important;
  background: rgba(0,0,0,.28) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.3) !important;
}
.hh-profile-lfg-toggle .hh-profile-lfg-input:checked + .hh-profile-lfg-box{
  border-color: #23d2e2 !important;
  background: linear-gradient(135deg, #23d2e2, #615dfa) !important;
}
.hh-profile-lfg-toggle .hh-profile-lfg-input:checked + .hh-profile-lfg-box::after{
  content: "✓" !important;
  display: block !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
.hh-profile-lfg-toggle:focus-within{
  outline: 2px solid rgba(35,210,226,.35) !important;
  outline-offset: 2px !important;
}


/* Patch 560: undo blue custom LFG toggle, use native HNT checkbox */
.hh-profile-lfg-native-line{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:14px !important;
  color:#fff !important;
  font-size:.86rem !important;
  font-weight:900 !important;
  cursor:pointer !important;
  user-select:none !important;
}
.hh-profile-lfg-native-line .hh-profile-lfg-native,
input.hh-profile-lfg-native[type="checkbox"]{
  position:static !important;
  opacity:1 !important;
  pointer-events:auto !important;
  -webkit-appearance:checkbox !important;
  appearance:auto !important;
  display:inline-block !important;
  width:18px !important;
  min-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  margin:0 !important;
  padding:0 !important;
  accent-color:#d8a439 !important;
  cursor:pointer !important;
}

/* Patch 586: robust HNT checkbox state visuals across Socialite web forms */
body.hh-hnt-web-palette input[type="checkbox"]:not(.hnt-cup-check-input):not(.hh-profile-lfg-native):not(.hh-notification-switch-input):not(.hh-privacy-switch-input):not([data-hh-feed-ai-disclosure-input]):not([data-hh-team-feed-ai-disclosure-input]){
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline-block !important;
  position:relative !important;
  width:18px !important;
  min-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  margin:0 !important;
  padding:0 !important;
  border:2px solid rgba(216,164,57,.58) !important;
  border-radius:5px !important;
  background:rgba(7,6,5,.72) !important;
  background-image:none !important;
  background-origin:border-box !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:100% 100% !important;
  color:#d8a439 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 0 0 1px rgba(0,0,0,.30) !important;
  opacity:1 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
  vertical-align:middle !important;
}
body.hh-hnt-web-palette input[type="checkbox"]:not(.hnt-cup-check-input):not(.hh-profile-lfg-native):not(.hh-notification-switch-input):not(.hh-privacy-switch-input):not([data-hh-feed-ai-disclosure-input]):not([data-hh-team-feed-ai-disclosure-input]):checked{
  border-color:#d8a439 !important;
  background-color:#d8a439 !important;
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.25 8.25l2.65 2.65 6.85-6.85' stroke='%23070605' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
body.hh-hnt-web-palette input[type="checkbox"]:not(.hnt-cup-check-input):not(.hh-profile-lfg-native):not(.hh-notification-switch-input):not(.hh-privacy-switch-input):not([data-hh-feed-ai-disclosure-input]):not([data-hh-team-feed-ai-disclosure-input]):focus-visible{
  outline:2px solid rgba(216,164,57,.52) !important;
  outline-offset:3px !important;
  box-shadow:0 0 0 4px rgba(216,164,57,.13) !important;
}
body.hh-hnt-web-palette label:has(> input[type="checkbox"]),
body.hh-hnt-web-palette label:has(input[type="checkbox"]:not(.hnt-cup-check-input):not(.hh-profile-lfg-native):not(.hh-notification-switch-input):not(.hh-privacy-switch-input)){
  cursor:pointer;
}
body.hh-hnt-web-palette .hnt-settings-toggle input[type="checkbox"]{
  position:absolute !important;
  width:1px !important;
  min-width:1px !important;
  height:1px !important;
  min-height:1px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

