:root {
  --hg-cyan: #00e5ff;
  --hg-cyan-soft: rgba(0, 229, 255, 0.18);
  --hg-cyan-strong: rgba(0, 229, 255, 0.38);
  --hg-violet: #8a2be2;
  --hg-violet-soft: rgba(138, 43, 226, 0.18);
  --hg-green: #49f0a7;
  --hg-bg: #02040a;
  --hg-bg-alt: #08111a;
  --hg-panel: rgba(6, 14, 22, 0.72);
  --hg-panel-solid: #07131d;
  --hg-text: #eaf7ff;
  --hg-muted: #99afbd;
  --hg-line: rgba(0, 229, 255, 0.14);
  --hg-line-strong: rgba(0, 229, 255, 0.28);
  --hg-shadow-lg: 0 18px 60px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(0, 229, 255, 0.08) inset, 0 0 30px rgba(0, 229, 255, 0.08);
  --hg-shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 229, 255, 0.08) inset;
  --hg-radius-xl: 28px;
  --hg-radius-lg: 22px;
  --hg-radius-md: 16px;
}

body.huntergate-launcher-theme {
  background:
    radial-gradient(circle at 50% -10%, rgba(0, 229, 255, 0.16), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(138, 43, 226, 0.14), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(0, 229, 255, 0.08), transparent 24%),
    var(--hg-bg);
  color: var(--hg-text);
}

body.huntergate-launcher-theme .wp-site-blocks,
body.huntergate-launcher-theme .editor-styles-wrapper {
  background: transparent;
}

body.huntergate-launcher-theme,
body.huntergate-launcher-theme p,
body.huntergate-launcher-theme li,
body.huntergate-launcher-theme input,
body.huntergate-launcher-theme textarea,
body.huntergate-launcher-theme select {
  font-family: "Inter", sans-serif;
}

body.huntergate-launcher-theme h1,
body.huntergate-launcher-theme h2,
body.huntergate-launcher-theme h3,
body.huntergate-launcher-theme h4,
body.huntergate-launcher-theme h5,
body.huntergate-launcher-theme h6,
body.huntergate-launcher-theme .wp-block-site-title,
body.huntergate-launcher-theme .wp-block-button__link,
body.huntergate-launcher-theme .wp-block-navigation-item__content {
  font-family: "Space Grotesk", sans-serif;
}

body.huntergate-launcher-theme .wp-block-group,
body.huntergate-launcher-theme .wp-block-cover,
body.huntergate-launcher-theme .wp-block-columns,
body.huntergate-launcher-theme .wp-block-details,
body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
body.huntergate-launcher-theme .wp-block-post,
body.huntergate-launcher-theme .wp-block-post-comments-form,
body.huntergate-launcher-theme form.comment-form {
  border-color: var(--hg-line);
}

body.huntergate-launcher-theme .wp-block-group.has-background,
body.huntergate-launcher-theme .wp-block-cover,
body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
body.huntergate-launcher-theme .wp-block-post,
body.huntergate-launcher-theme .wp-block-details,
body.huntergate-launcher-theme .wp-block-post-comments-form,
body.huntergate-launcher-theme form.comment-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)), var(--hg-panel);
  border: 1px solid var(--hg-line);
  box-shadow: var(--hg-shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.huntergate-launcher-theme .wp-block-image img,
body.huntergate-launcher-theme .wp-block-post-featured-image img {
  border-radius: var(--hg-radius-lg);
}

body.huntergate-launcher-theme .saaslauncher-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.huntergate-launcher-theme .saaslauncher-header > .wp-block-group {
  background: rgba(5, 12, 20, 0.82);
  border: 1px solid var(--hg-line);
  box-shadow: var(--hg-shadow-lg);
}

body.huntergate-launcher-theme .wp-block-site-title a,
body.huntergate-launcher-theme .wp-block-navigation-item__content,
body.huntergate-launcher-theme .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  color: var(--hg-text) !important;
}

body.huntergate-launcher-theme .wp-block-site-title a:hover,
body.huntergate-launcher-theme .wp-block-navigation-item__content:hover,
body.huntergate-launcher-theme .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
body.huntergate-launcher-theme .wp-block-navigation-item.current_page_item > .wp-block-navigation-item__content {
  color: var(--hg-cyan) !important;
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.32);
}

body.huntergate-launcher-theme .wp-block-site-logo img {
  filter: drop-shadow(0 0 14px rgba(0, 229, 255, 0.22));
}

body.huntergate-launcher-theme .wp-block-button__link,
body.huntergate-launcher-theme input[type="submit"],
body.huntergate-launcher-theme button,
body.huntergate-launcher-theme .woocommerce a.button,
body.huntergate-launcher-theme .woocommerce button.button,
body.huntergate-launcher-theme .woocommerce input.button {
  background: linear-gradient(135deg, var(--hg-cyan) 0%, #6ff2ff 45%, #a47dff 100%) !important;
  color: #021018 !important;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(0, 229, 255, 0.22), 0 0 0 1px rgba(255,255,255,0.1) inset;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

body.huntergate-launcher-theme .wp-block-button__link:hover,
body.huntergate-launcher-theme input[type="submit"]:hover,
body.huntergate-launcher-theme button:hover,
body.huntergate-launcher-theme .woocommerce a.button:hover,
body.huntergate-launcher-theme .woocommerce button.button:hover,
body.huntergate-launcher-theme .woocommerce input.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 229, 255, 0.28), 0 0 24px rgba(138, 43, 226, 0.18);
  filter: saturate(1.08);
}

body.huntergate-launcher-theme .is-style-button-with-shadow-style-two .wp-block-button__link,
body.huntergate-launcher-theme .is-style-button-with-gradient-border .wp-block-button__link,
body.huntergate-launcher-theme .is-style-button-hover-secondary-bgcolor .wp-block-button__link {
  background: linear-gradient(180deg, rgba(8, 17, 26, 0.96), rgba(5, 10, 16, 0.96)) !important;
  color: var(--hg-text) !important;
  border: 1px solid var(--hg-line-strong);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 0 24px rgba(0, 229, 255, 0.08);
}

body.huntergate-launcher-theme .saaslauncher-big-title,
body.huntergate-launcher-theme h1.wp-block-heading {
  color: var(--hg-text) !important;
  text-shadow: 0 0 32px rgba(0, 229, 255, 0.08);
}

body.huntergate-launcher-theme .home .saaslauncher-big-title,
body.huntergate-launcher-theme .front-page .saaslauncher-big-title {
  background: linear-gradient(180deg, #ffffff 0%, #cceeff 52%, #83eaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: none;
}

body.huntergate-launcher-theme .home .wp-block-cover,
body.huntergate-launcher-theme .front-page .wp-block-cover {
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  position: relative;
}

body.huntergate-launcher-theme .home .wp-block-cover::before,
body.huntergate-launcher-theme .front-page .wp-block-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(0,229,255,0.12), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(138,43,226,0.12), transparent 26%);
}

body.huntergate-launcher-theme .home .wp-block-cover__inner-container > .wp-block-group:first-child,
body.huntergate-launcher-theme .front-page .wp-block-cover__inner-container > .wp-block-group:first-child {
  position: relative;
}

body.huntergate-launcher-theme .home .wp-block-cover__inner-container > .wp-block-group:first-child::after,
body.huntergate-launcher-theme .front-page .wp-block-cover__inner-container > .wp-block-group:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(0, 229, 255, 0.08);
  border-radius: var(--hg-radius-xl);
}

body.huntergate-launcher-theme .is-style-saaslauncher-animated-border,
body.huntergate-launcher-theme .is-style-saaslauncher-gradient-border,
body.huntergate-launcher-theme .saaslauncher-hover-box,
body.huntergate-launcher-theme .is-style-homedroid-boxshadow,
body.huntergate-launcher-theme .is-style-saaslauncher-boxshadow,
body.huntergate-launcher-theme .is-style-block-details-round-corner,
body.huntergate-launcher-theme .is-style-saaslauncher-overflow-hidden {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), var(--hg-panel) !important;
  border: 1px solid var(--hg-line) !important;
  border-radius: var(--hg-radius-lg) !important;
  box-shadow: var(--hg-shadow-sm) !important;
}

body.huntergate-launcher-theme .saaslauncher-hover-box:hover,
body.huntergate-launcher-theme .is-style-homedroid-boxshadow:hover,
body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li:hover,
body.huntergate-launcher-theme .wp-block-post:hover {
  border-color: var(--hg-line-strong) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(0, 229, 255, 0.16) inset, 0 0 24px rgba(0, 229, 255, 0.10) !important;
  transform: translateY(-2px);
}

body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
body.huntergate-launcher-theme .wp-block-post,
body.huntergate-launcher-theme .wp-block-details,
body.huntergate-launcher-theme .saaslauncher-hover-box,
body.huntergate-launcher-theme .is-style-homedroid-boxshadow {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.huntergate-launcher-theme .wp-block-separator {
  border-color: rgba(0, 229, 255, 0.12);
}

body.huntergate-launcher-theme .wp-block-quote,
body.huntergate-launcher-theme pre,
body.huntergate-launcher-theme code,
body.huntergate-launcher-theme table,
body.huntergate-launcher-theme .wp-block-table table {
  background: rgba(6, 14, 22, 0.7);
  border-color: var(--hg-line);
}

body.huntergate-launcher-theme input[type="text"],
body.huntergate-launcher-theme input[type="email"],
body.huntergate-launcher-theme input[type="url"],
body.huntergate-launcher-theme input[type="search"],
body.huntergate-launcher-theme input[type="number"],
body.huntergate-launcher-theme input[type="password"],
body.huntergate-launcher-theme textarea,
body.huntergate-launcher-theme select,
body.huntergate-launcher-theme .wpcf7-form-control.wpcf7-text,
body.huntergate-launcher-theme .wpcf7-form-control.wpcf7-textarea,
body.huntergate-launcher-theme .wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
body.huntergate-launcher-theme .wpcf7-form-control.wpcf7-select {
  background: rgba(4, 10, 16, 0.86);
  color: var(--hg-text);
  border: 1px solid var(--hg-line);
  border-radius: 16px;
}

body.huntergate-launcher-theme input:focus,
body.huntergate-launcher-theme textarea:focus,
body.huntergate-launcher-theme select:focus {
  outline: none;
  border-color: rgba(0, 229, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.08);
}

body.huntergate-launcher-theme .wp-block-search__input,
body.huntergate-launcher-theme .wc-block-product-search__field {
  border-radius: 999px;
}

body.huntergate-launcher-theme .wp-block-social-links .wp-social-link,
body.huntergate-launcher-theme .wp-block-tag-cloud a,
body.huntergate-launcher-theme .wp-block-post-terms a,
body.huntergate-launcher-theme .wp-block-categories-list a {
  border: 1px solid var(--hg-line);
  background: rgba(255,255,255,0.02);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

body.huntergate-launcher-theme .wp-block-tag-cloud a:hover,
body.huntergate-launcher-theme .wp-block-post-terms a:hover,
body.huntergate-launcher-theme .wp-block-categories-list a:hover {
  border-color: var(--hg-line-strong);
  color: var(--hg-cyan);
}

body.huntergate-launcher-theme footer,
body.huntergate-launcher-theme .saaslauncher-footer,
body.huntergate-launcher-theme .wp-block-template-part footer {
  position: relative;
}

body.huntergate-launcher-theme footer::before,
body.huntergate-launcher-theme .saaslauncher-footer::before,
body.huntergate-launcher-theme .wp-block-template-part footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,229,255,0.34) 50%, transparent 100%);
}

body.huntergate-launcher-theme .wp-block-navigation__responsive-container,
body.huntergate-launcher-theme .wp-block-navigation__responsive-dialog {
  background: rgba(2, 4, 10, 0.96) !important;
  color: var(--hg-text) !important;
}

body.huntergate-launcher-theme .wp-block-navigation__responsive-container-close,
body.huntergate-launcher-theme .wp-block-navigation__responsive-container-open {
  color: var(--hg-text);
}

body.huntergate-launcher-theme .wp-block-navigation__responsive-container.is-menu-open {
  padding: 1.25rem;
}

body.huntergate-launcher-theme .wp-block-site-title,
body.huntergate-launcher-theme .wp-block-navigation,
body.huntergate-launcher-theme .wp-block-button,
body.huntergate-launcher-theme .wp-block-heading,
body.huntergate-launcher-theme .wp-block-post-title {
  letter-spacing: -0.02em;
}

body.huntergate-launcher-theme .wp-block-heading,
body.huntergate-launcher-theme .wp-block-post-title a,
body.huntergate-launcher-theme .wp-block-site-title a {
  color: var(--hg-text);
}

body.huntergate-launcher-theme .wp-block-heading a:hover,
body.huntergate-launcher-theme .wp-block-post-title a:hover {
  color: var(--hg-cyan);
}

body.huntergate-launcher-theme p,
body.huntergate-launcher-theme .wp-block-post-excerpt,
body.huntergate-launcher-theme .wp-block-post-date,
body.huntergate-launcher-theme .wp-block-post-author,
body.huntergate-launcher-theme .wp-block-latest-posts__post-date {
  color: var(--hg-muted);
}

body.huntergate-launcher-theme .wp-block-cover,
body.huntergate-launcher-theme .wp-block-group.has-black-color-background-color,
body.huntergate-launcher-theme .wp-block-group.has-dark-shade-background-color,
body.huntergate-launcher-theme .wp-block-group.has-background-background-color,
body.huntergate-launcher-theme .wp-block-group.has-background-alt-background-color {
  background-color: transparent !important;
}

body.huntergate-launcher-theme .wp-block-cover__background,
body.huntergate-launcher-theme .has-background-dim {
  opacity: 0 !important;
}

body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
body.huntergate-launcher-theme .wp-block-post {
  padding: 1rem;
  border-radius: var(--hg-radius-lg);
}

body.huntergate-launcher-theme .wp-block-comments textarea#comment,
body.huntergate-launcher-theme .wp-block-comment-template li,
body.huntergate-launcher-theme .wp-block-comment-template li li {
  border-color: var(--hg-line);
}

@media (max-width: 1024px) {
  body.huntergate-launcher-theme .saaslauncher-header {
    top: 0;
  }

  body.huntergate-launcher-theme .saaslauncher-header > .wp-block-group {
    border-radius: 24px !important;
  }

  body.huntergate-launcher-theme .home .saaslauncher-big-title,
  body.huntergate-launcher-theme .front-page .saaslauncher-big-title {
    font-size: clamp(2.4rem, 6vw, 4.6rem) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 782px) {
  body.huntergate-launcher-theme .saaslauncher-header {
    padding-inline: 12px;
  }

  body.huntergate-launcher-theme .saaslauncher-header > .wp-block-group {
    border-radius: 20px !important;
    padding-inline: 16px !important;
  }

  body.huntergate-launcher-theme .wp-block-group,
  body.huntergate-launcher-theme .wp-block-cover,
  body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
  body.huntergate-launcher-theme .wp-block-post,
  body.huntergate-launcher-theme .wp-block-details {
    border-radius: 18px !important;
  }

  body.huntergate-launcher-theme .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

/* ========== Ultimate Member HunterGate layer ========== */
body.huntergate-launcher-theme.hg-um-core-page .wp-site-blocks {
  position: relative;
}

body.huntergate-launcher-theme.hg-um-core-page .wp-site-blocks::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(0,229,255,0.12), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(138,43,226,0.12), transparent 26%),
    radial-gradient(circle at 16% 18%, rgba(0,229,255,0.08), transparent 20%);
  z-index: 0;
}

.hg-um-page,
.hg-um-profile-shell,
.hg-um-account-shell {
  position: relative;
  z-index: 1;
}

.hg-um-page {
  width: min(1240px, calc(100% - 28px));
  margin: 28px auto 56px;
}

.hg-um-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.hg-um-brand-panel,
.hg-um-form-panel,
.hg-um-profile-shell,
.hg-um-account-shell {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    rgba(7, 19, 29, 0.82);
  border: 1px solid rgba(0,229,255,0.14);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.44), 0 0 0 1px rgba(0,229,255,0.06) inset, 0 0 30px rgba(0,229,255,0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hg-um-brand-panel {
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.hg-um-brand-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(0,229,255,0.18), transparent 34%);
  opacity: .9;
}

.hg-um-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,229,255,0.18);
  background: rgba(255,255,255,0.03);
  color: #86eaff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hg-um-title {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #fff 0%, #d4f4ff 58%, #86eaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hg-um-copy {
  margin: 0;
  color: #b9d2e0;
  font-size: 16px;
  max-width: 36ch;
}

.hg-um-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hg-um-signal-list span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,229,255,0.12);
  background: rgba(255,255,255,0.03);
  color: #dcf6ff;
  font-size: 13px;
}

.hg-um-form-panel {
  padding: 26px;
}

body.huntergate-launcher-theme .um,
body.huntergate-launcher-theme .um-form,
body.huntergate-launcher-theme .um-account,
body.huntergate-launcher-theme .um-profile {
  color: #ebf7ff;
}

body.huntergate-launcher-theme .um {
  max-width: 100% !important;
}

body.huntergate-launcher-theme .um-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.huntergate-launcher-theme .um-form input[type="text"],
body.huntergate-launcher-theme .um-form input[type="tel"],
body.huntergate-launcher-theme .um-form input[type="number"],
body.huntergate-launcher-theme .um-form input[type="password"],
body.huntergate-launcher-theme .um-form textarea,
body.huntergate-launcher-theme .um-form select,
body.huntergate-launcher-theme .um .um-form-field {
  min-height: 52px;
  background: rgba(4, 10, 16, 0.88) !important;
  border: 1px solid rgba(0,229,255,0.14) !important;
  color: #ecfaff !important;
  border-radius: 16px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

body.huntergate-launcher-theme .um-form textarea {
  min-height: 140px;
}

body.huntergate-launcher-theme .um-form input:focus,
body.huntergate-launcher-theme .um-form textarea:focus,
body.huntergate-launcher-theme .um-form select:focus,
body.huntergate-launcher-theme .um .um-form-field:focus {
  border-color: rgba(0,229,255,0.48) !important;
  box-shadow: 0 0 0 3px rgba(0,229,255,0.10) !important;
}

body.huntergate-launcher-theme .um .um-field-label label,
body.huntergate-launcher-theme .um .um-col-alt label,
body.huntergate-launcher-theme .um .um-field-label,
body.huntergate-launcher-theme .um-account-side li a,
body.huntergate-launcher-theme .um-account-main,
body.huntergate-launcher-theme .um-account-name {
  color: #dff5ff !important;
}

body.huntergate-launcher-theme .um .um-field-label {
  margin-bottom: 8px;
}

body.huntergate-launcher-theme .um .um-field-label label {
  font-weight: 600;
}

body.huntergate-launcher-theme .um .um-link,
body.huntergate-launcher-theme .um a,
body.huntergate-launcher-theme .um-account-side li a:hover,
body.huntergate-launcher-theme .um-account-side li.current a {
  color: #71e6ff !important;
}

body.huntergate-launcher-theme .um-button,
body.huntergate-launcher-theme .um input[type="submit"].um-button,
body.huntergate-launcher-theme .um a.um-button,
body.huntergate-launcher-theme .um a.um-alt,
body.huntergate-launcher-theme .um input[type="submit"].um-alt {
  min-height: 50px;
  padding: 12px 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700 !important;
  letter-spacing: .01em;
}

body.huntergate-launcher-theme .um-button,
body.huntergate-launcher-theme .um input[type="submit"].um-button,
body.huntergate-launcher-theme .um a.um-button {
  background: linear-gradient(135deg, #00d9ff 0%, #6eeeff 44%, #9e7dff 100%) !important;
  color: #05131d !important;
  box-shadow: 0 12px 28px rgba(0,229,255,0.18), 0 0 20px rgba(138,43,226,0.10);
}

body.huntergate-launcher-theme .um a.um-alt,
body.huntergate-launcher-theme .um input[type="submit"].um-alt {
  background: linear-gradient(180deg, rgba(10,18,30,0.92), rgba(5,10,16,0.96)) !important;
  color: #ebf7ff !important;
  border-color: rgba(0,229,255,0.18) !important;
}

body.huntergate-launcher-theme .um-button:hover,
body.huntergate-launcher-theme .um input[type="submit"].um-button:hover,
body.huntergate-launcher-theme .um a.um-button:hover,
body.huntergate-launcher-theme .um a.um-alt:hover,
body.huntergate-launcher-theme .um input[type="submit"].um-alt:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
}

body.huntergate-launcher-theme .um .um-tip,
body.huntergate-launcher-theme .um .um-notice,
body.huntergate-launcher-theme .um .um-field-error,
body.huntergate-launcher-theme .um .um-account-notice,
body.huntergate-launcher-theme .um .um-account-side ul,
body.huntergate-launcher-theme .um .um-profile-nav,
body.huntergate-launcher-theme .um .um-header,
body.huntergate-launcher-theme .um .um-profile-body,
body.huntergate-launcher-theme .um .um-account-main,
body.huntergate-launcher-theme .um .um-account-side {
  border-radius: 20px !important;
}

body.huntergate-launcher-theme .um .um-tip,
body.huntergate-launcher-theme .um .um-notice,
body.huntergate-launcher-theme .um .um-account-main,
body.huntergate-launcher-theme .um .um-account-side,
body.huntergate-launcher-theme .um .um-profile-body,
body.huntergate-launcher-theme .um .um-profile-nav,
body.huntergate-launcher-theme .um .um-header {
  background: rgba(6,14,22,0.56) !important;
  border: 1px solid rgba(0,229,255,0.12) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

body.huntergate-launcher-theme .um .um-profile-photo a.um-profile-photo-img,
body.huntergate-launcher-theme .um .um-item img,
body.huntergate-launcher-theme .um .um-account-profile-link img {
  border: 2px solid rgba(0,229,255,0.22);
  box-shadow: 0 0 24px rgba(0,229,255,0.12);
}

body.huntergate-launcher-theme .um .um-profile-edit-a,
body.huntergate-launcher-theme .um .um-action-link,
body.huntergate-launcher-theme .um .um-account-link {
  color: #71e6ff !important;
}

body.huntergate-launcher-theme .um-account-side li {
  margin: 0 !important;
}

body.huntergate-launcher-theme .um-account-side li a {
  border-radius: 14px;
}

body.huntergate-launcher-theme .um-account-side li.current a,
body.huntergate-launcher-theme .um-account-side li a:hover {
  background: rgba(0,229,255,0.10) !important;
}

body.huntergate-launcher-theme .um .select2-container .select2-selection--single,
body.huntergate-launcher-theme .um .select2-container .select2-selection--multiple {
  min-height: 52px;
  background: rgba(4, 10, 16, 0.88) !important;
  border: 1px solid rgba(0,229,255,0.14) !important;
  border-radius: 16px !important;
}

@media (max-width: 960px) {
  .hg-um-grid {
    grid-template-columns: 1fr;
  }

  .hg-um-title {
    font-size: clamp(28px, 8vw, 44px);
  }
}

@media (max-width: 640px) {
  .hg-um-page {
    width: min(100% - 16px, 100%);
    margin: 16px auto 32px;
  }

  .hg-um-brand-panel,
  .hg-um-form-panel,
  .hg-um-profile-shell,
  .hg-um-account-shell {
    border-radius: 22px;
  }

  .hg-um-brand-panel,
  .hg-um-form-panel {
    padding: 18px;
  }

  .hg-um-signal-list {
    gap: 8px;
  }

  .hg-um-signal-list span {
    font-size: 12px;
    padding: 8px 10px;
  }

  body.huntergate-launcher-theme .um,
  body.huntergate-launcher-theme .um-form,
  body.huntergate-launcher-theme .um-account,
  body.huntergate-launcher-theme .um-profile {
    max-width: 100% !important;
    min-width: 0 !important;
  }
}


/* ========== Ultimate Member cinematic overhaul v0.3.0 ========== */
body.huntergate-launcher-theme.hg-um-core-page {
  background:
    radial-gradient(circle at 50% -10%, rgba(0,229,255,.18), transparent 28%),
    radial-gradient(circle at 100% 12%, rgba(138,43,226,.20), transparent 26%),
    radial-gradient(circle at 0% 18%, rgba(0,229,255,.10), transparent 20%),
    linear-gradient(180deg, #02040a 0%, #040915 100%) !important;
}

body.huntergate-launcher-theme.hg-um-core-page .wp-site-blocks > header,
body.huntergate-launcher-theme.hg-um-core-page .wp-site-blocks > footer,
body.huntergate-launcher-theme.hg-um-core-page .wp-block-post-title,
body.huntergate-launcher-theme.hg-um-core-page .entry-title,
body.huntergate-launcher-theme.hg-um-core-page .post-navigation-link-previous,
body.huntergate-launcher-theme.hg-um-core-page .post-navigation-link-next {
  display: none !important;
}

body.huntergate-launcher-theme.hg-um-core-page main.wp-block-group {
  max-width: none !important;
  width: 100% !important;
  min-height: 100svh;
  padding: 24px 14px 30px !important;
  background: transparent !important;
}

body.huntergate-launcher-theme.hg-um-core-page .wp-block-post-content,
body.huntergate-launcher-theme.hg-um-core-page .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.huntergate-launcher-theme.hg-um-core-page .wp-site-blocks::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 44%, transparent 85%);
  opacity: .25;
}

.hg-um-auth,
.hg-um-dashboard {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 10px));
  margin: 0 auto;
}

.hg-um-auth::before,
.hg-um-dashboard::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  opacity: .9;
}

.hg-um-grid {
  grid-template-columns: minmax(300px, .95fr) minmax(340px, 1.05fr);
  gap: 26px;
}

.hg-um-brand-panel,
.hg-um-form-panel,
.hg-um-profile-shell,
.hg-um-account-shell,
.hg-um-dashboard-hero {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(122, 235, 255, .14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(180deg, rgba(8,12,18,.92), rgba(8,12,18,.80));
  box-shadow: 0 22px 70px rgba(0,0,0,.50), 0 0 0 1px rgba(255,255,255,.02) inset, 0 0 36px rgba(0,229,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hg-um-brand-panel::after,
.hg-um-form-panel::after,
.hg-um-profile-shell::after,
.hg-um-account-shell::after,
.hg-um-dashboard-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,229,255,.14), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(138,43,226,.12), transparent 30%);
}

.hg-um-brand-panel {
  padding: 34px 30px;
}

.hg-um-form-panel {
  padding: 24px;
}

.hg-um-form-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.hg-um-form-eyebrow {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.46);
}

.hg-um-form-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  color: #fff;
}

.hg-um-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}

.hg-um-feature-card {
  padding: 14px 14px 15px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.hg-um-feature-label {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(135,246,255,.78);
  margin-bottom: 8px;
}

.hg-um-feature-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.05;
  color: #fff;
}

.hg-um-feature-text {
  margin-top: 8px;
  color: #c7d4df;
  font-size: 13px;
  line-height: 1.5;
}

.hg-um-dashboard-hero {
  padding: 26px 24px;
  margin-bottom: 18px;
}

body.huntergate-launcher-theme.hg-um-core-page .um {
  position: relative;
  z-index: 1;
}

body.huntergate-launcher-theme.hg-um-core-page .um form {
  display: block;
}

body.huntergate-launcher-theme.hg-um-core-page .um-row {
  margin-bottom: 18px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-col-alt {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

body.huntergate-launcher-theme.hg-um-core-page .um-center {
  width: 100%;
}

body.huntergate-launcher-theme.hg-um-core-page .um_request_name,
body.huntergate-launcher-theme.hg-um-core-page .um-field-block.um-field-type_block {
  display: none !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-field-label label {
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(223,245,255,.78) !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="text"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="email"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="tel"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="number"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="password"],
body.huntergate-launcher-theme.hg-um-core-page .um-form textarea,
body.huntergate-launcher-theme.hg-um-core-page .um-form select,
body.huntergate-launcher-theme.hg-um-core-page .um .um-form-field {
  min-height: 56px;
  padding: 14px 16px !important;
  font-size: 15px;
  letter-spacing: .01em;
  background: linear-gradient(180deg, rgba(4,10,16,.92), rgba(6,12,20,.92)) !important;
  border: 1px solid rgba(122,235,255,.16) !important;
  border-radius: 18px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-field-area-password {
  position: relative;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-toggle-password {
  right: 16px !important;
  color: rgba(255,255,255,.54) !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-field-checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

body.huntergate-launcher-theme.hg-um-core-page .um-field-checkbox-state {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 1px solid rgba(122,235,255,.18);
  background: rgba(255,255,255,.03);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

body.huntergate-launcher-theme.hg-um-core-page .um-field-checkbox-option {
  color: #dff5ff !important;
  font-size: 14px;
}

body.huntergate-launcher-theme.hg-um-core-page .um-button,
body.huntergate-launcher-theme.hg-um-core-page .um input[type="submit"].um-button,
body.huntergate-launcher-theme.hg-um-core-page .um a.um-button {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px !important;
  border-radius: 20px !important;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00d9ff 0%, #71f0ff 40%, #9e7dff 100%) !important;
  color: #04111b !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um a.um-alt,
body.huntergate-launcher-theme.hg-um-core-page .um input[type="submit"].um-alt,
body.huntergate-launcher-theme.hg-um-core-page .um-link-alt {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(122,235,255,.16) !important;
  background: linear-gradient(180deg, rgba(10,18,30,.92), rgba(5,10,16,.96)) !important;
  color: #ebf7ff !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-col-alt-b {
  margin-top: 14px;
}

body.huntergate-launcher-theme.hg-um-core-page .nsl-container,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-wrap {
  margin-top: 14px;
}

body.huntergate-launcher-theme.hg-um-core-page .nsl-container .nsl-button-default,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-wrap a,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-button {
  min-height: 54px;
  border-radius: 18px !important;
  border: 1px solid rgba(122,235,255,.16) !important;
  background: linear-gradient(180deg, rgba(10,18,30,.92), rgba(5,10,16,.96)) !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.02) inset;
}

body.huntergate-launcher-theme.hg-um-core-page .nsl-container .nsl-button-default span,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-wrap a,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-button {
  color: #ebf7ff !important;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: .05em;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-account-main,
body.huntergate-launcher-theme.hg-um-core-page .um .um-account-side,
body.huntergate-launcher-theme.hg-um-core-page .um .um-profile-body,
body.huntergate-launcher-theme.hg-um-core-page .um .um-profile-nav,
body.huntergate-launcher-theme.hg-um-core-page .um .um-header {
  background: linear-gradient(180deg, rgba(6,14,22,.68), rgba(6,14,22,.50)) !important;
  border: 1px solid rgba(122,235,255,.12) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  border-radius: 24px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-account-side li a {
  padding: 13px 14px !important;
}

@media (max-width: 960px) {
  body.huntergate-launcher-theme.hg-um-core-page main.wp-block-group {
    padding: 14px 8px 24px !important;
  }

  .hg-um-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .hg-um-auth,
  .hg-um-dashboard {
    width: min(100%, calc(100% - 2px));
  }

  .hg-um-brand-panel,
  .hg-um-form-panel,
  .hg-um-profile-shell,
  .hg-um-account-shell,
  .hg-um-dashboard-hero {
    border-radius: 24px;
  }

  .hg-um-brand-panel,
  .hg-um-form-panel,
  .hg-um-dashboard-hero {
    padding: 18px;
  }

  .hg-um-feature-title {
    font-size: 16px;
  }

  body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="text"],
  body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="email"],
  body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="password"],
  body.huntergate-launcher-theme.hg-um-core-page .um-form textarea,
  body.huntergate-launcher-theme.hg-um-core-page .um-form select,
  body.huntergate-launcher-theme.hg-um-core-page .um .um-form-field {
    min-height: 52px;
  }
}


/* ========== HunterGate mobile-first runtime v0.4.0 ========== */
body.huntergate-launcher-theme {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body.huntergate-launcher-theme .wp-site-blocks,
body.huntergate-launcher-theme main,
body.huntergate-launcher-theme .entry-content,
body.huntergate-launcher-theme .wp-block-post-content {
  min-width: 0;
}

body.huntergate-launcher-theme .wp-block-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.huntergate-launcher-theme .wp-block-button,
body.huntergate-launcher-theme .wp-block-button__link {
  width: 100%;
}

body.huntergate-launcher-theme .wp-block-button__link,
body.huntergate-launcher-theme input[type="submit"],
body.huntergate-launcher-theme button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.huntergate-launcher-theme .wp-block-group.has-background,
body.huntergate-launcher-theme .wp-block-cover,
body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
body.huntergate-launcher-theme .wp-block-post,
body.huntergate-launcher-theme .wp-block-details {
  padding: 16px !important;
}

body.huntergate-launcher-theme .alignwide,
body.huntergate-launcher-theme .alignfull {
  max-width: 100% !important;
}

body.huntergate-launcher-theme .wp-block-navigation__responsive-container.is-menu-open {
  padding: max(14px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom)) !important;
}

body.huntergate-launcher-theme.hg-um-core-page main.wp-block-group {
  padding-top: max(10px, env(safe-area-inset-top)) !important;
  padding-bottom: max(18px, env(safe-area-inset-bottom)) !important;
}

.hg-auth-screen,
.hg-app-screen {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0 auto;
}

.hg-auth-shell,
.hg-app-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(122,235,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(180deg, rgba(8,12,18,.96), rgba(6,10,16,.92));
  box-shadow: 0 22px 70px rgba(0,0,0,.52), 0 0 0 1px rgba(255,255,255,.02) inset, 0 0 36px rgba(0,229,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hg-auth-shell::before,
.hg-app-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,229,255,.14), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(138,43,226,.12), transparent 28%);
}

.hg-auth-shell__chrome {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  padding: 14px 16px 0;
}

.hg-auth-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}

.hg-auth-dot--active {
  background: #00e5ff;
  box-shadow: 0 0 18px rgba(0,229,255,.55);
}

.hg-auth-shell__hero,
.hg-app-hero {
  position: relative;
  z-index: 1;
  padding: 10px 16px 0;
}

.hg-auth-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,229,255,.16);
  background: rgba(255,255,255,.03);
  color: #89efff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hg-auth-title {
  margin: 12px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 7.5vw, 38px);
  line-height: .95;
  letter-spacing: -.05em;
  background: linear-gradient(180deg, #ffffff 0%, #dbf4ff 58%, #7eeaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hg-auth-copy {
  margin: 0;
  color: #b7ccd8;
  font-size: 14px;
  line-height: 1.55;
}

.hg-auth-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hg-auth-chip-row span {
  min-height: 32px;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(122,235,255,.14);
  background: rgba(255,255,255,.03);
  color: #e5f7ff;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.hg-auth-shell__panel,
.hg-app-shell__panel {
  position: relative;
  z-index: 1;
  padding: 16px;
}

body.huntergate-launcher-theme.hg-um-core-page .um,
body.huntergate-launcher-theme.hg-um-core-page .um-form,
body.huntergate-launcher-theme.hg-um-core-page .um-account,
body.huntergate-launcher-theme.hg-um-core-page .um-profile {
  max-width: 100% !important;
  min-width: 0 !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um form {
  margin: 0 !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-row {
  margin-bottom: 14px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-col-alt,
body.huntergate-launcher-theme.hg-um-core-page .um-half,
body.huntergate-launcher-theme.hg-um-core-page .um-left,
body.huntergate-launcher-theme.hg-um-core-page .um-right {
  width: 100% !important;
  float: none !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um-col-alt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="text"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="email"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="tel"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="number"],
body.huntergate-launcher-theme.hg-um-core-page .um-form input[type="password"],
body.huntergate-launcher-theme.hg-um-core-page .um-form textarea,
body.huntergate-launcher-theme.hg-um-core-page .um-form select,
body.huntergate-launcher-theme.hg-um-core-page .um .um-form-field,
body.huntergate-launcher-theme.hg-um-core-page .um .select2-container .select2-selection--single,
body.huntergate-launcher-theme.hg-um-core-page .um .select2-container .select2-selection--multiple {
  min-height: 54px !important;
  padding: 14px 14px !important;
  border-radius: 18px !important;
  font-size: 16px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-field-label label {
  font-size: 11px;
  letter-spacing: .12em;
}

body.huntergate-launcher-theme.hg-um-core-page .um-button,
body.huntergate-launcher-theme.hg-um-core-page .um input[type="submit"].um-button,
body.huntergate-launcher-theme.hg-um-core-page .um a.um-button,
body.huntergate-launcher-theme.hg-um-core-page .um a.um-alt,
body.huntergate-launcher-theme.hg-um-core-page .um input[type="submit"].um-alt,
body.huntergate-launcher-theme.hg-um-core-page .nsl-container .nsl-button-default,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-wrap a,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-button {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 18px !important;
}

body.huntergate-launcher-theme.hg-um-core-page .nsl-container-buttons,
body.huntergate-launcher-theme.hg-um-core-page .nsl-container,
body.huntergate-launcher-theme.hg-um-core-page .wptelegram-login-wrap {
  width: 100% !important;
}

body.huntergate-launcher-theme.hg-um-core-page .nsl-container .nsl-button,
body.huntergate-launcher-theme.hg-um-core-page .nsl-container .nsl-button-default div {
  width: 100% !important;
}

body.huntergate-launcher-theme.hg-um-core-page .um .um-account-main,
body.huntergate-launcher-theme.hg-um-core-page .um .um-account-side,
body.huntergate-launcher-theme.hg-um-core-page .um .um-profile-body,
body.huntergate-launcher-theme.hg-um-core-page .um .um-profile-nav,
body.huntergate-launcher-theme.hg-um-core-page .um .um-header {
  border-radius: 20px !important;
}

@media (max-width: 920px) {
  body.huntergate-launcher-theme .wp-block-columns {
    display: block !important;
  }

  body.huntergate-launcher-theme .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 0 14px !important;
  }

  body.huntergate-launcher-theme .saaslauncher-header {
    padding-inline: 8px;
  }

  body.huntergate-launcher-theme .saaslauncher-header > .wp-block-group {
    padding-inline: 12px !important;
    padding-block: 10px !important;
    border-radius: 18px !important;
  }

  body.huntergate-launcher-theme .home .saaslauncher-big-title,
  body.huntergate-launcher-theme .front-page .saaslauncher-big-title {
    font-size: clamp(2rem, 9vw, 3.4rem) !important;
    line-height: .98 !important;
  }
}

@media (max-width: 640px) {
  :root {
    --hg-radius-xl: 22px;
    --hg-radius-lg: 18px;
    --hg-radius-md: 14px;
  }

  body.huntergate-launcher-theme .wp-site-blocks > * {
    margin-block-start: 14px;
  }

  body.huntergate-launcher-theme .wp-block-group.has-background,
  body.huntergate-launcher-theme .wp-block-cover,
  body.huntergate-launcher-theme .wp-block-query .wp-block-post-template > li,
  body.huntergate-launcher-theme .wp-block-post,
  body.huntergate-launcher-theme .wp-block-details {
    border-radius: 18px !important;
    padding: 14px !important;
  }

  body.huntergate-launcher-theme .wp-block-search__inside-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  body.huntergate-launcher-theme .wp-block-search__button {
    width: 100%;
  }

  body.huntergate-launcher-theme.hg-um-core-page main.wp-block-group {
    padding-inline: 7px !important;
  }

  .hg-auth-screen,
  .hg-app-screen {
    width: 100%;
  }

  .hg-auth-shell,
  .hg-app-shell {
    border-radius: 22px;
  }

  .hg-auth-shell__chrome {
    padding: 12px 14px 0;
  }

  .hg-auth-shell__hero,
  .hg-app-hero,
  .hg-auth-shell__panel,
  .hg-app-shell__panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hg-auth-shell__panel,
  .hg-app-shell__panel {
    padding-bottom: 14px;
  }

  .hg-auth-title {
    font-size: clamp(24px, 9vw, 34px);
  }

  .hg-auth-copy {
    font-size: 13px;
  }

  .hg-auth-chip-row span {
    min-height: 30px;
    font-size: 11px;
  }

  .hg-um-brand-panel,
  .hg-um-form-panel,
  .hg-um-profile-shell,
  .hg-um-account-shell,
  .hg-um-dashboard-hero,
  .hg-um-feature-grid,
  .hg-um-feature-card,
  .hg-um-signal-list {
    display: none !important;
  }
}

/* ===== PROFILE CLEAN MOBILE REBUILD ===== */
body.huntergate-launcher-theme.hg-um-core-profile .hg-app-screen--profile-clean {
  width: 100%;
}

body.huntergate-launcher-theme.hg-um-core-profile .hg-app-shell--profile-clean {
  border-radius: 22px;
}

body.huntergate-launcher-theme.hg-um-core-profile .hg-app-shell__panel--profile-clean {
  padding: 12px;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-cover,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-cover,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-cover-e,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-cover-overlay {
  display: none !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-header {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 18px 14px 14px !important;
  margin: 0 0 12px !important;
  text-align: center !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-photo,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-header .um-profile-photo,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-meta,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-main-meta {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-photo a.um-profile-photo-img,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-photo img {
  width: 108px !important;
  height: 108px !important;
  margin: 0 auto !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  display: block !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-edit,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-edit-a {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(0,229,255,.10) !important;
  border: 1px solid rgba(0,229,255,.16) !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-name,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-name,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-name a {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(22px, 6.5vw, 30px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
  text-align: center !important;
  word-break: break-word !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-main-meta,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-meta,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-meta,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-meta-text {
  color: #9ec7d8 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  word-break: break-word !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navbar {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 8px !important;
  margin: 0 0 12px !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav-item,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navitem,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav a {
  width: auto !important;
  float: none !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav a,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav-item a,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navitem a {
  min-height: 46px !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: rgba(7, 18, 30, .78) !important;
  border: 1px solid rgba(0,229,255,.10) !important;
  color: #7cecff !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav a.active,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav-item.active a,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navitem.active a,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav a:hover {
  background: linear-gradient(135deg, rgba(0,217,255,.18), rgba(158,125,255,.12)) !important;
  color: #e9fbff !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-body {
  padding: 12px !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-item {
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-item:last-child {
  border-bottom: 0 !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-label,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-field-label {
  color: #98afbc !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-value,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-field-value,
body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-value a {
  color: #eefaff !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  word-break: break-word !important;
}

body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-value a {
  color: #74e8ff !important;
}

@media (max-width: 640px) {
  body.huntergate-launcher-theme.hg-um-core-profile main.wp-block-group {
    padding-inline: 6px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .hg-app-shell--profile-clean {
    border-radius: 18px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .hg-app-shell__panel--profile-clean {
    padding: 10px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-header,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-body {
    border-radius: 18px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-photo a.um-profile-photo-img,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-photo img {
    width: 92px !important;
    height: 92px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navbar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav a,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-nav-item a,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-navitem a {
    min-height: 42px !important;
    padding: 8px !important;
    font-size: 12px !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-name,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-profile-name,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-name a {
    font-size: clamp(18px, 7vw, 24px) !important;
  }

  body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-value,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-field-value,
  body.huntergate-launcher-theme.hg-um-core-profile .um .um-item-value a {
    font-size: 15px !important;
  }
}
