/* LinkToKink — dark red app shell */
:root {
  --ltk-bg: #121218;
  --ltk-bg-elevated: #1c1c24;
  --ltk-surface: #24242e;
  --ltk-border: rgba(255, 255, 255, 0.08);
  --ltk-text: #e8e8ed;
  --ltk-text-muted: #9898a8;
  --ltk-accent: #e63946;
  --ltk-accent-hover: #ff4d5c;
  --ltk-accent-muted: rgba(230, 57, 70, 0.15);
  --ltk-radius: 12px;
  --ltk-radius-sm: 8px;
  --ltk-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --ltk-font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --app-topbar-stack-h: calc(env(safe-area-inset-top, 0px) + 0.34rem + 44px + 0.34rem);
  --app-nav-bottom-offset: max(0.32rem, env(safe-area-inset-bottom, 0px));
  --app-bottom-nav-inner-h: calc(0.2rem + 0.2rem + 46px);
  --app-footer-clearance: calc(var(--app-nav-bottom-offset) + var(--app-bottom-nav-inner-h) + 0.15rem);
}

/* Mobile interface revamp: shared shell and high-traffic list patterns. */
@media (max-width: 899px) {
  :root {
    --ltk-mobile-top: calc(env(safe-area-inset-top, 0px) + 56px);
    --ltk-mobile-bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
  }

  body.app-body {
    padding-top: calc(var(--ltk-mobile-top) + 0.55rem) !important;
    padding-bottom: var(--ltk-mobile-bottom) !important;
    background: #101014 !important;
  }

  .app-body .ltk-app-header {
    height: var(--ltk-mobile-top) !important;
    padding: env(safe-area-inset-top, 0px) 0.65rem 0.35rem !important;
    gap: 0.5rem !important;
    background: rgba(8, 8, 11, 0.96) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36) !important;
  }

  .app-body .topbar-title {
    flex: 1 1 auto;
  }

  .app-body .ltk-topbar-brand {
    justify-content: flex-start !important;
  }

  .app-body .ltk-brand-banner--header {
    width: 118px !important;
    min-width: 104px !important;
  }

  .app-body .ltk-header-actions {
    gap: 0.38rem !important;
  }

  .app-body .ltk-icon-button,
  .app-body .ltk-mobile-utility,
  .app-body .ltk-mobile-avatar-link {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 13px !important;
  }

  .app-body .ltk-mobile-utility {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ltk-text) !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }

  .app-body .ltk-mobile-avatar-link {
    display: inline-flex !important;
    border-color: rgba(230, 57, 70, 0.54) !important;
    background: #22232a !important;
  }

  .app-body .ltk-mobile-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .app-body .ltk-bottom-nav {
    left: max(0.55rem, env(safe-area-inset-left, 0px)) !important;
    right: max(0.55rem, env(safe-area-inset-right, 0px)) !important;
    bottom: max(0.42rem, env(safe-area-inset-bottom, 0px)) !important;
    z-index: 55 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.12rem !important;
    padding: 0.32rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 22px !important;
    background: rgba(8, 8, 11, 0.95) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48) !important;
  }

  .app-body .ltk-bottom-nav a {
    position: relative;
    min-width: 0;
    min-height: 58px !important;
    border-radius: 17px !important;
    gap: 0.14rem !important;
    color: rgba(232, 232, 237, 0.62) !important;
    font-size: 0.66rem !important;
    font-weight: 850 !important;
  }

  .app-body .ltk-bottom-nav a svg {
    width: 23px !important;
    height: 23px !important;
  }

  .app-body .ltk-bottom-nav a.is-active {
    color: #fff !important;
    background: rgba(230, 57, 70, 0.22) !important;
  }

  .app-body .ltk-bottom-nav a.is-active::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--ltk-accent);
  }

  .app-body .ltk-menu-panel {
    background: rgba(0, 0, 0, 0.58) !important;
  }

  .app-body .ltk-menu-sheet {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(88vw, 340px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 22px 22px 0 !important;
    padding: calc(0.85rem + env(safe-area-inset-top, 0px)) 1rem max(1rem, env(safe-area-inset-bottom, 0px)) !important;
    gap: 0.45rem !important;
  }

  .app-body .ltk-menu-sheet a {
    min-height: 48px !important;
    border-radius: 14px !important;
  }

  .app-body .ltk-menu-profile {
    min-height: 62px;
    border-radius: 18px !important;
  }

  .app-body .ltk-app-main,
  .app-body .ltk-phone-page,
  .app-body .ltk-profile-page,
  .app-body .ltk-members-page {
    width: 100% !important;
    max-width: 640px !important;
    padding: 0.75rem 0.75rem calc(var(--ltk-mobile-bottom) + 0.35rem) !important;
  }

  .app-body .ltk-mobile-card {
    margin-bottom: 0.75rem !important;
    border-radius: 16px !important;
  }

  .app-body .ltk-members-hero .ltk-profile-tabbar,
  .app-body .ltk-member-profile-view .ltk-profile-tabbar {
    position: sticky;
    top: calc(var(--ltk-mobile-top) + 0.4rem);
    z-index: 20;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
  }

  .app-body .ltk-event-filter-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .app-body .ltk-event-filter-row label:first-child {
    grid-column: 1 / -1;
  }

  .app-body .ltk-event-filter-row .ltk-field,
  .app-body .ltk-member-search-grid .ltk-field {
    min-height: 46px;
    border-radius: 12px;
  }

  .app-body .ltk-event-view-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
  }

  .app-body .ltk-event-view-row button {
    min-height: 42px;
    padding: 0 0.45rem;
  }

  .app-body .ltk-event-card {
    border-radius: 16px;
    box-shadow: none;
  }

  .app-body .ltk-event-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .app-body .ltk-event-body {
    grid-template-columns: 58px 1fr;
    gap: 0.72rem;
    padding: 0.85rem;
  }

  .app-body .ltk-event-date {
    min-height: 58px;
    border-radius: 12px;
  }

  .app-body .ltk-event-copy h2 {
    font-size: 1.05rem;
    line-height: 1.22;
  }

  .app-body .ltk-event-copy p:not(.ltk-muted-line) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .app-body .ltk-event-actions {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.5rem;
    padding: 0 0.85rem 0.85rem;
  }

  .app-body .ltk-event-actions form,
  .app-body .ltk-event-actions button,
  .app-body .ltk-event-actions a:not(.ltk-event-map-button) {
    width: 100%;
  }

  .app-body .ltk-event-actions button,
  .app-body .ltk-event-actions a {
    min-height: 44px;
    border-radius: 12px !important;
  }

  .app-body .ltk-message-row {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 76px;
    border-radius: 16px;
    padding: 0.8rem;
    box-shadow: none;
  }

  .app-body .ltk-message-row .ltk-avatar-ring {
    width: 52px !important;
    height: 52px !important;
  }

  .app-body .ltk-message-row-copy strong {
    font-size: 1rem;
  }

  .app-body .ltk-message-row-copy small {
    display: none;
  }

  .app-body .ltk-message-badge {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .app-body .ltk-compact-composer__summary {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.85rem;
  }

  .app-body .ltk-compact-composer__summary .ltk-member-pill {
    grid-column: 2;
    justify-self: start;
  }

  .app-body .ltk-profile-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-body .ltk-profile-hero-actions > * {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .app-body .ltk-brand-banner--header {
    width: 104px !important;
    min-width: 96px !important;
  }

  .app-body .ltk-header-actions {
    gap: 0.22rem !important;
  }

  .app-body .ltk-icon-button,
  .app-body .ltk-mobile-utility,
  .app-body .ltk-mobile-avatar-link {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .app-body .ltk-bottom-nav a {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 759px) {
  .app-body .ltk-messenger-list .ltk-messenger-friend-row .ltk-message-row-copy small {
    display: flex !important;
    align-items: center;
    gap: 0.22rem;
    min-width: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--ltk-bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ltk-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(230, 57, 70, 0.16), transparent 34rem),
    var(--ltk-bg);
  font-family: var(--ltk-font);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(76px + env(safe-area-inset-bottom, 0));
}

.app-body {
  padding-top: var(--app-topbar-stack-h);
  padding-bottom: var(--app-footer-clearance);
}

.app-gradient {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1000px 520px at 18% -12%, rgba(230, 57, 70, 0.28), transparent 56%),
    radial-gradient(820px 420px at 100% 8%, rgba(255, 77, 92, 0.16), transparent 52%),
    linear-gradient(180deg, #070809, var(--ltk-bg));
}

.glass {
  background: rgba(28, 28, 36, 0.62);
  border: 1px solid var(--ltk-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--ltk-shadow);
}

body.ltk-menu-open {
  overflow: hidden;
}

a {
  color: var(--ltk-accent);
}

a:hover {
  color: var(--ltk-accent-hover);
}

.ltk-logo-mark {
  width: 112px;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}

.ltk-wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  text-decoration: none;
}

.ltk-wordmark-badge {
  display: inline-block;
  color: var(--ltk-accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ltk-wordmark-text {
  display: inline-block;
  color: #f5f5f8;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.ltk-wordmark-text em {
  color: var(--ltk-accent);
  font-style: normal;
}

.ltk-wordmark--compact {
  gap: 0.12rem;
}

.ltk-wordmark--compact .ltk-wordmark-badge {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
}

.ltk-wordmark--compact .ltk-wordmark-text {
  font-size: clamp(1.75rem, 5vw, 2.6rem);
}

.ltk-brand-banner {
  display: block;
  width: min(100%, 680px);
  height: auto;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.42));
}

.ltk-brand-banner--hero {
  margin: 0 auto;
}

.ltk-brand-banner--header {
  width: min(56vw, 260px);
  min-width: 150px;
}

.ltk-brand-banner--panel {
  width: min(100%, 560px);
}

.ltk-topbar-brand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-decoration: none;
}

.ltk-app-splash {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: calc(1.2rem + env(safe-area-inset-top, 0px)) 1.2rem calc(1.2rem + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(620px 320px at 50% 20%, rgba(230, 57, 70, 0.22), transparent 62%),
    linear-gradient(180deg, #070809, #121218 58%, #17171f);
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 1.4s ease, visibility 1.4s ease, transform 1.4s ease;
}

.ltk-app-splash[hidden] {
  display: none;
}

.ltk-app-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.985);
}

.ltk-app-splash-card {
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.ltk-app-splash-icon {
  width: min(180px, 44vw);
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.48);
}

.ltk-app-splash-copy {
  display: grid;
  gap: 0.32rem;
}

.ltk-app-splash-copy strong {
  color: #fff;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.ltk-app-splash-copy span {
  color: var(--ltk-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ltk-phone-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 0.85rem 0.9rem 1.25rem;
}

@media (min-width: 900px) {
  .ltk-app-main {
    width: min(100%, 1120px);
    max-width: 1120px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ltk-phone-page {
    width: min(100%, 960px);
    max-width: 960px;
  }

  .ltk-phone-page .ltk-club-list,
  .ltk-phone-page .ltk-action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ltk-brand-banner--header {
    width: min(28vw, 300px);
  }
}

.ltk-welcome-screen {
  min-height: 100dvh;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: calc(0.9rem + env(safe-area-inset-top, 0)) 1rem calc(1.25rem + env(safe-area-inset-bottom, 0));
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ltk-welcome-card {
  width: 100%;
  padding: 1rem;
  border-radius: 14px;
  background:
    radial-gradient(260px 180px at 50% 0%, rgba(230, 57, 70, 0.2), transparent 70%),
    rgba(28, 28, 36, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--ltk-shadow);
  text-align: center;
}

.ltk-welcome-logo {
  width: min(128px, 42vw);
  height: auto;
  margin: 0 auto 0.75rem;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.ltk-welcome-card h1 {
  margin: 0.4rem 0 0.55rem;
  font-size: clamp(1.65rem, 7vw, 2.35rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.ltk-welcome-card p:not(.ltk-eyebrow) {
  margin: 0;
  color: var(--ltk-text-muted);
  line-height: 1.5;
}

.ltk-welcome-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.ltk-welcome-actions .ltk-button,
.ltk-welcome-actions .ltk-cancel-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  text-decoration: none;
  border-radius: 8px;
}

.ltk-eyebrow {
  color: var(--ltk-accent) !important;
}

.ltk-panel {
  background: rgba(28, 28, 36, 0.86) !important;
  border: 1px solid var(--ltk-border) !important;
  border-radius: var(--ltk-radius) !important;
  box-shadow: var(--ltk-shadow) !important;
}

.ltk-field {
  background: var(--ltk-surface) !important;
  color: var(--ltk-text) !important;
  border: 1px solid var(--ltk-border) !important;
  border-radius: var(--ltk-radius-sm) !important;
}

.ltk-field:focus {
  border-color: var(--ltk-accent) !important;
  box-shadow: 0 0 0 3px var(--ltk-accent-muted) !important;
}

.ltk-button {
  background: var(--ltk-accent) !important;
  color: #fff !important;
  border-radius: var(--ltk-radius-sm) !important;
}

.ltk-button:hover,
.ltk-button:focus {
  background: var(--ltk-accent-hover) !important;
}

.ltk-outline-button {
  border-color: var(--ltk-border) !important;
  color: var(--ltk-text) !important;
}

.ltk-outline-button:hover,
.ltk-outline-button:focus {
  border-color: rgba(230, 57, 70, 0.42) !important;
  background: var(--ltk-accent-muted) !important;
}

.ltk-app-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: calc(0.5rem + env(safe-area-inset-top, 0)) 1rem 0.5rem;
  background: linear-gradient(180deg, rgba(35, 38, 38, 0.98), rgba(27, 30, 30, 0.96));
  border-bottom: 1px solid var(--ltk-border);
  backdrop-filter: blur(14px);
}

.ltk-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  text-decoration: none;
}

.ltk-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, #ff626f, var(--ltk-accent));
  color: #fff;
  font-weight: 900;
}

.ltk-header-brand strong {
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0;
}

.ltk-header-brand strong span {
  color: var(--ltk-accent-hover);
}

.ltk-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.ltk-header-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid rgba(230, 57, 70, 0.8);
  color: #fff;
  background: var(--ltk-surface);
  font-weight: 800;
  overflow: hidden;
  text-decoration: none;
}

.ltk-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltk-app-main {
  padding-bottom: 1.5rem;
}

.ltk-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--ltk-text);
  font-size: 1rem;
  text-decoration: none;
}

.ltk-icon-button svg,
.ltk-bottom-nav svg,
.ltk-menu-sheet svg,
.ltk-action-card svg,
.ltk-floating-action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-icon-button:hover,
.ltk-icon-button:focus {
  border-color: rgba(230, 57, 70, 0.42);
  background: var(--ltk-accent-muted);
  color: #fff;
}

.ltk-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.ltk-menu-panel[hidden] {
  display: none;
}

.ltk-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
}

.ltk-menu-sheet {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(84vw, 340px);
  padding: calc(1rem + env(safe-area-inset-top, 0)) 1rem 1rem;
  background: linear-gradient(180deg, var(--ltk-bg-elevated), var(--ltk-bg));
  border-right: 1px solid var(--ltk-border);
  box-shadow: var(--ltk-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ltk-menu-profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0.25rem 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--ltk-border);
}

.ltk-menu-profile img {
  width: 74px;
  height: auto;
}

.ltk-menu-sheet a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  border-radius: var(--ltk-radius-sm);
  color: var(--ltk-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}

.ltk-menu-sheet a:hover,
.ltk-menu-sheet a:focus {
  border-color: rgba(230, 57, 70, 0.35);
  background: var(--ltk-accent-muted);
}

.ltk-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0.25rem;
  padding: 0.45rem 0.75rem calc(0.45rem + env(safe-area-inset-bottom, 0));
  background: rgba(26, 29, 29, 0.97);
  border-top: 1px solid var(--ltk-border);
  backdrop-filter: blur(16px);
}

.ltk-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 52px;
  border-radius: 16px;
  color: var(--ltk-text-muted);
  text-decoration: none;
  font-size: 0.62rem;
}

.ltk-bottom-nav a svg {
  width: 22px;
  height: 22px;
}

.ltk-bottom-nav a.is-active {
  color: #fff;
  background: rgba(230, 57, 70, 0.16);
}

.ltk-bottom-nav a.is-active svg {
  color: var(--ltk-accent-hover);
}

.ltk-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 1.4rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(230, 57, 70, 0.24), rgba(36, 36, 46, 0.88)),
    var(--ltk-bg-elevated);
  border: 1px solid rgba(230, 57, 70, 0.24);
  box-shadow: var(--ltk-shadow);
  display: flex;
  align-items: flex-end;
}

.ltk-home-hero h1 {
  margin: 0.25rem 0 0;
  font-size: clamp(2rem, 10vw, 4rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
}

.ltk-home-hero p:last-child {
  max-width: 42rem;
  margin: 0.75rem 0 0;
  color: var(--ltk-text-muted);
}

.ltk-floating-action {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--ltk-accent);
  color: #fff;
  box-shadow: var(--ltk-shadow);
}

.ltk-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ltk-stat-card {
  min-height: 92px;
  padding: 0.85rem;
  border-radius: var(--ltk-radius);
  border: 1px solid var(--ltk-border);
  background: var(--ltk-bg-elevated);
  text-decoration: none;
  color: var(--ltk-text);
}

.ltk-stat-card span {
  display: block;
  color: var(--ltk-accent-hover);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.ltk-stat-card strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

.ltk-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.ltk-action-card {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 20px;
  border: 1px solid var(--ltk-border);
  background: var(--ltk-bg-elevated);
  color: var(--ltk-text);
  text-decoration: none;
  font-weight: 700;
}

.ltk-action-card svg {
  width: 34px;
  height: 34px;
  color: var(--ltk-accent-hover);
}

.ltk-profile-card {
  position: relative;
  overflow: hidden;
  min-height: 336px;
  margin-bottom: 1rem;
  padding: 0 1rem 1.2rem;
  border-radius: 4px;
  background: #242929;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  box-shadow: var(--ltk-shadow);
}

.ltk-profile-cover {
  height: 100px;
  margin: 0 -1rem;
  background: #050606;
}

.ltk-avatar-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 4px solid var(--ltk-accent);
  background: #313737;
  color: #fff;
  font-weight: 900;
  overflow: hidden;
}

.ltk-avatar-ring--large {
  width: 96px;
  height: 96px;
  margin-top: -48px;
}

.ltk-avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltk-profile-card h1 {
  margin: 0.7rem 0 0.2rem;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
}

.ltk-profile-copy {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.85rem;
  text-align: left;
}

.ltk-profile-copy-block {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.75rem;
}

.ltk-profile-copy-block h2,
.ltk-profile-copy-block h3 {
  margin: 0 0 0.35rem;
  color: var(--ltk-text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ltk-profile-copy-block p {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.ltk-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 0.58rem;
}

.ltk-social-link {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ltk-text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.62rem 0.68rem;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.14s ease;
}

.ltk-social-link:hover,
.ltk-social-link:focus-visible {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.16);
  outline: none;
}

.ltk-social-link:active {
  transform: scale(0.97);
}

.ltk-social-link svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-social-link span {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.ltk-social-link strong,
.ltk-social-link small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ltk-social-link strong {
  color: var(--ltk-text);
  font-size: 0.86rem;
  line-height: 1.1;
}

.ltk-social-link small {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.15;
}

.ltk-social-link--facebook svg,
.ltk-social-link--twitter svg,
.ltk-social-link--youtube svg {
  fill: currentColor;
  stroke: none;
}

.ltk-form-row--stacked {
  grid-template-columns: 1fr !important;
}

.ltk-social-editor {
  display: grid;
  gap: 0.62rem;
}

.ltk-social-editor-list {
  display: grid;
  gap: 0.58rem;
}

.ltk-social-editor-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) 38px;
  gap: 0.45rem;
  align-items: center;
}

.ltk-social-editor-row .ltk-field {
  width: 100%;
}

.ltk-social-remove {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 10px;
}

.ltk-social-add {
  justify-self: start;
  padding: 0.52rem 0.8rem;
  font-weight: 850;
}

.ltk-admin-tabs {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.1rem;
  scrollbar-width: none;
}

.ltk-admin-tabs::-webkit-scrollbar {
  display: none;
}

.ltk-admin-tabs a {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ltk-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.82rem;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ltk-admin-tabs a.is-active {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.22);
}

.ltk-upload-progress {
  display: grid;
  gap: 0.48rem;
  margin: 0.85rem 0;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.ltk-upload-progress[hidden] {
  display: none;
}

.ltk-upload-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--ltk-text);
  font-size: 0.82rem;
  font-weight: 800;
}

.ltk-upload-progress-head strong {
  color: var(--ltk-accent-hover);
  font-variant-numeric: tabular-nums;
}

.ltk-upload-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.ltk-upload-progress-bar {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ltk-accent), var(--ltk-accent-hover));
  transition: width 0.18s ease;
}

.ltk-club-list {
  display: grid;
  gap: 0.85rem;
}

.ltk-club-controls {
  display: grid;
  gap: 0.6rem;
}

.ltk-club-search-row {
  display: grid;
  gap: 0.55rem;
}

.ltk-club-search-row .ltk-field {
  width: 100%;
  min-height: 44px;
  padding: 0.62rem 0.75rem;
}

.ltk-club-filter-note {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.ltk-club-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  border: 1px solid var(--ltk-border);
  border-radius: 14px;
  background: rgba(28, 28, 36, 0.74);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.34);
  padding: 0.85rem;
}

.ltk-club-card[hidden] {
  display: none !important;
}

.ltk-club-logo {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(230, 57, 70, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ltk-text);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 900;
}

.ltk-club-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0.3rem;
}

.ltk-club-logo--large {
  width: 108px;
  height: 108px;
  margin: 0 auto 0.8rem;
}

.ltk-admin-club-logo-preview {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.ltk-admin-club-logo-preview img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid rgba(230, 57, 70, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.25rem;
}

.ltk-coordinate-status {
  min-height: 1rem;
  margin: -0.15rem 0 0;
  color: var(--ltk-text-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.ltk-coordinate-status.is-error {
  color: #fca5a5;
}

.ltk-club-copy {
  min-width: 0;
}

.ltk-club-copy h2,
.ltk-club-detail h1 {
  margin: 0;
  color: var(--ltk-text);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.12;
}

.ltk-club-address {
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
  margin: 0.28rem 0 0.72rem;
  color: var(--ltk-text-muted);
  font-size: 0.84rem;
  line-height: 1.35;
  text-decoration: none;
}

.ltk-club-address:hover,
.ltk-club-address:focus-visible {
  color: var(--ltk-text);
  outline: none;
}

.ltk-club-address--center {
  justify-content: center;
}

.ltk-club-address svg {
  flex: 0 0 auto;
  color: var(--ltk-red2);
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-club-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.ltk-club-more {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.82rem;
  font-size: 0.84rem;
  font-weight: 900;
}

.ltk-club-share {
  min-height: 38px;
  padding: 0.48rem 0.82rem;
  font-size: 0.84rem;
  font-weight: 900;
}

.ltk-club-detail {
  text-align: center;
}

.ltk-club-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

@media (max-width: 380px) {
  .ltk-club-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ltk-club-logo {
    margin: 0 auto;
  }
}

@media (min-width: 680px) {
  .ltk-club-search-row {
    grid-template-columns: minmax(0, 1fr) 180px;
  }
}

.ltk-club-choice-grid,
.ltk-profile-club-list,
.ltk-profile-club-favorites {
  display: grid;
  gap: 0.55rem;
}

.ltk-club-choice {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  padding: 0.55rem 0.65rem;
  color: var(--ltk-text);
  font-size: 0.88rem;
  font-weight: 800;
}

.ltk-club-choice input {
  accent-color: var(--ltk-red);
}

.ltk-profile-club {
  display: grid;
  gap: 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ltk-text);
  padding: 0.68rem 0.75rem;
  text-decoration: none;
}

.ltk-profile-club--home {
  border-color: rgba(230, 57, 70, 0.34);
  background: rgba(230, 57, 70, 0.1);
}

.ltk-profile-club strong {
  font-size: 0.95rem;
  line-height: 1.15;
}

.ltk-profile-club small,
.ltk-profile-club-label {
  color: var(--ltk-text-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.ltk-profile-club-label {
  text-transform: uppercase;
}

.ltk-admin-user-list {
  display: grid;
  gap: 0.55rem;
}

.ltk-admin-user-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(28, 28, 36, 0.74);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.ltk-admin-user-card summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto minmax(82px, 0.42fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.72rem 0.85rem;
  cursor: pointer;
  list-style: none;
}

.ltk-admin-user-card summary::-webkit-details-marker {
  display: none;
}

.ltk-admin-user-main {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.ltk-admin-user-name {
  color: var(--ltk-text);
  font-size: 0.95rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-admin-user-meta,
.ltk-admin-user-joined {
  color: var(--ltk-text-muted);
  font-size: 0.76rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.ltk-admin-user-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.ltk-user-pill {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--ltk-text);
  padding: 0.18rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.ltk-user-pill.is-active {
  border-color: rgba(52, 211, 153, 0.3);
  color: #bbf7d0;
}

.ltk-user-pill.is-suspended {
  border-color: rgba(248, 113, 113, 0.38);
  color: #fecaca;
}

.ltk-admin-user-open {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ltk-text);
  padding: 0.38rem 0.56rem;
  font-size: 0.76rem;
  font-weight: 900;
}

.ltk-admin-user-card[open] .ltk-admin-user-open {
  background: rgba(230, 57, 70, 0.24);
}

.ltk-admin-user-detail {
  display: grid;
  gap: 0.75rem;
  padding: 0 0.85rem 0.85rem;
}

.ltk-admin-user-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.ltk-admin-user-contact div {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.58rem 0.65rem;
}

.ltk-admin-user-contact span {
  display: block;
  color: var(--ltk-text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ltk-admin-user-contact strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--ltk-text);
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.ltk-admin-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ltk-admin-user-actions form {
  display: flex;
  gap: 0.45rem;
}

.ltk-admin-reset-form {
  min-width: min(100%, 360px);
  flex: 1 1 320px;
}

.ltk-admin-reset-form .ltk-field {
  min-width: 0;
  flex: 1;
}

@media (max-width: 720px) {
  .ltk-admin-user-card summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ltk-admin-user-badges,
  .ltk-admin-user-joined {
    justify-self: start;
  }

  .ltk-admin-user-joined {
    grid-column: 1;
  }

  .ltk-admin-user-open {
    grid-column: 2;
    grid-row: 1;
  }

  .ltk-admin-user-contact {
    grid-template-columns: 1fr;
  }

  .ltk-admin-user-actions,
  .ltk-admin-user-actions form,
  .ltk-admin-reset-form {
    width: 100%;
  }

  .ltk-admin-user-actions form {
    display: grid;
  }
}

@media (max-width: 390px) {
  .ltk-social-editor-row {
    grid-template-columns: 1fr 38px;
  }

  .ltk-social-editor-row input {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ltk-social-editor-row .ltk-social-remove {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Denser mobile profile editor */
.app-body .ltk-edit-screen {
  padding-top: 0.15rem;
}

.app-body .ltk-screen-title {
  margin-bottom: 1.35rem;
  min-height: 44px;
  position: relative;
  z-index: 2;
}

.app-body .ltk-screen-title h1 {
  font-size: 1.08rem;
  line-height: 1.15;
}

.app-body .ltk-screen-title a {
  width: 38px;
  height: 38px;
}

.app-body .ltk-edit-avatar-wrap {
  width: 86px;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 1;
}

.app-body .ltk-edit-avatar-wrap .ltk-avatar-ring--large {
  width: 82px;
  height: 82px;
  margin-top: 0;
  border-width: 3px;
}

.app-body .ltk-avatar-edit-dot {
  width: 28px;
  height: 28px;
  right: -1px;
  bottom: 0;
}

.app-body .ltk-avatar-edit-dot svg {
  width: 17px;
  height: 17px;
}

.app-body .ltk-form-section {
  border-radius: 12px !important;
}

.app-body .ltk-form-heading {
  padding: 0.7rem 0.75rem 0.18rem;
}

.app-body .ltk-form-heading h2 {
  font-size: 0.78rem;
}

.app-body .ltk-form-row {
  grid-template-columns: 82px 1fr;
  gap: 0.5rem;
  padding: 0.24rem 0.75rem;
}

.app-body .ltk-form-row:last-child {
  padding-bottom: 0.72rem;
}

.app-body .ltk-form-row label {
  font-size: 0.86rem;
}

.app-body .ltk-form-row .ltk-field {
  min-height: 34px;
  padding: 0.36rem 0.55rem;
  font-size: 0.88rem;
}

.app-body .ltk-form-row textarea.ltk-field {
  min-height: 62px;
}

.app-body .ltk-form-actions {
  position: static;
  bottom: auto;
  padding-top: 0;
  margin-top: -0.15rem;
  background: transparent;
}

.app-body .ltk-form-actions .ltk-button,
.app-body .ltk-cancel-button {
  min-height: 44px;
  font-size: 0.86rem;
}

/* App-wide density pass */
.app-body .ltk-app-main {
  padding-top: 0.45rem;
}

.app-body section.space-y-6 {
  --tw-space-y-reverse: 0;
  margin-top: 0;
}

.app-body .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.app-body .space-y-5 > :not([hidden]) ~ :not([hidden]),
.app-body .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.72rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.72rem * var(--tw-space-y-reverse));
}

.app-body h1.text-3xl,
.app-body .text-3xl {
  font-size: 1.45rem !important;
  line-height: 1.15 !important;
}

.app-body h2.text-xl,
.app-body .text-xl {
  font-size: 1.05rem !important;
}

.app-body .ltk-panel,
.app-body .ltk-mobile-card,
.app-body .ltk-profile-card,
.app-body .ltk-form-section,
.app-body .rounded-lg,
.app-body .rounded-md.border,
.app-body .overflow-hidden.rounded-lg {
  border-radius: 12px !important;
}

.app-body .ltk-panel.p-5,
.app-body form.ltk-panel,
.app-body .ltk-mobile-card,
.app-body .ltk-panel.p-4,
.app-body .p-5 {
  padding: 0.85rem !important;
}

.app-body .p-4 {
  padding: 0.72rem !important;
}

.app-body .px-4.py-4 {
  padding: 0.62rem 0.72rem !important;
}

.app-body .px-4.py-3 {
  padding: 0.52rem 0.72rem !important;
}

.app-body input.ltk-field,
.app-body select.ltk-field,
.app-body textarea.ltk-field,
.app-body .ltk-field {
  min-height: 36px;
  font-size: 0.9rem;
}

.app-body button,
.app-body .ltk-button,
.app-body .ltk-outline-button,
.app-body .ltk-cancel-button {
  min-height: 38px;
}

.app-body .ltk-profile-card {
  min-height: 0;
  padding-bottom: 0.9rem;
}

.app-body .ltk-profile-cover {
  height: 76px;
}

.app-body .ltk-profile-card .ltk-avatar-ring--large {
  width: 78px;
  height: 78px;
  margin-top: -39px;
}

.app-body .ltk-profile-card h1 {
  font-size: 1.25rem;
  margin-top: 0.52rem;
}

.app-body .ltk-profile-copy {
  gap: 0.58rem;
  margin-top: 0.7rem;
}

.app-body .ltk-profile-copy-block {
  padding: 0.68rem 0.72rem;
}

.app-body .ltk-profile-copy-block p {
  font-size: 0.86rem;
  line-height: 1.48;
}

.app-body .ltk-profile-numbers {
  margin: 0.85rem 0 0.75rem;
  padding-top: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.app-body .ltk-profile-numbers strong {
  font-size: 1.08rem;
}

.app-body .ltk-edit-profile-button {
  min-height: 38px;
  min-width: 126px;
  padding: 0.5rem 0.9rem;
}

.app-body .ltk-chart-card {
  height: 132px;
}

.app-body .ltk-action-row a {
  min-height: 66px;
  font-size: 0.82rem;
}

.app-body .ltk-action-row svg {
  width: 22px !important;
  height: 22px !important;
}

.app-body table {
  font-size: 0.78rem;
}

.app-body th,
.app-body td {
  vertical-align: middle;
}

.app-body .min-w-\[920px\] {
  min-width: 760px !important;
}

.ltk-profile-card p {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.92rem;
}

.ltk-muted-line {
  margin-top: 0.2rem !important;
}

.ltk-profile-numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1rem 0;
}

.ltk-profile-numbers strong {
  display: block;
  color: var(--ltk-accent);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
}

.ltk-profile-numbers span {
  display: block;
  color: var(--ltk-text);
  font-size: 0.82rem;
  font-weight: 700;
}

.ltk-edit-profile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.ltk-mobile-card {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #242929;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: var(--ltk-shadow);
}

.ltk-mobile-card h2 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ltk-chart-card {
  height: 190px;
  border-radius: 6px;
  background: #202525;
  padding: 0.7rem;
}

.ltk-chart-card svg {
  width: 100%;
  height: 100%;
}

.ltk-chart-card .grid {
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.ltk-chart-card .line-muted,
.ltk-chart-card .line-hot {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}

.ltk-chart-card .line-muted {
  stroke: rgba(152, 152, 168, 0.28);
}

.ltk-chart-card .line-hot {
  stroke: rgba(230, 57, 70, 0.85);
}

.ltk-action-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 0.65rem;
}

.ltk-dashboard-grid {
  display: grid;
  gap: 1rem;
}

.ltk-feed-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.ltk-feed-main,
.ltk-feed-rail,
.ltk-feed-stream {
  display: grid;
  gap: 1rem;
}

.ltk-feed-composer {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(230, 57, 70, 0.18), transparent 70%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(28, 28, 36, 0.86) !important;
}

.ltk-feed-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
}

.ltk-feed-textarea {
  min-height: 132px;
  resize: vertical;
}

.ltk-feed-post {
  display: grid;
  gap: 1rem;
}

.ltk-feed-post-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.ltk-feed-post-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
}

.ltk-feed-post-title strong {
  font-size: 1rem;
}

.ltk-feed-post-title span,
.ltk-feed-post-meta span {
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
}

.ltk-feed-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.ltk-feed-post-meta span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.28rem 0.55rem;
}

.ltk-feed-post-body {
  color: var(--ltk-text);
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.ltk-feed-reactions {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ltk-feed-reaction-counts,
.ltk-feed-reaction-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.ltk-feed-reaction-counts {
  color: var(--ltk-text-muted);
  font-size: 0.82rem;
}

.ltk-feed-reaction-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ltk-feed-reaction-button {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ltk-text);
  font-weight: 850;
  cursor: pointer;
}

.ltk-feed-reaction-button:hover,
.ltk-feed-reaction-button:focus-visible,
.ltk-feed-reaction-button.is-active {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.16);
  outline: none;
}

.ltk-plan-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.ltk-plan-countdown {
  flex: 0 0 auto;
  min-width: 72px;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.16);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
}

.ltk-plan-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.ltk-plan-actions form,
.ltk-plan-actions button,
.ltk-plan-actions a {
  width: 100%;
  min-height: 42px;
  text-align: center;
}

@media (max-width: 520px) {
  .ltk-plan-actions {
    grid-template-columns: 1fr;
  }
}

.ltk-header-profile-wrap {
  position: relative;
}

.ltk-header-profile-wrap > summary {
  list-style: none;
  cursor: pointer;
}

.ltk-header-profile-wrap > summary::-webkit-details-marker {
  display: none;
}

.ltk-header-profile-wrap:not([open]) .ltk-header-profile-panel {
  display: none;
}

.ltk-header-profile-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(320px, 88vw);
  z-index: 70;
}

.ltk-header-profile-card {
  margin-bottom: 0;
  text-align: center;
}

.ltk-header-profile-card .ltk-avatar-ring--large {
  margin-top: -48px;
}

.ltk-header-profile-card h2 {
  margin: 0.7rem 0 0.2rem;
  font-size: 1.35rem;
  line-height: 1.1;
}

.ltk-header-profile-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.ltk-desktop-notification-wrap {
  position: relative;
}

.ltk-desktop-notification-wrap > summary {
  list-style: none;
  cursor: pointer;
}

.ltk-desktop-notification-wrap > summary::-webkit-details-marker {
  display: none;
}

.ltk-desktop-notification-wrap:not([open]) .ltk-desktop-notification-panel {
  display: none;
}

.ltk-desktop-notification-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(360px, 82vw);
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(18, 18, 24, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.ltk-desktop-notification-head strong {
  font-size: 0.92rem;
}

.ltk-desktop-notification-list {
  display: grid;
  gap: 0.45rem;
}

.ltk-desktop-notification-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--ltk-text);
  text-decoration: none;
}

.ltk-desktop-notification-item:hover,
.ltk-desktop-notification-item:focus-visible {
  border-color: rgba(230, 57, 70, 0.32);
  background: rgba(255, 255, 255, 0.075);
  outline: none;
}

.ltk-desktop-notification-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.ltk-desktop-notification-copy strong,
.ltk-desktop-notification-copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-desktop-notification-copy small,
.ltk-desktop-notification-empty {
  color: var(--ltk-text-muted);
  font-size: 0.78rem;
}

.ltk-desktop-notification-empty {
  margin: 0;
}

.ltk-desktop-notification-viewall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 12px;
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.ltk-age-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.ltk-age-gate[hidden] {
  display: none !important;
}

.ltk-age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 8, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ltk-age-gate__dialog {
  position: relative;
  width: min(100%, 760px);
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(230, 57, 70, 0.18), transparent 68%),
    rgba(12, 13, 18, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.ltk-age-gate__logo {
  width: min(100%, 230px);
  margin: 0 auto 0.25rem;
}

.ltk-age-gate__eyebrow {
  margin: 0;
  color: var(--ltk-accent-hover);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ltk-age-gate__dialog h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.98;
  font-weight: 950;
}

.ltk-age-gate__notice {
  justify-self: center;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(230, 57, 70, 0.48);
  background: rgba(230, 57, 70, 0.12);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 850;
}

.ltk-age-gate__copy {
  margin: 0;
  color: #d3d4dc;
  font-size: 1.02rem;
  line-height: 1.7;
}

.ltk-age-gate__actions {
  display: grid;
  gap: 0.75rem;
}

.ltk-age-gate__actions .ltk-button,
.ltk-age-gate__actions .ltk-outline-button {
  min-height: 52px;
}

.ltk-age-gate__fineprint {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ltk-age-gate__fineprint a {
  color: var(--ltk-accent-hover);
  font-weight: 800;
  text-decoration: none;
}

.ltk-age-gate__fineprint a:hover,
.ltk-age-gate__fineprint a:focus-visible {
  text-decoration: underline;
}

body.ltk-age-gate-open {
  overflow: hidden;
}

.ltk-dashboard-page .ltk-dashboard-main {
  align-content: start;
}

.ltk-dashboard-main,
.ltk-dashboard-rail {
  display: grid;
  gap: 1rem;
}

.ltk-dashboard-hero {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(230, 57, 70, 0.24), transparent 70%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(28, 28, 36, 0.86) !important;
}

.ltk-dashboard-hero h1 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 0.95;
  font-weight: 900;
}

.ltk-dashboard-hero-copy p:last-child {
  margin: 0.65rem 0 0;
  max-width: 38rem;
  color: var(--ltk-text-muted);
  line-height: 1.55;
}

.ltk-dashboard-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.ltk-dashboard-hero-stats div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
}

.ltk-dashboard-hero-stats strong {
  display: block;
  color: var(--ltk-accent-hover);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 900;
}

.ltk-dashboard-hero-stats span {
  display: block;
  margin-top: 0.22rem;
  color: var(--ltk-text-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ltk-dashboard-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ltk-profile-card--dashboard h2 {
  margin: 0.7rem 0 0.2rem;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
}

@media (min-width: 1100px) {
  .ltk-feed-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.82fr);
  }

  .ltk-feed-rail {
    position: sticky;
    top: 6.8rem;
  }

  .ltk-dashboard-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
    align-items: start;
  }

  .ltk-dashboard-rail {
    position: sticky;
    top: 6.8rem;
  }

  .ltk-profile-card--dashboard {
    margin-bottom: 0;
  }

  .ltk-dashboard-page .ltk-action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ltk-age-gate__dialog {
    padding: 1.2rem;
  }

  .ltk-dashboard-hero-stats {
    grid-template-columns: 1fr;
  }

  .ltk-dashboard-hero-actions {
    flex-direction: column;
  }

  .ltk-dashboard-hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .ltk-feed-post-head {
    flex-wrap: wrap;
  }
}

@media (min-width: 760px) {
  .ltk-age-gate__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ltk-action-row a {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 8px;
  background: #202525;
  color: var(--ltk-text);
  text-decoration: none;
  font-weight: 800;
}

.ltk-action-row svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--ltk-accent-hover);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-event-card {
  overflow: hidden;
  border: 1px solid var(--ltk-border);
  border-radius: 12px;
  background: rgba(28, 28, 36, 0.82);
  box-shadow: var(--ltk-shadow);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ltk-event-card.is-highlighted {
  border-color: rgba(230, 57, 70, 0.72);
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.18), var(--ltk-shadow);
}

.ltk-event-controls {
  display: grid;
  gap: 0.75rem;
}

.ltk-event-filter-wrap > summary {
  margin: -0.15rem 0;
}

.ltk-event-filter-wrap:not([open]) .ltk-event-filter-row,
.ltk-event-filter-wrap:not([open]) .ltk-event-view-row,
.ltk-event-filter-wrap:not([open]) .ltk-club-filter-note {
  display: none;
}

.ltk-event-filter-row,
.ltk-admin-event-filter-row {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .ltk-event-filter-row {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(135px, 0.7fr));
  }

  .ltk-admin-event-filter-row {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.75fr) minmax(132px, 0.65fr);
  }
}

.ltk-event-view-row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.035);
  justify-self: start;
}

.ltk-event-view-row button {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ltk-text-muted);
  padding: 0 0.78rem;
  font-weight: 850;
}

.ltk-event-view-row button.is-active {
  background: rgba(230, 57, 70, 0.22);
  color: #fff;
}

.ltk-event-featured-badge {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.35rem;
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.18);
  color: #fff;
  padding: 0.12rem 0.38rem;
  font-size: 0.62rem;
  font-weight: 900;
}

.ltk-event-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #111318;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ltk-event-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111318;
}

@media (min-width: 700px) {
  .ltk-event-image-wrap {
    aspect-ratio: 16 / 9;
    max-height: 420px;
  }
}

.ltk-event-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.8rem;
  padding: 0.95rem;
}

.ltk-event-date {
  min-height: 64px;
  border-radius: 10px;
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ltk-event-date strong {
  font-size: 1rem;
}

.ltk-event-date span {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.ltk-event-copy h2 {
  margin: 0 0 0.25rem;
  font-size: 1.06rem;
  line-height: 1.15;
}

.ltk-event-copy p {
  margin: 0.35rem 0 0;
  color: var(--ltk-text-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ltk-event-location-link {
  color: var(--ltk-accent-hover);
  font-weight: 850;
  text-decoration: none;
}

.ltk-event-location-link:hover,
.ltk-event-location-link:focus-visible {
  text-decoration: underline;
}

.ltk-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.ltk-event-meta span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.22rem 0.5rem;
  color: var(--ltk-text);
  font-size: 0.72rem;
  font-weight: 800;
}

.ltk-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 0.95rem 0.95rem;
}

.ltk-event-actions form {
  margin: 0;
}

.ltk-event-view-compact .ltk-event-card {
  display: grid;
  grid-template-columns: 1fr;
}

.ltk-event-view-compact .ltk-event-image-wrap {
  display: none;
}

.ltk-event-view-compact .ltk-event-body {
  grid-template-columns: 58px 1fr;
  padding-bottom: 0.6rem;
}

.ltk-event-view-compact .ltk-event-copy p:not(.ltk-muted-line) {
  display: none;
}

.ltk-event-calendar {
  display: grid;
  gap: 1rem;
}

.ltk-event-calendar[hidden],
.ltk-event-empty[hidden] {
  display: none !important;
}

.ltk-event-month {
  display: grid;
  gap: 0.65rem;
}

.ltk-event-month h2 {
  margin: 0;
  padding: 0 0.1rem;
  font-size: 1.05rem;
  font-weight: 900;
}

.ltk-event-month-grid {
  display: grid;
  gap: 0.6rem;
}

@media (min-width: 760px) {
  .ltk-event-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ltk-event-day-cell {
  min-height: 118px;
  border: 1px solid var(--ltk-border);
  border-radius: 12px;
  background: rgba(28, 28, 36, 0.82);
  padding: 0.75rem;
  box-shadow: var(--ltk-shadow);
}

.ltk-event-day-cell h3 {
  margin: 0 0 0.55rem;
  color: var(--ltk-text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ltk-event-calendar-item {
  width: 100%;
  display: grid;
  gap: 0.12rem;
  margin-top: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ltk-text);
  padding: 0.55rem;
  text-align: left;
}

.ltk-event-calendar-item strong,
.ltk-event-calendar-item span,
.ltk-event-calendar-item small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ltk-event-calendar-item strong {
  font-size: 0.85rem;
}

.ltk-event-calendar-item span,
.ltk-event-calendar-item small {
  color: var(--ltk-text-muted);
  font-size: 0.74rem;
}

.ltk-admin-event-view-compact [data-event-card] textarea,
.ltk-admin-event-view-compact [data-event-card] input[name="image_url"],
.ltk-admin-event-view-compact [data-event-card] input[name="event_url"],
.ltk-admin-event-view-compact [data-event-card] label:has(input[name="end_date"]) {
  display: none;
}

.ltk-admin-events-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.ltk-admin-events-sidebar,
.ltk-admin-events-manager {
  min-width: 0;
}

.ltk-admin-event-list {
  display: grid;
  gap: 0.85rem;
}

.ltk-admin-event-card {
  overflow: hidden;
}

.ltk-admin-event-details {
  display: grid;
  gap: 1rem;
}

.ltk-admin-event-details > summary {
  list-style: none;
}

.ltk-admin-event-details > summary::-webkit-details-marker {
  display: none;
}

.ltk-admin-event-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  cursor: pointer;
}

.ltk-admin-event-summary-main {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.ltk-admin-event-select {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.1rem;
  color: var(--ltk-text);
  font-size: 0.8rem;
  font-weight: 800;
}

.ltk-admin-event-summary-copy {
  min-width: 0;
}

.ltk-admin-event-summary-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.ltk-admin-event-summary-topline strong {
  font-size: 1rem;
  line-height: 1.3;
}

.ltk-admin-event-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.45rem;
}

.ltk-admin-event-summary-meta span,
.ltk-admin-event-summary-toggle {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ltk-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.42rem 0.62rem;
}

.ltk-admin-event-summary-toggle {
  color: var(--ltk-text);
  white-space: nowrap;
}

.ltk-admin-event-fields {
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ltk-admin-event-view-compact .ltk-admin-event-card {
  padding-bottom: 1rem !important;
}

.ltk-admin-event-view-compact .ltk-admin-event-details {
  gap: 0;
}

.ltk-admin-event-view-compact .ltk-admin-event-summary {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .ltk-admin-events-layout {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.32fr);
  }

  .ltk-admin-events-sidebar {
    position: sticky;
    top: 6.8rem;
  }

  .ltk-admin-event-view-compact .ltk-admin-event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ltk-admin-event-summary {
    flex-direction: column;
  }

  .ltk-admin-event-summary-main {
    width: 100%;
  }
}

.ltk-event-map-button {
  width: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ltk-event-map-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--ltk-accent-hover);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-message-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--ltk-border);
  border-radius: 12px;
  background: rgba(28, 28, 36, 0.82);
  padding: 0.8rem;
  color: var(--ltk-text);
  text-decoration: none;
  box-shadow: var(--ltk-shadow);
}

.ltk-message-row-copy {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.ltk-message-row-copy strong,
.ltk-message-row-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-message-row-copy small {
  color: var(--ltk-text-muted);
  font-weight: 800;
}

.ltk-message-row-copy span {
  color: var(--ltk-text-muted);
  font-size: 0.86rem;
}

.ltk-message-badge {
  min-width: 26px;
  border-radius: 999px;
  background: var(--ltk-accent);
  color: #fff;
  padding: 0.18rem 0.45rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 900;
}

.ltk-chat-bubble,
.ltk-email-message {
  border: 1px solid var(--ltk-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.75rem;
}

.ltk-chat-bubble.is-mine {
  margin-left: auto;
  background: rgba(230, 57, 70, 0.18);
}

.ltk-chat-bubble p,
.ltk-email-message p {
  margin: 0.35rem 0 0;
  color: var(--ltk-text);
  line-height: 1.45;
}

.ltk-email-message {
  width: 100%;
  background: rgba(28, 28, 36, 0.82);
}

.ltk-chat-page {
  display: grid;
  grid-template-rows: auto auto minmax(240px, 1fr) auto;
  min-height: calc(100dvh - var(--app-topbar-stack-h, 64px) - var(--app-footer-clearance, 90px) - 1rem);
  gap: 0.65rem;
}

.ltk-chat-header {
  display: grid;
  grid-template-columns: 40px 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--ltk-border);
}

.ltk-chat-popout {
  min-height: 36px;
  padding: 0.45rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 850;
}

.ltk-chat-back {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--ltk-text);
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
}

.ltk-chat-header-copy {
  min-width: 0;
}

.ltk-chat-header-copy strong,
.ltk-chat-header-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-chat-header-copy strong {
  color: var(--ltk-text);
  font-size: 0.98rem;
}

.ltk-chat-header-copy small,
.ltk-chat-status,
.ltk-chat-meta {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
}

.ltk-chat-status {
  min-height: 1.1rem;
  padding: 0 0.8rem;
}

.ltk-chat-thread {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.35rem 0.55rem 0.8rem;
  scroll-behavior: smooth;
}

.ltk-chat-bubble {
  width: fit-content;
  max-width: min(82%, 560px);
  border-radius: 14px 14px 14px 4px;
  padding: 0.58rem 0.72rem 0.42rem;
}

.ltk-chat-bubble.is-mine {
  border-radius: 14px 14px 4px 14px;
}

.ltk-chat-bubble.is-pending {
  opacity: 0.68;
}

.ltk-chat-bubble.is-failed {
  border-color: rgba(248, 113, 113, 0.55);
}

.ltk-chat-meta {
  margin-top: 0.28rem;
  text-align: right;
}

.ltk-chat-composer {
  position: sticky;
  bottom: calc(var(--app-footer-clearance, 90px) + 0.25rem);
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.5rem;
  padding: 0.55rem;
  border: 1px solid var(--ltk-border);
  border-radius: 12px;
  background: rgba(18, 18, 24, 0.96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.ltk-chat-composer textarea {
  min-height: 42px;
  max-height: 128px;
  resize: none;
  padding: 0.65rem 0.72rem;
}

.ltk-chat-composer .ltk-button {
  min-width: 72px;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  font-weight: 850;
}

@media (min-width: 900px) {
  .ltk-chat-page {
    max-width: 760px !important;
  }

  .ltk-chat-composer {
    bottom: 0.5rem;
  }
}

.ltk-messenger-page {
  display: grid;
  gap: 0.8rem;
}

.ltk-messenger-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ltk-messenger-titlebar h1 {
  margin: 0.2rem 0 0;
  font-size: 1.8rem;
  line-height: 1.1;
}

.ltk-messenger-settings {
  border: 1px solid var(--ltk-border);
  border-radius: 8px;
  background: rgba(28, 28, 36, 0.94);
  padding: 0.8rem;
}

.ltk-messenger-settings[hidden] {
  display: none;
}

.ltk-messenger-settings form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.ltk-messenger-settings label {
  display: grid;
  gap: 0.3rem;
  color: var(--ltk-text-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.ltk-messenger-check,
.ltk-messenger-settings-actions {
  grid-column: 1 / -1;
}

.ltk-messenger-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 0.45rem !important;
}

.ltk-messenger-settings-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 38px;
  font-size: 0.78rem;
}

.ltk-messenger-settings-actions .ltk-button {
  min-height: 36px;
  padding: 0.45rem 0.8rem;
}

.ltk-messenger-settings-actions a {
  color: var(--ltk-text);
}

.ltk-messenger-shell {
  min-height: min(680px, calc(100dvh - 180px));
  border: 1px solid var(--ltk-border);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(18, 18, 24, 0.7);
}

.ltk-messenger-list-panel {
  min-width: 0;
  border-right: 1px solid var(--ltk-border);
}

.ltk-messenger-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  padding: 0.55rem;
  border-bottom: 1px solid var(--ltk-border);
}

.ltk-messenger-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ltk-text-muted);
  font-weight: 850;
}

.ltk-messenger-tabs button.is-active {
  background: rgba(230, 57, 70, 0.18);
  color: var(--ltk-text);
}

.ltk-messenger-list {
  display: grid;
}

.ltk-messenger-list .ltk-message-row {
  border-radius: 0;
  border-width: 0 0 1px;
}

.ltk-messenger-list button.ltk-message-row {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ltk-messenger-empty {
  padding: 1.2rem;
  color: var(--ltk-text-muted);
  font-size: 0.86rem;
  text-align: center;
}

.ltk-messenger-welcome {
  display: none;
  place-items: center;
  padding: 2rem;
  color: var(--ltk-text-muted);
  text-align: center;
}

.ltk-messenger-welcome h2 {
  margin: 0 0 0.4rem;
  color: var(--ltk-text);
}

.ltk-presence-dot {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #18181f;
  border-radius: 999px;
  background: #22c55e;
}

.ltk-presence-dot.is-idle {
  background: #f59e0b;
}

.ltk-presence-dot.is-offline {
  background: #71717a;
}

.ltk-presence-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  margin-right: 0.28rem;
  padding: 0.08rem 0.38rem;
  border-radius: 999px;
  background: rgba(113, 113, 122, 0.2);
  color: #a1a1aa;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ltk-presence-badge.is-active {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
}

.ltk-presence-badge.is-idle {
  background: rgba(245, 158, 11, 0.16);
  color: #fcd34d;
}

.ltk-message-row .ltk-avatar-ring {
  position: relative;
  overflow: visible;
}

.ltk-message-row .ltk-avatar-ring img,
.ltk-message-row .ltk-avatar-ring > span {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.ltk-chat-popups {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  gap: 0.7rem;
  pointer-events: none;
}

.ltk-chat-popup {
  width: min(340px, calc(100vw - 1rem));
  height: min(480px, calc(100dvh - 100px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--ltk-border);
  border-radius: 8px;
  background: rgba(18, 18, 24, 0.98);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
  pointer-events: auto;
}

.ltk-chat-popup-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 30px 30px 30px;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem;
  border-bottom: 1px solid var(--ltk-border);
}

.ltk-chat-popup-head .ltk-avatar-ring {
  width: 34px;
  height: 34px;
  border-width: 2px;
}

.ltk-chat-popup-head strong,
.ltk-chat-popup-head small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-chat-popup-head small {
  color: var(--ltk-text-muted);
  font-size: 0.7rem;
}

.ltk-chat-popup-head a,
.ltk-chat-popup-head button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ltk-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ltk-chat-popup-thread {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  overflow-y: auto;
  padding: 0.6rem;
}

.ltk-chat-popup-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem;
  padding: 0.5rem;
  border-top: 1px solid var(--ltk-border);
}

.ltk-chat-popup-composer textarea {
  min-height: 38px;
  max-height: 90px;
  resize: none;
}

.ltk-chat-popup-composer .ltk-button {
  min-height: 38px;
  padding: 0.45rem 0.65rem;
}

.ltk-chat-popup.is-minimized {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  overflow: visible;
  cursor: pointer;
}

.ltk-chat-popup.is-minimized .ltk-chat-popup-head {
  width: 54px;
  height: 54px;
  display: block;
  padding: 3px;
  border: 0;
  border-radius: inherit;
}

.ltk-chat-popup.is-minimized .ltk-chat-popup-head .ltk-avatar-ring {
  width: 46px;
  height: 46px;
  border-width: 2px;
}

.ltk-chat-popup.is-minimized .ltk-chat-popup-head > :not(.ltk-avatar-ring),
.ltk-chat-popup.is-minimized .ltk-chat-popup-thread,
.ltk-chat-popup.is-minimized .ltk-chat-popup-composer {
  display: none;
}

@media (min-width: 760px) {
  .ltk-messenger-shell {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .ltk-messenger-welcome {
    display: grid;
  }
}

@media (max-width: 759px) {
  .ltk-messenger-page {
    gap: 0.55rem;
  }

  .ltk-messenger-shell {
    min-height: calc(100dvh - var(--top, 60px) - var(--app-footer-clearance, 78px) - 7rem);
    border-radius: 18px;
    background: rgba(18, 18, 24, 0.9);
  }

  .ltk-messenger-list-panel {
    border-right: 0;
  }

  .ltk-messenger-tabs {
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(18, 18, 24, 0.96);
    backdrop-filter: blur(12px);
  }

  .ltk-messenger-list .ltk-message-row {
    min-height: 76px;
    padding: 0.72rem 0.78rem;
    background: transparent;
  }

  .ltk-messenger-list .ltk-message-row:hover,
  .ltk-messenger-list .ltk-message-row:focus-visible {
    background: rgba(255, 255, 255, 0.045);
  }

  .ltk-messenger-friend-row .ltk-message-row-copy strong {
    font-size: 0.98rem;
  }

  .app-body .ltk-messenger-friend-row .ltk-message-row-copy small,
  .ltk-messenger-friend-row .ltk-message-row-copy small {
    display: flex;
    align-items: center;
    gap: 0.22rem;
    min-width: 0;
  }

  .ltk-messenger-settings form {
    grid-template-columns: 1fr;
  }

  .ltk-chat-popups {
    display: none;
  }
}

.ltk-submit-progress {
  display: grid;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.85rem;
}

.ltk-submit-progress[hidden] {
  display: none;
}

.ltk-submit-progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ltk-text);
  font-size: 0.9rem;
}

.ltk-submit-progress__meta strong {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ltk-submit-progress__track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.ltk-submit-progress__track span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ltk-accent), #fbbf24, #22c55e);
  animation: ltk-submit-progress 1.15s ease-in-out infinite;
}

@keyframes ltk-submit-progress {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(245%);
  }
}

.ltk-profile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ltk-profile-actions--single {
  grid-template-columns: 1fr;
}

.ltk-profile-actions a,
.ltk-profile-actions button,
.ltk-share-actions button {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid var(--ltk-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 900;
  text-decoration: none;
}

.ltk-profile-actions svg,
.ltk-share-actions svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-share-modal[hidden] {
  display: none !important;
}

.ltk-confirm-modal[hidden] {
  display: none !important;
}

.ltk-share-modal {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: end center;
  padding: 1rem;
}

.ltk-confirm-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000;
  display: grid !important;
  place-items: center !important;
  min-height: 100dvh;
  padding: calc(1rem + env(safe-area-inset-top, 0px)) calc(1rem + env(safe-area-inset-right, 0px)) calc(1rem + env(safe-area-inset-bottom, 0px)) calc(1rem + env(safe-area-inset-left, 0px));
}

.ltk-share-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.64);
}

.ltk-confirm-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.64);
}

.ltk-share-sheet {
  position: relative;
  width: min(100%, 390px);
  border: 1px solid var(--ltk-border);
  border-radius: 14px;
  background: rgba(28, 28, 36, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
  padding: 1rem;
}

.ltk-confirm-sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: min(80dvh, 520px);
  overflow-y: auto;
  border: 1px solid var(--ltk-border);
  border-radius: 14px;
  background: rgba(28, 28, 36, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
  padding: 1rem;
}

.ltk-confirm-sheet h2 {
  margin: 0;
  color: var(--ltk-text);
  font-size: 1.15rem;
  font-weight: 900;
}

.ltk-confirm-sheet p {
  margin: 0.45rem 0 0;
  color: var(--ltk-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.ltk-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 1rem;
}

.ltk-modal-open {
  overflow: hidden;
}

.ltk-share-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.ltk-share-head h2 {
  margin: 0.2rem 0 0;
  font-size: 1.25rem;
}

.ltk-qr-wrap {
  position: relative;
  width: min(100%, 320px);
  margin: 0 auto;
  border-radius: 18px;
  background: #121218;
  border: 1px solid rgba(230, 57, 70, 0.3);
  padding: 0.75rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ltk-qr-image {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.ltk-qr-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  background: #121218;
  border: 4px solid #121218;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ltk-qr-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltk-share-link {
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.75rem;
  font-size: 0.84rem;
}

.ltk-share-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.ltk-share-status {
  min-height: 1.1rem;
  margin-top: 0.65rem;
  color: #b9f6ca;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.ltk-edit-screen {
  padding-bottom: 0.5rem;
}

.ltk-screen-title {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  margin-bottom: 1rem;
}

.ltk-screen-title h1 {
  margin: 0;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0;
}

.ltk-screen-title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ltk-text);
  text-decoration: none;
}

.ltk-screen-title svg,
.ltk-avatar-edit-dot svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltk-edit-avatar-wrap {
  position: relative;
  width: 112px;
  margin: 0 auto 1.35rem;
}

.ltk-avatar-edit-dot {
  position: absolute;
  right: 4px;
  bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #3b4242;
  color: #fff;
  border: 2px solid #1c2121;
  cursor: pointer;
}

.ltk-hidden-file {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.ltk-crop-modal[hidden] {
  display: none !important;
}

.ltk-crop-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: end center;
  padding: 1rem;
}

.ltk-crop-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
}

.ltk-crop-sheet {
  position: relative;
  width: min(100%, 390px);
  border: 1px solid var(--ltk-border);
  border-radius: 14px;
  background: rgba(28, 28, 36, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
  padding: 0.9rem;
}

.ltk-crop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.ltk-crop-head h2 {
  margin: 0;
  font-size: 1.1rem;
}

.ltk-crop-frame {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #111318;
  padding: 0.8rem;
}

.ltk-crop-frame canvas {
  width: min(100%, 300px);
  max-width: 300px;
  aspect-ratio: 1;
  border-radius: 999px;
  touch-action: none;
  cursor: grab;
}

.ltk-crop-frame canvas:active {
  cursor: grabbing;
}

.ltk-crop-control {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.9rem;
  color: var(--ltk-text);
  font-size: 0.86rem;
  font-weight: 800;
}

.ltk-crop-control input {
  width: 100%;
}

.ltk-crop-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.ltk-form-section {
  overflow: hidden;
  border-radius: 8px;
  background: #242929;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ltk-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0.85rem 0.25rem;
}

.ltk-form-heading h2 {
  margin: 0;
  color: var(--ltk-text);
  font-size: 0.92rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ltk-form-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 0.65rem;
  padding: 0.32rem 0.85rem;
}

.ltk-form-row:last-child {
  padding-bottom: 0.85rem;
}

.ltk-form-row label {
  color: var(--ltk-text);
  font-size: 0.96rem;
  font-weight: 800;
}

.ltk-form-row .ltk-field {
  width: 100%;
  min-height: 38px;
  padding: 0.45rem 0.6rem;
  outline: none;
}

.ltk-form-row--textarea {
  align-items: start;
}

.ltk-form-row--textarea label {
  padding-top: 0.5rem;
}

.ltk-form-row textarea.ltk-field {
  min-height: 76px;
  resize: vertical;
}

.ltk-form-actions {
  position: sticky;
  bottom: calc(76px + env(safe-area-inset-bottom, 0));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  padding-top: 0.2rem;
  background: linear-gradient(180deg, transparent, var(--ltk-bg) 22%);
}

.ltk-form-actions .ltk-button,
.ltk-cancel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
}

.ltk-form-actions .ltk-button {
  border: 0;
}

.ltk-cancel-button {
  border: 1px solid rgba(230, 57, 70, 0.62);
  color: #d7636c;
}

@media (max-width: 360px) {
  .ltk-form-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .ltk-form-row--textarea label {
    padding-top: 0;
  }
}

/* PWATemplate-inspired mobile shell, adapted to LTK red/gray */
.app-body .ltk-app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: calc(0.34rem + env(safe-area-inset-top, 0px)) max(0.65rem, env(safe-area-inset-left, 0px)) 0.34rem max(0.65rem, env(safe-area-inset-right, 0px));
  border-radius: 0 0 18px 18px;
  border: 1px solid color-mix(in srgb, var(--ltk-border) 86%, #000);
  border-top: 0;
  background: color-mix(in srgb, rgba(28, 28, 36, 0.72) 70%, #121218);
  box-shadow: var(--ltk-shadow);
}

.topbar-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  text-align: center;
  color: var(--ltk-text);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-body .ltk-header-actions {
  min-width: 86px;
  justify-content: flex-end;
  gap: 0.38rem;
}

.app-body .ltk-icon-button {
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ltk-text);
  transition: transform 0.15s ease, background 0.2s ease;
}

.app-body .ltk-icon-button:active {
  transform: scale(0.96);
}

.app-body .menu-toggle {
  flex-direction: column;
  gap: 0.18rem;
}

.hamburger {
  width: 20px;
  height: 2px;
  background: var(--ltk-text);
  border-radius: 2px;
  box-shadow: 0 -6px 0 var(--ltk-text), 0 6px 0 var(--ltk-text);
}

.app-body .ltk-header-avatar {
  width: 42px;
  height: 42px;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.13);
}

.app-body .ltk-app-main {
  width: min(100%, 720px);
  max-width: 720px;
  margin: 0 auto;
  padding-top: 0.65rem;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
  padding-bottom: 1rem;
}

.app-body .ltk-phone-page {
  width: min(100%, 430px);
  max-width: 430px;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

@media (min-width: 900px) {
  .app-body .ltk-app-main {
    width: min(100%, 1120px);
    max-width: 1120px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .app-body .ltk-phone-page {
    width: min(100%, 960px);
    max-width: 960px;
  }
}

.app-body .ltk-bottom-nav {
  position: fixed;
  left: max(0.45rem, env(safe-area-inset-left, 0px));
  right: max(0.45rem, env(safe-area-inset-right, 0px));
  bottom: var(--app-nav-bottom-offset);
  z-index: 45;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 0;
  padding: 0.2rem 0.1rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--ltk-border) 86%, #000);
  background: color-mix(in srgb, rgba(28, 28, 36, 0.72) 70%, #121218);
  box-shadow: var(--ltk-shadow), 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.app-body .ltk-bottom-nav a {
  flex: 1;
  min-height: 46px;
  gap: 0.06rem;
  border-radius: 14px;
  color: color-mix(in srgb, var(--ltk-text) 48%, var(--ltk-text-muted));
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.app-body .ltk-bottom-nav a:active {
  transform: scale(0.97);
}

.app-body .ltk-bottom-nav a.is-active {
  color: var(--ltk-text);
  background: rgba(230, 57, 70, 0.24);
}

.app-body .ltk-bottom-nav a svg {
  width: 20px;
  height: 20px;
}

.app-body .ltk-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.45);
}

.app-body .ltk-menu-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}

.app-body .ltk-menu-sheet {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(86vw, 310px);
  z-index: 90;
  padding: calc(0.75rem + env(safe-area-inset-top, 0px)) 1rem max(1rem, env(safe-area-inset-bottom, 0px));
  border-radius: 0 18px 18px 0;
  border: 1px solid color-mix(in srgb, var(--ltk-border) 88%, #000);
  border-left: 0;
  background: color-mix(in srgb, rgba(28, 28, 36, 0.86) 70%, #121218);
  box-shadow: var(--ltk-shadow), 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.side-menu-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-shrink: 0;
  margin-bottom: 0.65rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ltk-border) 88%, transparent);
}

.side-menu-head-text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.side-menu-label {
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: color-mix(in srgb, var(--ltk-text) 52%, var(--ltk-text-muted));
}

.side-menu-sub {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ltk-text-muted);
}

.app-body .side-menu-close-btn {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1;
}

.app-body .ltk-menu-profile {
  border: 1px solid var(--ltk-border);
  border-radius: 16px;
  padding: 0.8rem;
  margin-bottom: 0.25rem;
  background: rgba(255, 255, 255, 0.045);
}

.app-body .ltk-menu-sheet a {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 48px;
  padding: 0.58rem 0.72rem;
  border-radius: 14px;
  border: 1px solid var(--ltk-border);
  background: color-mix(in srgb, rgba(255, 255, 255, 0.06) 62%, #121218);
  color: var(--ltk-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.14s ease;
}

.app-body .ltk-menu-sheet a:hover,
.app-body .ltk-menu-sheet a:focus-visible {
  border-color: rgba(230, 57, 70, 0.36);
  background: rgba(230, 57, 70, 0.16);
  outline: none;
}

.app-body .ltk-menu-sheet a:active {
  transform: scale(0.98);
}

.app-body .ltk-menu-sheet {
  height: 100dvh;
  max-height: 100dvh;
}

.app-body .ltk-menu-sheet a svg {
  width: 22px;
  height: 22px;
  color: var(--ltk-accent-hover);
  filter: drop-shadow(0 4px 12px rgba(230, 57, 70, 0.24));
}

.app-body .ltk-panel,
.app-body .ltk-mobile-card,
.app-body .ltk-profile-card,
.app-body .ltk-form-section,
.app-body .ltk-action-card,
.app-body .ltk-stat-card {
  border-radius: 18px;
  background: rgba(28, 28, 36, 0.62) !important;
  border: 1px solid var(--ltk-border) !important;
  box-shadow: var(--ltk-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.app-body .ltk-action-row a,
.app-body .ltk-action-card {
  border: 1px solid var(--ltk-border);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 16px;
}

@media (max-width: 420px) {
  .ltk-stat-grid {
    grid-template-columns: 1fr;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ltk-accent);
  outline-offset: 2px;
}

.app-body .ltk-confirm-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100dvh;
  padding: calc(1rem + env(safe-area-inset-top, 0px)) calc(1rem + env(safe-area-inset-right, 0px)) calc(1rem + env(safe-area-inset-bottom, 0px)) calc(1rem + env(safe-area-inset-left, 0px));
}

.app-body .ltk-confirm-modal[hidden] {
  display: none !important;
}

.ltk-stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 1rem;
}

.ltk-stat-card {
  display: grid;
  gap: 0.2rem;
  padding: 1rem !important;
}

.ltk-stat-card strong {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.ltk-stat-card span {
  color: var(--ltk-text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ltk-feed-composer {
  display: grid;
  gap: 1rem;
}

.ltk-post-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.ltk-post-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.ltk-post-tool.is-static {
  background: rgba(255, 255, 255, 0.07);
  color: var(--ltk-text-muted);
  cursor: default;
}

.ltk-post-media-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 1rem;
}

.ltk-post-media-item {
  width: 100%;
  min-height: 180px;
  max-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1014;
}

.ltk-members-page {
  display: grid;
  gap: 1rem;
}

.ltk-members-hero--browse,
.ltk-connections-hero {
  background:
    radial-gradient(620px 220px at 10% 0%, rgba(230, 57, 70, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(28, 28, 36, 0.95), rgba(19, 19, 27, 0.92)) !important;
}

.ltk-member-search {
  padding: 1.15rem !important;
}

.ltk-member-search-wrap {
  overflow: hidden;
}

.ltk-member-search-wrap > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.ltk-member-search-wrap > summary::-webkit-details-marker {
  display: none;
}

.ltk-member-search-summary span {
  display: grid;
  gap: 0.18rem;
}

.ltk-member-search-summary strong {
  color: #fff;
  font-size: 1rem;
}

.ltk-member-search-summary small {
  color: var(--ltk-text-muted);
  font-size: 0.84rem;
}

.ltk-member-search-summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.82);
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
  transition: transform 0.16s ease;
}

.ltk-member-search-wrap[open] .ltk-member-search-summary::after {
  transform: rotate(225deg);
}

.ltk-member-search-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.ltk-members-page .ltk-member-search {
  background: rgba(28, 28, 36, 0.92) !important;
}

.ltk-member-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.ltk-members-summary {
  padding: 0 0.2rem;
}

.ltk-member-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ltk-member-grid--browse {
  grid-template-columns: 1fr;
  gap: 0.72rem;
}

.ltk-member-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(28, 28, 36, 0.74);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.ltk-member-card--browse {
  align-content: start;
  justify-items: center;
  min-height: 220px;
  padding: 1.25rem 1rem 1rem;
  text-align: center;
}

.ltk-member-card--compact {
  min-height: 215px;
}

.ltk-member-card--mini {
  min-height: 196px;
  gap: 0.75rem;
  padding: 0.95rem 0.8rem 0.8rem;
}

.ltk-member-card--list {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem 1.6rem;
  min-height: 0;
  padding: 0.8rem 0.9rem;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.96);
  box-shadow: none;
}

.ltk-member-card-link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: var(--ltk-text);
}

.ltk-member-card-link--browse {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.8rem;
}

.ltk-member-card-link--list {
  min-width: 0;
  align-items: flex-start;
  gap: 0.9rem;
}

.ltk-member-avatar {
  width: 68px;
  height: 68px;
  border-width: 3px;
  flex: 0 0 auto;
}

.ltk-member-card--mini .ltk-member-avatar {
  width: 54px;
  height: 54px;
}

.ltk-member-avatar--list {
  width: 70px;
  height: 70px;
  border-width: 0;
  border-radius: 4px;
  background: #070707;
}

.ltk-member-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.ltk-member-copy--list {
  justify-items: start;
  gap: 0.12rem;
}

.ltk-member-card--browse .ltk-member-copy {
  justify-items: center;
}

.ltk-member-copy strong,
.ltk-member-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ltk-member-card-meta {
  display: grid;
  gap: 0.45rem;
  width: 100%;
}

.ltk-member-card-meta--list {
  display: none;
}

.ltk-member-location {
  margin: 0;
  color: #6f7485;
  font-size: 0.84rem;
  line-height: 1.35;
}

.ltk-member-card--mini .ltk-member-location {
  font-size: 0.76rem;
}

.ltk-member-copy strong {
  font-size: 1rem;
}

.ltk-member-copy span {
  color: var(--ltk-text-muted);
  font-size: 0.88rem;
}

.ltk-member-card--mini .ltk-member-copy strong {
  font-size: 0.94rem;
}

.ltk-member-card--mini .ltk-member-copy span {
  font-size: 0.8rem;
}

.ltk-member-copy--list strong {
  color: #ff3d3d;
  font-size: 0.98rem;
}

.ltk-member-copy--list span {
  color: #c8c8cf;
  font-size: 0.88rem;
}

.ltk-member-copy--list small {
  color: #8f919d;
  font-size: 0.8rem;
  line-height: 1.3;
}

.ltk-member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.ltk-member-tags span,
.ltk-member-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ltk-text);
  font-size: 0.78rem;
  font-weight: 800;
}

.ltk-member-card--mini .ltk-member-tags span,
.ltk-member-card--mini .ltk-member-pill {
  min-height: 27px;
  padding: 0.24rem 0.55rem;
  font-size: 0.7rem;
}

.ltk-member-pill.is-friends {
  background: rgba(230, 57, 70, 0.16);
  border-color: rgba(230, 57, 70, 0.32);
}

.ltk-member-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ltk-member-stats div {
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.ltk-member-stats strong {
  color: #fff;
  font-size: 1.05rem;
}

.ltk-member-stats span {
  color: var(--ltk-text-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ltk-member-blurb {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ltk-member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.ltk-member-card--mini .ltk-member-actions {
  gap: 0.4rem;
}

.ltk-member-actions--list {
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.55rem;
}

.ltk-member-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 36px;
  border-radius: 10px !important;
  line-height: 1;
}

.ltk-member-action-button--friend {
  background: var(--ltk-accent) !important;
  color: #fff !important;
}

.ltk-member-action-button--view {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.ltk-member-action-button--follow {
  background: rgba(198, 15, 15, 0.98) !important;
  border-color: rgba(198, 15, 15, 0.98) !important;
  color: #fff !important;
}

.ltk-inline-form {
  display: inline-flex;
}

.ltk-inline-form button,
.ltk-member-actions > a,
.ltk-member-actions > span {
  min-height: 40px;
}

.ltk-member-card--mini .ltk-inline-form button,
.ltk-member-card--mini .ltk-member-actions > a,
.ltk-member-card--mini .ltk-member-actions > span {
  min-height: 34px;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  font-size: 0.84rem !important;
}

.ltk-member-card--list .ltk-inline-form button,
.ltk-member-card--list .ltk-member-actions > a,
.ltk-member-card--list .ltk-member-actions > span {
  min-height: 32px;
  padding: 0 1rem !important;
  font-size: 0.84rem !important;
}

.ltk-connections-hero-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.ltk-connections-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.ltk-connections-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ltk-text-muted);
  font-weight: 800;
}

.ltk-connections-tabs span.is-active {
  color: #fff;
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.85), rgba(255, 77, 92, 0.58));
  border-color: transparent;
}

.ltk-connections-overview .ltk-member-stats {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.ltk-connections-section {
  background:
    linear-gradient(180deg, rgba(28, 28, 36, 0.92), rgba(20, 20, 28, 0.88)) !important;
}

.ltk-connections-empty {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  min-height: 220px;
  align-content: center;
  text-align: center;
}

.ltk-connections-empty h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.05;
}

.ltk-connections-empty p {
  margin: 0;
  max-width: 34rem;
  color: var(--ltk-text-muted);
  line-height: 1.6;
}

.ltk-profile-meta {
  margin: 0.4rem 0 0;
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 860px) {
  .ltk-member-search-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
  }

  .ltk-member-search-actions {
    grid-column: 1 / -1;
  }

  .ltk-members-page {
    gap: 1.15rem;
  }

  .ltk-member-grid--browse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

@media (max-width: 640px) {
  .ltk-members-page {
    gap: 0.75rem;
  }

  .ltk-members-hero--browse {
    padding: 0.95rem !important;
  }

  .ltk-members-hero--browse h1 {
    font-size: 1.2rem !important;
    line-height: 1.08 !important;
  }

  .ltk-members-hero--browse p:not(.ltk-eyebrow) {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .ltk-member-search {
    padding: 0.9rem !important;
  }

  .ltk-member-search-grid {
    gap: 0.72rem;
  }

  .ltk-member-search-summary strong {
    font-size: 0.95rem;
  }

  .ltk-member-search-summary small {
    font-size: 0.78rem;
  }

  .ltk-member-search-grid label {
    gap: 0.34rem !important;
  }

  .ltk-member-search-grid label span {
    font-size: 0.86rem !important;
  }

  .ltk-member-search .ltk-field {
    min-height: 44px;
    padding: 0.72rem 0.88rem !important;
    font-size: 0.94rem;
  }

  .ltk-member-search-actions {
    gap: 0.5rem;
  }

  .ltk-member-search-actions .ltk-button,
  .ltk-member-search-actions .ltk-outline-button {
    min-height: 42px;
    padding: 0 0.95rem !important;
  }

  .ltk-members-summary {
    padding: 0 0.1rem;
  }

  .ltk-member-grid--browse {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .ltk-member-card--list {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 0.72rem;
  }

  .ltk-member-card--list .ltk-member-avatar {
    width: 60px;
    height: 60px;
  }

  .ltk-member-card-link--list {
    gap: 0.72rem;
  }

  .ltk-member-copy--list strong {
    font-size: 0.9rem;
  }

  .ltk-member-copy--list span {
    font-size: 0.82rem;
  }

  .ltk-member-copy--list small {
    font-size: 0.76rem;
  }

  .ltk-member-card {
    padding: 1rem;
  }

  .ltk-member-card--browse,
  .ltk-member-card--mini {
    min-height: 0;
    gap: 0.6rem;
    padding: 0.9rem 0.8rem 0.8rem;
  }

  .ltk-member-card--browse .ltk-member-avatar,
  .ltk-member-card--mini .ltk-member-avatar {
    width: 50px;
    height: 50px;
  }

  .ltk-member-actions {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    justify-content: center;
  }

  .ltk-inline-form,
  .ltk-inline-form button,
  .ltk-member-actions > a,
  .ltk-member-actions > span {
    width: auto;
    justify-content: center;
  }

  .ltk-member-card--mini .ltk-inline-form button,
  .ltk-member-card--mini .ltk-member-actions > a,
  .ltk-member-card--mini .ltk-member-actions > span,
  .ltk-member-card--list .ltk-inline-form button,
  .ltk-member-card--list .ltk-member-actions > a,
  .ltk-member-card--list .ltk-member-actions > span {
    min-width: 88px;
    min-height: 34px;
    padding: 0 0.7rem !important;
    font-size: 0.8rem !important;
  }

  .ltk-connections-hero-head {
    align-items: stretch;
  }
}

.ltk-compact-composer {
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(230, 57, 70, 0.18), transparent 70%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(28, 28, 36, 0.9) !important;
}

.ltk-compact-composer > summary {
  list-style: none;
}

.ltk-compact-composer > summary::-webkit-details-marker {
  display: none;
}

.ltk-compact-composer__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  cursor: pointer;
}

.ltk-compact-composer__summary:hover,
.ltk-compact-composer[open] .ltk-compact-composer__summary {
  background: rgba(255, 255, 255, 0.03);
}

.ltk-compact-composer__prompt {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.ltk-compact-composer__prompt strong {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.1;
}

.ltk-compact-composer__prompt span {
  min-width: 0;
  color: var(--ltk-text-muted);
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ltk-compact-composer__panel {
  display: grid;
  gap: 1rem;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ltk-post-audience-row {
  display: grid;
  gap: 0.85rem;
  align-items: end;
}

.ltk-default-audience-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ltk-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.ltk-default-audience-toggle input {
  width: 17px;
  height: 17px;
  accent-color: var(--ltk-accent);
}

.ltk-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.ltk-mini-stats div {
  display: grid;
  gap: 0.15rem;
  justify-items: center;
  align-content: center;
  padding: 0.8rem 0.85rem;
  min-height: 64px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  overflow: hidden;
}

.ltk-mini-stats strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.ltk-mini-stats span {
  display: block;
  width: 100%;
  color: var(--ltk-text-muted);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.ltk-update-card {
  display: grid;
  gap: 0.75rem;
  background:
    radial-gradient(340px 140px at 0% 0%, rgba(230, 57, 70, 0.12), transparent 72%),
    rgba(28, 28, 36, 0.88);
}

.ltk-dashboard-page {
  width: min(100%, 1320px);
  max-width: 1320px;
}

.ltk-home-shell {
  align-items: start;
}

.ltk-home-center,
.ltk-home-stream,
.ltk-home-rail {
  display: grid;
  gap: 1rem;
}

.ltk-home-rail {
  justify-self: stretch;
}

.ltk-home-stream-head {
  padding: 0 0.15rem;
}

.ltk-home-quiet,
.ltk-home-side-card {
  background:
    linear-gradient(180deg, rgba(28, 28, 36, 0.95), rgba(24, 24, 31, 0.92)) !important;
}

.ltk-home-quiet h2 {
  margin-bottom: 0.55rem;
}

.ltk-home-audience-pill {
  min-width: 66px;
}

.ltk-home-event-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ltk-home-event-card {
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.ltk-home-side-section {
  display: grid;
  gap: 0.9rem;
}

.ltk-home-side-section--divider {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 760px) {
  .ltk-post-audience-row {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
}

@media (min-width: 1100px) {
  .ltk-dashboard-page.ltk-app-main {
    width: calc(100vw - var(--desktop-sidebar-w) - 320px);
    max-width: 1120px;
    margin-inline: auto;
    padding: 0 1.8rem 1rem;
  }

  .ltk-home-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }

  .ltk-home-center {
    width: min(100%, 780px);
    max-width: 780px;
    margin-inline: auto;
  }

  .ltk-home-rail {
    position: fixed;
    top: calc(var(--desktop-header-h) + 1rem);
    right: 0;
    z-index: 25;
    align-self: start;
    justify-self: end;
    width: 272px;
    max-width: 272px;
  }

  .ltk-mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ltk-mini-stats div {
    min-height: 72px;
  }

  .ltk-home-side-card {
    margin-bottom: 0;
    min-height: min(510px, calc(100vh - var(--desktop-header-h) - 2rem));
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (max-width: 639px) {
  .ltk-compact-composer__summary {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ltk-compact-composer__summary .ltk-member-pill {
    grid-column: 2;
    justify-self: start;
  }

  .ltk-compact-composer__panel {
    padding: 0 0.9rem 0.95rem;
  }

  .ltk-post-toolbar {
    grid-template-columns: 1fr;
  }

  .ltk-post-tool,
  .ltk-post-tool.is-static {
    justify-content: center;
  }

  .ltk-home-stream-head {
    padding: 0;
  }
}

.ltk-profile-page {
  width: min(100%, 1380px);
  max-width: 1380px;
}

.ltk-profile-shell {
  display: grid;
  gap: 1rem;
}

.ltk-profile-hero-panel,
.ltk-settings-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(500px 180px at 0% 0%, rgba(230, 57, 70, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(24, 24, 31, 0.98), rgba(18, 18, 24, 0.96));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.ltk-profile-hero-panel {
  display: grid;
  gap: 1.25rem;
  padding: 1.15rem;
}

.ltk-profile-hero-media,
.ltk-profile-hero-main,
.ltk-profile-hero-actions {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.ltk-profile-hero-photo {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 320px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ltk-profile-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltk-profile-hero-photo > span {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 4px solid var(--ltk-accent);
  background: rgba(230, 57, 70, 0.12);
  color: #fff;
  font-size: 3.1rem;
  font-weight: 900;
}

.ltk-profile-photo-action {
  justify-self: start;
}

.ltk-profile-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.ltk-profile-title {
  max-width: 100%;
}

.ltk-profile-hero-handle {
  margin: 0;
  color: var(--ltk-accent);
  font-size: 1rem;
  font-weight: 800;
}

.ltk-profile-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.ltk-profile-detail-list div {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.ltk-profile-detail-list dt {
  margin: 0;
  color: var(--ltk-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ltk-profile-detail-list dd {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
}

.ltk-profile-hero-actions .ltk-button,
.ltk-profile-hero-actions .ltk-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1rem;
  text-align: center;
}

.ltk-profile-hero-actions form {
  width: 100%;
}

.ltk-profile-hero-actions > * {
  width: 100%;
}

.ltk-profile-hero-actions svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.ltk-profile-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0 0.1rem;
  align-items: center;
}

.ltk-profile-tabbar span,
.ltk-profile-tabbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ltk-text-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.ltk-profile-tabbar .is-active {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
}

.ltk-outline-button.is-active {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
}

.ltk-preview-banner {
  display: grid;
  gap: 1rem;
}

.ltk-preview-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
}

.ltk-preview-option-grid .ltk-outline-button {
  justify-content: center;
  min-height: 44px;
}

.ltk-mobile-utility {
  position: relative;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ltk-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ltk-mobile-utility svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.ltk-mobile-utility .ltk-nav-badge {
  position: absolute;
  top: -4px;
  right: -2px;
}

.ltk-bottom-nav a,
.ltk-desktop-nav a,
.ltk-menu-sheet a {
  position: relative;
}

.ltk-bottom-nav a .ltk-nav-badge {
  position: absolute;
  top: 4px;
  right: 10px;
}

.ltk-desktop-nav a .ltk-nav-badge,
.ltk-menu-sheet a .ltk-nav-badge {
  margin-left: auto;
}

.ltk-mobile-account-wrap {
  display: grid;
  gap: 0.55rem;
}

.ltk-mobile-account-wrap > summary {
  list-style: none;
  cursor: pointer;
}

.ltk-mobile-account-wrap > summary::-webkit-details-marker {
  display: none;
}

.ltk-mobile-account-wrap .ltk-menu-profile {
  margin-bottom: 0;
}

.ltk-mobile-account-panel {
  display: grid;
  gap: 0.55rem;
}

.ltk-mobile-account-panel a {
  min-height: 46px;
  padding: 0.55rem 0.72rem;
  border-radius: 14px;
  border: 1px solid var(--ltk-border);
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 0.58rem;
  color: var(--ltk-text);
  text-decoration: none;
  font-weight: 800;
}

.ltk-mobile-account-wrap:not([open]) .ltk-mobile-account-panel {
  display: none;
}

.ltk-side-menu-section {
  display: grid;
  gap: 0.55rem;
  padding: 0.65rem 0 0;
}

.ltk-side-menu-section + .ltk-side-menu-section {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ltk-side-menu-section--account {
  padding-top: 0;
}

.ltk-side-menu-section-title {
  color: color-mix(in srgb, var(--ltk-text) 48%, var(--ltk-text-muted));
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ltk-side-menu-list {
  display: grid;
  gap: 0.5rem;
}

.ltk-side-menu-list--two,
.ltk-mobile-account-panel--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-body .ltk-mobile-account-panel--grid a,
.app-body .ltk-side-menu-list--two a {
  min-height: 78px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.45rem;
}

.app-body .ltk-mobile-account-panel--grid a svg,
.app-body .ltk-side-menu-list--two a svg {
  width: 21px !important;
  height: 21px !important;
}

.ltk-member-stats a {
  display: grid;
  gap: 0.15rem;
  justify-items: center;
  align-content: center;
  min-height: 92px;
  padding: 0.85rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
}

.ltk-member-stats a:hover,
.ltk-member-stats a:focus-visible {
  border-color: rgba(230, 57, 70, 0.32);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.ltk-profile-tabbar a:hover,
.ltk-profile-tabbar a:focus-visible {
  border-color: rgba(230, 57, 70, 0.3);
  color: #fff;
  outline: none;
}

.ltk-profile-content-grid {
  display: grid;
  gap: 1rem;
}

.ltk-profile-content-side,
.ltk-profile-content-main {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.ltk-profile-content-main .ltk-mobile-card,
.ltk-profile-content-side .ltk-mobile-card {
  background:
    linear-gradient(180deg, rgba(27, 27, 35, 0.97), rgba(20, 20, 27, 0.95));
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.ltk-profile-side-stack {
  display: grid;
  gap: 0.75rem;
}

.ltk-profile-side-stack div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ltk-profile-side-stack strong {
  color: #fff;
  font-size: 1rem;
}

.ltk-profile-side-stack span {
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ltk-settings-shell {
  overflow: hidden;
}

.ltk-settings-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.2rem 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ltk-settings-topbar h1 {
  margin: 0.15rem 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.ltk-settings-top-copy {
  margin: 0.55rem 0 0;
  max-width: 54rem;
  color: var(--ltk-text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.ltk-settings-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.ltk-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ltk-settings-tabs span,
.ltk-settings-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.ltk-settings-tabs .is-active {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.14);
  color: #fff;
}

.ltk-settings-body {
  display: grid;
  gap: 1.1rem;
  padding: 1.2rem;
}

.ltk-settings-side {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.ltk-settings-side-group-title {
  margin: 0.65rem 0 -0.28rem;
  padding: 0 0.55rem;
  color: var(--ltk-text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ltk-settings-side-group-title:first-child {
  margin-top: 0;
}

.ltk-settings-side a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ltk-text-muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ltk-settings-side a.is-active,
.ltk-settings-side a:hover {
  border-color: rgba(230, 57, 70, 0.35);
  background: rgba(230, 57, 70, 0.12);
  color: #fff;
}

.ltk-profile-editor-page .ltk-edit-screen {
  display: grid;
  gap: 1rem;
}

.ltk-profile-editor-page .ltk-edit-avatar-wrap {
  justify-content: flex-start;
  margin-bottom: 0.25rem;
}

.ltk-avatar-setting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.ltk-avatar-setting .ltk-edit-avatar-wrap {
  width: auto !important;
  margin: 0 !important;
}

.ltk-profile-editor-page .ltk-form-section {
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(26, 26, 33, 0.98), rgba(20, 20, 27, 0.96));
}

.ltk-profile-editor-page .ltk-form-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ltk-profile-editor-page .ltk-form-heading h2 {
  color: #fff;
}

.ltk-settings-section-copy {
  margin: 0.45rem 0 0;
  color: var(--ltk-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.ltk-profile-editor-page .ltk-form-row {
  gap: 0.75rem;
}

.ltk-profile-editor-page .ltk-form-row label {
  color: var(--ltk-text-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ltk-profile-editor-page .ltk-field {
  min-height: 50px;
  border-radius: 14px;
}

.ltk-profile-editor-page textarea.ltk-field {
  min-height: 120px;
}

.ltk-profile-editor-page .ltk-social-editor-row {
  align-items: center;
}

.ltk-profile-editor-page .ltk-form-actions {
  padding-top: 0.35rem;
}

@media (min-width: 900px) {
  .ltk-profile-hero-panel {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(200px, 240px);
    gap: 1.4rem;
    padding: 1.45rem;
  }

  .ltk-profile-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ltk-profile-content-grid {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  }

  .ltk-settings-body {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 1.35rem;
    align-items: start;
  }

  .ltk-preview-banner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
  }

  .ltk-mobile-utility {
    display: none;
  }
}

@media (min-width: 1100px) {
  .ltk-profile-page.ltk-app-main,
  .ltk-profile-editor-page.ltk-app-main {
    width: min(100%, 1220px);
    max-width: 1220px;
    padding-inline: 1.9rem;
  }

  .ltk-profile-page .ltk-profile-shell {
    gap: 1.2rem;
  }

  .ltk-profile-page .ltk-profile-content-main .ltk-mobile-card {
    min-height: 100%;
  }

  .ltk-profile-page .ltk-profile-content-side {
    position: sticky;
    top: calc(var(--desktop-header-h) + 1rem);
  }

  .ltk-profile-page .ltk-profile-content-grid {
    grid-template-columns: minmax(240px, 280px) minmax(0, 760px);
    justify-content: center;
  }

  .ltk-profile-page .ltk-profile-hero-panel {
    max-width: 1080px;
    margin-inline: auto;
  }
}

@media (max-width: 899px) {
  .ltk-profile-hero-photo {
    width: 100%;
    max-width: 260px;
    margin-inline: auto;
  }

  .ltk-profile-photo-action {
    justify-self: center;
  }

  .ltk-profile-hero-main,
  .ltk-profile-hero-actions {
    text-align: center;
  }

  .ltk-profile-hero-actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .ltk-profile-hero-actions .ltk-button,
  .ltk-profile-hero-actions .ltk-outline-button,
  .ltk-profile-hero-actions form {
    width: 100%;
  }

  .ltk-profile-page.ltk-app-main,
  .ltk-profile-page.ltk-phone-page {
    width: min(100%, 760px);
    max-width: 760px;
  }
}

@media (max-width: 639px) {
  .ltk-profile-page.ltk-app-main,
  .ltk-profile-page.ltk-phone-page {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .ltk-profile-hero-panel,
  .ltk-settings-topbar,
  .ltk-settings-tabs,
  .ltk-settings-body {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .ltk-profile-detail-list {
    grid-template-columns: 1fr;
  }

  .ltk-settings-top-actions,
  .ltk-settings-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ltk-settings-top-actions .ltk-outline-button,
  .ltk-settings-tabs span,
  .ltk-settings-tabs a {
    width: 100%;
  }

  .ltk-profile-tabbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ltk-profile-tabbar a,
  .ltk-profile-tabbar span {
    width: 100%;
  }
}

.ltk-member-profile-view .ltk-profile-shell {
  gap: 0;
}

.ltk-member-profile-view .ltk-profile-hero-panel {
  border-radius: 0;
  background: #111113;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.ltk-member-profile-view .ltk-profile-hero-photo {
  border-radius: 0;
  background: #0d0d0f;
  border-color: rgba(255, 255, 255, 0.06);
}

.ltk-member-profile-view .ltk-profile-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #0d0d0f;
}

.ltk-member-profile-view .ltk-profile-hero-copy {
  display: grid;
  gap: 0.35rem;
}

.ltk-member-profile-view .ltk-profile-hero-copy .ltk-eyebrow {
  color: var(--ltk-accent);
}

.ltk-member-profile-view .ltk-profile-hero-copy h1,
.ltk-member-profile-view .ltk-profile-title {
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ltk-member-profile-view .ltk-profile-hero-handle {
  color: var(--ltk-accent);
  font-size: 0.98rem;
  font-weight: 700;
}

.ltk-member-profile-view .ltk-profile-hero-location {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.45;
}

.ltk-member-profile-view .ltk-profile-meta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ltk-member-profile-view .ltk-profile-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: flex-start;
}

.ltk-member-profile-view .ltk-profile-stat-row div {
  display: grid;
  gap: 0.16rem;
  min-width: 62px;
}

.ltk-member-profile-view .ltk-profile-stat-row span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ltk-member-profile-view .ltk-profile-stat-row strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.ltk-member-profile-view .ltk-profile-detail-list {
  gap: 0.45rem;
}

.ltk-member-profile-view .ltk-profile-detail-list div {
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ltk-member-profile-view .ltk-profile-detail-list dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.ltk-member-profile-view .ltk-profile-detail-list dd {
  font-size: 1rem;
  font-weight: 650;
}

.ltk-member-profile-view .ltk-profile-hero-actions {
  align-content: start;
  justify-items: stretch;
}

.ltk-member-profile-view .ltk-profile-hero-actions form {
  width: 100%;
}

.ltk-member-profile-view .ltk-profile-hero-actions .ltk-button,
.ltk-member-profile-view .ltk-profile-hero-actions .ltk-outline-button {
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 2px !important;
  font-weight: 700;
}

.ltk-member-profile-view .ltk-profile-tabbar {
  gap: 1.25rem;
  padding: 0.7rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ltk-member-profile-view .ltk-profile-tabbar a {
  min-height: 0;
  padding: 0 0 0.9rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.ltk-member-profile-view .ltk-profile-tabbar .is-active {
  background: transparent;
  color: #fff;
  border-bottom: 2px solid var(--ltk-accent);
}

.ltk-member-profile-view .ltk-profile-content-grid {
  gap: 0;
}

.ltk-member-profile-view .ltk-profile-content-side,
.ltk-member-profile-view .ltk-profile-content-main {
  gap: 0;
}

.ltk-member-profile-view .ltk-profile-content-side .ltk-mobile-card,
.ltk-member-profile-view .ltk-profile-content-main .ltk-mobile-card {
  border-radius: 0 !important;
  border-width: 0 1px 1px 1px !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  background: #1a1a1d !important;
  box-shadow: none !important;
}

.ltk-member-profile-view .ltk-profile-content-side .ltk-mobile-card:first-child,
.ltk-member-profile-view .ltk-profile-content-main .ltk-mobile-card:first-child {
  border-top-width: 0 !important;
}

.ltk-member-profile-view .ltk-profile-content-side .ltk-mobile-card {
  background: #171719 !important;
}

.ltk-member-profile-view .ltk-profile-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38px, 38px));
  gap: 0.35rem;
}

.ltk-member-profile-view .ltk-profile-thumb {
  display: inline-flex;
  width: 38px;
  height: 38px;
  text-decoration: none;
}

.ltk-member-profile-view .ltk-profile-thumb .ltk-avatar-ring {
  width: 38px !important;
  height: 38px !important;
  border-width: 1px !important;
}

.ltk-member-profile-view .ltk-profile-thumb .ltk-avatar-ring img {
  object-fit: cover;
}

.ltk-member-profile-view .ltk-profile-side-stack div {
  border-radius: 0;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.05);
  padding: 0.8rem 0;
}

.ltk-member-profile-view .ltk-profile-content-side h2,
.ltk-member-profile-view .ltk-profile-content-main h2 {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ltk-member-profile-view .ltk-profile-content-side a {
  border-radius: 0 !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.ltk-member-profile-view .ltk-profile-copy {
  margin-top: 0;
  gap: 0.9rem;
}

.ltk-member-profile-view .ltk-profile-copy-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ltk-member-profile-view .ltk-profile-copy-block h3 {
  color: var(--ltk-accent);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.ltk-member-profile-view .ltk-profile-copy-block p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.ltk-member-profile-view .ltk-social-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ltk-member-profile-view .ltk-social-link {
  min-height: 46px;
  border-radius: 0;
  background: #131316;
}

@media (min-width: 1100px) {
  .ltk-member-profile-view.ltk-profile-page.ltk-app-main,
  .ltk-member-profile-view.ltk-profile-page.ltk-phone-page {
    width: min(100%, 1380px);
    max-width: 1380px;
    padding-inline: 1.4rem;
  }

  .ltk-member-profile-view .ltk-profile-shell {
    width: min(100%, 1060px);
    margin-inline: auto;
    gap: 0.85rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-panel {
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-areas:
      "media main"
      "actions main";
    align-items: start;
    max-width: none;
    gap: 0.85rem 2rem;
    padding: 1.1rem 1.2rem 0.2rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-media {
    grid-area: media;
    gap: 0.45rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-photo {
    width: 160px;
    aspect-ratio: auto;
    height: 270px;
    margin-inline: 0;
  }

  .ltk-member-profile-view .ltk-profile-hero-main {
    grid-area: main;
    min-width: 0;
    gap: 1rem;
    padding-top: 0.05rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-copy {
    align-content: start;
  }

  .ltk-member-profile-view .ltk-profile-hero-copy h1,
  .ltk-member-profile-view .ltk-profile-title {
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 0.98;
  }

  .ltk-member-profile-view .ltk-profile-detail-list {
    grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
    column-gap: 1.1rem;
    row-gap: 0.45rem;
    align-items: start;
    justify-content: start;
  }

  .ltk-member-profile-view .ltk-profile-detail-list div {
    grid-column: 1 / -1;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 0.65rem;
  }

  .ltk-member-profile-view .ltk-profile-detail-list dt {
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .ltk-member-profile-view .ltk-profile-detail-list dd {
    font-size: 1rem;
    line-height: 1.45;
  }

  .ltk-member-profile-view .ltk-profile-hero-actions {
    grid-area: actions;
    justify-items: stretch;
    align-content: start;
    gap: 0.45rem;
    width: 160px;
    padding-bottom: 0.75rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-actions .ltk-button,
  .ltk-member-profile-view .ltk-profile-hero-actions .ltk-outline-button {
    width: 100%;
    justify-content: center;
  }

  .ltk-member-profile-view .ltk-profile-tabbar {
    width: 100%;
    margin-inline: auto;
    background: #181818;
    padding: 0.75rem 0 0;
  }

  .ltk-member-profile-view .ltk-profile-content-grid {
    grid-template-columns: 170px minmax(0, 1fr);
    justify-content: stretch;
  }

  .ltk-member-profile-view .ltk-profile-content-side {
    position: static;
    border-right: 0;
    padding-right: 0.85rem;
  }

  .ltk-member-profile-view .ltk-profile-content-main {
    padding-left: 0.85rem;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 899px) {
  .ltk-member-profile-view .ltk-profile-shell {
    gap: 0.7rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-panel {
    padding: 1rem 0.95rem;
  }

  .ltk-member-profile-view .ltk-profile-hero-copy h1,
  .ltk-member-profile-view .ltk-profile-title {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .ltk-member-profile-view .ltk-profile-tabbar {
    gap: 0.9rem;
    padding-top: 0.35rem;
  }

  .ltk-member-profile-view .ltk-profile-content-side .ltk-mobile-card,
  .ltk-member-profile-view .ltk-profile-content-main .ltk-mobile-card {
    padding: 1rem 0.95rem;
  }

  .ltk-member-profile-view .ltk-profile-stat-row {
    justify-content: center;
  }
}

/* Modern lifestyle profile refresh */
:root {
  --ltk-shell: #111116;
  --ltk-panel: #18181d;
  --ltk-panel-soft: #1f1f26;
  --ltk-border-strong: rgba(255, 255, 255, 0.14);
  --ltk-muted-2: #6f6f78;
  --ltk-red-glow: rgba(230, 57, 70, 0.35);
}

.app-body .ltk-desktop-sidebar {
  background: rgba(12, 12, 15, 0.98);
  border-right-color: rgba(255, 255, 255, 0.09);
}

.app-body .ltk-desktop-account-summary {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.app-body .ltk-desktop-account-summary::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.app-body .ltk-desktop-nav {
  gap: 0.8rem;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.ltk-desktop-nav-section {
  display: grid;
  gap: 0.28rem;
}

.ltk-desktop-nav-section + .ltk-desktop-nav-section {
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ltk-desktop-nav-section-title {
  padding: 0 0.45rem 0.18rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.app-body .ltk-desktop-nav a {
  border-left: 3px solid transparent;
}

.app-body .ltk-desktop-nav a:hover,
.app-body .ltk-desktop-nav a:focus-visible,
.app-body .ltk-desktop-nav a.is-active {
  border-left-color: var(--ltk-accent);
  box-shadow: inset 12px 0 24px rgba(230, 57, 70, 0.08);
}

@media (min-width: 900px) {
  .app-body .ltk-desktop-sidebar {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - var(--desktop-header-h));
    overflow: hidden;
  }

  .app-body .ltk-desktop-nav {
    flex: 1 1 auto;
    padding-bottom: 1rem;
    scrollbar-width: thin;
  }
}

.ltk-desktop-profile-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ltk-text);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.ltk-desktop-profile-link:hover,
.ltk-desktop-profile-link:focus-visible,
.ltk-desktop-profile-link.is-active {
  border-color: rgba(230, 57, 70, 0.34);
  background: rgba(230, 57, 70, 0.12);
  color: #fff;
  outline: none;
}

.app-body .ltk-member-profile-view.ltk-profile-page {
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
}

.app-body .ltk-member-profile-view .ltk-profile-shell {
  gap: 1rem;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-panel {
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid var(--ltk-border) !important;
  background:
    linear-gradient(90deg, rgba(230, 57, 70, 0.18), transparent 36%) top left / 100% 3px no-repeat,
    radial-gradient(620px 220px at 12% 0%, rgba(230, 57, 70, 0.13), transparent 66%),
    linear-gradient(180deg, rgba(25, 25, 31, 0.98), rgba(13, 13, 17, 0.98)) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.38) !important;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-photo {
  width: min(100%, 180px);
  max-width: 180px;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 18px !important;
  border: 1px solid rgba(230, 57, 70, 0.46) !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(230, 57, 70, 0.18), transparent 62%),
    #0c0c10 !important;
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.08), 0 18px 36px rgba(0, 0, 0, 0.4);
}

.app-body .ltk-member-profile-view .ltk-profile-hero-photo-button {
  cursor: zoom-in;
  padding: 0;
  color: inherit;
  appearance: none;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-photo-button:hover,
.app-body .ltk-member-profile-view .ltk-profile-hero-photo-button:focus-visible {
  border-color: rgba(230, 57, 70, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.14), 0 20px 42px rgba(0, 0, 0, 0.46);
  outline: none;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-photo img {
  object-fit: cover;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-photo > span {
  border-color: var(--ltk-accent);
  box-shadow: 0 0 26px var(--ltk-red-glow);
}

.app-body .ltk-member-profile-view .ltk-profile-hero-copy .ltk-eyebrow,
.app-body .ltk-member-profile-view .ltk-profile-copy-block h3 {
  color: var(--ltk-accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-copy h1,
.app-body .ltk-member-profile-view .ltk-profile-title {
  font-weight: 950;
  letter-spacing: -0.05em;
}

.app-body .ltk-member-profile-view .ltk-profile-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.app-body .ltk-member-profile-view .ltk-profile-stat-row div {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.app-body .ltk-member-profile-view .ltk-profile-stat-row strong {
  color: #fff;
  font-size: 1.25rem;
}

.app-body .ltk-member-profile-view .ltk-profile-detail-list {
  gap: 0.65rem;
}

.app-body .ltk-member-profile-view .ltk-profile-detail-list div {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.app-body .ltk-member-profile-view .ltk-profile-detail-list dt {
  color: var(--ltk-text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-actions {
  gap: 0.6rem;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-actions .ltk-button,
.app-body .ltk-member-profile-view .ltk-profile-hero-actions .ltk-outline-button {
  min-height: 44px;
  border-radius: 12px !important;
  font-weight: 850;
}

.app-body .ltk-member-profile-view .ltk-profile-hero-actions .ltk-button {
  box-shadow: 0 12px 24px rgba(230, 57, 70, 0.22);
}

.app-body .ltk-member-profile-view .ltk-profile-tabbar {
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0.2rem 0.9rem 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(18, 18, 23, 0.94) !important;
  scrollbar-width: none;
}

.app-body .ltk-member-profile-view .ltk-profile-tabbar::-webkit-scrollbar {
  display: none;
}

.app-body .ltk-member-profile-view .ltk-profile-tabbar a {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0.85rem 1rem 0.78rem !important;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.app-body .ltk-member-profile-view .ltk-profile-tabbar .is-active {
  border-bottom-color: var(--ltk-accent);
  color: #fff;
  text-shadow: 0 0 18px var(--ltk-red-glow);
}

.app-body .ltk-member-profile-view .ltk-profile-content-grid {
  gap: 1rem;
}

.app-body .ltk-member-profile-view .ltk-profile-content-side,
.app-body .ltk-member-profile-view .ltk-profile-content-main {
  gap: 1rem;
}

.app-body .ltk-member-profile-view .ltk-profile-content-side .ltk-mobile-card,
.app-body .ltk-member-profile-view .ltk-profile-content-main .ltk-mobile-card {
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(28, 28, 35, 0.98), rgba(17, 17, 22, 0.98)) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.app-body .ltk-member-profile-view .ltk-profile-content-side h2,
.app-body .ltk-member-profile-view .ltk-profile-content-main h2 {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.app-body .ltk-member-profile-view .ltk-profile-side-stack div {
  padding: 0.78rem 0.85rem;
  border-width: 1px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ltk-mini-list {
  display: grid;
  gap: 0.62rem;
}

.ltk-mini-list a,
.ltk-empty-state {
  display: grid;
  gap: 0.16rem;
  margin: 0;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--ltk-text);
  text-decoration: none;
}

.ltk-mini-list span {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ltk-mini-list strong {
  color: #fff;
  font-size: 0.94rem;
}

.ltk-empty-state {
  color: var(--ltk-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ltk-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ltk-badge-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(230, 57, 70, 0.34);
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.1);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
}

.app-body .ltk-member-profile-view .ltk-network-card {
  background: #151518 !important;
}

.app-body .ltk-member-profile-view .ltk-network-card > h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ltk-network-preview {
  display: grid;
  gap: 1.15rem;
}

.ltk-network-group {
  display: grid;
  gap: 0.42rem;
}

.ltk-network-group h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

.ltk-network-group h3 a {
  color: inherit;
  text-decoration: none;
}

.ltk-network-group h3 a:hover,
.ltk-network-group h3 a:focus-visible {
  color: rgba(255, 255, 255, 0.74);
  outline: none;
}

.ltk-network-group h3 span {
  color: rgba(255, 255, 255, 0.64);
}

.ltk-network-avatar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.34rem;
}

.ltk-network-avatar-grid a {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
  background: #25252b !important;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease, filter 0.16s ease;
}

.ltk-network-avatar-grid a:hover,
.ltk-network-avatar-grid a:focus-visible {
  border-color: rgba(230, 57, 70, 0.5) !important;
  filter: brightness(1.12);
  outline: none;
  transform: translateY(-1px);
}

.ltk-network-avatar-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltk-network-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.82rem;
  line-height: 1.45;
}

.ltk-network-view-all {
  justify-self: start;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.ltk-network-view-all:hover,
.ltk-network-view-all:focus-visible {
  color: var(--ltk-accent);
  outline: none;
}

.ltk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 0.85rem;
  padding: 0 1rem 1rem;
}

.ltk-gallery-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.ltk-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #0c0c10;
}

.ltk-gallery-grid article div {
  display: grid;
  gap: 0.12rem;
  padding: 0.62rem;
}

.ltk-gallery-grid article strong {
  color: #fff;
  font-size: 0.82rem;
}

.ltk-gallery-grid article span {
  color: var(--ltk-text-muted);
  font-size: 0.72rem;
  line-height: 1.25;
}

.ltk-gallery-manage-list {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.ltk-gallery-manage-card {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.ltk-gallery-grid--manage article {
  align-content: start;
}

.ltk-gallery-grid--manage article > div {
  gap: 0.55rem;
}

.ltk-gallery-item-form,
.ltk-gallery-item-actions {
  display: grid;
  gap: 0.45rem;
}

.ltk-gallery-item-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ltk-gallery-item-actions form,
.ltk-gallery-item-actions button {
  width: 100%;
}

@media (min-width: 720px) {
  .ltk-gallery-manage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ltk-friend-picker {
  display: grid;
  gap: 0.45rem;
}

.ltk-friend-picker label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ltk-friend-picker span {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 750;
}

.ltk-friend-picker small {
  color: var(--ltk-text-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.ltk-settings-body--single {
  grid-template-columns: minmax(0, 1fr) !important;
}

.ltk-settings-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.75rem;
}

.ltk-settings-overview-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-height: 92px;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #111113;
  color: var(--ltk-text);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.14s ease;
}

.ltk-settings-overview-card:hover,
.ltk-settings-overview-card:focus-visible {
  border-color: rgba(230, 57, 70, 0.42);
  background: rgba(230, 57, 70, 0.12);
  outline: none;
}

.ltk-settings-overview-card:active {
  transform: scale(0.98);
}

.ltk-settings-overview-card strong,
.ltk-settings-overview-card small {
  display: block;
}

.ltk-settings-overview-card strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

.ltk-settings-overview-card small {
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.35;
}

.ltk-settings-overview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.14);
  color: var(--ltk-accent);
}

.ltk-settings-overview-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Settings refresh: roomier desktop, friendlier mobile, less cramped forms. */
.app-body .ltk-profile-editor-page {
  width: min(100%, 1160px) !important;
  max-width: 1160px !important;
}

.app-body .ltk-profile-editor-page .ltk-settings-shell {
  overflow: hidden;
  border-radius: 22px !important;
  background: #121216 !important;
}

.app-body .ltk-profile-editor-page .ltk-settings-topbar {
  padding: 1.55rem 1.65rem 1.2rem !important;
  background: #18181d;
}

.app-body .ltk-profile-editor-page .ltk-settings-topbar h1 {
  color: var(--ltk-accent);
  font-size: clamp(2rem, 3.4vw, 3rem) !important;
  font-weight: 950;
}

.app-body .ltk-profile-editor-page .ltk-settings-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0;
  overflow-x: auto;
  padding: 0 1.65rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #19191e;
  scrollbar-width: none;
}

.app-body .ltk-profile-editor-page .ltk-settings-tabs::-webkit-scrollbar {
  display: none;
}

.app-body .ltk-profile-editor-page .ltk-settings-tabs a,
.app-body .ltk-profile-editor-page .ltk-settings-tabs span {
  flex: 0 0 auto;
  min-height: 64px;
  padding: 1.05rem 1.25rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 3px solid transparent !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.48);
  font-size: 1rem !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.app-body .ltk-profile-editor-page .ltk-settings-tabs .is-active {
  border-top-color: var(--ltk-accent) !important;
  background: #111116 !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.app-body .ltk-profile-editor-page .ltk-settings-body {
  align-items: start;
  gap: 1.35rem !important;
  padding: 1.45rem !important;
}

.app-body .ltk-profile-editor-page .ltk-settings-side {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
}

.app-body .ltk-profile-editor-page .ltk-settings-side a {
  min-height: 44px;
  padding: 0.72rem 0.9rem !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}

.app-body .ltk-profile-editor-page .ltk-edit-screen {
  gap: 1.05rem;
  width: 100%;
  min-width: 0;
}

.app-body .ltk-profile-editor-page .ltk-form-section,
.app-body .ltk-profile-editor-page .ltk-panel {
  border-radius: 4px !important;
  background: #111113 !important;
  box-shadow: none !important;
}

.app-body .ltk-profile-editor-page .ltk-form-heading {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.35rem !important;
  padding: 1.25rem 1.45rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.app-body .ltk-profile-editor-page .ltk-form-heading p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.55);
}

.app-body .ltk-profile-editor-page .ltk-form-heading h2,
.app-body .ltk-profile-editor-page .ltk-panel h2 {
  font-size: 1.18rem !important;
  font-weight: 850;
  letter-spacing: 0;
}

.app-body .ltk-profile-editor-page .ltk-form-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: center;
  padding: 1rem 1.45rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.app-body .ltk-profile-editor-page .ltk-form-row:last-child {
  border-bottom: 0;
}

.app-body .ltk-profile-editor-page .ltk-form-row label,
.app-body .ltk-profile-editor-page .ltk-form-row > label:first-child {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.app-body .ltk-profile-editor-page .ltk-field {
  min-height: 48px !important;
  padding: 0.72rem 0.85rem !important;
  border-radius: 3px !important;
  font-size: 1rem !important;
}

.app-body .ltk-profile-editor-page textarea.ltk-field {
  min-height: 150px !important;
}

.app-body .ltk-profile-editor-page .ltk-form-row--stacked,
.app-body .ltk-profile-editor-page .ltk-form-row--textarea {
  grid-template-columns: 1fr !important;
  align-items: stretch;
}

.app-body .ltk-profile-editor-page .ltk-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0.2rem 0 0 !important;
}

.app-body .ltk-profile-editor-page .ltk-form-actions .ltk-button,
.app-body .ltk-profile-editor-page .ltk-cancel-button {
  min-height: 48px !important;
  padding: 0.75rem 1.1rem !important;
}

.app-body .ltk-settings-body--single .ltk-edit-screen {
  max-width: 860px;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .app-body .ltk-profile-editor-page .ltk-settings-body:not(.ltk-settings-body--single) {
    grid-template-columns: 230px minmax(0, 1fr) !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-side {
    position: sticky;
    top: calc(var(--desktop-header-h) + 1rem);
    display: grid;
  }
}

@media (max-width: 899px) {
  .app-body .ltk-profile-editor-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-shell {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-topbar {
    padding: 1.2rem 1rem 0.95rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-tabs {
    padding: 0 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-tabs a,
  .app-body .ltk-profile-editor-page .ltk-settings-tabs span {
    min-height: 56px;
    padding: 0.95rem 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-body {
    padding: 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-side-group-title {
    grid-column: 1 / -1;
    margin: 0.35rem 0 -0.2rem;
    padding: 0;
  }

  .app-body .ltk-profile-editor-page .ltk-settings-side a {
    min-height: 42px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .app-body .ltk-profile-editor-page .ltk-form-row {
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
    padding: 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-form-heading {
    padding: 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-panel.p-5,
  .app-body .ltk-profile-editor-page form.ltk-panel,
  .app-body .ltk-profile-editor-page .ltk-panel {
    padding: 1rem !important;
  }

  .app-body .ltk-profile-editor-page .ltk-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.ltk-avatar-viewer[hidden] {
  display: none !important;
}

.ltk-avatar-viewer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: calc(1rem + env(safe-area-inset-top, 0px)) 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
}

.ltk-avatar-viewer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(640px 360px at 50% 20%, rgba(230, 57, 70, 0.14), transparent 70%),
    rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ltk-avatar-viewer-sheet {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(96vw, 920px);
  max-height: min(88dvh, 920px);
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(12, 12, 15, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

.ltk-avatar-viewer-sheet img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(88dvh - 1.4rem);
  border-radius: 16px;
  object-fit: contain;
  background: #08080a;
}

.ltk-avatar-viewer-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.ltk-avatar-viewer-close:hover,
.ltk-avatar-viewer-close:focus-visible {
  border-color: rgba(230, 57, 70, 0.5);
  background: rgba(230, 57, 70, 0.24);
  outline: none;
}

.app-body .ltk-member-profile-view .ltk-profile-copy-block {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.app-body .ltk-member-profile-view .ltk-profile-copy-block p {
  color: rgba(244, 244, 245, 0.8);
  line-height: 1.58;
}

@media (min-width: 900px) {
  .app-body .ltk-member-profile-view .ltk-profile-hero-panel {
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) minmax(180px, 220px) !important;
    grid-template-areas: "media main actions" !important;
    align-items: start;
    gap: 1.4rem;
    padding: 1.4rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-media {
    grid-area: media;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-main {
    grid-area: main;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-actions {
    grid-area: actions;
    width: auto;
    padding-bottom: 0;
  }

  .app-body .ltk-member-profile-view .ltk-profile-content-grid {
    grid-template-columns: minmax(210px, 240px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 599px) {
  .app-body .ltk-member-profile-view.ltk-profile-page {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-panel {
    padding: 1rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-media,
  .app-body .ltk-member-profile-view .ltk-profile-hero-main,
  .app-body .ltk-member-profile-view .ltk-profile-hero-actions {
    justify-items: center;
    text-align: center;
  }

  .app-body .ltk-member-profile-view .ltk-profile-stat-row {
    width: 100%;
    gap: 0.45rem;
  }

  .app-body .ltk-member-profile-view .ltk-profile-stat-row div {
    padding: 0.7rem 0.45rem;
  }

  .app-body .ltk-member-profile-view .ltk-profile-stat-row span {
    font-size: 0.66rem;
  }

  .app-body .ltk-member-profile-view .ltk-profile-detail-list div {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-actions {
    width: 100%;
  }

  .app-body .ltk-member-profile-view .ltk-profile-tabbar {
    margin-inline: -0.15rem;
    border-radius: 14px;
    position: sticky;
    top: calc(var(--top) + 0.35rem);
    z-index: 12;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  }

  .ltk-network-avatar-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Final mobile revamp overrides live at the end so they win over legacy page rules. */
@media (max-width: 899px) {
  :root {
    --ltk-mobile-top: calc(env(safe-area-inset-top, 0px) + 56px);
    --ltk-mobile-bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
  }

  body.app-body {
    padding-top: calc(var(--ltk-mobile-top) + 0.55rem) !important;
    padding-bottom: var(--ltk-mobile-bottom) !important;
    background: #101014 !important;
  }

  .app-body .ltk-app-header {
    height: var(--ltk-mobile-top) !important;
    padding: env(safe-area-inset-top, 0px) 0.65rem 0.35rem !important;
    gap: 0.5rem !important;
    background: rgba(8, 8, 11, 0.96) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36) !important;
  }

  .app-body .ltk-topbar-brand {
    justify-content: flex-start !important;
  }

  .app-body .ltk-brand-banner--header {
    width: 118px !important;
    min-width: 104px !important;
  }

  .app-body .ltk-header-actions {
    gap: 0.38rem !important;
  }

  .app-body .ltk-icon-button,
  .app-body .ltk-mobile-utility,
  .app-body .ltk-mobile-avatar-link {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 13px !important;
  }

  .app-body .ltk-mobile-utility {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ltk-text) !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.075);
    text-decoration: none;
  }

  .app-body .ltk-mobile-avatar-link {
    display: inline-flex !important;
    overflow: hidden;
    border-color: rgba(230, 57, 70, 0.54) !important;
    background: #22232a !important;
  }

  .app-body .ltk-mobile-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .app-body .ltk-bottom-nav {
    left: max(0.55rem, env(safe-area-inset-left, 0px)) !important;
    right: max(0.55rem, env(safe-area-inset-right, 0px)) !important;
    bottom: max(0.42rem, env(safe-area-inset-bottom, 0px)) !important;
    z-index: 55 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.12rem !important;
    padding: 0.32rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 22px !important;
    background: rgba(8, 8, 11, 0.95) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.48) !important;
  }

  .app-body .ltk-bottom-nav a {
    position: relative;
    min-width: 0;
    min-height: 58px !important;
    border-radius: 17px !important;
    gap: 0.14rem !important;
    color: rgba(232, 232, 237, 0.62) !important;
    font-size: 0.66rem !important;
    font-weight: 850 !important;
  }

  .app-body .ltk-bottom-nav a svg {
    width: 23px !important;
    height: 23px !important;
  }

  .app-body .ltk-bottom-nav a.is-active {
    color: #fff !important;
    background: rgba(230, 57, 70, 0.22) !important;
  }

  .app-body .ltk-bottom-nav a.is-active::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--ltk-accent);
  }

  .app-body .ltk-menu-sheet {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(88vw, 340px) !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: none !important;
    border-radius: 0 22px 22px 0 !important;
    padding: calc(0.85rem + env(safe-area-inset-top, 0px)) 1rem max(1rem, env(safe-area-inset-bottom, 0px)) !important;
    gap: 0.45rem !important;
  }

  @supports (height: 100dvh) {
    .app-body .ltk-menu-panel,
    .app-body .ltk-menu-sheet {
      height: 100dvh !important;
      min-height: 100dvh !important;
    }
  }

  .app-body .ltk-app-main,
  .app-body .ltk-phone-page,
  .app-body .ltk-profile-page,
  .app-body .ltk-members-page {
    width: 100% !important;
    max-width: 640px !important;
    padding: 0.75rem 0.75rem calc(var(--ltk-mobile-bottom) + 0.35rem) !important;
  }

  .app-body .ltk-members-hero .ltk-profile-tabbar,
  .app-body .ltk-member-profile-view .ltk-profile-tabbar {
    position: sticky !important;
    top: calc(var(--ltk-mobile-top) + 0.4rem) !important;
    z-index: 20;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
  }

  .app-body .ltk-event-filter-row {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .app-body .ltk-event-filter-row label:first-child {
    grid-column: 1 / -1;
  }

  .app-body .ltk-event-view-row {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
  }

  .app-body .ltk-event-card,
  .app-body .ltk-message-row {
    border-radius: 16px !important;
    box-shadow: none !important;
  }

  .app-body .ltk-event-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.5rem;
  }

  .app-body .ltk-event-actions button,
  .app-body .ltk-event-actions a {
    min-height: 44px;
    border-radius: 12px !important;
  }

  .app-body .ltk-message-row {
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    min-height: 76px;
  }

  .app-body .ltk-message-row .ltk-avatar-ring {
    width: 52px !important;
    height: 52px !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-panel {
    min-height: 0 !important;
    padding: 0.9rem !important;
    gap: 0.8rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-photo {
    width: 132px !important;
    max-width: 132px !important;
    border-radius: 16px !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-photo-action {
    min-height: 38px !important;
    padding: 0.45rem 0.8rem !important;
    font-size: 0.86rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-copy h1 {
    font-size: 1.72rem !important;
    line-height: 1.04 !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-stat-row {
    gap: 0.45rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-stat-row div {
    padding: 0.62rem 0.42rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-detail-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-detail-list div {
    padding: 0.62rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-detail-list dd {
    overflow-wrap: anywhere;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-actions {
    gap: 0.45rem !important;
  }

  .app-body .ltk-member-profile-view .ltk-profile-hero-actions .ltk-button,
  .app-body .ltk-member-profile-view .ltk-profile-hero-actions .ltk-outline-button {
    min-height: 42px !important;
    padding: 0.55rem 0.58rem !important;
    font-size: 0.86rem !important;
  }
}

@media (max-width: 380px) {
  .app-body .ltk-brand-banner--header {
    width: 104px !important;
    min-width: 96px !important;
  }

  .app-body .ltk-header-actions {
    gap: 0.22rem !important;
  }

  .app-body .ltk-icon-button,
  .app-body .ltk-mobile-utility,
  .app-body .ltk-mobile-avatar-link {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .app-body .ltk-bottom-nav a {
    font-size: 0.6rem !important;
  }
}
