:root {
    --market-ink: #191919;
    --market-muted: #706b63;
    --market-paper: #f2eee6;
    --market-surface: #ffffff;
    --market-line: #d5cfc4;
    --market-soft: #e7e9ef;
    --market-accent: #b32357;
    --market-accent-dark: #8e1943;
    --market-cobalt: #2f4db4;
    --market-night: #14254c;
}

.marketplace-home {
    margin: 0;
    background: var(--market-paper);
    color: var(--market-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.marketplace-home .market-home,
.marketplace-home .market-home * { box-sizing: border-box; }
.market-shell { width: min(1400px, calc(100% - 80px)); margin: 0 auto; }

.marketplace-home .market-nav,
.marketplace-home .market-nav.at-top,
[data-theme="dark"] .marketplace-home .market-nav,
[data-theme="dark"] .marketplace-home .market-nav.at-top {
    height: 68px;
    background: rgba(248, 246, 241, .96);
    border-bottom: 1px solid rgba(23, 23, 23, .12);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.marketplace-home .market-nav-inner {
    width: min(1400px, calc(100% - 80px));
    max-width: none;
    height: 68px;
    padding: 0;
    gap: 34px;
}

.marketplace-home .market-logo {
    display: flex;
    flex-direction: column;
    color: var(--market-ink);
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.marketplace-home .market-logo small {
    margin-top: 5px;
    color: #8c8780;
    font-size: 8px;
    font-weight: 650;
    letter-spacing: .08em;
}

.marketplace-home .market-nav-links {
    align-self: stretch;
    align-items: center;
    gap: 30px;
}

.marketplace-home .market-nav-links .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    color: #57534f;
    font-size: 14px;
    font-weight: 580;
}

.marketplace-home .market-nav-links .nav-link::after { display: none; }
.marketplace-home .market-nav-links .nav-link:hover,
.marketplace-home .market-nav-links .nav-link.active { color: var(--market-accent); }
.marketplace-home .market-nav-actions { margin-left: auto; gap: 8px; }

.marketplace-home .market-nav .nav-theme,
.marketplace-home .market-nav .nav-message-link {
    border: 0;
    background: transparent;
    color: #57534f;
}

.marketplace-home .market-nav .nav-theme:hover,
.marketplace-home .market-nav .nav-message-link:hover { background: #ece7df; color: var(--market-ink); }

.marketplace-home .market-nav .nav-join-link {
    min-height: 38px;
    padding: 8px 14px;
    border: 0;
    border-radius: 5px;
    color: var(--market-ink);
}

.marketplace-home .market-nav .nav-booking-link {
    min-height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--market-accent);
    color: #fff;
    box-shadow: none;
}

.marketplace-home .market-nav .nav-booking-link:hover { background: var(--market-accent-dark); transform: none; }
.marketplace-home .market-nav .nav-login { min-height: 36px; padding: 7px 12px; border: 0; background: transparent; color: var(--market-ink); }
.marketplace-home .market-nav .user-info:hover { background: #ece7df; }
.marketplace-home .market-nav .user-name { color: var(--market-ink); }
.marketplace-home .market-nav .user-avatar { background: var(--market-night); color: #fff; }
.marketplace-home .market-nav .nav-logout { background: #ece7df; color: var(--market-ink); }

.market-home { min-height: 100dvh; }

.marketplace-home .splash { display: none !important; }

oneway-home-stage {
    display: block;
    width: 100%;
    min-height: 100svh;
    background: #fbfaf7;
}

.motion-stage-fallback {
    display: grid;
    align-content: center;
    min-height: 100svh;
    padding: clamp(28px, 6vw, 112px);
    background: var(--market-paper);
}

.motion-stage-fallback h1 {
    max-width: 10em;
    margin: 0;
    font-size: clamp(46px, 7vw, 104px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.motion-stage-fallback p { margin: 28px 0 0; color: var(--market-muted); }
.motion-stage-fallback a { justify-self: start; margin-top: 42px; padding-bottom: 7px; border-bottom: 2px solid var(--market-accent); color: var(--market-ink); font-weight: 700; }

.marketplace-home .market-nav,
.marketplace-home .market-mobile-menu,
.marketplace-home .support-float {
    transition: opacity .28s ease, transform .42s cubic-bezier(.16, 1, .3, 1), visibility .28s ease;
}

.marketplace-home.motion-hero-active .support-float {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.marketplace-home.motion-hero-active .support-float { transform: translateY(14px); }

.market-entry {
    position: relative;
    padding: clamp(88px, 9vw, 148px) 0 clamp(76px, 8vw, 128px);
    overflow: hidden;
    border-top: 1px solid var(--market-line);
    background: var(--market-paper);
}

.market-entry::before {
    position: absolute;
    top: 0;
    left: max(40px, calc((100vw - 1400px) / 2));
    width: min(28vw, 360px);
    height: 1px;
    background: var(--market-cobalt);
    content: "";
    transform-origin: left;
}

.market-entry-inner { display: grid; gap: clamp(30px, 4vw, 54px); }

.market-entry-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
}

.market-entry-heading h2 {
    max-width: 11em;
    margin: 0;
    color: var(--market-ink);
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 720;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.market-entry-heading p {
    max-width: 58ch;
    margin: 18px 0 0;
    color: var(--market-muted);
    font-size: 15px;
    line-height: 1.75;
}

.market-entry-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0 8px;
    border-bottom: 1px solid currentColor;
    color: var(--market-cobalt);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.market-entry-heading > a i { transition: transform .24s cubic-bezier(.16, 1, .3, 1); }
.market-entry-heading > a:hover i { transform: translateX(5px); }

.market-intro {
    height: 100svh;
    min-height: 720px;
    overflow: hidden;
    background: var(--market-paper);
}

.market-intro-inner {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: clamp(14px, 2vh, 24px);
    height: 100%;
    padding: clamp(94px, 10vh, 124px) 0 clamp(22px, 3vh, 36px);
}

.market-hero-grid {
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr);
    gap: clamp(44px, 6vw, 92px);
    min-height: 0;
    align-items: stretch;
}

.market-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-left: 8px;
}

.market-hero-copy h1 {
    max-width: 700px;
    margin: 0;
    color: var(--market-ink);
    font-size: clamp(50px, 4.5vw, 78px);
    font-weight: 790;
    line-height: 1.08;
    letter-spacing: -.06em;
}

.market-hero-copy > p {
    max-width: 580px;
    margin: 24px 0 0;
    color: var(--market-muted);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.75;
}

.market-hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 32px; }
.market-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 52px;
    padding: 12px 26px;
    border-radius: 5px;
    background: var(--market-night);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.market-primary-action:hover { background: var(--market-accent); transform: translateY(-2px); }
.market-text-action { padding: 12px 0 8px; border-bottom: 1px solid currentColor; color: var(--market-ink); font-size: 15px; }
.market-text-action:hover { color: var(--market-accent); }
.market-hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 30px; color: #77716a; font-size: 12px; }
.market-hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.market-hero-trust i { color: var(--market-accent); font-size: 11px; }

.market-hero-visual {
    position: relative;
    align-self: center;
    height: clamp(330px, 44vh, 465px);
    min-height: 0;
    margin: 0 28px 0 0;
    overflow: visible;
}

.market-hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.market-hero-visual figcaption {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 3px;
    background: rgba(16, 14, 13, .72);
    color: rgba(255, 255, 255, .92);
    font-size: 10px;
    letter-spacing: .04em;
}

.market-hero-detail {
    position: absolute;
    right: -28px;
    bottom: -18px;
    width: clamp(94px, 8vw, 128px);
    aspect-ratio: .84;
    overflow: hidden;
    border: 7px solid var(--market-paper);
    background: var(--market-soft);
}

.market-hero-detail img { width: 100%; height: 100%; object-fit: cover; object-position: 41% 48%; transform: scale(1.75); }

.market-quick-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: center;
    gap: 0;
    min-height: 76px;
    padding: 10px 14px 10px 24px;
    border: 1px solid var(--market-line);
    border-radius: 5px;
    background: rgba(255, 255, 255, .45);
}

.market-quick-search label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 0 22px;
    border-right: 1px solid var(--market-line);
}

.market-quick-search label:first-child { padding-left: 8px; }
.market-quick-search label > span { color: #5d5853; font-size: 14px; white-space: nowrap; }
.market-quick-search select {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 30px 0 2px;
    border: 0;
    border-bottom: 1px solid #615c56;
    border-radius: 0;
    background-color: transparent;
    color: var(--market-ink);
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    outline: none;
}

.market-quick-search select:focus-visible { border-bottom-color: var(--focus-ring); box-shadow: 0 2px 0 var(--focus-ring); }
.market-quick-search button {
    min-width: 156px;
    min-height: 48px;
    margin-left: 22px;
    padding: 12px 24px;
    border: 0;
    border-radius: 5px;
    background: var(--market-accent);
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 720;
    cursor: pointer;
}

.market-quick-search button:hover { background: var(--market-accent-dark); }

.market-service-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 8px 12px; }
.market-service-index h2,
.market-service-index h3 { margin: 0; color: var(--market-ink); font-size: clamp(20px, 1.7vw, 27px); letter-spacing: -.03em; }
.market-service-all { padding: 5px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: #706a64; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.market-service-all:hover,
.market-service-all.is-active { border-bottom-color: var(--market-accent); color: var(--market-accent); }
.market-service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--market-line); }
.market-service-list button {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 16px;
    min-height: 66px;
    padding: 12px 16px;
    border-right: 1px solid var(--market-line);
    border-bottom: 1px solid var(--market-line);
    border-top: 0;
    border-left: 0;
    background: transparent;
    color: var(--market-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.market-service-list button:nth-child(3n) { border-right: 0; }
.market-service-list button > span { display: flex; align-items: baseline; gap: 14px; }
.market-service-list strong { font-size: 17px; }
.market-service-list small { color: #837d76; font-size: 10px; }
.market-service-list p { margin: 4px 0 0; color: #6f6963; font-size: 11px; }
.market-service-list i { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #767069; font-size: 12px; transition: transform .2s ease; }
.market-service-list button:hover i { transform: translateX(4px); }
.market-service-list button.is-active { color: var(--market-accent); box-shadow: inset 0 -2px var(--market-accent); }
.market-service-list button.is-active p,
.market-service-list button.is-active small,
.market-service-list button.is-active i { color: var(--market-accent); }

.market-resource-section { padding: clamp(82px, 8vw, 132px) 0; background: #fff; }
.market-resource-section { content-visibility: auto; contain-intrinsic-size: auto 1100px; }
.market-section-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 34px; }
.market-section-topline > div { max-width: 790px; }
.market-section-topline span,
.market-provider-copy > span { color: var(--market-accent); font-size: 11px; font-weight: 820; letter-spacing: .12em; }
.market-section-topline h2,
.market-provider-copy h2 { margin: 8px 0 10px; color: var(--market-ink); font-size: clamp(32px, 3.4vw, 52px); line-height: 1.12; letter-spacing: -.055em; }
.market-section-topline p,
.market-provider-copy p { color: var(--market-muted); font-size: 15px; line-height: 1.75; }
.market-section-topline > a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--market-ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.market-section-topline > a:hover { color: var(--market-accent); }

.market-category-bar { display: flex; align-items: center; gap: 26px; margin: 0 0 14px; padding: 0 0 13px; border-bottom: 1px solid var(--market-line); overflow-x: auto; scrollbar-width: none; }
.market-category-bar::-webkit-scrollbar { display: none; }
.market-category {
    position: relative;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #706b65;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}

.market-category::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 2px; background: var(--market-accent); transform: scaleX(0); }
.market-category:hover { color: var(--market-ink); }
.market-category.is-active { color: var(--market-accent); }
.market-category.is-active::after { transform: scaleX(1); }

.market-subfilter { display: flex; align-items: center; gap: 8px; min-height: 44px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.market-subfilter[hidden] { display: none; }
.market-subfilter::-webkit-scrollbar { display: none; }
.market-subfilter > span { flex: 0 0 auto; color: #817b74; font-size: 12px; font-weight: 700; }
.market-subfilter button { flex: 0 0 auto; min-height: 30px; padding: 6px 11px; border: 1px solid var(--market-line); border-radius: 980px; background: #fff; color: #625d57; font: inherit; font-size: 12px; cursor: pointer; }
.market-subfilter button:hover { border-color: #9e958a; color: var(--market-ink); }
.market-subfilter button.is-active { border-color: var(--market-night); background: var(--market-night); color: #fff; }
.market-subfilter .market-subfilter-all { margin-left: auto; }

.market-category:focus-visible,
.market-subfilter button:focus-visible,
.market-tile:focus-visible,
.market-tools a:focus-visible,
.market-primary-action:focus-visible,
.market-text-action:focus-visible,
.market-service-list button:focus-visible,
.market-service-all:focus-visible,
.market-quick-search button:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }

.market-feed {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 270px;
    grid-auto-flow: dense;
    gap: 14px;
}

.market-tile { position: relative; min-width: 0; overflow: hidden; border-radius: 7px; background: #211e1c; color: #fff; isolation: isolate; }
.market-tile[hidden] { display: none; }
.market-feed.has-empty { display: block; }
.market-tile-feature { grid-column: span 2; grid-row: span 2; }
.market-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.22, .61, .36, 1), filter .3s ease; }
.market-tile-feature img { object-position: center 20%; }
.market-tile-event img { object-position: center 22%; }
.market-tile-model img { object-position: center 28%; }
.market-tile-post img { object-position: center 36%; }
.market-tile:hover img { transform: scale(1.035); filter: saturate(1.04); }
.market-tile-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12, 9, 8, .02) 32%, rgba(12, 9, 8, .86) 100%); }
.market-tile-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 8px; border-radius: 3px; background: rgba(18, 14, 13, .7); color: rgba(255, 255, 255, .92); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.market-tile-copy { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; }
.market-tile-copy > span { color: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 700; }
.market-tile-copy h3 { margin: 5px 0 4px; color: #fff; font-size: clamp(18px, 1.5vw, 25px); line-height: 1.22; letter-spacing: -.035em; }
.market-tile-copy p { color: rgba(255, 255, 255, .76); font-size: 12px; }
.market-tile-copy strong { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; color: #fff; font-size: 11px; font-weight: 650; opacity: 0; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease; }
.market-tile:hover .market-tile-copy strong,
.market-tile:focus-visible .market-tile-copy strong { opacity: 1; transform: none; }

.market-empty { display: grid; place-items: center; min-height: 360px; padding: 40px 24px; border: 1px dashed #bfb8af; border-radius: 7px; background: var(--market-paper); color: var(--market-muted); text-align: center; }
.market-empty[hidden] { display: none; }
.market-empty i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 12px; border-radius: 50%; background: #fff; color: var(--market-accent); font-size: 18px; }
.market-empty strong { color: var(--market-ink); font-size: 18px; }
.market-empty span { margin-top: 6px; font-size: 14px; }
.market-empty button { margin-top: 16px; min-height: 40px; padding: 9px 16px; border: 1px solid var(--market-ink); border-radius: 5px; background: transparent; color: var(--market-ink); font: inherit; cursor: pointer; }

.market-process { padding: clamp(80px, 8vw, 128px) 0; background: var(--market-soft); color: var(--market-ink); }
.market-process { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.market-process-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(620px, 1.2fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.market-process-heading { display: block; margin: 0; }
.market-process .market-section-topline span { color: var(--market-cobalt); }
.market-process .market-section-topline h2 { color: var(--market-ink); }
.market-process .market-section-topline p { color: var(--market-muted); }
.market-process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(25, 25, 25, .18); }
.market-process-steps li { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(25, 25, 25, .16); }
.market-process-steps > li > span { color: var(--market-cobalt); font-size: 12px; font-weight: 800; }
.market-process-steps h3 { margin: 0 0 8px; color: var(--market-ink); font-size: 20px; }
.market-process-steps p { max-width: 620px; color: var(--market-muted); font-size: 14px; line-height: 1.7; }

.market-tools { padding: clamp(82px, 8vw, 132px) 0; background: var(--market-paper); }
.market-tools { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.market-tools-editorial { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(360px, .85fr); gap: 16px; min-height: 540px; }
.market-tool-reference { position: relative; min-height: 540px; overflow: hidden; border-radius: 7px; background: #211e1c; color: #fff; }
.market-tool-reference > img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform .45s ease; }
.market-tool-reference:hover > img { transform: scale(1.025); }
.market-tool-reference > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; }
.market-tools small { color: #e289a8; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.market-tool-reference h3 { margin: 6px 0 8px; color: #fff; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.05em; }
.market-tool-reference p { color: rgba(255, 255, 255, .72); font-size: 14px; }
.market-tool-reference strong { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: #fff; font-size: 13px; }
.market-tool-side { display: grid; grid-template-rows: 1fr auto; gap: 16px; }
.market-tool-rescue { display: grid; grid-template-columns: minmax(0, 1fr) 42%; gap: 20px; min-height: 360px; padding: 28px; border: 1px solid var(--market-line); border-radius: 7px; background: #fff; color: var(--market-ink); }
.market-tool-rescue > div { align-self: end; }
.market-tool-rescue h3 { margin: 8px 0 10px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.15; letter-spacing: -.05em; }
.market-tool-rescue p { color: var(--market-muted); font-size: 13px; line-height: 1.7; }
.market-tool-rescue img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.market-tool-tutorial { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 118px; padding: 24px 28px; border-radius: 7px; background: var(--market-cobalt); color: #fff; }
.market-tool-tutorial small { display: block; color: rgba(255, 255, 255, .65); }
.market-tool-tutorial strong { display: block; margin-top: 7px; font-size: 15px; line-height: 1.5; }

.market-provider { padding: clamp(82px, 8vw, 132px) 0; border-top: 1px solid var(--market-line); background: #fff; }
.market-provider { content-visibility: auto; contain-intrinsic-size: auto 650px; }
.market-provider-layout { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(600px, 1.1fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.market-provider-copy p { max-width: 620px; }
.market-provider-copy a { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 13px 22px; border-radius: 5px; background: var(--market-cobalt); color: #fff; font-size: 14px; font-weight: 700; }
.market-provider-copy a:hover { background: var(--market-accent); }
.market-provider-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--market-line); }
.market-provider-steps li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 2px 18px; padding: 20px 0; border-bottom: 1px solid var(--market-line); }
.market-provider-steps li > span { grid-row: 1 / span 2; color: var(--market-accent); font-size: 11px; font-weight: 800; }
.market-provider-steps strong { font-size: 16px; }
.market-provider-steps small { margin-top: 5px; color: var(--market-muted); font-size: 12px; }

.market-trust { padding: 30px 0; border-top: 1px solid var(--market-line); background: var(--market-paper); }
.market-trust { content-visibility: auto; contain-intrinsic-size: auto 150px; }
.market-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; }
.market-trust-grid > div,
.market-trust-grid > a { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 8px 24px; border-right: 1px solid var(--market-line); }
.market-trust-grid > :first-child { padding-left: 0; }
.market-trust-grid > :last-child { padding-right: 0; border-right: 0; }
.market-trust-grid > div > i { color: var(--market-accent); font-size: 18px; }
.market-trust-grid strong,
.market-trust-grid small { display: block; }
.market-trust-grid strong { font-size: 13px; }
.market-trust-grid small { margin-top: 3px; color: #7d7770; font-size: 10px; }
.market-trust-grid > a { justify-content: space-between; color: var(--market-accent); }

.market-footer { padding: 54px 0 24px; background: var(--market-night); color: #fff; }
.market-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 44px; padding-bottom: 42px; }
.market-footer-logo { font-size: 25px; font-weight: 850; letter-spacing: -.04em; }
.market-footer-grid > div p { max-width: 280px; margin-top: 12px; color: rgba(255, 255, 255, .55); font-size: 13px; }
.market-footer nav { display: grid; align-content: start; gap: 10px; }
.market-footer nav strong { margin-bottom: 5px; font-size: 13px; }
.market-footer nav a { color: rgba(255, 255, 255, .58); font-size: 12px; }
.market-footer nav a:hover { color: #fff; }
.market-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .42); font-size: 11px; }

[data-theme="dark"] .marketplace-home { background: #111012; color: #f6f3ee; }
[data-theme="dark"] .marketplace-home .market-nav,
[data-theme="dark"] .marketplace-home .market-nav.at-top { background: rgba(17, 16, 18, .96); border-color: rgba(255, 255, 255, .12); }
[data-theme="dark"] .marketplace-home .market-logo,
[data-theme="dark"] .marketplace-home .market-nav-links .nav-link,
[data-theme="dark"] .marketplace-home .market-nav .nav-theme,
[data-theme="dark"] .marketplace-home .market-nav .nav-message-link,
[data-theme="dark"] .marketplace-home .market-nav .nav-join-link,
[data-theme="dark"] .marketplace-home .market-nav .nav-login,
[data-theme="dark"] .marketplace-home .market-nav .user-name { color: #f6f3ee; }
[data-theme="dark"] .marketplace-home .market-logo small { color: #888186; }
[data-theme="dark"] .marketplace-home .market-nav-links .nav-link:hover,
[data-theme="dark"] .marketplace-home .market-nav-links .nav-link.active { color: #f188ab; }
[data-theme="dark"] .marketplace-home .market-nav .nav-theme:hover,
[data-theme="dark"] .marketplace-home .market-nav .nav-message-link:hover,
[data-theme="dark"] .marketplace-home .market-nav .user-info:hover { background: #262227; }
[data-theme="dark"] .market-intro,
[data-theme="dark"] .market-entry,
[data-theme="dark"] .market-tools,
[data-theme="dark"] .market-trust { background: #111012; }
[data-theme="dark"] .market-hero-copy h1,
[data-theme="dark"] .market-service-index h2,
[data-theme="dark"] .market-service-index h3,
[data-theme="dark"] .market-entry-heading h2,
[data-theme="dark"] .market-service-list button,
[data-theme="dark"] .market-section-topline h2,
[data-theme="dark"] .market-provider-copy h2,
[data-theme="dark"] .market-tool-rescue,
[data-theme="dark"] .market-tool-rescue h3,
[data-theme="dark"] .market-provider-steps strong,
[data-theme="dark"] .market-trust-grid strong { color: #f6f3ee; }
[data-theme="dark"] .market-hero-copy > p,
[data-theme="dark"] .market-entry-heading p,
[data-theme="dark"] .market-service-list p,
[data-theme="dark"] .market-section-topline p,
[data-theme="dark"] .market-provider-copy p,
[data-theme="dark"] .market-tool-rescue p,
[data-theme="dark"] .market-provider-steps small { color: #aaa2a6; }
[data-theme="dark"] .market-hero-detail { border-color: #111012; }
[data-theme="dark"] .market-quick-search { background: rgba(255, 255, 255, .03); border-color: #3a3539; }
[data-theme="dark"] .market-quick-search label { border-color: #3a3539; }
[data-theme="dark"] .market-quick-search label > span,
[data-theme="dark"] .market-quick-search select { color: #eee9e5; }
[data-theme="dark"] .market-service-list,
[data-theme="dark"] .market-service-list button,
[data-theme="dark"] .market-category-bar,
[data-theme="dark"] .market-provider,
[data-theme="dark"] .market-provider-steps,
[data-theme="dark"] .market-provider-steps li,
[data-theme="dark"] .market-trust,
[data-theme="dark"] .market-trust-grid > div,
[data-theme="dark"] .market-trust-grid > a { border-color: #3a3539; }
[data-theme="dark"] .market-resource-section,
[data-theme="dark"] .market-provider { background: #19171a; }
[data-theme="dark"] .market-category { color: #aaa3a6; }
[data-theme="dark"] .market-category:hover { color: #fff; }
[data-theme="dark"] .market-subfilter button { background: #211e22; border-color: #413b41; color: #d9d2d5; }
[data-theme="dark"] .market-subfilter button.is-active { background: #f2eee9; border-color: #f2eee9; color: #171416; }
[data-theme="dark"] .market-tool-rescue { background: #19171a; border-color: #3a3539; }
[data-theme="dark"] .market-trust-grid small { color: #918a8e; }

.marketplace-home .market-nav.is-scrolled { box-shadow: 0 10px 28px rgba(18, 14, 12, .08); }
.marketplace-home .market-tile.is-activated { transform: scale(.992); }

@media (prefers-reduced-motion: no-preference) {
    .motion-reveal-ready .market-home > .market-entry,
    .motion-reveal-ready .market-home > .market-resource-section,
    .motion-reveal-ready .market-home > .market-process,
    .motion-reveal-ready .market-home > .market-tools,
    .motion-reveal-ready .market-home > .market-provider,
    .motion-reveal-ready .market-home > .market-trust {
        opacity: .001;
        transform: translate3d(0, 34px, 0);
        transition: opacity .72s ease, transform .9s cubic-bezier(.16, 1, .3, 1);
    }

    .motion-reveal-ready .market-home > .market-entry.is-in-view,
    .motion-reveal-ready .market-home > .market-resource-section.is-in-view,
    .motion-reveal-ready .market-home > .market-process.is-in-view,
    .motion-reveal-ready .market-home > .market-tools.is-in-view,
    .motion-reveal-ready .market-home > .market-provider.is-in-view,
    .motion-reveal-ready .market-home > .market-trust.is-in-view {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .motion-reveal-ready .market-entry::before { transform: scaleX(0); transition: transform 1.1s .12s cubic-bezier(.16, 1, .3, 1); }
    .motion-reveal-ready .market-entry.is-in-view::before { transform: scaleX(1); }
}

@media (max-width: 1220px) {
    .market-shell,
    .marketplace-home .market-nav-inner { width: min(100% - 48px, 1120px); }
    .marketplace-home .market-nav-links { gap: 18px; }
    .marketplace-home .market-nav-links .nav-link:nth-child(4) { display: none; }
    .market-hero-grid { grid-template-columns: minmax(360px, .8fr) minmax(500px, 1.2fr); gap: 46px; }
    .market-process-layout,
    .market-provider-layout { gap: 70px; }
    .market-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .market-trust-grid > :nth-child(2) { border-right: 0; }
    .market-trust-grid > :nth-child(n+3) { border-top: 1px solid var(--market-line); }
}

@media (max-width: 980px) {
    .marketplace-home .market-nav-links,
    .marketplace-home .market-nav-actions > .nav-theme,
    .marketplace-home .market-nav-actions > .nav-message-link,
    .marketplace-home .market-nav-actions > .nav-join-link,
    .marketplace-home .market-nav-actions > .nav-booking-link,
    .marketplace-home .market-nav-actions > .auth-section,
    .marketplace-home .market-nav-actions > .user-section { display: none !important; }
    .marketplace-home .market-nav .nav-hamburger { display: flex; }
    .marketplace-home .market-nav .nav-hamburger span { background: var(--market-ink); }
    [data-theme="dark"] .marketplace-home .market-nav .nav-hamburger span { background: #fff; }
    .marketplace-home .market-mobile-menu { top: 68px; max-height: calc(100vh - 68px); overflow-y: auto; background: var(--market-paper); border-color: var(--market-line); }
    .marketplace-home .market-mobile-menu a { color: var(--market-ink); border-color: var(--market-line); }
    .marketplace-home .market-mobile-menu .mobile-login { background: var(--market-night); color: #fff; }
    [data-theme="dark"] .marketplace-home .market-mobile-menu { background: #151317; border-color: #353037; }
    [data-theme="dark"] .marketplace-home .market-mobile-menu a { color: #f6f3ee; border-color: #353037; }
    .market-intro { height: auto; min-height: 100svh; overflow: visible; }
    .market-entry-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
    .market-entry-heading > a { justify-self: start; }
    .market-intro-inner { display: block; height: auto; padding: 104px 0 54px; }
    .market-hero-grid { grid-template-columns: 1fr; gap: 34px; }
    .market-hero-copy { padding-left: 0; }
    .market-hero-visual { height: 390px; min-height: 390px; margin: 0 24px 0 0; }
    .market-quick-search { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 38px; }
    .market-quick-search label:nth-child(2) { border-right: 0; }
    .market-quick-search button { margin-left: 0; }
    .market-service-index { margin-top: 38px; }
    .market-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .market-tools-editorial { grid-template-columns: 1fr; }
    .market-tool-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .market-tool-tutorial { min-height: 100%; }
    .market-process-layout,
    .market-provider-layout { grid-template-columns: 1fr; gap: 46px; }
    .market-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 680px) {
    .market-shell,
    .marketplace-home .market-nav-inner { width: calc(100% - 28px); }
    .market-entry { padding: 72px 0 68px; }
    .market-entry::before { left: 14px; width: 42vw; }
    .market-entry-heading h2 { font-size: 42px; }
    .market-entry-heading p { margin-top: 14px; font-size: 14px; }
    .marketplace-home .market-logo { font-size: 20px; }
    .market-hero-copy h1 { font-size: 42px; line-height: 1.08; }
    .market-hero-copy > p { margin-top: 18px; font-size: 14px; }
    .market-hero-actions { gap: 22px; margin-top: 26px; }
    .market-primary-action { min-width: 136px; min-height: 48px; }
    .market-hero-trust { margin-top: 24px; }
    .market-hero-visual { height: 300px; min-height: 300px; margin-right: 12px; }
    .market-hero-detail { right: -12px; bottom: -12px; width: 86px; border-width: 5px; }
    .market-quick-search { grid-template-columns: 1fr; padding: 16px; }
    .market-quick-search label,
    .market-quick-search label:first-child { padding: 0; border-right: 0; }
    .market-quick-search button { width: 100%; }
    .market-service-list { grid-template-columns: 1fr 1fr; }
    .market-service-list button:nth-child(3n) { border-right: 1px solid var(--market-line); }
    .market-service-list button:nth-child(2n) { border-right: 0; }
    .market-section-topline { display: block; margin-bottom: 26px; }
    .market-section-topline h2,
    .market-provider-copy h2 { font-size: 34px; }
    .market-section-topline > a { margin-top: 20px; }
    .market-category-bar { gap: 22px; }
    .market-feed { display: block; columns: 2; column-gap: 9px; }
    .market-feed.has-empty { columns: 1; }
    .market-tile,
    .market-tile-feature { display: block; width: 100%; margin: 0 0 9px; break-inside: avoid; aspect-ratio: 3 / 4; }
    .market-tile:nth-of-type(3n + 2) { aspect-ratio: 1 / 1.18; }
    .market-tile:nth-of-type(3n) { aspect-ratio: 1 / 1.48; }
    .market-tile-copy { left: 11px; right: 11px; bottom: 11px; }
    .market-tile-copy h3 { font-size: 16px; }
    .market-tile-copy p,
    .market-tile-copy strong { display: none; }
    .market-tile-label { top: 9px; left: 9px; max-width: calc(100% - 18px); font-size: 8px; }
    .market-process-steps li { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
    .market-tool-reference { min-height: 480px; }
    .market-tool-reference > div { left: 20px; right: 20px; bottom: 20px; }
    .market-tool-side { grid-template-columns: 1fr; }
    .market-tool-rescue { grid-template-columns: 1fr 40%; min-height: 330px; padding: 20px; }
    .market-tool-rescue img { min-height: 260px; }
    .market-provider-steps li { grid-template-columns: 42px minmax(0, 1fr); }
    .market-trust-grid { grid-template-columns: 1fr; }
    .market-trust-grid > div,
    .market-trust-grid > a { padding: 14px 0; border-right: 0; border-top: 1px solid var(--market-line); }
    .market-trust-grid > :first-child { border-top: 0; }
    .market-footer-grid { grid-template-columns: 1fr 1fr; }
    .market-footer-grid > div { grid-column: 1 / -1; }
    .market-footer-grid nav:last-child { grid-column: 1 / -1; }
    .market-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .marketplace-home *,
    .marketplace-home *::before,
    .marketplace-home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
