@charset "UTF-8";

.lt-app {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0f172a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lt-container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 640px) {
  .lt-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.lt-app *,
.lt-app *::before,
.lt-app *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lt-app select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-position-x: right 0.75rem !important;
  background-position-y: center !important;
  background-size: 16px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.lt-gradient-text {
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lt-section-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lt-section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #94a3b8;
}

.lt-card,
.lt-card-hover {
  background: #ffffff;
  border-radius: 28px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
}

.lt-card-hover {
  -webkit-transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease, -webkit-box-shadow 200ms ease;
}

.lt-card-hover:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.lt-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.lt-check-item::before {
  content: '\2713';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  border-radius: 9999px;
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.lt-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lt-link-arrow .lt-link-arrow__arrow {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.lt-link-arrow:hover .lt-link-arrow__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.lt-page-bg {
  min-height: 100vh;
}

.lt-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 2rem 0;
}

.lt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lt-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-subtitle {
  font-size: 1rem;
  font-weight: 500;
}

.lt-subtitle--pink {
  color: #ec4899;
}

.lt-subtitle--purple {
  color: #a855f7;
}

.lt-subtitle--green {
  color: #166534;
}

.lt-subtitle--blue {
  color: #1e40af;
}

.lt-btn,
button.lt-btn,
a.lt-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  border-radius: 9999px;
  border: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease, -webkit-box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease, -webkit-box-shadow 200ms ease;
  transition: filter 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease, -webkit-box-shadow 200ms ease;
}

.lt-btn:focus,
button.lt-btn:focus,
a.lt-btn:focus {
  outline: none;
}

.lt-btn:focus-visible,
button.lt-btn:focus-visible,
a.lt-btn:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.55);
  outline-offset: 2px;
}

.lt-btn--xxs {
  padding: 3px 12px;
  font-size: 10px;
  line-height: 1;
}

.lt-btn--xs {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 18px;
}

.lt-btn--sm {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}

.lt-btn--md {
  padding: 12px 28px;
  font-size: 15px;
  line-height: 21px;
}

.lt-btn--lg {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 22px;
}

.lt-btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.lt-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-btn__icon--left {
  margin-right: 0;
}

.lt-btn__icon--right {
  margin-left: 0;
}

.lt-btn__icon-glyph {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  line-height: 1;
}

.lt-btn__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lt-btn__spinner {
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: lt-btn-spin 0.7s linear infinite;
          animation: lt-btn-spin 0.7s linear infinite;
}

.lt-btn--primary {
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  border: none;
  color: white;
  font-weight: 600;
  line-height: 20px;
  gap: 6px;
  -webkit-box-shadow: oklch(0.65 0.22 320/0.35) 0px 10px 40px -10px;
          box-shadow: oklch(0.65 0.22 320/0.35) 0px 10px 40px -10px;
}

.lt-btn--primary:hover:not(.lt-btn--disabled):not([aria-disabled='true']) {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-box-shadow: 0 8px 22px rgba(168, 85, 247, 0.45);
          box-shadow: 0 8px 22px rgba(168, 85, 247, 0.45);
}

.lt-btn--secondary {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: oklch(50% 0.16 295);
  border: 1.5px solid oklch(80% 0.08 295) !important;
  font-weight: 600;
  line-height: 20px;
  gap: 8px;
}

.lt-btn--secondary:hover:not(.lt-btn--disabled):not([aria-disabled='true']) {
  background-color: oklch(96% 0.03 295);
  border-color: oklch(65% 0.14 295);
  color: oklch(42% 0.18 295);
}

.lt-btn--outline,
button.lt-btn.lt-btn--outline,
a.lt-btn.lt-btn--outline {
  background: white;
  border: 1px solid oklch(92% 0.02 310);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0f172a;
  font-weight: 600;
  line-height: 20px;
  gap: 8px;
}

.lt-btn--outline:hover:not(.lt-btn--disabled):not([aria-disabled='true']),
button.lt-btn.lt-btn--outline:hover:not(.lt-btn--disabled):not([aria-disabled='true']),
a.lt-btn.lt-btn--outline:hover:not(.lt-btn--disabled):not([aria-disabled='true']) {
  background: #f8fafc;
}

.lt-btn--glass {
  background: rgba(230, 230, 230, 0.047);
  -webkit-box-shadow: rgba(230, 230, 230, 0.3) 0 1px 0 inset, rgba(230, 230, 230, 0.15) 0px -1px 0px inset;
          box-shadow: rgba(230, 230, 230, 0.3) 0 1px 0 inset, rgba(230, 230, 230, 0.15) 0px -1px 0px inset;
  -webkit-backdrop-filter: blur(5px) saturate(1.2);
          backdrop-filter: blur(5px) saturate(1.2);
  position: relative;
  overflow: hidden;
}

.lt-btn--glass__overlay {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(57, 57, 57, 0.21)), to(rgba(151, 151, 151, 0.35)));
  background: linear-gradient(180deg, rgba(57, 57, 57, 0.21) 1%, rgba(151, 151, 151, 0.35) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
          mask-composite: exclude;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.lt-btn--glass__tint {
  position: absolute;
  inset: 0;
  border-radius: 19px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(230, 230, 230, 0.15), inset 0 2px 4px 0 rgba(230, 230, 230, 0.08), inset 0 -2px 2px 0 rgba(230, 230, 230, 0.12);
          box-shadow: inset 0 0 2px 0 rgba(230, 230, 230, 0.15), inset 0 2px 4px 0 rgba(230, 230, 230, 0.08), inset 0 -2px 2px 0 rgba(230, 230, 230, 0.12);
  pointer-events: none;
}

.lt-btn--glass__tint-inner {
  position: absolute;
  inset: 1px;
  border-radius: 18px;
  background: radial-gradient(circle at 0% 0%, rgba(230, 230, 230, 0.45) 0%, rgba(230, 230, 230, 0.225) 50% 50%, transparent 100%);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lt-btn--glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.lt-btn--glass::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(transparent), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.lt-btn--danger {
  background: #991b1b;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fee2e2;
  font-weight: 600;
  gap: 8px;
}

.lt-btn--danger:hover:not(.lt-btn--disabled):not([aria-disabled='true']) {
  background: #8c1919;
}

.lt-btn--disabled,
.lt-btn[disabled],
.lt-btn[aria-disabled='true'] {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@-webkit-keyframes lt-btn-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lt-btn-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lt-toast-host {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.lt-toast {
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(20, 20, 28, 0.18);
          box-shadow: 0 4px 14px rgba(20, 20, 28, 0.18);
  max-width: 320px;
}

.lt-toast--success {
  background: linear-gradient(135deg, oklch(0.58 0.16 155), oklch(0.5 0.16 165));
}

.lt-toast--info {
  background: #1e40af;
  color: #dbeafe;
}

.lt-toast--error {
  background: linear-gradient(135deg, oklch(0.6 0.2 25), oklch(0.5 0.2 15));
}

.lt-toast-enter-active,
.lt-toast-leave-active {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lt-toast-enter,
.lt-toast-leave-to {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.lt-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid color-mix(in oklab, oklch(92% 0.02 310) 60%, transparent);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: color-mix(in oklab, oklch(98.5% 0.008 320) 75%, transparent);
}

.lt-navbar__social-bar {
  background: oklch(98% 0.012 300);
  border-bottom: 1px solid oklch(93% 0.025 300/0.6);
}

@media (max-width: 899px) {
  .lt-navbar__social-bar {
    display: none;
  }
}

.lt-navbar__social-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  height: 32px;
}

.lt-navbar__social-link {
  color: oklch(58% 0.1 295);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.lt-navbar__social-link:hover {
  color: oklch(45% 0.18 295);
}

.lt-navbar__main {
  height: 64px;
}

.lt-navbar__inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

.lt-brand-logo-text {
  background-image: linear-gradient(100deg, oklch(74% 0.18 350) 0%, oklch(62% 0.22 305) 45%, oklch(78% 0.15 230) 100%);
  color: #0000;
  background-clip: text;
  font-weight: 700;
}

.lt-navbar__brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__brand img {
  width: 140px;
  height: auto;
}

@media (max-width: 899px) {
  .lt-navbar__brand img {
    width: 110px;
  }
}

.lt-navbar__brand-lyfe,
.lt-navbar__brand-tymes {
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lt-navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 899px) {
  .lt-navbar__links {
    display: none;
  }
}

.lt-navbar__link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.lt-navbar__link:hover {
  color: #0f172a;
  background-color: #f8f1ff;
}

.lt-navbar__link.is-active {
  background-color: #f3e8ff;
  color: #7c3aed;
}

.lt-navbar__dropdown-wrapper {
  position: relative;
}

.lt-navbar__dropdown-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid oklch(91% 0.03 295);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  z-index: 200;
  overflow: hidden;
  padding: 0.5rem 0;
}

.lt-navbar__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__dropdown-item:hover {
  background-color: oklch(97% 0.02 295);
  color: #0f172a;
}

.lt-navbar__dropdown-item--danger {
  color: oklch(50% 0.2 20);
}

.lt-navbar__dropdown-item--danger:hover {
  background-color: oklch(97% 0.02 20);
  color: oklch(42% 0.22 20);
}

.lt-navbar__dropdown-divider {
  height: 1px;
  background: oklch(93% 0.02 295);
  margin: 0.5rem 0;
}

.lt-navbar__chevron {
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__chevron.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lt-navbar__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__cta {
  white-space: nowrap;
}

.lt-navbar__icon-wrapper {
  position: relative;
}

.lt-navbar__icon-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 9999px;
  background: #ffffff;
  color: #475569;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__icon-btn:hover {
  background-color: oklch(96% 0.02 295);
  color: #0f172a;
}

.lt-navbar__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  background: oklch(0.55 0.18 295);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.lt-navbar__notification-panel {
  min-width: 240px;
}

.lt-navbar__notification-empty {
  padding: 1rem;
  font-size: 0.875rem;
  color: #94a3b8;
  text-align: center;
}

.lt-navbar__login-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(50% 0.16 295);
  border: 1.5px solid oklch(80% 0.08 295);
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.lt-navbar__login-btn:hover {
  background-color: oklch(96% 0.03 295);
  border-color: oklch(65% 0.14 295);
  color: oklch(42% 0.18 295);
}

.lt-navbar__user-wrapper {
  position: relative;
}

.lt-navbar__user-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 4px 10px 4px 4px;
  background: oklch(95% 0.03 295);
  border: 1px solid oklch(88% 0.05 295);
  border-radius: 9999px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.lt-navbar__user-pill:hover {
  background-color: oklch(92% 0.04 295);
}

.lt-navbar__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(55% 0.18 295), oklch(45% 0.2 320));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

.lt-navbar__avatar--lg {
  width: 42px;
  height: 42px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}

.lt-navbar__user-pill-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(30% 0.06 295);
}

.lt-navbar__user-panel {
  right: 0;
  left: auto;
  min-width: 220px;
  padding: 0;
}

.lt-navbar__user-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(135deg, oklch(96% 0.04 295), oklch(97% 0.02 320));
  border-bottom: 1px solid oklch(91% 0.03 295);
}

.lt-navbar__user-panel-info {
  min-width: 0;
}

.lt-navbar__user-panel-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(25% 0.06 295);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lt-navbar__user-panel-email {
  font-size: 0.75rem;
  color: oklch(60% 0.05 295);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lt-navbar__user-panel .lt-navbar__dropdown-item {
  padding: 0.5rem 1rem;
}

.lt-navbar__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 9999px;
  background: #ffffff;
  color: #0f172a;
  cursor: pointer;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.lt-navbar__menu-toggle-line {
  width: 15px;
  height: 1.6px;
  border-radius: 9999px;
  background: currentColor;
}

.lt-navbar__drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.lt-navbar__drawer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: MIn(320px, 100vw);
  background: #ffffff;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
}

.lt-navbar__drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid oklch(93% 0.02 295);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__drawer-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  border: 1px solid oklch(90% 0.03 295);
  background: oklch(96% 0.02 295);
  color: oklch(50% 0.06 295);
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.lt-navbar__drawer-close:hover {
  background-color: oklch(92% 0.04 295);
}

.lt-navbar__drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-navbar__drawer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(30% 0.06 295);
  border: none;
  border-bottom: 1px solid oklch(95% 0.015 295);
  text-decoration: none;
  background: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__drawer-link:hover {
  background-color: oklch(97% 0.02 295);
  color: oklch(45% 0.15 295);
}

.lt-navbar__drawer-link--accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(30% 0.06 295);
  border: none;
  border-bottom: 1px solid oklch(95% 0.015 295);
  background: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__drawer-link--accordion:hover,
.lt-navbar__drawer-link--accordion.is-open {
  background-color: oklch(97% 0.02 295);
  color: oklch(45% 0.15 295);
}

.lt-navbar__drawer-subitems {
  background: oklch(97.5% 0.012 295);
  border-bottom: 1px solid oklch(93% 0.02 295);
}

.lt-navbar__drawer-subitem {
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: oklch(50% 0.08 295);
  text-decoration: none;
  border-bottom: 1px solid oklch(94% 0.015 295);
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
}

.lt-navbar__drawer-subitem:hover {
  color: oklch(42% 0.15 295);
  background-color: oklch(95% 0.02 295);
}

.lt-navbar__drawer-subitem:last-child {
  border-bottom: none;
}

.lt-navbar__drawer-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: oklch(97% 0.02 295);
  border-top: 1px solid oklch(91% 0.03 295);
}

.lt-navbar__drawer-user-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(30% 0.06 295);
}

.lt-navbar__drawer-user-email {
  font-size: 0.75rem;
  color: oklch(60% 0.05 295);
  margin-top: 1px;
}

.lt-navbar__drawer-auth-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid oklch(92% 0.02 295);
}

.lt-navbar__drawer-logout {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(50% 0.2 20);
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  border-top: 1px solid oklch(94% 0.015 295);
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__drawer-logout:hover {
  background-color: oklch(97% 0.02 20);
  color: oklch(42% 0.22 20);
}

.lt-navbar__drawer-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid oklch(91% 0.03 295);
  margin-top: auto;
}

.lt-navbar__drawer-btn-primary {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: oklch(50% 0.18 295);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.lt-navbar__drawer-btn-primary:hover {
  background: oklch(44% 0.2 295);
}

.lt-navbar__drawer-btn-ghost {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: none;
  color: oklch(50% 0.1 295);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1.5px solid oklch(82% 0.06 295);
  cursor: pointer;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease, border-color 150ms ease;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.lt-navbar__drawer-btn-ghost:hover {
  background-color: oklch(96% 0.03 295);
  border-color: oklch(68% 0.12 295);
}

.lt-navbar__drawer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid oklch(92% 0.02 295);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-navbar__drawer-social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  background: oklch(95% 0.04 295);
  color: oklch(50% 0.1 295);
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
}

.lt-navbar__drawer-social-link:hover {
  background-color: oklch(90% 0.06 295);
  color: oklch(42% 0.15 295);
}

.lt-navbar-drawer-enter-active {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lt-navbar-drawer-enter-active .lt-navbar__drawer {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.lt-navbar-drawer-leave-active {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lt-navbar-drawer-leave-active .lt-navbar__drawer {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.lt-navbar-drawer-enter,
.lt-navbar-drawer-leave-to {
  opacity: 0;
}

.lt-navbar-drawer-enter .lt-navbar__drawer,
.lt-navbar-drawer-leave-to .lt-navbar__drawer {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.lt-footer {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: oklch(50% 0.06 295);
}

.lt-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.lt-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

.lt-footer__link {
  color: oklch(50% 0.06 295);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 1;
}

.lt-divider-x {
  width: 1px;
  height: 0.875rem;
  background-color: oklch(92% 0.02 310);
}

.lt-footer__left,
.lt-footer__right {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.lt-footer__right {
  text-align: right;
}

.lt-stat-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lt-stat-card {
  border-radius: 24px;
  padding: 20px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: oklch(0.5 0.1 305/0.04) 0px 1px 2px 0px, oklch(0.5 0.15 305/0.12) 0px 8px 24px -8px;
          box-shadow: oklch(0.5 0.1 305/0.04) 0px 1px 2px 0px, oklch(0.5 0.15 305/0.12) 0px 8px 24px -8px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-stat-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lt-stat-card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  opacity: 0.75;
  color: inherit;
}

.lt-stat-card__icon i {
  width: 20px;
  height: 20px;
}

.lt-stat-card__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  color: inherit;
}

.lt-stat-card__value {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 12px 0 0 0;
  font-family: 'Fraunces', Georgia, serif;
  color: inherit;
}

.lt-stat-card--pink {
  background: linear-gradient(135deg, oklch(0.97 0.04 305), oklch(0.94 0.06 305));
  color: oklch(0.4 0.18 305);
}

.lt-stat-card--green {
  background: linear-gradient(135deg, oklch(0.95 0.06 160), oklch(0.9 0.1 160));
  color: oklch(0.35 0.12 160);
}

.lt-stat-card--yellow {
  background: linear-gradient(135deg, oklch(0.97 0.04 80), oklch(0.94 0.08 80));
  color: oklch(0.42 0.13 70);
}

.lt-stat-card--red {
  background: linear-gradient(135deg, oklch(0.96 0.04 25), oklch(0.93 0.07 25));
  color: oklch(0.45 0.18 25);
}

.lt-tip-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  background: oklab(0.82 0.0243107 0.137873/0.1);
  border: 1px solid oklab(0.82 0.0243107 0.137873/0.3);
  border-radius: 24px;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: oklch(0.35 0.1 60);
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-tip-banner__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: oklch(0.82 0.14 80);
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}

.lt-tip-banner__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: oklch(0.35 0.1 60);
}

.lt-tip-banner__text strong,
.lt-tip-banner__text b {
  font-weight: 700;
  color: oklch(0.35 0.1 60);
}

.lt-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--lt-avatar-gradient);
}

.lt-avatar--sm {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
}

.lt-avatar--md {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 16px;
}

.lt-avatar--lg {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1023px) {
  .lt-stat-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lt-stat-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .lt-stat-card__content {
    padding: 1rem;
  }

  .lt-stat-card__value {
    font-size: clamp(1.875rem, 7vw, 2.25rem);
  }

  .lt-tip-banner {
    padding: 1rem;
  }

  .lt-navbar__links {
    display: none;
  }

  .lt-navbar__actions {
    gap: 0.5rem;
  }

  .lt-navbar__cta {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lt-navbar__menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lt-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .lt-footer__right {
    text-align: center;
  }
}

.lt-status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-status-badge--attending {
  background: oklab(0.7 -0.12216 0.0444626/0.15);
  color: oklch(0.25 0.08 160);
}

.lt-status-badge--pending,
.lt-status-badge--not_sure {
  background: oklab(0.82 0.0243107 0.137873/0.2);
  color: oklch(0.35 0.1 60);
}

.lt-status-badge--declined {
  background: oklab(0.62 0.181262 0.0845237/0.1);
  color: oklch(0.62 0.2 25);
}

.lt-status-badge--booked {
  background: oklab(0.7 -0.12216 0.0444626/0.15);
  color: oklch(0.25 0.08 160);
}

.lt-status-badge--quoted {
  background: oklch(0.92 0.06 220);
  color: oklch(0.35 0.12 235);
}

.lt-status-badge--contacted {
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
}

.lt-status-badge--idea {
  background: oklch(0.96 0.02 310);
  color: oklch(0.5 0.06 295);
}

.lt-group-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.lt-group-badge--family {
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
}

.lt-group-badge--friends {
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
}

.lt-group-badge--work {
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
}

.lt-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.lt-page-header__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-page-header__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.5 0.06 295);
  margin: 0;
  line-height: 20px;
  letter-spacing: normal;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-page-header__title {
  font-weight: 700;
  color: oklch(0.24 0.05 295);
  margin: 4px 0 0;
  line-height: 1;
  letter-spacing: -1.2px;
  font-family: Fraunces, Georgia, serif;
}

.lt-page-header__title-plain {
  color: oklch(0.24 0.05 295);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(24px, 10vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
}

.lt-page-header__title-gradient {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(24px, 10vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lt-page-header__description {
  font-size: 16px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  margin: 8px 0 0;
  line-height: 24px;
  letter-spacing: normal;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-page-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.lt-section-header {
  margin-top: 24px;
  margin-bottom: 0;
}

.lt-section-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.lt-section-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  font-family: Fraunces, Georgia, serif;
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.lt-section-header__icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 24px;
  background: oklch(0.94 0.04 350);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}

.lt-section-header__icon-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: oklch(0.35 0.12 350);
  width: 20px;
  height: 20px;
}

.lt-section-header__icon-inner svg {
  width: 20px;
  height: 20px;
  color: oklch(0.35 0.12 350);
  stroke: oklch(0.35 0.12 350);
}

.lt-section-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  color: oklch(0.5 0.06 295);
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  margin: 8px 0 0;
  display: block;
}

.lt-section-header__title {
  font-size: 36px;
  font-weight: 700;
  color: oklch(0.24 0.05 295);
  margin: 20px 0 0;
  line-height: 40px;
  letter-spacing: -0.9px;
  font-family: Fraunces, Georgia, serif;
}

.lt-section-header__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 8px 0 0;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-section-header__description {
  font-size: 16px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  margin: 20px 0 0;
  line-height: 26px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-section-header__features {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.lt-section-header__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: oklch(0.24 0.05 295);
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  margin-bottom: 0;
}

.lt-section-header__feature-icon {
  margin-top: 6px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 9999px;
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-section-header__feature-text {
  color: oklch(0.24 0.05 295);
  font-size: 14px;
  line-height: 22.75px;
}

.lt-feature-card {
  background: oklch(1 0 0);
  border-radius: 28px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border: 1px solid oklch(0.92 0.02 310);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lt-feature-card__icon-wrap {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-feature-card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}

.lt-feature-card__icon svg {
  width: 20px;
  height: 20px;
}

.lt-feature-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-feature-card__title {
  font-size: 16px;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  margin: 0;
  line-height: 24px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-feature-card__description {
  font-size: 14px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  margin: 4px 0 0;
  line-height: 20px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-feature-card__link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: oklch(0.62 0.18 305);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: auto;
  line-height: 16px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  -webkit-text-fill-color: oklch(0.62 0.18 305);
}

.lt-feature-card__link:hover {
  opacity: 0.8;
}

.lt-feature-card__link svg {
  width: 12px;
  height: 12px;
}

.lt-co-host-card {
  background: oklch(1 0 0);
  border-radius: 28px;
  padding: 20px;
  border: 1px solid oklch(0.92 0.02 310);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  color: oklch(0.24 0.05 295);
  font-size: 16px;
  line-height: 24px;
}

.lt-co-host-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lt-co-host-card__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.lt-co-host-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-co-host-card__name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.lt-co-host-card__name {
  font-size: 16px;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  line-height: 24px;
}

.lt-co-host-card__lead-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  line-height: 15px;
}

.lt-co-host-card__lead-badge svg {
  width: 12px;
  height: 12px;
  color: oklch(0.35 0.12 350);
}

.lt-co-host-card__role {
  font-size: 12px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  line-height: 16px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-co-host-card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}

.lt-co-host-card__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: oklch(0.5 0.06 295);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.lt-co-host-card__contact-row:last-child {
  margin-bottom: 0;
}

.lt-co-host-card__contact-icon {
  width: 14px;
  height: 14px;
  color: oklch(0.5 0.06 295);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lt-co-host-card__contact-text {
  font-size: 14px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  line-height: 20px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-guest-note-card {
  background: oklab(0.985 0.00612836 -0.0051423/0.6);
  border-radius: 24px;
  padding: 16px;
  border: 1px solid oklch(0.92 0.02 310) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: oklch(0.24 0.05 295);
  margin-bottom: 12px;
}

.lt-guest-note-card:last-child {
  margin-bottom: 0;
}

.lt-guest-note-card--detailed {
  background: oklch(1 0 0);
  padding: 20px;
  border: 1px solid oklch(0.92 0.02 310);
  margin-bottom: 0;
}

.lt-guest-note-card--detailed .lt-guest-note-card__header-left {
  gap: 12px;
}

.lt-guest-note-card--detailed .lt-guest-note-card__name {
  font-size: 1rem;
  line-height: 1.5;
}

.lt-guest-note-card--detailed .lt-guest-note-card__note {
  color: oklch(0.24 0.05 295);
  margin-top: 12px;
}

.lt-guest-note-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.lt-guest-note-card__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.lt-guest-note-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.lt-guest-note-card__meta .lt-guest-note-card__meta-sub {
  font-size: 0.75rem;
  color: oklch(0.5 0.06 295);
  line-height: 1rem;
}

.lt-guest-note-card__meta-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.lt-guest-note-card__name {
  font-size: 14px;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  line-height: 20px;
}

.lt-guest-note-card__status-text {
  font-size: 12px;
  color: oklch(0.5 0.06 295);
  line-height: 16px;
}

.lt-guest-note-card__meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.lt-guest-note-card__note {
  font-size: 14px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  line-height: 20px;
  margin: 4px 0 0;
}

.lt-cta-banner {
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  border-radius: 32px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: 16px;
  color: oklch(1 0 0);
}

.lt-cta-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-cta-banner__icon {
  line-height: 1;
  margin-bottom: 16px;
  color: oklch(1 0 0);
  display: block;
}

.lt-cta-banner__icon svg {
  width: 40px;
  height: 40px;
  color: oklch(1 0 0);
  stroke: oklch(1 0 0);
}

.lt-cta-banner__title {
  font-size: 48px;
  font-weight: 700;
  color: oklch(1 0 0);
  line-height: 1.2;
  margin: 16px 0 0;
  font-family: Fraunces, Georgia, serif;
}

.lt-cta-banner__description {
  font-size: 18px;
  font-weight: 400;
  color: oklab(0.999994 0.00004557 0.00002009/0.85);
  line-height: 28px;
  margin: 12px 0 0;
  max-width: 560px;
}

.lt-cta-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .lt-cta-banner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    text-align: center;
  }

  .lt-cta-banner__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lt-event-picker {
  position: relative;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: 16px;
  color: oklch(0.24 0.05 295);
  width: 100%;
}

.lt-event-picker__search {
  padding: 16px 20px;
  width: 100%;
  border: 0;
  outline: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.lt-event-picker__search:focus-within {
  border: 1px solid oklch(0.92 0.02 310);
}

.lt-event-picker__trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: oklch(1 0 0);
  border: 1px solid oklch(0.92 0.02 310);
  border-radius: 24px;
  padding: 12px 16px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  color: oklch(0.24 0.05 295);
  width: 100%;
}

.lt-event-picker__trigger:hover {
  border-color: oklch(0.7 0.1 295);
}

.lt-event-picker__emoji {
  font-size: 24px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-event-picker__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-event-picker__name {
  font-size: 14px;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  line-height: 17.5px;
}

.lt-event-picker__date {
  font-size: 12px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  line-height: 16px;
}

.lt-event-picker__chevron {
  color: oklch(0.5 0.06 295);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.lt-event-picker__chevron--open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lt-event-picker__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: oklch(1 0 0);
  border: 1px solid oklch(0.92 0.02 310);
  border-radius: 16px;
  padding: 8px;
  z-index: 50;
  -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 10px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 10px -5px rgba(0, 0, 0, 0.05);
  min-width: 280px;
  width: 100%;
}

.lt-event-picker__list {
  max-height: 300px;
  overflow-y: auto;
}

.lt-event-picker__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  color: oklch(0.24 0.05 295);
}

.lt-event-picker__option:hover {
  background: oklch(0.97 0.01 295);
}

.lt-event-picker__option--active {
  background: oklch(0.95 0.03 295);
}

.lt-event-picker__option-emoji {
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

.lt-event-picker__option-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-event-picker__option-name {
  font-size: 14px;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  line-height: 17.5px;
}

.lt-event-picker__option-date {
  font-size: 12px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  line-height: 16px;
}

.lt-event-picker__option-role {
  padding: 4px 8px;
  border-radius: 22px;
  font-size: 8px;
}

.lt-event-picker__option-role[data-value='Host'] {
  background: linear-gradient(135deg, oklch(0.97 0.04 305), oklch(0.94 0.06 305));
  color: oklch(0.4 0.18 305);
}

.lt-event-picker__option-role[data-value='Co-Host'] {
  background: linear-gradient(135deg, oklch(0.95 0.06 160), oklch(0.9 0.1 160));
  color: oklch(0.35 0.12 160);
}

.lt-event-picker__option-check {
  color: oklch(0.62 0.18 305);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-event-picker__footer {
  border-top: 1px solid oklch(0.92 0.02 310);
  margin: 4px -8px -8px -8px;
}

.lt-event-picker__new-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: oklab(0.94 0.0393923 -0.00694592/0.4);
  border: none;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: oklch(0.35 0.12 350);
  text-align: center;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.lt-event-picker__new-btn:hover {
  opacity: 0.85;
}

.lt-cta-banner .lt-btn--md {
  padding: 16px 28px !important;
  font-size: 16px !important;
}

/* ============================================
   LT DASHBOARD
   ============================================ */

.lt-dashboard {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Welcome Header */
  /* RSVP Overview heading */
  /* Stat Cards Row */
  /* 3 Cards Row */
  /* Card shared header */
  /* Edit button */
  /* Event Details rows */
  /* Respondents Donut */
  /* QR Code */
  /* Settings Row */
  /* Toggle */
  /* CSS Toggle Switch */
  /* Embed card only: allow grid column to shrink so long iframe snippet scrolls (matches design mock). */
  /* Code Box */
  /* Social Buttons */
  /* Bottom Row — align to 3-col settings row: quick spans 2, meal = 1 track */
  /* Quick Actions — card uses rounded-3xl (24px); .lt-card default is 28px */
  /* Meal Summary — match settings cards (same track width + fixed height) */
}

.lt-dashboard__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.lt-dashboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lt-dashboard__header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-dashboard__header-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 585px) {
  .lt-dashboard__header-right {
    width: 100%;
  }
}

.lt-dashboard__tip-link {
  color: #a855f7;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: all;
  transition: all;
}

.lt-dashboard__tip-link:hover {
  color: oklch(0.32 0.2 305);
}

.lt-dashboard__section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 1.75rem 0 0.75rem 0;
}

.lt-dashboard__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  font-family: 'Fraunces', Georgia, serif !important;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.lt-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .lt-dashboard__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 300px) {
  .lt-dashboard__stats {
    grid-template-columns: 1fr;
  }
}

.lt-dashboard__cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 32px;
}

.lt-dashboard__event-card {
  background-image: -webkit-gradient(linear, left top, left bottom, from(oklch(100% 0 0)), to(oklch(98.5% 0.012 320)));
  background-image: linear-gradient(180deg, oklch(100% 0 0) 0%, oklch(98.5% 0.012 320) 100%);
}

.lt-dashboard__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}

.lt-dashboard__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.lt-dashboard__edit-btn {
  background: oklch(0.94 0.04 350);
  color: oklch(0.35 0.12 350);
  border: none;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  line-height: 16px;
}

.lt-dashboard__edit-btn:hover {
  background: oklch(0.9 0.06 350);
}

.lt-dashboard__event-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 20px;
}

.lt-dashboard__event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.lt-dashboard__event-icon {
  color: oklch(0.62 0.18 305);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  margin-top: 2px;
  background-image: linear-gradient(160deg, oklch(0.97 0.03 350) 0%, oklch(0.97 0.03 305) 45%, oklch(0.97 0.03 230) 100%);
}

.lt-dashboard__event-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.lt-dashboard__event-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: oklch(0.5 0.06 295);
  text-transform: uppercase;
  letter-spacing: 0.55px;
  line-height: 16.5px;
}

.lt-dashboard__event-value {
  font-size: 0.875rem;
  font-weight: 500;
  color: oklch(0.24 0.05 295);
  line-height: 20px;
}

.lt-dashboard__event-edit {
  color: oklch(0.5 0.06 295);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.lt-dashboard__event-edit:hover {
  color: oklch(0.24 0.05 295);
}

.lt-dashboard__respondents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lt-dashboard__donut-wrapper {
  position: relative;
  width: 128px;
  height: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard__donut-center {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lt-dashboard__donut-pct {
  font-size: 24px;
  font-weight: 700;
  color: oklch(0.24 0.05 295);
  font-family: 'Fraunces', Georgia, serif;
  line-height: 32px;
}

.lt-dashboard__donut-label {
  font-size: 10px;
  font-weight: 600;
  color: oklch(0.5 0.06 295);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 15px;
}

.lt-dashboard__donut-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.lt-dashboard__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.lt-dashboard__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard__legend-num {
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  font-size: 14px;
}

.lt-dashboard__legend-text {
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  font-size: 14px;
}

.lt-dashboard__qr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lt-dashboard__qr-placeholder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: 24px;
  width: 128px;
  height: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: linear-gradient(160deg, oklch(97% 0.03 350) 0%, oklch(97% 0.03 305) 45%, oklch(97% 0.03 230) 100%);
  -webkit-box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
          box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
}

.lt-dashboard__qr-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-dashboard__qr-text {
  font-size: 0.875rem;
  color: oklch(0.5 0.06 295);
  line-height: 22.75px;
  margin: 0;
}

.lt-dashboard__qr-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(0.62 0.18 305);
  text-decoration: none;
  margin-top: 12px;
}

.lt-dashboard__qr-download:hover {
  color: oklch(0.5 0.15 305);
}

.lt-dashboard__settings-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media (max-width: 1023px) {
  .lt-dashboard__settings-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 660px) {
  .lt-dashboard__settings-row {
    grid-template-columns: 1fr;
  }
}

.lt-dashboard__settings-card {
  display: block;
  border: 1px solid oklch(0.92 0.02 310);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lt-dashboard__settings-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.lt-dashboard__settings-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.lt-dashboard__settings-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -0.4px;
  line-height: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-dashboard__settings-desc {
  font-size: 0.875rem;
  color: oklch(0.5 0.06 295);
  line-height: 20px;
  margin: 8px 0 0;
}

.lt-dashboard__reply-trend {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.3333% - 10px);
          flex: 1 1 calc(33.3333% - 10px);
  background-image: linear-gradient(160deg, oklch(97% 0.03 350) 0%, oklch(97% 0.03 305) 45%, oklch(97% 0.03 230) 100%);
}

.lt-dashboard__guest-notes {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 calc(66.6667% - 10px);
          flex: 2 1 calc(66.6667% - 10px);
}

.lt-dashboard__toggle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.lt-dashboard__toggle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.lt-dashboard__toggle-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: oklch(0.24 0.05 295);
}

.lt-dashboard__toggle-sub {
  font-size: 0.75rem;
  color: oklch(0.5 0.06 295);
}

.lt-dashboard .lt-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard .lt-toggle input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.lt-dashboard .lt-toggle .lt-toggle__track {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: oklch(0.9 0.02 305);
  border-radius: 9999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.lt-dashboard .lt-toggle .lt-toggle__track::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.lt-dashboard .lt-toggle input:checked + .lt-toggle__track {
  background: linear-gradient(100deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
}

.lt-dashboard .lt-toggle input:checked + .lt-toggle__track::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.lt-dashboard__settings-card:has(.lt-dashboard__code-box) {
  min-width: 0;
}

.lt-dashboard .lt-password-input {
  width: 100%;
  padding: 10px 70px 10px 14px;
  border: 1px solid oklch(0.88 0.02 310);
  border-radius: 9999px;
  font-size: 14px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: oklch(98.5% 0.008 320);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lt-dashboard .lt-password-input:focus {
  border-color: oklch(62% 0.18 305);
}

.lt-dashboard__code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: oklab(0.96 0.0128557 -0.0153209/0.6);
  border-radius: 20px;
  padding: 6px 12px 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 16px;
  color: oklab(0.24 0.0211309 -0.0453154/0.8);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  scrollbar-width: thin;
  scrollbar-color: oklch(0.55 0.05 305) oklch(0.93 0.02 305);
}

.lt-dashboard__code-box::-webkit-scrollbar {
  height: 10px;
}

.lt-dashboard__code-box::-webkit-scrollbar-track {
  background: oklch(0.93 0.02 305);
  border-radius: 6px;
}

.lt-dashboard__code-box::-webkit-scrollbar-thumb {
  background: oklch(0.55 0.06 305);
  border-radius: 6px;
  border: 2px solid oklch(0.93 0.02 305);
}

.lt-dashboard__code-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  color: oklab(0.24 0.0211309 -0.0453154/0.8);
  white-space: nowrap;
}

.lt-dashboard__copy-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: oklch(0.62 0.18 305);
  color: oklch(0.99 0.005 320);
  border: none;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  line-height: 20px;
}

.lt-dashboard__copy-btn:hover {
  background: oklch(0.55 0.18 305);
}

.lt-dashboard__social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.lt-dashboard__social-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lt-dashboard__social-btn:hover {
  opacity: 0.85;
}

.lt-dashboard__social-btn--whatsapp {
  background: oklch(0.82 0.14 155);
  color: white;
}

.lt-dashboard__social-btn--facebook {
  background: oklch(0.45 0.18 260);
  color: white;
}

.lt-dashboard__social-btn--copy {
  background: oklch(0.96 0.02 305);
  color: oklch(0.24 0.05 295);
  border: 1px solid oklch(0.9 0.02 305);
}

.lt-dashboard__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.lt-dashboard__quick-actions.lt-card,
.lt-dashboard__quick-actions.lt-card-hover {
  border-radius: 24px;
}

.lt-dashboard__quick-actions {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 700px;
          flex: 2 1 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: 298px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.lt-dashboard__quick-actions > .lt-dashboard__quick-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}

@media (max-width: 1023px) {
  .lt-dashboard__quick-actions {
    grid-column: span 1;
    height: auto;
    min-height: 0;
  }

  .lt-dashboard__quick-actions > .lt-dashboard__quick-grid {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    overflow-y: visible;
  }
}

.lt-dashboard__quick-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.lt-dashboard__quick-title {
  font-size: 1rem;
  font-weight: 700;
  color: oklch(0.24 0.05 295);
}

.lt-dashboard__quick-sub {
  font-size: 0.8125rem;
  color: oklch(0.5 0.06 295);
}

.lt-dashboard__quick-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  gap: 16px;
}

.lt-dashboard__quick-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: oklab(0.985 0.00612836 -0.0051423/0.4);
  border-radius: 16px;
  border: 1px solid oklch(0.92 0.02 310);
  text-decoration: none;
  color: oklch(0.24 0.05 295);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.lt-dashboard__quick-grid-item:hover {
  border-color: color-mix(in oklab, oklch(62% 0.18 305) 40%, transparent);
  translate: 0 calc(.25rem * -.5);
}

.lt-dashboard__quick-grid-item:hover .lt-dashboard__quick-grid-item-arrow {
  color: oklch(62% 0.18 305) !important;
}

.lt-dashboard__quick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
  border-bottom: 1px solid oklch(0.93 0.02 305);
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.lt-dashboard__quick-item:nth-child(odd) {
  border-right: 1px solid oklch(0.93 0.02 305);
}

.lt-dashboard__quick-item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.lt-dashboard__quick-item:hover {
  background: oklch(0.97 0.01 305);
}

.lt-dashboard__quick-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard__quick-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lt-dashboard__quick-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
}

.lt-dashboard__quick-desc {
  display: block;
  font-size: 0.8125rem;
  color: oklch(0.5 0.06 295);
  line-height: 1.4;
}

.lt-dashboard__quick-arrow {
  color: oklch(0.6 0.05 295);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard__meal-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: span 1;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 298px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid oklch(0.92 0.02 310);
  overflow: hidden;
}

@media (max-width: 1023px) {
  .lt-dashboard__meal-summary {
    grid-column: span 1;
  }
}

.lt-dashboard__meal-summary > .lt-dashboard__meal-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.lt-dashboard__meal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.lt-dashboard__meal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.lt-dashboard__meal-name {
  font-size: 0.875rem;
  color: oklch(0.24 0.05 295);
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-dashboard__meal-bar-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  background: oklch(0.93 0.02 305);
  border-radius: 9999px;
  overflow: hidden;
}

.lt-dashboard__meal-bar {
  height: 100%;
  border-radius: 9999px;
}

.lt-dashboard__meal-count {
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(0.24 0.05 295);
  width: 16px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lt-guest-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.lt-guest-table__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px 24px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
          box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
  background-color: oklch(100% 0 0);
  border: 1px solid oklch(92% 0.02 310);
  border-radius: calc(1rem + 12px);
}

.lt-guest-table__search-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 320px;
}

.lt-guest-table__search-icon {
  position: absolute;
  left: 12px;
  color: #a0aec0;
  pointer-events: none;
}

.lt-guest-table__search-input {
  width: 100%;
  padding: 9px 14px 9px 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #1a202c;
  background: #f8f7ff;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.lt-guest-table__search-input::-webkit-input-placeholder {
  color: #a0aec0;
}

.lt-guest-table__search-input::-ms-input-placeholder {
  color: #a0aec0;
}

.lt-guest-table__search-input::placeholder {
  color: #a0aec0;
}

.lt-guest-table__search-input:focus {
  border-color: #a855f7;
}

.lt-guest-table__filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lt-guest-table__filter-btn {
  padding: 7px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #718096;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.lt-guest-table__filter-btn:hover {
  border-color: #a855f7;
  color: #a855f7;
}

.lt-guest-table__filter-btn--active {
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  border-color: transparent;
  color: #fff;
}

.lt-guest-table__filter-btn--active:hover {
  color: #fff;
}

.lt-guest-table__thead {
  background-color: color-mix(in oklab, oklch(96% 0.02 310) 40%, transparent);
  color: oklch(50% 0.06 295);
  border-bottom: 1px solid oklch(92% 0.02 310);
}

.lt-guest-table__wrapper {
  overflow-x: auto;
  -webkit-box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
          box-shadow: 0 1px 2px oklch(50% 0.1 305/0.04), 0 8px 24px -8px oklch(50% 0.15 305/0.12);
  background-color: oklch(100% 0 0);
  border: 1px solid oklch(92% 0.02 310);
  border-radius: calc(1rem + 12px);
  margin-top: 1.5rem;
}

.lt-guest-table__table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lt-guest-table__th {
  padding: 12px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: oklch(0.5 0.06 295);
  background: transparent;
  border-bottom: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lt-guest-table__th--sortable {
  cursor: pointer;
}

.lt-guest-table__th--sortable:hover {
  color: oklch(0.62 0.18 305);
}

.lt-guest-table__th-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.lt-guest-table__th-info {
  color: oklch(0.5 0.06 295);
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}

.lt-guest-table__sort-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
  vertical-align: middle;
}

.lt-guest-table__row {
  border-bottom: 1px solid oklab(0.92 0.0128557 -0.0153209/0.6);
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}

.lt-guest-table__row:last-child {
  border-bottom: none;
}

.lt-guest-table__row:hover {
  background: oklch(0.98 0.01 310);
}

.lt-guest-table__td {
  padding: 16px 20px;
  font-size: 14px;
  color: oklch(0.24 0.05 295);
  vertical-align: middle;
}

.lt-guest-table__guest-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.lt-guest-table__guest-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.lt-guest-table__guest-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a202c;
  line-height: 1.3;
}

.lt-guest-table__guest-email {
  font-size: 12px;
  color: #a0aec0;
  line-height: 1.3;
}

.lt-guest-table__plus-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lt-guest-table__plus-one-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: oklch(0.82 0.14 80);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 6px;
}

.lt-guest-table__plus-one-dot--active {
  background: oklch(0.7 0.13 160);
}

.lt-guest-table__plus-one-name {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.24 0.05 295);
}

.lt-guest-table__no-plus-one {
  font-size: 12px;
  font-weight: 400;
  color: oklch(0.5 0.06 295);
  font-style: italic;
}

.lt-guest-table__meal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.lt-guest-table__meal-svg {
  color: oklch(0.62 0.18 305);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.lt-guest-table__meal-text {
  font-size: 13px;
  color: #4a5568;
  text-transform: capitalize;
}

.lt-guest-table__meal-none {
  color: oklch(0.5 0.06 295);
  font-size: 12px;
  font-style: italic;
}

.lt-guest-table__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.lt-guest-table__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: none;
  background: transparent;
  color: oklch(0.5 0.06 295);
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0;
}

.lt-guest-table__action-btn svg {
  width: 16px;
  height: 16px;
}

.lt-guest-table__action-btn:hover {
  background: oklch(0.95 0.03 310);
  color: oklch(0.62 0.18 305);
}

.lt-guest-table__action-btn--danger:hover {
  background: oklch(0.95 0.04 25);
  color: oklch(0.45 0.18 25);
}

.lt-guest-table__empty {
  text-align: center;
  padding: 48px 16px;
  color: #a0aec0;
  font-size: 14px;
}

.lt-guest-table__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid oklab(0.92 0.0128557 -0.0153209/0.6);
  background: color-mix(in oklab, oklch(0.96 0.02 310) 40%, transparent);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.lt-guest-table__footer-count {
  font-size: 13px;
  color: oklch(0.5 0.06 295);
}

.lt-guest-table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.lt-guest-table__page-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #718096;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.lt-guest-table__page-btn:hover:not(:disabled) {
  border-color: #a855f7;
  color: #a855f7;
}

.lt-guest-table__page-btn--active {
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  border-color: transparent;
  color: #fff;
}

.lt-guest-table__page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.lt-guest-table__footer-autosave {
  font-size: 13px;
  color: #a0aec0;
}

.lt-guests-rsvp__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0;
}

@media (max-width: 767px) {
  .lt-guests-rsvp__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lt-guests-rsvp__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lt-guests-rsvp__search-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 340px;
}

.lt-guests-rsvp__search-icon {
  position: absolute;
  left: 14px;
  color: #a0aec0;
  pointer-events: none;
}

.lt-guests-rsvp__search-input {
  width: 100%;
  padding: 10px 16px 10px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: #1a202c;
  background: #fff;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.lt-guests-rsvp__search-input::-webkit-input-placeholder {
  color: #a0aec0;
}

.lt-guests-rsvp__search-input::-ms-input-placeholder {
  color: #a0aec0;
}

.lt-guests-rsvp__search-input::placeholder {
  color: #a0aec0;
}

.lt-guests-rsvp__search-input:focus {
  border-color: #a855f7;
}

.lt-guests-rsvp__filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lt-guests-rsvp__filter-btn {
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #718096;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.lt-guests-rsvp__filter-btn:hover {
  border-color: #a855f7;
  color: #a855f7;
}

.lt-guests-rsvp__filter-btn--active {
  background: linear-gradient(100deg, #ec4899 0%, #a855f7 45%, #06b6d4 100%);
  border-color: transparent;
  color: #fff;
}

.lt-guests-rsvp__filter-btn--active:hover {
  color: #fff;
}

.lt-guests-rsvp__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
}

.lt-guests-rsvp__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.lt-guests-rsvp__action-btn:hover {
  border-color: #a855f7;
  color: #a855f7;
}

.lt-guests-rsvp__table-wrap {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0;
}

.lt-guests-rsvp__table-wrap .lt-guest-table {
  border-radius: inherit;
}

.lt-guests-rsvp__notes-section {
  margin-bottom: 96px;
}

.lt-guests-rsvp__notes-header {
  margin-bottom: 20px;
}

.lt-guests-rsvp__notes-title {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 600;
  color: #1a202c;
  margin: 0 0 6px;
}

.lt-guests-rsvp__notes-desc {
  font-size: 14px;
  color: #718096;
  margin: 0;
}

.lt-guests-rsvp__notes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 767px) {
  .lt-guests-rsvp__notes-grid {
    grid-template-columns: 1fr;
  }
}

.lt-guest-table__cols-wrap {
  position: relative;
}

.lt-guest-table__cols-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid oklch(92% 0.02 310);
  background: #fff;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
}

.lt-guest-table__cols-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid oklch(92% 0.02 310);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px rgba(20, 20, 28, 0.08);
          box-shadow: 0 4px 14px rgba(20, 20, 28, 0.08);
  padding: 6px;
  min-width: 200px;
  max-height: 280px;
  overflow: auto;
}

.lt-guest-table__col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 6px;
}

.lt-guest-table__col-row:hover {
  background: oklch(0.97 0.01 295);
}

/* Loading overlay (refetch state) */

.lt-guest-table__wrapper {
  position: relative;
}

.lt-guest-table__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: inherit;
  pointer-events: all;
}

.lt-guest-table__overlay-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: oklch(0.35 0.16 305);
}

.lt-guest-table__spinner {
  -webkit-animation: lt-guest-table__spin 0.9s linear infinite;
          animation: lt-guest-table__spin 0.9s linear infinite;
}

.lt-guest-table__spinner-track {
  stroke: oklch(0.92 0.02 310);
}

.lt-guest-table__spinner-arc {
  stroke: oklch(0.62 0.22 305);
  stroke-dasharray: 90, 200;
  stroke-dashoffset: 0;
  -webkit-animation: lt-guest-table__spin-arc 1.4s ease-in-out infinite;
          animation: lt-guest-table__spin-arc 1.4s ease-in-out infinite;
}

@-webkit-keyframes lt-guest-table__spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lt-guest-table__spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes lt-guest-table__spin-arc {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125;
  }
}

@keyframes lt-guest-table__spin-arc {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125;
  }
}

.lt-guest-table__overlay-fade-enter-active,
.lt-guest-table__overlay-fade-leave-active {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.lt-guest-table__overlay-fade-enter,
.lt-guest-table__overlay-fade-leave-to {
  opacity: 0;
}

/* Sortable column headers */

.lt-guest-table__th--sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lt-guest-table__th--sortable:hover {
  color: oklch(0.35 0.16 305);
}

.lt-guest-table__th-sort-hint {
  color: oklch(0.78 0.04 295);
  margin-left: 4px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.lt-guest-table__th--sortable:hover .lt-guest-table__th-sort-hint {
  opacity: 1;
}

.lt-guest-table__th-sort-arrow {
  color: oklch(0.35 0.16 305);
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
}

.lt-guest-table__th-sort-arrow--desc {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lt-guest-table__th--sorted {
  color: oklch(0.35 0.16 305);
}

/* Pagination */

.lt-guest-table__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lt-guest-table__footer-count {
  font-size: 13px;
  color: oklch(0.5 0.06 295);
}

.lt-guest-table__pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-left: auto;
}

.lt-guest-table__page-btn {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid oklch(0.92 0.02 310);
  background: #fff;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: oklch(0.35 0.06 295);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.15s, color 0.15s, background 0.15s;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.lt-guest-table__page-btn:hover:not(:disabled):not(.lt-guest-table__page-btn--active) {
  border-color: oklch(0.62 0.18 305);
  color: oklch(0.35 0.16 305);
}

.lt-guest-table__page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.lt-guest-table__page-btn--active {
  background: linear-gradient(120deg, oklch(0.74 0.18 350) 0%, oklch(0.62 0.22 305) 45%, oklch(0.78 0.15 230) 100%);
  color: #fff;
  border-color: transparent;
  cursor: default;
}

.lt-guest-table__page-btn--step svg {
  width: 14px;
  height: 14px;
}

.lt-guest-table__page-gap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  color: oklch(0.6 0.04 295);
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lt-guest-table__per-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  color: oklch(0.5 0.06 295);
}

.lt-guest-table__per-page select {
  padding: 4px 22px 4px 8px;
  border: 1px solid oklch(0.92 0.02 310);
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  color: oklch(0.24 0.05 295);
  cursor: pointer;
}

.lt-guest-table__per-page select:focus {
  outline: none;
  border-color: oklch(0.62 0.18 305);
}

@media (max-width: 640px) {
  .lt-guest-table__pager {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lt-guest-table__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

