/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@import url("https://docs.goldtreedev.com/packages/css/theme.css");
@import url("https://docs.goldtreedev.com/packages/css/gtd-ui.css");
@layer properties;
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --mot-content-max: 1200px;
  --mot-tabbar-h: 61px;
  --mot-safe-bottom: env(safe-area-inset-bottom, 0px);
  --mot-safe-top: env(safe-area-inset-top, 0px);
  --mot-tabbar-total: calc(var(--mot-tabbar-h) + var(--mot-safe-bottom));
  --mot-header-h: calc(52px + var(--mot-safe-top));
  --mot-home-sticky-h: calc(var(--mot-safe-top) + 108px);
  --mot-tab-header-h: calc(var(--mot-safe-top) + 56px);
  --mot-tab-header-toolbar-h: calc(var(--mot-safe-top) + 100px);
  --mot-sub-header-h: calc(var(--mot-safe-top) + 56px);
  --mot-header-gap: 12px;
  --mot-content-gap: 16px;
  --mot-fixed-bottom-bar-h: calc(76px + max(12px, env(safe-area-inset-bottom, 0px)));
  --mot-trainer-detail-bar-h: calc(112px + max(12px, env(safe-area-inset-bottom, 0px)));
  --font-sans: "Paperlogy", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-display: "Paperlogy", "Pretendard", system-ui, sans-serif;
  --mot-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
html, body {
  height: 100%;
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.mot-app-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: var(--gtd-bg);
}
.mot-app-shell--with-tabbar .mot-app-scroll {
  padding-bottom: 0;
}
.mot-app-shell--with-tabbar .mot-home-feed .mot-feed-list, .mot-app-shell--with-tabbar .mot-home-feed .mot-feed-list--grid {
  padding-bottom: calc(16px + var(--mot-safe-bottom));
}
.mot-app-scroll {
  flex: 1;
  min-height: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-y;
  padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
}
body:has(.gtd-bottom-sheet-content[data-state="open"]) .mot-app-scroll {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  pointer-events: none;
}
body:has(.gtd-bottom-sheet-content[data-state="open"]) .gtd-dialog-overlay {
  touch-action: none;
}
.mot-app-tabbar {
  position: relative;
  z-index: var(--z-overlay);
  flex-shrink: 0;
  width: 100%;
  padding-bottom: var(--mot-safe-bottom);
  background: color-mix(in srgb, #121418 98%, transparent);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-top: 1px solid color-mix(in srgb, #fff 8%, transparent);
}
.mot-desktop-sidebar {
  display: none;
}
.mot-chat-desktop {
  display: none;
}
.mot-chat-mobile {
  display: block;
  width: 100%;
}
.mot-app-tabbar__inner {
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
}
.mot-tabbar {
  width: 100%;
}
.mot-tabbar__list {
  display: flex;
  margin: 0;
  padding: 4px 8px 8px;
  list-style: none;
}
.mot-tabbar__item {
  flex: 1;
  min-width: 0;
}
.mot-tabbar__button {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 48px;
  padding: 6px 4px;
  border: none;
  background: transparent;
  color: color-mix(in srgb, #fff 42%, transparent);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s var(--mot-ease-out);
}
.mot-tabbar__button--active {
  color: #fff;
}
.mot-tabbar__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mot-tabbar__icon-wrap .gtd-icon--mono {
  filter: brightness(0) invert(1);
  opacity: 0.42;
  transition: opacity 0.2s var(--mot-ease-out);
}
.mot-tabbar__button--active .mot-tabbar__icon-wrap .gtd-icon--mono {
  opacity: 1;
}
.mot-tabbar__badge {
  position: absolute;
  top: -4px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff4757;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px color-mix(in srgb, #121418 94%, transparent);
}
.mot-tabbar__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color 0.2s var(--mot-ease-out);
}
.mot-tabbar__button--active .mot-tabbar__label {
  color: #fff;
}
.mot-tab-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  padding-top: var(--mot-safe-top);
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 90%, transparent);
  }
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 65%, transparent);
  }
}
.mot-tab-header + *, .mot-sub-header + * {
  padding-top: var(--mot-header-gap);
}
.mot-tab-header + .mot-section.mot-section--top, .mot-sub-header + .mot-section.mot-section--top {
  padding-top: calc(var(--mot-header-gap) + 8px);
}
.mot-tab-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
  min-height: 52px;
  padding: 0 max(16px, env(safe-area-inset-right, 0px)) 4px max(16px, env(safe-area-inset-left, 0px));
}
.mot-tab-header__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--gtd-text);
}
.mot-tab-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.mot-header-cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--mot-brand);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s var(--mot-ease-out);
}
.mot-header-cta:active {
  background: var(--mot-brand-deep);
}
.mot-sub-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: var(--mot-safe-top) max(12px, env(safe-area-inset-right, 0px)) 4px max(12px, env(safe-area-inset-left, 0px));
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 92%, transparent);
  }
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gtd-border);
}
.mot-sub-header__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
}
.mot-sub-header__title {
  flex: 1;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gtd-text);
}
.mot-page-body {
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
}
.mot-section {
  padding-inline: max(16px, env(safe-area-inset-left, 0px)) max(16px, env(safe-area-inset-right, 0px));
  padding-bottom: 16px;
}
.mot-tab-header + .mot-section, .mot-sub-header + .mot-section, .mot-tab-header + .mot-page-body, .mot-sub-header + .mot-page-body {
  padding-top: var(--mot-header-gap);
}
.mot-section--top {
  padding-top: var(--mot-content-gap);
}
.mot-section--tight {
  padding-top: var(--mot-header-gap);
  padding-bottom: 8px;
}
.mot-section--feed {
  padding-top: 12px;
  padding-bottom: 24px;
}
.mot-feed-list {
  padding-top: 4px;
  padding-bottom: 32px;
}
.mot-feed-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 32px;
}
.mot-feed-list--grid .mot-feed-list__news {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.mot-feed-list--grid .mot-trainer-card {
  margin: 0;
  border-bottom: none;
}
.mot-feed-list--grid .mot-trainer-card:first-child, .mot-feed-list--grid .mot-trainer-card:last-child {
  padding: 0;
}
.mot-home-feed {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  padding-top: var(--mot-header-gap);
}
.mot-feed-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
}
.mot-feed-toolbar__filters {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.mot-feed-toolbar__edge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 44px;
  pointer-events: none;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  background: linear-gradient( 270deg, var(--gtd-bg) 0%, var(--gtd-bg) 20%, var(--gtd-bg) 42%, var(--gtd-bg) 66%, transparent 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 270deg, var(--gtd-bg) 0%, color-mix(in srgb, var(--gtd-bg) 94%, transparent) 20%, color-mix(in srgb, var(--gtd-bg) 72%, transparent) 42%, color-mix(in srgb, var(--gtd-bg) 38%, transparent) 66%, transparent 100% );
  }
}
.mot-feed-toolbar .mot-trainer-filter {
  flex: 1;
  min-width: 0;
  padding: 0;
  padding-right: 4px;
}
.mot-feed-toolbar .mot-trainer-filter::after {
  flex: 0 0 12px;
}
.mot-feed-view-toggle {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  gap: 2px;
  height: 36px;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 42%, transparent);
  }
  background: var(--gtd-bg-2);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg-2) 88%, var(--gtd-bg));
  }
}
.mot-feed-view-toggle__btn {
  display: inline-flex;
  height: 32px;
  width: 32px;
  min-width: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
}
.mot-feed-view-toggle__btn.is-active {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 14%, var(--gtd-bg));
  }
  color: var(--mot-brand-deep);
}
.gtd-bottom-sheet-content {
  border-color: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--gtd-border) 70%, transparent);
  }
  background: var(--gtd-bg);
  box-shadow: 0 -12px 40px color-mix(in srgb, #000 8%, transparent);
}
.gtd-bottom-sheet-body {
  padding-inline: max(16px, env(safe-area-inset-left, 0px)) max(16px, env(safe-area-inset-right, 0px));
  padding-bottom: 12px;
}
.gtd-bottom-sheet-header {
  padding-inline: max(16px, env(safe-area-inset-left, 0px)) max(16px, env(safe-area-inset-right, 0px));
}
.gtd-bottom-sheet-cta {
  position: relative;
  padding: 8px max(16px, env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
  border-top: none;
  background: linear-gradient( 180deg, transparent 0%, var(--gtd-bg) 28%, var(--gtd-bg) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 180deg, transparent 0%, color-mix(in srgb, var(--gtd-bg) 82%, transparent) 28%, color-mix(in srgb, var(--gtd-bg) 96%, transparent) 100% );
  }
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}
.gtd-bottom-sheet-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 1px;
  background: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-border) 42%, transparent);
  }
}
.gtd-bottom-sheet-cta__button {
  min-height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: none;
}
.gtd-bottom-sheet-cta .gtd-btn {
  min-height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.gtd-bottom-sheet-double-cta {
  gap: 8px;
}
.mot-bottom-sheet-footer-stack {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.mot-bottom-sheet-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gtd-bottom-sheet-body .mot-sport-grid {
  padding-inline: 0;
  padding-bottom: 4px;
}
.mot-home-sticky-top {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: var(--mot-safe-top);
  background: var(--gtd-bg, #f4f6fa);
  border-bottom: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 65%, transparent);
  }
  box-shadow: 0 1px 0 var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1px 0 color-mix(in srgb, var(--gtd-border) 40%, transparent);
  }
}
.mot-logo-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: var(--mot-content-max);
  min-height: 52px;
  margin: 0 auto;
  padding: 6px max(16px, env(safe-area-inset-right, 0px)) 4px max(16px, env(safe-area-inset-left, 0px));
}
.mot-logo-header__left {
  display: flex;
  min-width: 0;
  justify-self: start;
}
.mot-logo-header__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  justify-self: center;
  grid-column: 2;
  pointer-events: none;
}
.mot-logo-header__wordmark {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--mot-brand-deep);
}
.mot-logo-header__tagline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--gtd-text-sub);
}
.mot-logo-header__tagline-wrap {
  display: grid;
  place-items: center;
}
.mot-logo-header__tagline-wrap > .mot-logo-header__tagline {
  grid-area: 1 / 1;
}
.mot-logo-header__tagline--measure {
  visibility: hidden;
  pointer-events: none;
}
.mot-logo-header__tagline--typing {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.mot-logo-header__cursor {
  display: inline-block;
  width: 2px;
  height: 0.95em;
  margin-left: 1px;
  border-radius: 1px;
  background: var(--mot-brand-deep);
  animation: mot-typing-cursor 1s step-end infinite;
}
@keyframes mot-typing-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mot-logo-header__cursor {
    animation: none;
    display: none;
  }
}
.mot-logo-header__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  grid-column: 3;
  gap: 2px;
}
.mot-pill-btn--compact {
  max-width: min(160px, 36vw);
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  gap: 4px;
}
.mot-home-sticky-top + .mot-hero-gradient {
  padding-top: 8px;
}
.mot-home-feed__body {
  position: relative;
  padding-bottom: 8px;
}
.mot-home-feed .mot-feed-list {
  padding-bottom: 24px;
}
.mot-home-feed .mot-feed-list--grid {
  padding-bottom: 28px;
}
.mot-home-feed__loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 48px;
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 72%, transparent);
  }
  backdrop-filter: blur(2px);
}
.mot-home-feed .mot-trainer-filter {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.mot-home-feed .mot-trainer-promo-banner {
  margin-top: 4px;
  margin-bottom: 12px;
  z-index: 0;
  position: relative;
}
.mot-home-feed .mot-signup-banner {
  margin: 0 max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
}
@media (min-width: 1024px) {
  .mot-home-feed .mot-trainer-promo-banner {
    margin-bottom: 16px;
  }
  .mot-feed-list--grid .mot-trainer-promo-banner {
    grid-column: 1 / -1;
  }
}
.mot-section--stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mot-inset-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mot-inset-scroll::-webkit-scrollbar {
  display: none;
}
.mot-inset-scroll::after {
  content: "";
  flex: 0 0 16px;
}
.mot-sport-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-right, 0px)) 10px max(16px, env(safe-area-inset-left, 0px));
  --mot-sport-fade-solid: var(--gtd-bg);
}
.mot-home-sticky-top .mot-sport-bar {
  --mot-sport-fade-solid: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    --mot-sport-fade-solid: color-mix(in srgb, var(--gtd-bg) 94%, transparent);
  }
}
.mot-sport-bar__scroll-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.mot-sport-bar__scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 4px 4px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.mot-sport-bar__scroll::-webkit-scrollbar {
  display: none;
}
.mot-sport-bar__scroll::after {
  content: "";
  flex: 0 0 12px;
}
.mot-sport-bar__edge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 44px;
  pointer-events: none;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  background: linear-gradient( 270deg, var(--mot-sport-fade-solid) 0%, var(--mot-sport-fade-solid) 20%, var(--mot-sport-fade-solid) 42%, var(--mot-sport-fade-solid) 66%, transparent 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 270deg, var(--mot-sport-fade-solid) 0%, color-mix(in srgb, var(--mot-sport-fade-solid) 94%, transparent) 20%, color-mix(in srgb, var(--mot-sport-fade-solid) 72%, transparent) 42%, color-mix(in srgb, var(--mot-sport-fade-solid) 38%, transparent) 66%, transparent 100% );
  }
}
.mot-sport-bar__menu {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 42%, transparent);
  }
  background: var(--gtd-bg-2);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg-2) 88%, var(--gtd-bg));
  }
}
.mot-sport-bar__menu-btn {
  display: inline-flex;
  height: 32px;
  width: 32px;
  min-width: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
}
.mot-sport-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--gtd-text-sub);
}
.mot-sport-icon--tinted {
  color: var(--mot-sport-icon-color, var(--mot-brand-deep));
}
.mot-sport-chip {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 0 14px 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text);
  white-space: nowrap;
  scroll-snap-align: start;
  transition: background 0.15s var(--mot-ease-out), border-color 0.15s var(--mot-ease-out), color 0.15s var(--mot-ease-out), box-shadow 0.15s var(--mot-ease-out);
}
.mot-sport-chip:hover {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 28%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 6%, var(--gtd-bg-2));
  }
}
.mot-sport-chip[data-active="true"] {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 45%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 14%, var(--gtd-bg-2));
  }
  color: var(--mot-brand-deep);
  box-shadow: 0 1px 0 var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 1px 0 color-mix(in srgb, var(--mot-brand) 18%, transparent);
  }
}
.mot-sport-chip[data-active="true"] .mot-sport-icon--tinted {
  color: var(--mot-brand-deep);
}
.mot-option-chip__status, .mot-option-chip__clear {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.mot-option-chip__status {
  color: var(--mot-brand-deep);
}
.mot-option-chip__clear {
  margin-left: -2px;
  color: var(--mot-brand-deep);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--mot-brand-deep) 72%, var(--gtd-text-sub));
  }
}
.mot-sport-chip[data-active="true"]:has(.mot-option-chip__clear) {
  padding-right: 10px;
}
.mot-trainer-filter__chip--active:has(.mot-option-chip__clear) {
  padding-right: 10px;
  gap: 6px;
}
.mot-sport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 8px 16px 20px;
}
.mot-sport-tile {
  position: relative;
  display: flex;
  min-height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 10px 6px;
  text-align: center;
  transition: transform 0.15s var(--mot-ease-out), border-color 0.15s var(--mot-ease-out), background 0.15s var(--mot-ease-out);
}
.mot-sport-tile:active {
  transform: scale(0.97);
}
.mot-sport-tile[data-active="true"] {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 45%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
}
.mot-sport-tile__selected {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  border-radius: 999px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 16%, var(--gtd-bg));
  }
  color: var(--mot-brand-deep);
}
.mot-sport-tile__icon {
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--mot-sport-icon-color, var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-sport-icon-color, var(--mot-brand)) 14%, var(--gtd-bg));
  }
}
.mot-sport-tile__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--gtd-text);
}
@media (min-width: 1024px) {
  .mot-sport-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    padding-inline: 24px;
  }
}
@media (min-width: 768px) {
  .mot-logo-header {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
  .mot-sport-bar {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
  .mot-feed-toolbar {
    max-width: var(--mot-content-max);
    margin: 0 auto;
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
}
@media (min-width: 768px) {
  .mot-inset-scroll {
    max-width: var(--mot-content-max);
    margin: 0 auto;
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
}
.mot-card {
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  box-shadow: 0 1px 2px color-mix(in srgb, #000 4%, transparent);
  overflow: hidden;
}
.mot-card .gtd-media-card {
  border: none;
  box-shadow: none;
  background: transparent;
}
.mot-list-surface {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
}
.mot-list-surface > * + *, .mot-list-surface > a + a, .mot-list-surface > button + button {
  border-top: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
  }
}
.mot-list-surface a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.mot-tab-header__toolbar {
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
  padding: 4px max(16px, env(safe-area-inset-right, 0px)) 8px max(16px, env(safe-area-inset-left, 0px));
}
.mot-tab-header__toolbar .gtd-segmented-control {
  width: 100%;
}
.mot-map-layout {
  display: flex;
  flex-direction: column;
  min-height: min(100%, calc(100dvh - var(--mot-tabbar-total)));
  padding-bottom: 8px;
}
.mot-map-layout__canvas {
  position: relative;
  flex-shrink: 0;
  height: clamp(300px, 48dvh, 480px);
  margin: 0 max(16px, env(safe-area-inset-right, 0px)) 0 max(16px, env(safe-area-inset-left, 0px));
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
}
.mot-map-view-shell {
  position: relative;
  height: 100%;
  width: 100%;
  isolation: isolate;
}
.mot-map-view {
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.mot-map-view[data-map-error="true"] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gtd-bg-3);
  color: var(--gtd-text-sub);
  font-size: 14px;
}
.mot-map-view[data-map-error="true"]::after {
  content: "지도를 불러오지 못했어요. 새로고침해 주세요.";
  padding: 16px;
  text-align: center;
}
.mot-map-marker {
  background: transparent;
  border: none;
}
.mot-map-marker-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
  cursor: pointer;
  appearance: none;
  font: inherit;
  color: #fff;
  background: var(--mot-brand-deep);
}
.mot-map-marker-pin--cluster {
  position: relative;
  width: 40px;
  height: 40px;
}
.mot-map-marker-pin--trainer {
  width: 36px;
  height: 36px;
}
.mot-map-marker-pin__icon-host {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mot-map-marker-pin__icon {
  color: #fff;
}
.mot-map-marker-pin__count {
  position: absolute;
  right: -5px;
  bottom: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 9999px;
  background: var(--mot-brand-deep);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.mot-map-marker-pin--selected {
  box-shadow: 0 0 0 3px color-mix(in srgb, #fff 85%, transparent), 0 4px 14px rgb(0 0 0 / 28%);
  transform: scale(1.08);
}
.mot-map-controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.mot-map-control-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 88%, transparent);
  }
  background: var(--gtd-bg-2);
  box-shadow: 0 8px 20px color-mix(in srgb, #000 14%, transparent);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--gtd-text);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s var(--mot-ease-out), border-color 0.15s var(--mot-ease-out), color 0.15s var(--mot-ease-out), box-shadow 0.15s var(--mot-ease-out);
}
.mot-map-control-btn:hover:not(.mot-map-control-btn--active) {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 32%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 6%, var(--gtd-bg-2));
  }
}
.mot-map-control-btn.mot-map-control-btn--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 55%, transparent);
  }
  background: var(--mot-brand);
  color: #fff;
  box-shadow: 0 8px 20px var(--mot-brand-deep);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 8px 20px color-mix(in srgb, var(--mot-brand-deep) 36%, transparent);
  }
}
.mot-map-control-btn.mot-map-control-btn--active:hover {
  background: var(--mot-brand-deep);
  color: #fff;
}
@media (min-width: 768px) {
  .mot-map-layout__canvas {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 48px);
    max-width: calc(var(--mot-content-max) - 48px);
  }
}
.mot-map-drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--mot-tabbar-total);
  z-index: var(--z-overlay);
  display: flex;
  max-height: calc(88dvh - var(--mot-tabbar-total));
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  border-bottom: none;
  background: var(--gtd-bg);
  box-shadow: 0 -12px 40px color-mix(in srgb, #000 10%, transparent);
}
.mot-map-drawer__body {
  overflow-y: auto;
  padding: 16px max(16px, env(safe-area-inset-right, 0px)) 20px max(16px, env(safe-area-inset-left, 0px));
}
.mot-profile-hero {
  padding: 8px max(16px, env(safe-area-inset-right, 0px)) 24px max(16px, env(safe-area-inset-left, 0px));
}
.mot-tab-header + .mot-profile-hero {
  padding-top: calc(var(--mot-header-gap) + 8px);
}
.mot-stats-card {
  margin-top: -12px;
  margin-bottom: 8px;
}
.mot-form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0 24px;
}
.mot-form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-form-field input, .mot-form-field select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  border-radius: 12px;
  padding: 0 14px;
  font-size: 15px;
  color: var(--gtd-text);
  background: var(--gtd-bg-2);
}
.mot-sub-page {
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
}
.mot-sub-page--with-bar {
  padding-bottom: var(--mot-fixed-bottom-bar-h);
}
.mot-chat-row.gtd-list-row {
  align-items: center;
}
.mot-chat-row .gtd-list-row__contents {
  min-width: 0;
}
.mot-chat-row__text {
  min-width: 0;
  overflow: hidden;
}
.mot-chat-row__name, .mot-chat-row__preview {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mot-chat-row__avatar {
  display: flex;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--mot-primary-soft);
}
.mot-chat-row__meta {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.mot-chat-row__time {
  font-size: 12px;
  color: var(--gtd-text-sub);
  white-space: nowrap;
}
.mot-chat-room {
  display: flex;
  flex-direction: column;
  background: var(--gtd-bg);
}
.mot-chat-room--embedded {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.mot-chat-room__messages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px max(16px, env(safe-area-inset-right, 0px)) 16px max(16px, env(safe-area-inset-left, 0px));
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mot-chat-room__composer {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 92%, transparent);
  }
  padding: 12px max(16px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
  backdrop-filter: blur(16px);
}
@media (min-width: 768px) {
  .mot-section {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
  .mot-tab-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mot-tab-header__toolbar {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mot-profile-hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mot-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: min(220px, 50vw);
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  color: var(--gtd-text);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background 0.2s var(--mot-ease-out);
}
.mot-pill-btn:hover {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 18%, var(--gtd-bg-2));
  }
}
.mot-pill-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mot-hero-gradient {
  background: linear-gradient( 180deg, var(--mot-brand) 0%, var(--gtd-bg) 72% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 180deg, color-mix(in srgb, var(--mot-brand) 8%, var(--gtd-bg)) 0%, var(--gtd-bg) 72% );
  }
}
.mot-hero-gradient .mot-inset-scroll {
  padding-top: 8px;
}
.mot-hero-gradient + .mot-inset-scroll {
  padding-top: 8px;
}
.mot-banner-strip {
  width: 100%;
  padding-bottom: 8px;
}
.mot-banner-carousel .gtd-carousel__control {
  display: none;
}
.mot-banner-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding-bottom: 4px;
}
.mot-banner-dots__dot {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--gtd-text-sub);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-text-sub) 35%, transparent);
  }
  padding: 0;
  cursor: pointer;
  transition: width 0.2s var(--mot-ease-out), background 0.2s var(--mot-ease-out);
}
.mot-banner-dots__dot.is-active {
  width: 18px;
  background: var(--mot-brand);
}
.mot-banner-carousel .gtd-carousel__track {
  gap: 12px;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
  scroll-padding-left: max(16px, env(safe-area-inset-left, 0px));
  scroll-padding-right: max(16px, env(safe-area-inset-right, 0px));
}
.mot-banner-carousel .gtd-carousel__slide {
  flex: 0 0 min(calc(100vw - 32px), calc(var(--mot-content-max) - 32px));
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .mot-banner-carousel .gtd-carousel__track {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
    scroll-padding-left: max(24px, env(safe-area-inset-left, 0px));
    scroll-padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
  .mot-banner-carousel .gtd-carousel__slide {
    flex-basis: min(calc(100vw - 48px), calc(var(--mot-content-max) - 48px));
  }
}
.mot-banner-card {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  padding: 24px 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px color-mix(in srgb, #000 12%, transparent);
}
.mot-services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mot-services-promo {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #4f8cff 0%, #6eb5ff 100%);
  box-shadow: 0 4px 16px color-mix(in srgb, #4f8cff 24%, transparent);
}
.mot-services-promo__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.92;
}
.mot-services-promo__title {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.mot-services-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mot-services-card {
  position: relative;
  display: flex;
  min-height: 112px;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 16px;
  text-decoration: none;
  transition: transform 0.15s var(--mot-ease-out);
}
.mot-services-card:active {
  transform: scale(0.98);
}
.mot-services-card--hero {
  grid-row: span 2;
  min-height: 236px;
  background: linear-gradient( 160deg, var(--mot-brand) 0%, var(--gtd-bg-2) 70% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 160deg, color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2)) 0%, var(--gtd-bg-2) 70% );
  }
}
.mot-services-card--wide {
  grid-column: span 2;
  min-height: 96px;
}
.mot-services-badge {
  align-self: flex-start;
  border-radius: 999px;
  background: var(--mot-accent);
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.mot-services-badge--soft {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 18%, var(--gtd-bg));
  }
  color: var(--mot-brand-deep);
}
.mot-services-card__title {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gtd-text);
}
.mot-services-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--gtd-text-sub);
}
.mot-services-card__icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}
.mot-theme-picker {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 16px;
}
.mot-theme-picker__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mot-theme-picker__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gtd-text);
}
.mot-theme-picker__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--gtd-text-sub);
}
.mot-services-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.mot-services-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s var(--mot-ease-out);
}
.mot-services-action:active {
  transform: scale(0.98);
}
.mot-services-action--ghost {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  color: var(--mot-brand-deep);
}
.mot-services-action--primary {
  background: var(--mot-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-accent) 14%, var(--gtd-bg));
  }
  color: var(--mot-accent);
}
.mot-tab-header__actions .gtd-icon-button {
  flex-shrink: 0;
}
.mot-fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-modal);
  width: 100%;
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 94%, transparent);
  }
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px max(16px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
}
.mot-fixed-bottom-bar__inner {
  width: 100%;
  max-width: var(--mot-content-max);
  margin: 0 auto;
}
.mot-settings-group {
  margin-bottom: 24px;
}
.mot-settings-group:first-child {
  margin-top: 8px;
}
.mot-settings-group__title {
  margin-bottom: 8px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-settings-list {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
}
.mot-settings-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gtd-text);
  text-decoration: none;
  transition: background 0.15s var(--mot-ease-out);
}
.mot-settings-list__row:hover {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 6%, transparent);
  }
}
.mot-settings-list__row + .mot-settings-list__row {
  border-top: 1px solid var(--gtd-border);
}
.mot-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 768px) {
  .mot-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mot-service-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  text-decoration: none;
  transition: transform 0.15s var(--mot-ease-out);
}
.mot-service-tile:active {
  transform: scale(0.98);
}
.mot-service-tile__icon {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 14%, var(--gtd-bg));
  }
}
.mot-service-tile__label {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--gtd-text);
}
.mot-search-bar {
  position: relative;
}
.mot-search-bar__submit {
  position: absolute;
  right: 12px;
  top: 50%;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: none;
  border-radius: 999px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 16%, transparent);
  }
  cursor: pointer;
  transition: background 0.2s var(--mot-ease-out), transform 0.2s var(--mot-ease-out);
}
.mot-search-bar__submit:hover:not(:disabled) {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 24%, transparent);
  }
}
.mot-search-bar__submit:active:not(:disabled) {
  transform: translateY(-50%) scale(0.94);
}
.mot-search-bar__submit--loading {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 28%, transparent);
  }
  cursor: wait;
}
.mot-search-entry {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 0 16px;
  font-size: 15px;
  color: var(--gtd-text-sub);
  text-decoration: none;
  transition: border-color 0.2s var(--mot-ease-out), background 0.2s var(--mot-ease-out);
}
.mot-search-entry:active {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 6%, var(--gtd-bg-2));
  }
}
@media (min-width: 1024px) {
  :root {
    --mot-sidebar-w: 240px;
    --mot-desktop-pad: 32px;
  }
  .mot-app-shell--with-nav {
    flex-direction: row;
  }
  .mot-app-shell--with-nav .mot-app-scroll {
    padding-bottom: 0;
  }
  .mot-app-main {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }
  .mot-desktop-sidebar {
    display: flex;
    width: var(--mot-sidebar-w);
    flex-shrink: 0;
    flex-direction: column;
    height: 100dvh;
    border-right: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-right: 1px solid color-mix(in srgb, var(--gtd-border) 75%, transparent);
    }
    background: var(--gtd-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--gtd-bg) 96%, var(--mot-brand-soft));
    }
    padding: 24px 16px;
  }
  .mot-desktop-sidebar__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px 24px;
  }
  .mot-desktop-sidebar__mark {
    display: flex;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mot-brand) 0%, #c4b8ff 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
  }
  .mot-desktop-sidebar__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--gtd-text);
  }
  .mot-desktop-sidebar__sub {
    margin: 2px 0 0;
    font-size: 12px;
    color: var(--gtd-text-sub);
  }
  .mot-desktop-sidebar__nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
  }
  .mot-desktop-sidebar__link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--gtd-text-sub);
    text-decoration: none;
    transition: background 0.2s var(--mot-ease-out), color 0.2s var(--mot-ease-out);
  }
  .mot-desktop-sidebar__link:hover {
    background: var(--mot-brand);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--mot-brand) 8%, transparent);
    }
    color: var(--gtd-text);
  }
  .mot-desktop-sidebar__link[data-active="true"] {
    background: var(--mot-brand);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--mot-brand) 14%, transparent);
    }
    color: var(--mot-brand-deep);
  }
  .mot-desktop-sidebar__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mot-desktop-sidebar__badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
  }
  .mot-desktop-sidebar__footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-top: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
    }
  }
  .mot-desktop-sidebar__link--sub {
    font-size: 14px;
    font-weight: 500;
  }
  .mot-app-tabbar {
    display: none;
  }
  .mot-app-scroll {
    padding-right: 0;
  }
  .mot-page-body, .mot-tab-header__inner, .mot-sub-header__inner, .mot-logo-header, .mot-feed-toolbar, .mot-home-feed, .mot-fixed-bottom-bar__inner {
    max-width: min(var(--mot-content-max), calc(100vw - var(--mot-sidebar-w) - 64px));
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mot-feed-list--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .mot-home-sticky-top, .mot-tab-header, .mot-sub-header {
    padding-left: var(--mot-desktop-pad);
    padding-right: var(--mot-desktop-pad);
  }
  .mot-section {
    padding-left: var(--mot-desktop-pad);
    padding-right: var(--mot-desktop-pad);
  }
  .mot-map-layout {
    min-height: auto;
    padding-bottom: 24px;
  }
  .mot-map-layout--desktop .mot-map-layout__body {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    gap: 20px;
    max-width: min(var(--mot-content-max), calc(100vw - var(--mot-sidebar-w) - 64px));
    margin: 0 auto;
    padding: 0 var(--mot-desktop-pad) 24px;
  }
  .mot-map-layout--desktop .mot-map-layout__canvas {
    height: min(72dvh, 640px);
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .mot-map-layout__panel {
    overflow-y: auto;
    max-height: min(72dvh, 640px);
    border-radius: 16px;
    border: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
    }
    background: var(--gtd-bg-2);
    padding: 20px;
  }
  .mot-trainer-detail-page {
    max-width: min(960px, calc(100vw - var(--mot-sidebar-w) - 64px));
    margin: 0 auto;
  }
  .mot-trainer-detail-hero {
    min-height: 280px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
  .mot-chat-room {
    max-width: min(720px, calc(100vw - var(--mot-sidebar-w) - 64px));
    margin: 0 auto;
  }
  .mot-services-bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mot-app-shell--with-nav .mot-fixed-bottom-bar {
    left: var(--mot-sidebar-w);
    width: calc(100% - var(--mot-sidebar-w));
  }
  .mot-app-shell--with-nav .mot-sub-page, .mot-app-shell--with-nav .mot-settings-group, .mot-app-shell--sub-route .mot-sub-header__inner {
    max-width: min(var(--mot-content-max), calc(100vw - var(--mot-sidebar-w) - 64px));
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mot-app-shell--with-nav:not(.mot-app-shell--sub-route) .mot-page-body, .mot-app-shell--with-nav:not(.mot-app-shell--sub-route) .mot-sub-header__inner {
    max-width: min(var(--mot-content-max), calc(100vw - var(--mot-sidebar-w) - 64px));
  }
  .mot-sub-page--with-bar {
    padding-bottom: 24px;
  }
  .mot-post-detail .mot-section.pb-32 {
    padding-bottom: 24px;
  }
  .mot-post-detail .mot-fixed-bottom-bar {
    position: static;
    width: 100%;
    left: auto;
    border-top: 1px solid var(--gtd-border);
    border-radius: 16px;
    margin-top: 8px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--gtd-bg-2);
  }
  .mot-community-feed--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .mot-community-feed--grid > :not(.mot-card):not(article) {
    grid-column: 1 / -1;
  }
  .mot-feed-list--grid .mot-empty, .mot-feed-list--grid .mot-loading-state {
    grid-column: 1 / -1;
  }
  .mot-app-scroll:has(.mot-chat-desktop) {
    overflow: hidden;
  }
  .mot-chat-desktop {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
  }
  .mot-chat-desktop__list {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-right: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
    }
    background: var(--gtd-bg);
  }
  .mot-chat-desktop__list-head {
    flex-shrink: 0;
    padding: 20px 16px 12px;
    border-bottom: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
    }
  }
  .mot-chat-desktop__list-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--gtd-text);
  }
  .mot-chat-room-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  .mot-chat-room-list__item.is-active {
    background: var(--mot-brand);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--mot-brand) 10%, var(--gtd-bg-2));
    }
  }
  .mot-chat-desktop__main {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--gtd-bg);
  }
  .mot-chat-desktop__placeholder {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    text-align: center;
    color: var(--gtd-text-sub);
  }
  .mot-chat-desktop__placeholder-title {
    margin: 8px 0 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--gtd-text);
  }
  .mot-chat-desktop__placeholder-desc {
    margin: 0;
    max-width: 280px;
    font-size: 14px;
    line-height: 1.5;
  }
  .mot-chat-mobile {
    display: none;
  }
  .mot-chat-room--desktop-pane {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    height: 100%;
    max-height: 100dvh;
  }
  .mot-chat-room--desktop-pane .mot-chat-room__messages {
    flex: 1;
  }
  .mot-chat-room__desktop-head {
    flex-shrink: 0;
    border-bottom: 1px solid var(--gtd-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
    }
    padding: 16px 24px;
  }
  .mot-chat-room__desktop-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--gtd-text);
  }
  .mot-chat-room--desktop-pane.mot-chat-room {
    max-width: none;
    margin: 0;
  }
  .mot-banner-carousel .gtd-carousel__slide {
    flex-basis: min(560px, calc(100% - 48px));
  }
}
@media (min-width: 1280px) {
  .mot-feed-list--grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mot-community-feed--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mot-map-layout--desktop .mot-map-layout__body {
    max-width: var(--mot-content-max);
  }
}
@media (max-width: 1023px) {
  .mot-desktop-sidebar {
    display: none;
  }
  .mot-app-main {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }
  .mot-home-sticky-top, .mot-tab-header, .mot-sub-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-overlay);
    background: var(--gtd-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--gtd-bg) 96%, transparent);
    }
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
  }
  .mot-home-sticky-top + .mot-hero-gradient {
    padding-top: var(--mot-home-sticky-h);
  }
  .mot-tab-header + *, .mot-sub-header + * {
    scroll-margin-top: var(--mot-tab-header-h);
  }
  .mot-tab-header + .mot-section, .mot-tab-header + .mot-page-body, .mot-tab-header + .mot-profile-hero, .mot-tab-header + .mot-map-layout, .mot-tab-header + .mot-community-feed, .mot-sub-header + .mot-section, .mot-sub-header + .mot-page-body, .mot-sub-header + .mot-sub-page {
    padding-top: var(--mot-tab-header-h);
  }
  .mot-tab-header:has(.mot-tab-header__toolbar) + .mot-section, .mot-tab-header:has(.mot-tab-header__toolbar) + .mot-page-body {
    padding-top: var(--mot-tab-header-toolbar-h);
  }
  .mot-sub-header + .mot-section, .mot-sub-header + .mot-page-body, .mot-sub-header + .mot-sub-page {
    padding-top: var(--mot-sub-header-h);
  }
  .mot-tab-header + .mot-section.mot-section--top, .mot-sub-header + .mot-section.mot-section--top {
    padding-top: calc(var(--mot-tab-header-h) + 8px);
  }
  .mot-tab-header:has(.mot-tab-header__toolbar) + .mot-section.mot-section--top {
    padding-top: calc(var(--mot-tab-header-toolbar-h) + 8px);
  }
}
html.mot-standalone, html.mot-native-app, html[data-native-app="true"] {
  --mot-safe-top: max(env(safe-area-inset-top, 0px), 20px);
}
.mot-media-upload {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mot-media-upload__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mot-media-upload__item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background: var(--gtd-bg-3);
}
.mot-media-upload__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mot-media-upload__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.mot-media-upload__badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.mot-media-upload__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px dashed var(--gtd-border);
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 600;
}
.mot-media-upload__hint {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--gtd-text-sub);
}
.mot-media-upload__progress-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--gtd-bg-3);
}
.mot-media-upload__progress-fill {
  height: 100%;
  background: var(--mot-brand);
  transition: width 0.15s ease;
}
.mot-media-upload__progress-text {
  font-size: 13px;
  color: var(--gtd-text-sub);
}
.mot-media-upload__error {
  font-size: 14px;
  color: var(--gtd-error);
}
.mot-media-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.mot-media-gallery--compact {
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px;
}
.mot-media-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--gtd-bg-3);
}
.mot-media-gallery__media {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
.mot-media-gallery--compact .mot-media-gallery__media {
  max-height: 120px;
  aspect-ratio: 1;
}
.mot-media-gallery__caption {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: var(--gtd-text-sub);
}
.mot-chat-room__composer--media {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.mot-chat-room__media-picker .mot-media-upload__trigger {
  min-height: 40px;
  padding: 0 12px;
  font-size: 13px;
}
.mot-trainer-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mot-trainer-filter::after {
  content: "";
  flex: 0 0 16px;
}
.mot-trainer-filter__chip {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text);
  white-space: nowrap;
  transition: background 0.15s var(--mot-ease-out), border-color 0.15s var(--mot-ease-out), color 0.15s var(--mot-ease-out);
}
.mot-trainer-filter__chip--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 40%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  color: var(--mot-brand-deep);
}
.mot-trainer-card {
  display: block;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
  }
  text-decoration: none;
  color: inherit;
}
.mot-feed-list .mot-trainer-card:first-child {
  padding-top: 4px;
}
.mot-feed-list .mot-trainer-card:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
.mot-trainer-card__gallery {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 14px;
  padding: 0 2px 2px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mot-trainer-card__gallery::-webkit-scrollbar {
  display: none;
}
.mot-trainer-gallery {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 14px;
  padding: 0 2px 2px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mot-trainer-gallery::-webkit-scrollbar {
  display: none;
}
.mot-trainer-gallery--compact {
  margin: 0;
}
.mot-trainer-gallery__item {
  position: relative;
  flex: 0 0 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 10px;
}
.mot-trainer-gallery__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mot-trainer-card--grid .mot-trainer-gallery {
  margin: 0;
  border-radius: 0;
}
.mot-trainer-card--grid .mot-trainer-gallery__item {
  flex: 1 0 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  height: auto;
  border-radius: 0;
}
.mot-trainer-card__favorite--on-photo {
  z-index: 1;
}
.mot-trainer-card__photo {
  position: relative;
  flex: 0 0 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 10px;
}
.mot-trainer-card__photo-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  font-size: 11px;
  font-weight: 700;
  color: rgb(255 255 255 / 0.85);
  pointer-events: none;
}
.mot-trainer-card__favorite {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: flex;
  height: 28px;
  width: 28px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
  cursor: pointer;
}
.mot-trainer-card__favorite .gtd-icon--mono {
  filter: brightness(0) saturate(100%);
  opacity: 0.84;
}
html[data-theme="dark"] .mot-trainer-card__favorite .gtd-icon--mono {
  filter: brightness(0) saturate(100%);
  opacity: 0.84;
}
.mot-trainer-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 420px) {
  .mot-trainer-card__head {
    flex-direction: column;
    gap: 12px;
  }
  .mot-trainer-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    text-align: left;
  }
  .mot-trainer-card__price-original, .mot-trainer-card__price-sale, .mot-trainer-card__trial {
    margin-top: 0;
  }
}
.mot-trainer-card__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gtd-text);
}
.mot-trainer-card__meta {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gtd-text-sub);
}
.mot-trainer-card__rating {
  color: var(--mot-brand-deep);
  font-weight: 700;
}
.mot-trainer-card__quote {
  position: relative;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-trainer-card__quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-border) 90%, transparent);
  }
}
.mot-trainer-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.mot-trainer-card__badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
}
.mot-trainer-card__badge--blue {
  background: #dbeafe;
  color: #1d4ed8;
}
.mot-trainer-card__badge--brand {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 18%, white);
  }
  color: var(--mot-brand-deep);
}
.mot-trainer-card__badge--dark {
  background: #1f2937;
  color: #fff;
}
.mot-trainer-card__price {
  flex-shrink: 0;
  text-align: right;
}
.mot-trainer-card__price-original {
  font-size: 13px;
  color: var(--gtd-text-sub);
  text-decoration: line-through;
}
.mot-trainer-card__price-sale {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-trainer-card__price-sale em {
  font-style: normal;
  color: #2563eb;
}
.mot-trainer-card__trial {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--mot-brand-deep);
}
.mot-trainer-card--grid {
  overflow: hidden;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  border-radius: 16px;
  padding: 0;
  background: var(--gtd-bg-2);
}
.mot-trainer-card--grid .mot-trainer-card__gallery {
  margin: 0;
  border-radius: 0;
}
.mot-trainer-card--grid .mot-trainer-card__photo {
  flex: 1 0 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: 0;
}
.mot-trainer-card--grid .mot-trainer-card__head {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 12px;
}
.mot-trainer-card--grid .mot-trainer-card__name {
  font-size: 15px;
}
.mot-trainer-card--grid .mot-trainer-card__meta {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
}
.mot-trainer-card--grid .mot-trainer-card__price {
  text-align: left;
}
.mot-trainer-card--grid .mot-trainer-card__price-original {
  font-size: 11px;
}
.mot-trainer-card--grid .mot-trainer-card__price-sale {
  font-size: 14px;
}
.mot-trainer-detail-tabs {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  border-bottom: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 96%, transparent);
  }
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mot-trainer-detail-page {
  width: 100%;
}
.mot-trainer-detail-page .mot-trainer-detail-body.mot-sub-page--with-bar {
  padding-bottom: 16px;
}
.mot-trainer-detail-bottom-spacer {
  flex-shrink: 0;
  height: var(--mot-trainer-detail-bar-h);
  pointer-events: none;
}
.mot-trainer-detail-body {
  width: 100%;
}
.mot-trainer-detail-hero {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: linear-gradient(145deg, #6b5ce7 0%, #9580ff 100%);
}
.mot-trainer-detail-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mot-trainer-detail-hero__toolbar {
  position: absolute;
  top: max(8px, env(safe-area-inset-top, 0px));
  left: max(12px, env(safe-area-inset-left, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mot-trainer-detail-hero__action {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.12);
  cursor: pointer;
}
.mot-trainer-detail-hero__action .gtd-icon--mono {
  filter: brightness(0) saturate(100%);
  opacity: 0.84;
}
html[data-theme="dark"] .mot-trainer-detail-hero__action .gtd-icon--mono {
  filter: brightness(0) saturate(100%);
  opacity: 0.84;
}
.mot-trainer-detail-tabs__item {
  flex: 1;
  height: 48px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--gtd-text-sub);
  cursor: pointer;
}
.mot-trainer-detail-tabs__item--active {
  color: var(--mot-brand-deep);
  box-shadow: inset 0 -2px 0 var(--mot-brand);
}
.mot-trainer-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.05) 0%, rgb(0 0 0 / 0.55) 100%);
}
.mot-trainer-detail-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  padding: 56px max(16px, env(safe-area-inset-right, 0px)) 24px max(16px, env(safe-area-inset-left, 0px));
  color: #fff;
}
.mot-trainer-detail-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 max(16px, env(safe-area-inset-right, 0px)) 8px max(16px, env(safe-area-inset-left, 0px));
  border-radius: 12px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 10%, var(--gtd-bg-2));
  }
  padding: 14px 16px;
}
.mot-trainer-detail-section {
  padding: 20px max(16px, env(safe-area-inset-right, 0px)) 20px max(16px, env(safe-area-inset-left, 0px));
  border-bottom: 8px solid var(--gtd-bg-3);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 8px solid color-mix(in srgb, var(--gtd-bg-3) 80%, transparent);
  }
}
.mot-trainer-detail-section--last {
  border-bottom: none;
  padding-bottom: 24px;
}
.mot-trainer-detail-section__title {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-trainer-detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mot-trainer-detail-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--gtd-bg-2);
  padding: 14px 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gtd-text);
  text-align: center;
}
.mot-trainer-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.mot-trainer-detail-gallery.mot-trainer-card__gallery {
  display: grid;
  overflow: visible;
  margin: 0 max(16px, env(safe-area-inset-right, 0px)) 14px max(16px, env(safe-area-inset-left, 0px));
  padding: 0;
}
.mot-trainer-detail-gallery__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 8px;
}
.mot-trainer-detail-gallery.mot-trainer-card__gallery .mot-trainer-card__photo-label {
  pointer-events: none;
}
.mot-trainer-detail-gallery.mot-trainer-card__gallery .mot-trainer-card__favorite {
  z-index: 2;
}
.mot-trainer-detail-gallery--compact {
  grid-template-columns: 1fr;
}
.mot-trainer-detail-gallery--compact .mot-trainer-detail-gallery__item {
  aspect-ratio: 4 / 3;
  border-radius: 0;
}
.mot-trainer-detail-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
  }
}
.mot-trainer-detail-price-row:last-child {
  border-bottom: none;
}
.mot-trainer-detail-map {
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
}
.mot-trainer-detail-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mot-trainer-detail-bottom__icon {
  display: flex;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gtd-border);
  border-radius: 12px;
  background: var(--gtd-bg-2);
}
.mot-trainer-detail-bottom__cta {
  flex: 1;
}
.mot-trainer-promo-banner {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin: 0 max(16px, env(safe-area-inset-right, 0px)) 4px max(16px, env(safe-area-inset-left, 0px));
  min-height: 112px;
  border-radius: 16px;
  background: #ff5722;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px color-mix(in srgb, #ff5722 30%, transparent);
}
.mot-trainer-promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient( 100deg, rgb(255 87 34 / 0.58) 0%, rgb(255 87 34 / 0.38) 42%, rgb(255 122 69 / 0.2) 72%, rgb(255 122 69 / 0.08) 100% );
  pointer-events: none;
}
.mot-trainer-promo-banner__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.22);
}
.mot-trainer-promo-banner__desc {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.95;
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.18);
}
.mot-trainer-promo-banner__trial {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.88;
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.16);
}
@media (min-width: 768px) {
  .mot-trainer-promo-banner {
    max-width: calc(var(--mot-content-max) - 48px);
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mot-trainer-dashboard {
  margin-bottom: 16px;
}
.mot-trainer-dashboard__grid {
  display: grid;
  gap: 10px;
}
.mot-trainer-dashboard__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.15s var(--mot-ease-out), box-shadow 0.2s var(--mot-ease-out);
}
.mot-trainer-dashboard__card:hover {
  transform: translateY(-1px);
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 28%, transparent);
  }
  box-shadow: 0 8px 20px var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 8px 20px color-mix(in srgb, var(--mot-brand) 10%, transparent);
  }
}
.mot-trainer-dashboard__icon {
  flex-shrink: 0;
}
.mot-trainer-dashboard__copy {
  flex: 1;
  min-width: 0;
}
.mot-trainer-dashboard__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-trainer-dashboard__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gtd-text-sub);
}
.mot-booking-sheet__hero {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.mot-booking-sheet__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gtd-text-sub);
}
.mot-booking-sheet__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.mot-booking-sheet__chip {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text);
  transition: background 0.15s var(--mot-ease-out), border-color 0.15s var(--mot-ease-out), color 0.15s var(--mot-ease-out);
}
.mot-booking-sheet__chip--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 40%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  color: var(--mot-brand-deep);
}
.mot-booking-success {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--gtd-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg) 72%, transparent);
  }
  backdrop-filter: blur(8px);
}
.mot-booking-success__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: min(100%, 280px);
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--gtd-bg-2);
  box-shadow: 0 20px 48px var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 20px 48px color-mix(in srgb, var(--mot-brand) 14%, transparent);
  }
  animation: mot-empty-rise 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.mot-booking-success__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-booking-success__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gtd-text-sub);
  text-align: center;
}
.mot-booking-status {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.mot-booking-status--pending {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, transparent);
  }
  color: var(--mot-brand-deep);
}
.mot-booking-status--confirmed {
  background: color-mix(in srgb, #00a870 12%, transparent);
  color: #007a52;
}
.mot-booking-status--completed {
  background: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-border) 50%, transparent);
  }
  color: var(--gtd-text-sub);
}
.mot-booking-status--cancelled {
  background: var(--gtd-error);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-error) 10%, transparent);
  }
  color: var(--gtd-error);
}
.mot-booking-card--updated {
  animation: mot-booking-flash 0.85s ease-out;
}
@keyframes mot-booking-flash {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--mot-brand) 35%, transparent);
  }
  100% {
    box-shadow: 0 0 0 12px transparent;
  }
}
.mot-bookings-filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.mot-bookings-filter__chip {
  flex-shrink: 0;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-bookings-filter__chip--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 40%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  color: var(--mot-brand-deep);
}
.mot-bookings-tab__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--mot-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.mot-bookings-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 10%, var(--gtd-bg-2));
  }
  font-size: 13px;
  font-weight: 600;
  color: var(--mot-brand-deep);
}
.mot-marketing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.mot-marketing-hero__copy {
  max-width: 320px;
}
.mot-marketing-plans {
  display: grid;
  gap: 10px;
}
.mot-marketing-plan {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  text-align: left;
  transition: border-color 0.15s var(--mot-ease-out), box-shadow 0.2s var(--mot-ease-out);
}
.mot-marketing-plan--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 42%, transparent);
  }
  box-shadow: 0 8px 24px var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 8px 24px color-mix(in srgb, var(--mot-brand) 10%, transparent);
  }
}
.mot-marketing-plan__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-marketing-plan__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gtd-text-sub);
}
.mot-marketing-plan__perks {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-marketing-status__meta {
  display: grid;
  gap: 10px;
  font-size: 14px;
}
.mot-marketing-status__meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.mot-marketing-status__meta dt {
  color: var(--gtd-text-sub);
}
.mot-marketing-status__meta dd {
  margin: 0;
  font-weight: 600;
  color: var(--gtd-text);
  text-align: right;
}
.mot-trainer-save-notice {
  animation: mot-empty-rise 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.mot-my-trainer-stats {
  padding: 16px;
}
.mot-my-trainer-stats__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.mot-my-trainer-stats__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-my-trainer-stats__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-decoration: none;
}
.mot-my-trainer-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.mot-my-trainer-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 4px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.15s var(--mot-ease-out);
}
.mot-my-trainer-stats__item:hover {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 8%, transparent);
  }
}
.mot-my-trainer-stats__value {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-my-trainer-stats__label {
  font-size: 11px;
  color: var(--gtd-text-sub);
}
.mot-my-trainer-stats__foot {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--gtd-text-sub);
}
.mot-trainer-dashboard__summary {
  margin-bottom: 10px;
}
.mot-trainer-dashboard__summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.mot-trainer-dashboard__summary-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-trainer-dashboard__summary-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-decoration: none;
}
.mot-trainer-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.mot-trainer-dashboard__stat-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-trainer-dashboard__stat-label {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--gtd-text-sub);
}
.mot-trainer-dashboard__summary-foot {
  margin: 14px 0 0;
  font-size: 13px;
  color: var(--gtd-text-sub);
}
.mot-trainer-dashboard__card--wide {
  grid-column: 1 / -1;
}
.mot-analytics-period {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.mot-analytics-period__chip {
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-analytics-period__chip--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 40%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  color: var(--mot-brand-deep);
}
.mot-analytics-section {
  margin-bottom: 16px;
}
.mot-analytics-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.mot-analytics-section__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-analytics-section__desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--gtd-text-sub);
}
.mot-analytics-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.mot-analytics-kpi {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg-2);
}
.mot-analytics-kpi--brand {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 28%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 8%, var(--gtd-bg-2));
  }
}
.mot-analytics-kpi--green {
  border-color: color-mix(in srgb, #00a870 24%, transparent);
  background: #00a870;
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, #00a870 8%, var(--gtd-bg-2));
  }
}
.mot-analytics-kpi__label {
  margin: 0;
  font-size: 12px;
  color: var(--gtd-text-sub);
}
.mot-analytics-kpi__value {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-analytics-kpi__sub {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gtd-text-sub);
}
.mot-analytics-metric-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.mot-analytics-metric-tabs__chip {
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 85%, transparent);
  }
  background: var(--gtd-bg);
  font-size: 12px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-analytics-metric-tabs__chip--active {
  border-color: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--mot-brand) 40%, transparent);
  }
  color: var(--mot-brand-deep);
}
.mot-analytics-chart__bars {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18px, 1fr);
  gap: 6px;
  align-items: end;
  min-height: 160px;
  padding-top: 18px;
}
.mot-analytics-chart__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.mot-analytics-chart__value {
  min-height: 14px;
  font-size: 10px;
  font-weight: 700;
  color: var(--gtd-text-sub);
}
.mot-analytics-chart__bar-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 112px;
}
.mot-analytics-chart__bar {
  width: 100%;
  border-radius: 8px 8px 4px 4px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 72%, white);
  }
  transition: height 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.mot-analytics-chart__bar--bookings {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 72%, white);
  }
}
.mot-analytics-chart__bar--completed {
  background: color-mix(in srgb, #00a870 72%, white);
}
.mot-analytics-chart__bar--favorites {
  background: color-mix(in srgb, #ff6b6b 55%, white);
}
.mot-analytics-chart__bar--profileViews {
  background: var(--mot-brand-deep);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand-deep) 72%, white);
  }
}
.mot-analytics-chart__label {
  font-size: 10px;
  color: var(--gtd-text-sub);
}
.mot-analytics-funnel {
  display: grid;
  gap: 10px;
}
.mot-analytics-funnel__row {
  display: grid;
  grid-template-columns: 40px 1fr 28px;
  align-items: center;
  gap: 10px;
}
.mot-analytics-funnel__label, .mot-analytics-funnel__value {
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text);
}
.mot-analytics-funnel__track {
  height: 10px;
  border-radius: 999px;
  background: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-border) 55%, transparent);
  }
  overflow: hidden;
}
.mot-analytics-funnel__fill {
  height: 100%;
  border-radius: inherit;
}
.mot-analytics-funnel__fill--pending {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 70%, white);
  }
}
.mot-analytics-funnel__fill--confirmed {
  background: color-mix(in srgb, #0064ff 70%, white);
}
.mot-analytics-funnel__fill--completed {
  background: color-mix(in srgb, #00a870 70%, white);
}
.mot-analytics-funnel__fill--cancelled {
  background: var(--gtd-error);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-error) 55%, white);
  }
}
.mot-analytics-ratings {
  display: grid;
  gap: 8px;
}
.mot-analytics-ratings__row {
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  align-items: center;
  gap: 10px;
}
.mot-analytics-ratings__star, .mot-analytics-ratings__count {
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text);
}
.mot-analytics-ratings__track {
  height: 8px;
  border-radius: 999px;
  background: var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-border) 55%, transparent);
  }
  overflow: hidden;
}
.mot-analytics-ratings__fill {
  height: 100%;
  border-radius: inherit;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 75%, white);
  }
}
.mot-analytics-benchmarks {
  display: grid;
  gap: 10px;
  margin: 0;
}
.mot-analytics-benchmarks div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}
.mot-analytics-benchmarks dt {
  color: var(--gtd-text-sub);
}
.mot-analytics-benchmarks dd {
  margin: 0;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-analytics-reviews {
  display: grid;
  gap: 10px;
}
.mot-analytics-review__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.mot-analytics-review__author {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-analytics-review__rating {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--mot-brand-deep);
}
.mot-analytics-review__content {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gtd-text);
}
.mot-analytics-review__date {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--gtd-text-sub);
}
.mot-analytics-actions {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mot-analytics-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mot-situation-illustration {
  position: relative;
  flex-shrink: 0;
}
.mot-situation-illustration__image {
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 8px 18px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 8px 18px color-mix(in srgb, var(--mot-brand) 14%, transparent));
  }
}
.mot-situation-illustration__lottie {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 18px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 8px 18px color-mix(in srgb, var(--mot-brand) 14%, transparent));
  }
}
.mot-situation-illustration__lottie svg {
  width: 100% !important;
  height: 100% !important;
}
.mot-situation-illustration--lg {
  transform: scale(1.05);
}
.mot-situation-illustration--interactive {
  cursor: pointer;
}
.mot-situation-illustration--interactive .mot-situation-illustration__lottie {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.mot-situation-illustration--interactive:hover .mot-situation-illustration__lottie {
  transform: translateY(-2px) scale(1.03);
}
.mot-situation-illustration--interactive.mot-situation-illustration--pressed .mot-situation-illustration__lottie {
  transform: scale(0.96);
}
.mot-situation-illustration--celebrate .mot-situation-illustration__lottie {
  filter: drop-shadow(0 10px 24px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 10px 24px color-mix(in srgb, var(--mot-brand) 22%, transparent));
  }
}
.mot-situation-illustration__backdrop {
  width: fit-content;
  margin-inline: auto;
}
.mot-lottie-player {
  width: 100%;
  height: 100%;
}
.mot-lottie-player--loading {
  border-radius: 50%;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 8%, transparent);
  }
  animation: mot-lottie-pulse 1.2s ease-in-out infinite;
}
@keyframes mot-lottie-pulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1);
  }
}
.mot-motion-backdrop {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.mot-motion-backdrop__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
  animation: mot-orb-float 5.5s ease-in-out infinite;
}
.mot-motion-backdrop__orb--a {
  width: 72%;
  height: 72%;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 16%, transparent);
  }
  animation-delay: 0s;
}
.mot-motion-backdrop__orb--b {
  width: 48%;
  height: 48%;
  background: var(--mot-brand-deep);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand-deep) 12%, transparent);
  }
  animation-delay: -2.2s;
}
.mot-motion-backdrop--celebrate .mot-motion-backdrop__orb--a {
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 24%, transparent);
  }
}
.mot-motion-backdrop--celebrate .mot-motion-backdrop__orb--b {
  background: var(--mot-brand-deep);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand-deep) 18%, transparent);
  }
}
.mot-motion-backdrop--subtle .mot-motion-backdrop__orb {
  opacity: 0.55;
}
.mot-motion-backdrop__content {
  position: relative;
  z-index: 1;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
@keyframes mot-orb-float {
  0%, 100% {
    transform: translate3d(-6%, -4%, 0) scale(1);
  }
  50% {
    transform: translate3d(6%, 4%, 0) scale(1.06);
  }
}
.mot-empty--reveal .mot-empty__illustration {
  animation: mot-empty-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.mot-empty--reveal .mot-empty__copy {
  animation: mot-empty-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.mot-empty--reveal .mot-empty__actions {
  animation: mot-empty-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.14s both;
}
@keyframes mot-empty-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mot-promo-hero--lottie .mot-promo-hero__glow {
  opacity: 0.95;
}
.mot-promo-hero__lottie {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mot-promo-hero__lottie .mot-lottie-player {
  filter: drop-shadow(0 10px 22px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 10px 22px color-mix(in srgb, var(--mot-brand) 18%, transparent));
  }
}
@media (prefers-reduced-motion: reduce) {
  .mot-motion-backdrop__orb, .mot-empty--reveal .mot-empty__illustration, .mot-empty--reveal .mot-empty__copy, .mot-empty--reveal .mot-empty__actions, .mot-lottie-player--loading {
    animation: none;
  }
  .mot-motion-backdrop__content, .mot-situation-illustration--interactive .mot-situation-illustration__lottie, .mot-micro-lottie--interactive {
    transition: none;
  }
}
.mot-micro-lottie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mot-micro-lottie__layer {
  width: 100%;
  height: 100%;
}
.mot-micro-lottie--interactive {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.mot-micro-lottie--interactive:active {
  transform: scale(0.92);
}
.mot-pull-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  color: var(--mot-brand-deep);
  transition: height 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.mot-pull-refresh__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gtd-text-sub);
}
.mot-pull-refresh--ready .mot-pull-refresh__label {
  color: var(--mot-brand-deep);
}
.mot-pull-refresh--active .mot-pull-refresh__label {
  color: var(--mot-brand);
}
.mot-feed-loading-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px 8px;
}
.mot-feed-loading-bar__message {
  font-size: 13px;
  font-weight: 600;
  color: var(--mot-brand-deep);
}
.mot-feed-loading-more {
  padding-bottom: 32px;
}
.mot-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 24px 48px;
  text-align: center;
}
.mot-empty--compact {
  gap: 12px;
  padding: 32px 20px 36px;
}
.mot-empty__illustration {
  margin-bottom: 4px;
}
.mot-empty__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 280px;
}
.mot-empty__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 280px;
}
.mot-empty__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--gtd-text);
}
.mot-empty__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-empty__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mot-empty__action--primary {
  padding: 0 20px;
  border-radius: 12px;
  background: var(--mot-brand);
  color: #fff;
  text-decoration: none;
  transition: background 0.15s var(--mot-ease-out);
}
.mot-empty__action--primary:hover {
  background: var(--mot-brand-deep);
}
.mot-feed-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px 56px;
  text-align: center;
}
.mot-feed-empty__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 280px;
}
.mot-feed-empty__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--gtd-text);
}
.mot-feed-empty__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-feed-empty__cta {
  min-width: min(100%, 280px);
}
.mot-feed-empty__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--gtd-text-sub);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s var(--mot-ease-out);
}
.mot-feed-empty__link:hover {
  color: var(--mot-brand-deep);
}
.mot-loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  text-align: center;
}
.mot-loading-state__message {
  margin: 0;
  font-size: 14px;
  color: var(--gtd-text-sub);
}
.mot-loading-inline {
  margin: 0;
  padding: 48px 24px;
  text-align: center;
  font-size: 14px;
  color: var(--gtd-text-sub);
}
.mot-skeleton {
  display: block;
  border-radius: 8px;
  background: linear-gradient( 90deg, var(--gtd-border) 0%, var(--gtd-border) 50%, var(--gtd-border) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--gtd-border) 60%, transparent) 0%, color-mix(in srgb, var(--gtd-border) 30%, transparent) 50%, color-mix(in srgb, var(--gtd-border) 60%, transparent) 100% );
  }
  background-size: 200% 100%;
  animation: mot-skeleton-shimmer 1.4s ease-in-out infinite;
}
@keyframes mot-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.mot-feed-skeleton {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mot-feed-skeleton__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--gtd-border) 70%, transparent);
  }
}
.mot-feed-skeleton__media {
  width: 100%;
  height: 108px;
  border-radius: 10px;
}
.mot-feed-skeleton__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mot-feed-skeleton__line {
  height: 14px;
  width: 100%;
}
.mot-feed-skeleton__line--short {
  width: 40%;
}
.mot-feed-skeleton__line--medium {
  width: 72%;
}
.mot-status-page {
  display: flex;
  min-height: min(70vh, 560px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 48px 24px 64px;
  text-align: center;
}
.mot-status-page__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gtd-text);
}
.mot-status-page__desc {
  margin: 0;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-status-page__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 280px;
  margin-top: 8px;
}
.mot-status-page__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mot-promo-hero {
  position: relative;
  flex-shrink: 0;
}
.mot-promo-hero__glow {
  position: absolute;
  inset: -6%;
  border-radius: 999px;
  background: radial-gradient( circle at 50% 60%, var(--mot-brand), transparent 72% );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient( circle at 50% 60%, color-mix(in srgb, var(--mot-brand) 22%, transparent), transparent 72% );
  }
  filter: blur(12px);
  opacity: 0.45;
}
.mot-promo-hero--wide .mot-promo-hero__glow {
  inset: -4%;
  border-radius: 24px;
}
.mot-promo-hero__image {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center bottom;
  padding: 0;
  filter: drop-shadow(0 8px 16px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 8px 16px color-mix(in srgb, var(--mot-brand) 18%, transparent));
  }
}
.mot-trainer-group-visual {
  position: relative;
  flex-shrink: 0;
}
.mot-trainer-group-visual--group.mot-trainer-group-visual--lg {
  width: min(100%, 340px);
  height: 168px;
}
.mot-trainer-group-visual--group.mot-trainer-group-visual--sm {
  width: 200px;
  height: 112px;
}
.mot-trainer-group-visual__group-image {
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 20px var(--mot-brand));
  @supports (color: color-mix(in lab, red, red)) {
    filter: drop-shadow(0 10px 20px color-mix(in srgb, var(--mot-brand) 16%, transparent));
  }
}
.mot-trainer-group-visual--stack {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 148px;
  height: 76px;
}
.mot-trainer-group-visual--stack.mot-trainer-group-visual--sm {
  width: 132px;
  height: 68px;
}
.mot-trainer-group-visual__avatar {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-left: -14px;
  overflow: visible;
}
.mot-trainer-group-visual--sm .mot-trainer-group-visual__avatar {
  width: 46px;
  height: 46px;
  margin-left: -12px;
}
.mot-trainer-group-visual__avatar:first-child {
  margin-left: 0;
}
.mot-trainer-group-visual__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 2px solid rgb(255 255 255 / 0.92);
  object-fit: cover;
  object-position: top center;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2));
  }
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.12);
}
.mot-trainer-group-visual__label {
  position: absolute;
  right: -2px;
  bottom: -4px;
  z-index: 2;
  border-radius: 999px;
  background: var(--gtd-bg-2);
  padding: 1px 5px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--mot-brand-deep);
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
}
.mot-promo-sheet-root {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 640px) {
  .mot-promo-sheet-root {
    align-items: center;
    padding: 24px;
  }
}
.mot-promo-sheet-root__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgb(24 24 27 / 0.42);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mot-promo-sheet-root__backdrop.is-open {
  opacity: 1;
}
.mot-promo-sheet {
  position: relative;
  width: 100%;
  max-width: 392px;
  overflow: hidden;
  border-radius: 36px 36px 0 0;
  background: var(--gtd-bg-2);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  box-shadow: 0 -8px 60px rgb(0 0 0 / 0.18), 0 24px 60px var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 -8px 60px rgb(0 0 0 / 0.18), 0 24px 60px color-mix(in srgb, var(--mot-brand) 18%, transparent);
  }
}
@media (min-width: 640px) {
  .mot-promo-sheet {
    border-radius: 32px;
    transform: translateY(16px) scale(0.97);
  }
}
.mot-promo-sheet.is-open {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .mot-promo-sheet {
    max-width: 440px;
    border-radius: 24px;
  }
  .mot-promo-sheet__handle {
    display: none;
  }
}
@media (min-width: 640px) {
  .mot-promo-sheet.is-open {
    transform: translateY(0) scale(1);
  }
}
.mot-promo-sheet__hero {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 24px 24px 8px;
}
.mot-promo-sheet__hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient( 165deg, var(--mot-brand) 0%, var(--mot-brand) 45%, var(--mot-accent) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 165deg, color-mix(in srgb, var(--mot-brand) 20%, transparent) 0%, color-mix(in srgb, var(--mot-brand) 10%, transparent) 45%, color-mix(in srgb, var(--mot-accent) 12%, transparent) 100% );
  }
}
.mot-promo-sheet__handle {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.55);
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  .mot-promo-sheet__handle {
    display: none;
  }
}
.mot-promo-sheet__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.6);
  font-size: 22px;
  line-height: 1;
  color: var(--gtd-text-sub);
  cursor: pointer;
}
.mot-promo-sheet__body {
  padding: 8px 24px 0;
  text-align: center;
}
.mot-promo-sheet__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 10%, transparent);
  }
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--mot-brand-deep);
}
.mot-promo-sheet__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--gtd-text);
}
.mot-promo-sheet__desc {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-promo-sheet__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 16px 24px 0;
}
.mot-promo-sheet__chip {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid var(--gtd-border);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--gtd-border) 80%, transparent);
  }
  background: var(--gtd-bg);
  padding: 12px 6px;
}
.mot-promo-sheet__chip-icon {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 12%, transparent);
  }
  overflow: hidden;
}
.mot-promo-sheet__chip-label {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--gtd-text-sub);
}
.mot-promo-sheet__ios-guide {
  margin: 12px 24px 0;
  border-radius: 16px;
  border: 1px solid var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--mot-brand) 12%, transparent);
  }
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 6%, transparent);
  }
  padding: 12px 14px;
  text-align: left;
}
.mot-promo-sheet__ios-guide p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--gtd-text-sub);
}
.mot-promo-sheet__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px calc(20px + env(safe-area-inset-bottom, 0px));
}
.mot-promo-sheet__ghost {
  border: none;
  background: transparent;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  cursor: pointer;
}
.mot-promo-sheet__ghost--muted {
  font-size: 12px;
  font-weight: 500;
  color: var(--gtd-text-sub);
}
.mot-inline-promo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--mot-brand) 16%, transparent);
  }
  background: linear-gradient( 135deg, var(--mot-brand) 0%, var(--gtd-bg-2) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 135deg, color-mix(in srgb, var(--mot-brand) 12%, var(--gtd-bg-2)) 0%, var(--gtd-bg-2) 100% );
  }
  padding: 16px;
  text-decoration: none;
  color: inherit;
}
.mot-inline-promo__copy {
  min-width: 0;
  flex: 1;
}
.mot-inline-promo__badge {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  color: var(--mot-brand-deep);
}
.mot-inline-promo__title {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gtd-text);
}
.mot-inline-promo__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gtd-text-sub);
}
.mot-inline-promo__cta {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--mot-brand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mot-trainer-promo-banner {
  position: relative;
  overflow: hidden;
}
.mot-trainer-promo-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 72%;
}
.mot-trainer-promo-banner__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mot-trainer-promo-banner__visual .mot-promo-hero {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}
.mot-trainer-promo-banner__visual .mot-promo-hero__glow {
  display: none;
}
.mot-trainer-promo-banner__visual .mot-promo-hero__image {
  object-fit: cover;
  object-position: 72% center;
  filter: none;
}
@media (min-width: 768px) {
  .mot-trainer-promo-banner__content {
    max-width: 56%;
  }
  .mot-trainer-promo-banner__visual .mot-promo-hero__image {
    object-position: 68% center;
  }
}
.mot-services-promo {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 120px;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 88%, #312e81);
  }
}
.mot-services-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient( 100deg, rgb(124 108 240 / 0.72) 0%, rgb(149 128 255 / 0.48) 42%, rgb(180 167 255 / 0.22) 72%, rgb(180 167 255 / 0.1) 100% );
  pointer-events: none;
}
.mot-services-promo__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mot-services-promo__visual .mot-promo-hero {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.mot-services-promo__visual .mot-promo-hero__glow {
  display: none;
}
.mot-services-promo__visual .mot-promo-hero__image {
  object-fit: cover;
  object-position: 72% center;
}
.mot-services-promo__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 58%;
}
.mot-services-promo__eyebrow {
  color: rgb(255 255 255 / 0.88);
}
.mot-services-promo__title {
  color: #fff;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.2);
}
.mot-event-promo-banner {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 112px;
  border-radius: 16px;
  margin: 0;
  padding: 18px 20px;
  text-decoration: none;
  color: #fff;
  background: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mot-brand) 88%, #312e81);
  }
  border: none;
  box-shadow: 0 4px 16px var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 16px color-mix(in srgb, var(--mot-brand) 24%, transparent);
  }
}
.mot-event-promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient( 100deg, rgb(149 128 255 / 0.62) 0%, rgb(124 108 240 / 0.42) 42%, rgb(180 167 255 / 0.22) 72%, rgb(180 167 255 / 0.1) 100% );
  pointer-events: none;
}
.mot-event-promo-banner__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mot-event-promo-banner__visual .mot-promo-hero {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.mot-event-promo-banner__visual .mot-promo-hero__glow {
  display: none;
}
.mot-event-promo-banner__visual .mot-promo-hero__image {
  object-fit: cover;
  object-position: 72% center;
  filter: none;
}
.mot-event-promo-banner__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 58%;
  padding: 0;
}
.mot-event-promo-banner__badge {
  font-size: 11px;
  font-weight: 700;
  color: rgb(255 255 255 / 0.88);
}
.mot-event-promo-banner__title {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.2);
}
.mot-event-promo-banner__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.9);
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.16);
}
.mot-signup-panel {
  display: flex;
  min-height: 50vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 32px 20px 48px;
  text-align: center;
}
.mot-signup-panel__illustration {
  margin-bottom: 4px;
}
.mot-signup-panel__copy {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  gap: 8px;
}
.mot-signup-panel__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gtd-text);
}
.mot-signup-panel__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
}
.mot-signup-panel__hint {
  margin: 0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gtd-text-sub);
}
.mot-signup-panel__link {
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mot-signup-actions {
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  gap: 10px;
}
.mot-signup-actions--row {
  flex-direction: row;
}
.mot-signup-actions__primary, .mot-signup-actions__secondary {
  display: inline-flex;
  min-height: 48px;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s var(--mot-ease-out), color 0.15s var(--mot-ease-out);
}
.mot-signup-actions__primary {
  background: var(--mot-brand);
  color: #fff;
}
.mot-signup-actions__primary:hover {
  background: var(--mot-brand-deep);
}
.mot-signup-actions__secondary {
  background: var(--gtd-bg-3);
  color: var(--gtd-text);
}
.mot-signup-actions__secondary:hover {
  background: var(--gtd-bg-3);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--gtd-bg-3) 70%, var(--gtd-border));
  }
}
.mot-signup-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--mot-brand) 24%, var(--gtd-border));
  }
  border-radius: 14px;
  background: linear-gradient( 135deg, var(--mot-brand) 0%, var(--gtd-bg-2) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 135deg, color-mix(in srgb, var(--mot-brand) 8%, var(--gtd-bg-2)) 0%, var(--gtd-bg-2) 100% );
  }
}
.mot-signup-banner__copy {
  min-width: 0;
  flex: 1;
}
.mot-signup-banner__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gtd-text);
}
.mot-signup-banner__desc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--gtd-text-sub);
}
.mot-signup-banner__actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
.mot-signup-banner__cta {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--mot-brand);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.mot-signup-banner__link {
  font-size: 12px;
  font-weight: 600;
  color: var(--mot-brand-deep);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mot-signup-sheet-root {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  pointer-events: none;
}
.mot-signup-sheet-root__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgb(0 0 0 / 0.42);
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.22s var(--mot-ease-out);
}
.mot-signup-sheet-root__backdrop.is-open {
  opacity: 1;
}
.mot-signup-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  max-height: min(88vh, 560px);
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: var(--gtd-bg-2);
  box-shadow: 0 -12px 40px rgb(0 0 0 / 0.18);
  pointer-events: auto;
  transform: translateY(100%);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.mot-signup-sheet.is-open {
  transform: translateY(0);
}
.mot-signup-sheet__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px 0;
  background: linear-gradient( 180deg, var(--mot-brand) 0%, var(--gtd-bg-2) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 180deg, color-mix(in srgb, var(--mot-brand) 10%, var(--gtd-bg-2)) 0%, var(--gtd-bg-2) 100% );
  }
}
.mot-signup-sheet__handle {
  width: 40px;
  height: 4px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--gtd-border);
}
.mot-signup-sheet__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--gtd-text-sub);
  cursor: pointer;
}
.mot-signup-sheet__illustration {
  margin: 0 0 8px;
}
.mot-signup-sheet__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 20px calc(20px + env(safe-area-inset-bottom, 0px));
}
.mot-signup-sheet__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gtd-text);
  text-align: center;
}
.mot-signup-sheet__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gtd-text-sub);
  text-align: center;
}
@media (max-width: 640px) {
  .mot-signup-banner {
    flex-direction: column;
    align-items: stretch;
  }
  .mot-signup-banner__actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .mot-signup-sheet-root {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .mot-signup-sheet {
    position: relative;
    width: min(420px, 100%);
    max-height: min(80vh, 520px);
    border-radius: 20px;
    transform: translateY(16px) scale(0.98);
    opacity: 0;
    transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .mot-signup-sheet.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[min\(42vh\,320px\)\] {
    max-height: min(42vh, 320px);
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[var\(--mot-content-max\)\] {
    max-width: var(--mot-content-max);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-\[var\(--gtd-border\)\] {
    border-color: var(--gtd-border);
  }
  .bg-\[color-mix\(in_srgb\,var\(--mot-brand\)_6\%\,transparent\)\] {
    background-color: var(--mot-brand);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb,var(--mot-brand) 6%,transparent);
    }
  }
  .bg-\[var\(--gtd-bg\)\] {
    background-color: var(--gtd-bg);
  }
  .bg-\[var\(--gtd-bg-2\)\] {
    background-color: var(--gtd-bg-2);
  }
  .bg-\[var\(--gtd-bg-3\)\] {
    background-color: var(--gtd-bg-3);
  }
  .bg-\[var\(--gtd-border\)\] {
    background-color: var(--gtd-border);
  }
  .bg-\[var\(--mot-brand\)\] {
    background-color: var(--mot-brand);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[var\(--gtd-border\)\] {
    color: var(--gtd-border);
  }
  .text-\[var\(--gtd-error\)\] {
    color: var(--gtd-error);
  }
  .text-\[var\(--gtd-error\,\#ff4757\)\] {
    color: var(--gtd-error,#ff4757);
  }
  .text-\[var\(--gtd-primary\)\] {
    color: var(--gtd-primary);
  }
  .text-\[var\(--gtd-text\)\] {
    color: var(--gtd-text);
  }
  .text-\[var\(--gtd-text-main\)\] {
    color: var(--gtd-text-main);
  }
  .text-\[var\(--gtd-text-sub\)\] {
    color: var(--gtd-text-sub);
  }
  .text-\[var\(--mot-accent\)\] {
    color: var(--mot-accent);
  }
  .text-\[var\(--mot-brand-deep\)\] {
    color: var(--mot-brand-deep);
  }
  .text-\[var\(--mot-primary\)\] {
    color: var(--mot-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .hover\:bg-\[var\(--gtd-bg-3\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gtd-bg-3);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-\[var\(--mot-brand\)\] {
    &:focus {
      border-color: var(--mot-brand);
    }
  }
  .active\:scale-\[0\.99\] {
    &:active {
      scale: 0.99;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
}
[data-theme="light"] {
  --mot-brand: #9580ff;
  --mot-brand-deep: #7c6cf0;
  --mot-brand-soft: #f0ebff;
  --mot-brand-muted: #c4b8ff;
  --mot-accent: #ff6b8a;
  --gtd-primary-bright: #a894ff;
  --gtd-highlight: var(--mot-brand);
  --gtd-primary-soft: var(--mot-brand-soft);
  --gtd-violet: var(--mot-brand-deep);
  --gtd-link-underline: rgba(149, 128, 255, 0.28);
  --gtd-link-underline-hover: rgba(124, 108, 240, 0.52);
  --gtd-nav-pill-active-border: var(--mot-brand);
  --gtd-nav-cta-bg: var(--mot-brand-soft);
  --gtd-selection-bg: rgba(149, 128, 255, 0.2);
  --gtd-ui-primary: var(--mot-brand);
  --gtd-ui-primary-hover: var(--mot-brand-deep);
  --gtd-ui-primary-soft: var(--mot-brand-soft);
  --gtd-ui-focus-ring: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    --gtd-ui-focus-ring: color-mix(in srgb, var(--mot-brand) 18%, transparent);
  }
}
[data-theme="dark"] {
  --mot-brand: #b4a7ff;
  --mot-brand-deep: #9580ff;
  --mot-brand-soft: rgba(149, 128, 255, 0.14);
  --mot-brand-muted: #8b7fd4;
  --mot-accent: #ff8fa8;
  --gtd-primary-bright: #c9c0ff;
  --gtd-highlight: var(--mot-brand);
  --gtd-primary-soft: var(--mot-brand-soft);
  --gtd-violet: #c4b8ff;
  --gtd-link-underline: rgba(180, 167, 255, 0.35);
  --gtd-link-underline-hover: rgba(201, 192, 255, 0.62);
  --gtd-nav-pill-active-border: var(--mot-brand);
  --gtd-nav-cta-bg: var(--mot-brand-soft);
  --gtd-selection-bg: rgba(149, 128, 255, 0.32);
  --gtd-ui-primary: var(--mot-brand);
  --gtd-ui-primary-hover: var(--mot-brand-deep);
  --gtd-ui-primary-soft: var(--mot-brand-soft);
  --gtd-ui-focus-ring: var(--mot-brand);
  @supports (color: color-mix(in lab, red, red)) {
    --gtd-ui-focus-ring: color-mix(in srgb, var(--mot-brand) 26%, transparent);
  }
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) {
    --mot-brand: #b4a7ff;
    --mot-brand-deep: #9580ff;
    --mot-brand-soft: rgba(149, 128, 255, 0.14);
    --mot-brand-muted: #8b7fd4;
    --mot-accent: #ff8fa8;
    --gtd-primary-bright: #c9c0ff;
    --gtd-highlight: var(--mot-brand);
    --gtd-primary-soft: var(--mot-brand-soft);
    --gtd-violet: #c4b8ff;
    --gtd-link-underline: rgba(180, 167, 255, 0.35);
    --gtd-link-underline-hover: rgba(201, 192, 255, 0.62);
    --gtd-nav-pill-active-border: var(--mot-brand);
    --gtd-nav-cta-bg: var(--mot-brand-soft);
    --gtd-selection-bg: rgba(149, 128, 255, 0.32);
    --gtd-ui-primary: var(--mot-brand);
    --gtd-ui-primary-hover: var(--mot-brand-deep);
    --gtd-ui-primary-soft: var(--mot-brand-soft);
    --gtd-ui-focus-ring: var(--mot-brand);
    @supports (color: color-mix(in lab, red, red)) {
      --gtd-ui-focus-ring: color-mix(in srgb, var(--mot-brand) 26%, transparent);
    }
  }
}
:root {
  --z-dropdown: 40;
  --z-popover: 50;
  --z-overlay: 60;
  --z-modal: 70;
  --z-toast: 80;
  --z-tooltip: 90;
  --gtd-bg: #f4f6fa;
  --gtd-bg-2: #ffffff;
  --gtd-bg-3: #eef1f5;
  --gtd-border: #e2e8f0;
  --gtd-text: #12161c;
  --gtd-text-sub: #475569;
}
html[data-theme="dark"] {
  --gtd-bg: #18181b;
  --gtd-bg-2: #27272a;
  --gtd-bg-3: #3f3f46;
  --gtd-border: #3f3f46;
  --gtd-text: #fafafa;
  --gtd-text-sub: #d4d4d8;
}
* {
  box-sizing: border-box;
}
.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;
}
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  background: var(--gtd-bg);
  color: var(--gtd-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mot-display {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}
.mot-map-grid {
  background-color: var(--gtd-bg-3);
  background-image: linear-gradient(var(--gtd-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--gtd-border) 1px, transparent 1px);
  background-size: 24px 24px;
}
.gtd-icon--mono {
  filter: brightness(0) saturate(100%);
  opacity: 0.72;
}
[data-theme="dark"] .gtd-icon--mono {
  filter: brightness(0) invert(1);
  opacity: 0.88;
}
.mot-bottom-nav .gtd-bottom-nav__button--active .gtd-icon--mono {
  filter: none;
  opacity: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

