/* MKT-1a: same product language as landlord apply. */

.c4 { grid-column: span 4; }
@media (max-width: 720px) {
    .c4 { grid-column: span 12; }
}

.ny-mkt-kicker {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fdt-text-muted, #71717a);
}

.ny-mkt-trade-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 12px;
}
.ny-mkt-trade-toolbar input[type="search"] {
    flex: 1;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid var(--fdt-border, #e4e4e7);
    padding: 10px 12px;
    font: inherit;
    background: var(--fdt-elev, #fff);
}
.ny-mkt-trade-count {
    font-size: 13px;
    font-weight: 600;
    color: var(--fdt-text-secondary, #52525b);
    white-space: nowrap;
}

.ny-mkt-orbit {
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 12px;
    padding: 0;
    margin: 0 0 8px;
    background: var(--fdt-elev, #fff);
}
.ny-mkt-orbit > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 650;
}
.ny-mkt-orbit > summary::-webkit-details-marker { display: none; }
.ny-mkt-orbit-n {
    font-size: 11px;
    font-weight: 700;
    color: var(--fdt-text-muted, #71717a);
    background: var(--fdt-muted, #f4f4f5);
    border-radius: 999px;
    min-width: 28px;
    text-align: center;
    padding: 2px 8px;
}
.ny-mkt-trade-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 14px 14px;
}
.ny-mkt-chip {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    max-width: 100%;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}
.ny-mkt-chip input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}
.ny-mkt-chip span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 36px;
    padding: 0 14px;
    margin: 0 !important;
    border-radius: 999px;
    border: 1px solid var(--fdt-border, #e4e4e7);
    background: var(--fdt-muted, #f4f4f5);
    color: var(--fdt-text, #09090b);
    font-size: 13px !important;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-transform: none !important;
    line-height: 1.1;
}
.ny-mkt-chip input:focus-visible + span {
    outline: 2px solid var(--fdt-focus, #2563eb);
    outline-offset: 2px;
}
.ny-mkt-chip input:checked + span {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}
.ny-mkt-other {
    display: block;
    margin-top: 12px;
}

.ny-mkt-flags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
@media (max-width: 720px) {
    .ny-mkt-flags { grid-template-columns: 1fr; }
}
.ny-mkt-flag {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 12px;
    background: var(--fdt-muted, #f4f4f5);
    cursor: pointer;
    font-weight: 500;
}
.ny-mkt-flag input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #1d4ed8;
}
.ny-mkt-flag strong { display: block; font-size: 14px; }

.ny-mkt-drop {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 18px 14px;
    border: 1px dashed var(--fdt-border-strong, #d4d4d8);
    border-radius: 12px;
    background: var(--fdt-muted, #f4f4f5);
    text-align: center;
    cursor: pointer;
}
.ny-mkt-drop input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.ny-mkt-drop strong { font-size: 14px; }
.ny-mkt-drop-sub {
    font-size: 12px;
    font-weight: 500;
    color: var(--fdt-text-muted, #71717a);
}
.ny-mkt-drop.is-over,
.ny-mkt-drop.is-done {
    border-color: #1d4ed8;
    background: #eff6ff;
}

.ny-mkt-filterbar {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr 0.8fr auto;
    gap: 10px 12px;
    align-items: end;
    margin: 0 0 18px;
}
@media (max-width: 720px) {
    .ny-mkt-filterbar { grid-template-columns: 1fr; }
}
.ny-mkt-filterbar label { margin: 0; }
.ny-mkt-filterbar label span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fdt-text-muted, #71717a);
    margin-bottom: 6px;
}
.ny-mkt-filter-go {
    width: auto;
    min-width: 120px;
    padding: 0 18px;
}

.ny-mkt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
@media (max-width: 720px) {
    .ny-mkt-grid { grid-template-columns: 1fr; }
}
.ny-mkt-card {
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 14px;
    padding: 16px;
    background: var(--fdt-elev, #fff);
    box-shadow: var(--fdt-shadow);
}
.ny-mkt-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -0.02em;
}
.ny-mkt-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
}
.ny-mkt-tags span {
    font-size: 12px;
    font-weight: 650;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--fdt-muted, #f4f4f5);
    color: var(--fdt-text-secondary, #52525b);
}
.ny-mkt-area,
.ny-mkt-muted,
.ny-mkt-empty {
    margin: 0;
    font-size: 13px;
    color: var(--fdt-text-secondary, #52525b);
    line-height: 1.45;
}
.ny-mkt-foot-cta {
    margin-top: 22px;
    display: flex;
    justify-content: flex-start;
}
.ny-mkt-foot-cta a.submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: auto;
    min-width: 180px;
    padding: 0 20px;
}

.o_portal_my_home.ny-mkt-shell {
    max-width: 960px;
}

.ny-mkt-home .fdt-page-head h1 {
    margin: 0;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    letter-spacing: -0.03em;
}
.ny-mkt-home .fdt-card-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ny-mkt-home .fdt-card-h h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 650;
}
.ny-mkt-kpi-text {
    font-size: 18px !important;
    font-weight: 650;
}
.ny-mkt-flag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.ny-mkt-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 650;
}
.ny-mkt-area-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
.ny-mkt-area-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 10px;
    background: var(--fdt-elev, #fff);
    font-size: 14px;
    font-weight: 600;
}
.ny-mkt-id-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}
@media (max-width: 720px) {
    .ny-mkt-id-grid { grid-template-columns: 1fr; }
}
.ny-mkt-id-grid label { margin: 0; }
.ny-mkt-id-grid label span,
.ny-mkt-profile-form .ny-mkt-other {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fdt-text-muted, #71717a);
    margin-bottom: 6px;
}
.ny-mkt-id-grid input {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid var(--fdt-border, #e4e4e7);
    padding: 10px 12px;
    font: inherit;
}
.ny-mkt-profile-form .fdt-card { margin-top: 14px; }
.ny-mkt-profile-actions {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
}
.ny-mkt-profile-actions .btn-primary {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    background: #1d4ed8;
    border-color: #1d4ed8;
    font-weight: 650;
}

html:has(body.ny-mkt-front),
body.ny-mkt-front {
    overflow-x: hidden;
}
html.ny-sheet-lock,
html.ny-sheet-lock body.ny-mkt-front {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
}
html.ny-sheet-lock body.ny-mkt-front {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
}
body.ny-mkt-front {
    margin: 0;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background: #fff;
    color: #18181b;
}
body.ny-mkt-front .ny-bar {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #fff;
    border-bottom: 1px solid #ececec;
    position: sticky;
    top: 0;
    z-index: 20;
    min-width: 0;
}
body.ny-mkt-front button.ny-mkt-burger,
.ny-mkt-burger {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #18181b !important;
    box-shadow: none !important;
    cursor: pointer;
    flex-shrink: 0;
}
.ny-mkt-burger svg { width: 22px; height: 22px; display: block; }
.ny-mkt-layout {
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    align-items: start;
    min-height: calc(100dvh - 56px);
}
.ny-mkt-side {
    position: sticky;
    top: 56px;
    height: calc(100dvh - 56px);
    overflow: auto;
    padding: 14px 10px 28px;
    border-right: 1px solid #ececec;
    background: #fff;
}
.ny-mkt-side-h {
    margin: 16px 8px 6px;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-side-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #18181b;
    font-size: 14px;
    font-weight: 650;
}
.ny-mkt-side-link:hover { background: #f4f4f5; }
.ny-mkt-side-link.is-on { background: #f4f4f5; }
.ny-mkt-side-link .ny-mkt-cat-ico { width: 18px; height: 18px; }
.ny-mkt-main { min-width: 0; }
body.ny-mkt-front .ny-bar-brand { flex-shrink: 0; }
body.ny-mkt-front .ny-bar-brand img { height: 28px; width: auto; }
body.ny-mkt-front .ny-top-intent { display: flex; gap: 4px; }
body.ny-mkt-front .ny-top-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.ny-mkt-side-tools {
    margin: 16px 8px 0;
    padding-top: 12px;
    border-top: 1px solid #ececec;
}
.ny-mkt-side-tools .ny-lang-dd { display: block; }
.ny-mkt-side-tools .ny-lang-toggle { width: 100% !important; justify-content: space-between; }
@media (min-width: 1101px) {
    .ny-mkt-side-tools { display: none; }
    .ny-mkt-browse-tile { flex-basis: 240px; }
}
body.ny-mkt-front .ny-lang-dd {
    position: relative;
    margin-left: 0;
    flex-shrink: 0;
}
body.ny-mkt-front .ny-lang-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    height: 32px !important;
    min-width: auto !important;
    max-width: 11rem;
    padding: 0 10px !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #18181b !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer;
    white-space: nowrap;
}
body.ny-mkt-front .ny-lang-toggle svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    opacity: 0.65;
}
html[data-theme="dark"] body.ny-mkt-front .ny-lang-toggle {
    background: #2c2c2e !important;
    color: #f5f5f7 !important;
    border-color: #71717a !important;
}
body.ny-mkt-front .ny-nav-btn {
    text-decoration: none;
    color: #18181b;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
body.ny-mkt-front .ny-nav-btn.is-on { background: #f4f4f5; }
body.ny-mkt-front .ny-theme-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
}
.ny-mkt-eats { background: #fff; border-bottom: 1px solid #ececec; padding: 16px 18px 12px; }
.ny-mkt-chrome {
    display: flex;
    align-items: stretch;
    gap: 10px;
    max-width: 980px;
    width: 100%;
    min-width: 0;
}
html body.ny-mkt-front,
html body.ny-mkt-front * { box-sizing: border-box; }
.ny-mkt-place,
.ny-mkt-search,
.ny-mkt-cat-filter {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    min-width: 0;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0;
    padding: 0 8px 0 6px !important;
    background: #f3f4f6 !important;
    color: #18181b !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    filter: none !important;
}
html body.ny-mkt-front button.ny-mkt-place,
html body.ny-mkt-front button.ny-mkt-place:hover,
html body.ny-mkt-front button.ny-mkt-place:focus,
html[data-theme="dark"] body.ny-mkt-front button.ny-mkt-place {
    flex: 0 1 280px;
    cursor: pointer;
    text-align: left !important;
    font: 650 14px/1.2 Inter, ui-sans-serif, system-ui, sans-serif !important;
    width: auto !important;
    background: #f3f4f6 !important;
    color: #18181b !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    filter: none !important;
}
.ny-mkt-place-pin {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #fff;
    color: #111827;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.ny-mkt-place-pin svg { width: 18px; height: 18px; }
.ny-mkt-place-copy {
    display: grid;
    min-width: 0;
}
html body.ny-mkt-front button.ny-mkt-place .ny-mkt-place-copy strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #18181b !important;
}
html body.ny-mkt-front button.ny-mkt-place .ny-mkt-place-copy em {
    font-style: normal;
    font-size: 11px;
    font-weight: 650;
    color: #3f3f46 !important;
}
.ny-mkt-search { flex: 1; padding-right: 14px; }
body.ny-mkt-front button.ny-mkt-search-ico,
.ny-mkt-search-ico {
    width: 34px !important;
    height: 34px !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #52525b !important;
    display: grid !important;
    place-items: center;
    cursor: pointer;
    padding: 0 !important;
    box-shadow: none !important;
}
.ny-mkt-search-ico svg,
.ny-mkt-cat-filter svg { width: 18px; height: 18px; }
body.ny-mkt-front .ny-mkt-search input,
body.ny-mkt-front .ny-mkt-search input[type="search"],
body.ny-mkt-front .ny-mkt-cat-filter input,
body.ny-mkt-front .ny-mkt-cat-filter input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    color: #18181b !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    font: 500 16px/1.2 Inter, ui-sans-serif, system-ui, sans-serif !important;
}
body.ny-mkt-front .ny-mkt-search input::-webkit-search-decoration,
body.ny-mkt-front .ny-mkt-search input::-webkit-search-cancel-button,
body.ny-mkt-front .ny-mkt-cat-filter input::-webkit-search-decoration {
    -webkit-appearance: none;
}
html body.ny-mkt-front .ny-mkt-place-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: auto;
}
html body.ny-mkt-front .ny-mkt-place-modal[hidden] { display: none !important; }
html body.ny-mkt-front .ny-mkt-place-card {
    width: min(440px, 100%);
    max-width: 440px;
    margin: auto;
    background: #fff !important;
    color: #18181b !important;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}
html body.ny-mkt-front .ny-mkt-place-card header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
html body.ny-mkt-front .ny-mkt-place-card h2 { margin: 0; font-size: 20px; letter-spacing: -0.03em; }
.ny-mkt-place-lead { margin: 4px 0 0; font-size: 13px; color: #52525b; line-height: 1.4; }
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-x,
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-x:hover {
    border: 0 !important;
    background: #f4f4f5 !important;
    color: #18181b !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 999px !important;
    cursor: pointer;
    font-size: 18px !important;
    padding: 0 !important;
    filter: none !important;
    box-shadow: none !important;
}
.ny-mkt-place-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ny-mkt-place-field label,
html body.ny-mkt-front .ny-mkt-place-card label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
html body.ny-mkt-front .ny-mkt-place-card input,
html body.ny-mkt-front .ny-mkt-place-card select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    box-sizing: border-box !important;
    padding: 0 12px !important;
    margin: 0 !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 12px !important;
    background: #f4f4f5 !important;
    color: #18181b !important;
    font: 500 15px/1.2 Inter, ui-sans-serif, system-ui, sans-serif !important;
    box-shadow: none !important;
}
.ny-mkt-place-lookup { position: relative; }
html body.ny-mkt-front .ny-mkt-place-suggest button {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 10px 12px !important;
    background: transparent !important;
    color: #18181b !important;
    border: 0 !important;
    border-radius: 8px !important;
    font: 500 13px/1.35 Inter, ui-sans-serif, system-ui, sans-serif !important;
    filter: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
.ny-mkt-place-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 2;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    max-height: 220px;
    overflow: auto;
}
.ny-mkt-place-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.7fr);
    gap: 8px;
}
.ny-mkt-place-choices { display: grid; gap: 8px; }
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-choice,
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-choice:hover {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100% !important;
    min-height: 48px !important;
    padding: 10px 14px !important;
    background: #f4f4f5 !important;
    color: #18181b !important;
    border: 0 !important;
    border-radius: 12px !important;
    text-align: left !important;
    font: 650 14px/1.3 Inter, ui-sans-serif, system-ui, sans-serif !important;
    filter: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-choice em {
    font-style: normal;
    color: #52525b;
    font-size: 12px;
}
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-save,
html body.ny-mkt-front .ny-mkt-place-card button.ny-mkt-place-save[type="submit"],
html body.ny-mkt-front button.ny-mkt-place-save,
html body.ny-mkt-front a.ny-mkt-place-save {
    background: #18181b !important;
    color: #fff !important;
    width: 100% !important;
    min-height: 48px !important;
    border: 0 !important;
    border-radius: 12px !important;
    font: 700 15px/1 Inter, ui-sans-serif, system-ui, sans-serif !important;
    filter: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.ny-mkt-place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ny-mkt-place-actions { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 560px) {
    .ny-mkt-place-row { grid-template-columns: 1fr; }
}
.ny-mkt-cat-page { margin: 0 0 22px; }
.ny-mkt-cat-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 16px;
}
.ny-mkt-cat-head h1 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -0.04em; }
.ny-mkt-cat-filter { max-width: 520px; margin: 0 0 14px; padding: 0 14px 0 12px; }
.ny-mkt-subcats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
}
.ny-mkt-sub {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ececec;
    text-decoration: none;
    color: #18181b;
    font-size: 13px;
    font-weight: 650;
}
.ny-mkt-browse-subs {
    font-size: 12px;
    line-height: 1.35;
    color: #71717a;
    font-weight: 600;
}
.ny-mkt-browse-more {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 750;
    color: #1d4ed8;
}
.ny-mkt-eats-cats {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 0 4px;
    scrollbar-width: none;
}
.ny-mkt-eats-cat {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #3f3f46;
    background: transparent;
    border: 1px solid #ececec;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 650;
}
.ny-mkt-eats-cat.is-on { background: #111827; color: #fff; border-color: #111827; }
.ny-mkt-ico {
    display: block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.ny-mkt-cat-ico {
    width: 20px;
    height: 20px;
    color: var(--tile, #2563eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
}
.ny-mkt-eats-cat.is-on .ny-mkt-cat-ico { color: #fff; }
.ny-mkt-eats-body,
.ny-mkt-eats-body.is-empty {
    flex: 1;
    display: block;
    min-height: 0;
    min-width: 0;
}
.ny-mkt-section { margin: 0 0 28px; }
.ny-mkt-section h2 {
    margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ny-mkt-section h2 .ny-mkt-cat-ico {
    width: 26px;
    height: 26px;
}
.ny-mkt-browse {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    margin: 8px 0 24px;
    padding: 2px 2px 10px;
    scrollbar-width: none;
}
.ny-mkt-browse::-webkit-scrollbar { display: none; }
.ny-mkt-browse-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
    padding: 16px 14px 14px;
    background: transparent;
    border: 1px solid rgba(24, 24, 27, 0.10);
    border-radius: 18px;
    text-decoration: none;
    color: #18181b;
    min-height: 136px;
    box-shadow: none;
}
.ny-mkt-browse-tile:hover {
    background: #fff;
    border-color: #d4d4d8;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.ny-mkt-browse-logo {
    width: 56px;
    height: 56px;
    color: var(--tile, #2563eb);
    display: grid;
    place-items: center;
    background: transparent;
    filter: drop-shadow(0 10px 16px color-mix(in srgb, var(--tile, #2563eb) 28%, transparent));
}
.ny-mkt-browse-logo .ny-mkt-ico {
    width: 56px;
    height: 56px;
}
.ny-mkt-browse-tile strong {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #18181b;
    font-weight: 750;
}
.ny-mkt-browse-n {
    font-size: 12px;
    color: #71717a;
    font-weight: 650;
}
.ny-mkt-eats-card {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.ny-mkt-card-photo {
    position: relative;
    height: 148px;
    overflow: hidden;
}
.ny-mkt-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ny-mkt-card-fallback {
    display: grid;
    place-items: center;
    height: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}
.ny-mkt-card-logo,
.ny-mkt-detail-logo,
.ny-mkt-logo-preview {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.16);
}
.ny-mkt-card-logo {
    position: absolute;
    left: 12px;
    bottom: -14px;
}
.ny-mkt-eats-card .ny-mkt-eats-main { padding: 20px 14px 0; }
.ny-mkt-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}
.ny-mkt-photo {
    margin: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f4f5;
    min-height: 110px;
    border: 1px solid #e4e4e7;
}
.ny-mkt-photo img { width: 100%; height: 110px; object-fit: cover; display: block; }
.ny-mkt-photo-x {
    position: absolute;
    right: 8px;
    top: 8px;
    border: 0;
    border-radius: 999px;
    background: rgba(15,23,42,.85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    cursor: pointer;
}
.ny-mkt-photo-add {
    display: grid;
    place-content: center;
    gap: 4px;
    min-height: 110px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
    cursor: pointer;
    padding: 12px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.ny-mkt-photo-add input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    opacity: 0 !important;
    font-size: 0 !important;
    cursor: pointer;
    z-index: 2;
}
.ny-mkt-photo-add strong { font-size: 14px; }
.ny-mkt-photo-add em { font-style: normal; font-size: 12px; color: #64748b; }
.ny-mkt-detail-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
    margin: 0 0 18px;
}
.ny-mkt-detail-photos img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}
.ny-mkt-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin: 4px 0 6px;
    font-weight: 750;
}
.ny-mkt-price-now { font-size: 16px; }
.ny-mkt-price-was { color: #a1a1aa; text-decoration: line-through; font-weight: 600; font-size: 13px; }
.ny-mkt-price-kind { font-size: 12px; font-weight: 650; color: #52525b; }
.ny-mkt-price-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 4px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}
.ny-mkt-price-box .is-lead input {
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -0.03em;
}
.ny-mkt-coupon-list { display: grid; gap: 8px; margin: 0 0 10px; }
.ny-mkt-coupon-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
}
.ny-mkt-coupon-new { margin-top: 0; }
.ny-mkt-eats-list { padding: 18px 20px 40px; overflow: auto; }
.ny-mkt-eats-count {
    margin: 0 0 14px;
    color: #52525b;
    font-size: 13px;
}
.ny-mkt-eats-wrap { min-width: 0; }
.ny-mkt-eats-rail { min-width: 0; }
.ny-mkt-eats-grid { display: grid; gap: 12px; }
.ny-mkt-front .ny-mkt-eats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.ny-mkt-front .ny-mkt-eats-grid .ny-mkt-card-photo { height: 118px; }
.ny-mkt-front .ny-mkt-eats-top h2 { font-size: 15px; line-height: 1.25; }
.ny-mkt-rail-more { margin: 10px 0 0; }
.ny-mkt-rail-more a {
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    color: #1d4ed8;
    text-decoration: none;
}
@media (max-width: 1100px) {
    .ny-mkt-front .ny-mkt-eats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.ny-mkt-front .ny-top-right { display: none !important; }
}
@media (max-width: 820px) {
    .ny-mkt-front .ny-mkt-eats-rail {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        margin: 0 -16px;
        padding: 0 16px 8px;
        scrollbar-width: none;
    }
    .ny-mkt-front .ny-mkt-eats-rail::-webkit-scrollbar { display: none; }
    .ny-mkt-front .ny-mkt-eats-grid {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        width: max-content;
    }
    .ny-mkt-front .ny-mkt-eats-card {
        flex: 0 0 min(46vw, 200px);
        scroll-snap-align: start;
    }
    .ny-mkt-front .ny-mkt-eats-grid .ny-mkt-card-photo { height: 110px; }
}
.ny-mkt-eats-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 14px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ececec;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    overflow: hidden;
    min-width: 0;
}
.ny-mkt-eats-card:hover { border-color: #d4d4d8; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.ny-mkt-eats-av {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 750;
    font-size: 22px;
    letter-spacing: -0.03em;
}
.ny-mkt-eats-top { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.ny-mkt-eats-top h2 { margin: 0; font-size: 18px; letter-spacing: -0.03em; }
.ny-mkt-eats-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 750;
    background: #f4f4f5;
    border-radius: 999px;
    padding: 2px 8px;
    white-space: nowrap;
}
.ny-mkt-eats-star {
    width: 12px;
    height: 12px;
    color: #f5b301;
    fill: #f5b301;
    flex: 0 0 auto;
}
.ny-mkt-eats-meta { margin: 4px 0 8px; color: #52525b; font-size: 13px; }
.ny-mkt-eats-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ny-mkt-eats-tags span,
.ny-mkt-eats-flags span {
    font-size: 12px;
    font-weight: 650;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f4f4f5;
    color: #3f3f46;
}
.ny-mkt-eats-flags { display: flex; gap: 6px; margin: 8px 0 0; }
.ny-mkt-eats-phone { display: none; }
.ny-mkt-eats-card { text-decoration: none; color: inherit; }
.ny-mkt-eats-company { margin: 0; font-size: 13px; font-weight: 650; color: #3f3f46; }
.ny-mkt-menu { display: none; }
.ny-mkt-detail-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 18px 16px 80px;
}
.ny-mkt-back { display: inline-block; margin: 0 0 14px; font-weight: 650; color: #1d4ed8; text-decoration: none; }
.ny-mkt-detail-head { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: start; }
.ny-mkt-detail-head h1 { margin: 0; font-size: clamp(1.3rem, 4vw, 2rem); letter-spacing: -0.03em; }
.ny-mkt-detail-blurb { font-size: 16px; line-height: 1.5; }
.ny-mkt-matrix dl, .ny-mkt-team ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ny-mkt-matrix dl > div, .ny-mkt-team li, .ny-mkt-rate-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 12px 14px;
}
.ny-mkt-matrix dt { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #71717a; }
.ny-mkt-matrix dd { margin: 4px 0 0; font-weight: 650; }
.ny-mkt-cal-day { margin: 0 0 16px; }
.ny-mkt-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.ny-mkt-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #d4d4d8;
    background: #fff;
    font-weight: 650;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.ny-mkt-msg-form textarea,
.ny-mkt-form textarea,
.ny-mkt-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
.ny-mkt-form select {
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
}
.ny-mkt-msg-form textarea { min-height: 120px; }
.ny-mkt-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 0;
    min-width: 0;
    max-width: 100%;
}
.ny-mkt-feature-chips {
    margin: 0 0 14px;
}
.ny-mkt-composer { margin-top: 18px; overflow: visible; }
.ny-mkt-composer .fdt-card-b { padding-top: 4px; overflow: visible; }
.ny-mkt-composer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    align-items: start;
    min-width: 0;
    overflow: visible;
}
.ny-mkt-span-2 { grid-column: span 2; }
.ny-mkt-composer-h {
    margin: 18px 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-composer-grid label:not(.ny-mkt-chip) > span,
.ny-mkt-price-box label > span,
.ny-mkt-coupon-new label > span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 6px;
}
.ny-mkt-composer input:not([type="checkbox"]):not([type="radio"]),
.ny-mkt-composer select,
.ny-mkt-composer textarea {
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
    background: #fff;
}
.ny-mkt-composer textarea { min-height: 96px; }
.ny-mkt-composer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.ny-mkt-primary,
.ny-mkt-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 650;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}
.ny-mkt-primary {
    background: #1d4ed8 !important;
    color: #fff !important;
    border-color: #1d4ed8 !important;
}
.ny-mkt-secondary {
    background: #fff !important;
    color: #18181b !important;
    border-color: #e4e4e7 !important;
}
.ny-mkt-loc-saved-list { display: grid; gap: 8px; margin: 0 0 10px; }
.ny-mkt-loc-saved {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
}
.ny-mkt-empty-card {
    max-width: 520px;
    margin: 12px 0 0;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
}
.ny-mkt-empty-card h2 {
    margin: 0 0 8px;
    font-size: 20px;
    letter-spacing: -0.03em;
}
.ny-mkt-listing-cards { margin: 0 0 8px; }
.ny-mkt-portfolio {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin: 0 0 24px;
}
.ny-mkt-portfolio .ny-mkt-card-photo { height: 168px; }
.ny-mkt-portfolio-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 12px;
}
.ny-mkt-portfolio-bar input[type="search"] {
    flex: 1 1 220px;
    min-height: 44px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
    background: #fff;
}
.ny-mkt-portfolio-chips { margin: 0 0 14px; }
html body .o_portal_my_home a.ny-mkt-chip-link,
html body .ny-mkt-home a.ny-mkt-chip-link,
html body a.ny-mkt-chip-link,
html body a.ny-mkt-chip-link:link,
html body a.ny-mkt-chip-link:visited,
html body a.ny-mkt-chip-link:hover,
html body a.ny-mkt-chip-link:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e4e4e7;
    background: #f4f4f5 !important;
    color: #18181b !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 650;
}
html body .o_portal_my_home a.ny-mkt-chip-link.is-on,
html body .ny-mkt-home a.ny-mkt-chip-link.is-on,
html body a.ny-mkt-chip-link.is-on,
html body a.ny-mkt-chip-link.is-on:link,
html body a.ny-mkt-chip-link.is-on:visited,
html body a.ny-mkt-chip-link.is-on:hover,
html body a.ny-mkt-chip-link.is-on:focus {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}
.ny-mkt-eats-rating.is-on { background: #dcfce7; color: #166534; }
.ny-mkt-eats-rating.is-off { background: #f4f4f5; color: #71717a; }
.ny-mkt-field-help {
    display: block;
    margin: 6px 0 0;
    font-style: normal;
    font-size: 12px;
    font-weight: 550;
    color: #71717a;
    text-transform: none;
    letter-spacing: 0;
}
@media (max-width: 720px) {
    .ny-mkt-composer-grid { grid-template-columns: 1fr; }
    .ny-mkt-span-2 { grid-column: auto; }
}
.ny-mkt-cta { display: inline-flex; align-items: center; text-decoration: none; }
.ny-mkt-error { color: #b91c1c; font-weight: 650; }
.ny-mkt-thread-link { display: block; text-decoration: none; color: inherit; margin-bottom: 10px; }
.ny-mkt-msgs { list-style: none; padding: 0; display: grid; gap: 10px; }
.ny-mkt-msgs li { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 12px; }
.ny-mkt-hours { display: grid; gap: 8px; }
.ny-mkt-team {
    display: grid;
    gap: 18px;
}
.ny-mkt-team-company,
.ny-mkt-team-card,
.ny-mkt-team-new {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 20px 20px 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.ny-mkt-team-company header { margin: 0 0 12px; }
.ny-mkt-team-company h2,
.ny-mkt-team-card h2,
.ny-mkt-team-new h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.03em;
}
.ny-mkt-team-company header p,
.ny-mkt-team-card .ny-mkt-muted,
.ny-mkt-team-sec .ny-mkt-muted {
    margin: 4px 0 0;
}
.ny-mkt-team-card-h {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
}
.ny-mkt-team-badge {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ny-mkt-team-grid {
    display: grid;
    gap: 16px;
}
.ny-mkt-team-sec {
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #f4f4f5;
}
.ny-mkt-team-sec h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-team-sec-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ny-mkt-team-ghost {
    border: 0;
    background: transparent;
    color: #1d4ed8;
    font-weight: 650;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}
.ny-mkt-team-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.ny-mkt-team-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
}
.ny-mkt-team-list li div { display: grid; gap: 2px; }
.ny-mkt-team-list em {
    font-style: normal;
    font-size: 12px;
    font-weight: 650;
    color: #1d4ed8;
}
.ny-mkt-team-add-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: end;
    margin-top: 14px;
}
.ny-mkt-team-add-row label span,
.ny-mkt-day-times label span,
.ny-mkt-team-new label span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 6px;
}
.ny-mkt-visit-zip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    margin: 0 0 14px;
}
.ny-mkt-visit-zip label span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 6px;
}
.ny-mkt-visit-zip input[type="text"] {
    min-height: 42px;
    min-width: 140px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 8px 10px;
    font: inherit;
}
.ny-mkt-team-add-row input[type="text"],
.ny-mkt-team-add-row input[type="email"],
.ny-mkt-team-add-row input[type="date"],
.ny-mkt-team-add-row input[type="time"],
.ny-mkt-team-add-row select,
.ny-mkt-day-times input[type="time"],
.ny-mkt-team-new input[type="text"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 8px 10px;
    font: inherit;
    background: #fff;
}
.ny-mkt-team-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    font-size: 13px;
    font-weight: 650;
}
.ny-mkt-team-check input { width: 18px; height: 18px; accent-color: #1d4ed8; }
.ny-mkt-day {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 10px 16px;
    align-items: start;
    padding: 10px 12px;
    border: 1px solid #f4f4f5;
    border-radius: 14px;
    background: #fff;
}
.ny-mkt-day-name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    min-height: 42px;
    font-weight: 700;
}
.ny-mkt-day-name input {
    width: 18px;
    height: 18px;
    accent-color: #1d4ed8;
}
.ny-mkt-day-times {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.ny-mkt-day:not(:has(.ny-mkt-day-on:checked)) {
    background: #fafafa;
}
.ny-mkt-day:not(:has(.ny-mkt-day-on:checked)) .ny-mkt-day-times {
    display: none;
}
.ny-mkt-team-new { display: grid; gap: 12px; }
.ny-mkt-team-new .ny-mkt-primary { justify-self: start; }
@media (max-width: 900px) {
    .ny-mkt-team-add-row {
        grid-template-columns: 1fr 1fr;
    }
    .ny-mkt-day {
        grid-template-columns: 1fr;
    }
    .ny-mkt-day-times {
        grid-template-columns: 1fr 1fr;
    }
}
.ny-mkt-listing-new, .ny-mkt-form { display: grid; gap: 12px; margin-top: 18px; }
.ny-mkt-rate-form fieldset { border: 1px solid #ececec; border-radius: 12px; padding: 10px 12px; }
.ny-mkt-rate-page { display: grid; gap: 12px; }
.ny-mkt-star-field { display: grid; gap: 8px; }
.ny-mkt-star-field legend {
    font-size: 18px;
    font-weight: 700;
    color: #18181b;
}
.ny-mkt-star-pick {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2px;
    position: relative;
}
.ny-mkt-star-pick input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.ny-mkt-star-pick label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    cursor: pointer;
    color: #71717a;
}
.ny-mkt-star-pick label svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #71717a;
    stroke-width: 1.6;
    stroke-linejoin: round;
    pointer-events: none;
}
.ny-mkt-star-pick input:checked + label,
.ny-mkt-star-pick input:checked ~ label,
.ny-mkt-star-pick input:checked ~ input + label,
.ny-mkt-star-pick label:hover,
.ny-mkt-star-pick label:hover ~ label {
    color: #f5b301;
}
.ny-mkt-star-pick input:checked + label svg,
.ny-mkt-star-pick input:checked ~ label svg,
.ny-mkt-star-pick input:checked ~ input + label svg,
.ny-mkt-star-pick label:hover svg,
.ny-mkt-star-pick label:hover ~ label svg {
    fill: #f5b301;
    stroke: #f5b301;
}
html body.o_portal_wrap .ny-mkt-star-pick label,
html body.o_portal_wrap .ny-mkt-star-pick label * {
    color: #71717a !important;
}
html body.o_portal_wrap .ny-mkt-star-pick label svg {
    fill: none !important;
    stroke: #71717a !important;
    stroke-width: 1.6 !important;
}
html body.o_portal_wrap .ny-mkt-star-pick input:checked + label,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ label,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ input + label,
html body.o_portal_wrap .ny-mkt-star-pick label:hover,
html body.o_portal_wrap .ny-mkt-star-pick label:hover ~ label,
html body.o_portal_wrap .ny-mkt-star-pick input:checked + label *,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ label *,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ input + label *,
html body.o_portal_wrap .ny-mkt-star-pick label:hover *,
html body.o_portal_wrap .ny-mkt-star-pick label:hover ~ label * {
    color: #f5b301 !important;
}
html body.o_portal_wrap .ny-mkt-star-pick input:checked + label svg,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ label svg,
html body.o_portal_wrap .ny-mkt-star-pick input:checked ~ input + label svg,
html body.o_portal_wrap .ny-mkt-star-pick label:hover svg,
html body.o_portal_wrap .ny-mkt-star-pick label:hover ~ label svg {
    fill: #f5b301 !important;
    stroke: #f5b301 !important;
}
@media (max-width: 1100px) {
    .ny-mkt-layout { grid-template-columns: 1fr; }
    .ny-mkt-side {
        position: fixed;
        left: 0;
        top: 56px;
        bottom: 0;
        width: min(280px, 86vw);
        height: auto;
        z-index: 30;
        transform: translateX(-110%);
        box-shadow: 8px 0 28px rgba(15, 23, 42, 0.12);
        transition: transform 0.18s ease;
    }
    body.ny-mkt-front.is-nav-open .ny-mkt-side { transform: none; }
    .ny-mkt-chrome { max-width: none; }
    .ny-mkt-price-box { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
    .ny-mkt-eats { padding: 12px; }
    .ny-mkt-chrome { flex-wrap: wrap; }
    .ny-mkt-place, .ny-mkt-search { width: 100%; flex: 1 1 100%; }
    .ny-mkt-eats-list { padding: 12px 12px 40px; }
    .ny-mkt-eats-card { grid-template-columns: 1fr; padding: 0 0 12px; }
    .ny-mkt-eats-top h2 { font-size: 16px; }
    .ny-mkt-detail-head { grid-template-columns: 56px minmax(0, 1fr); }
    .ny-mkt-day-times { grid-template-columns: 1fr 1fr; }
    .ny-mkt-price-box { grid-template-columns: 1fr; }
}
.ny-mkt-eats-map { display: none !important; }
.ny-mkt-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}
html body .o_portal_my_home a.ny-mkt-step,
html body .ny-mkt-home a.ny-mkt-step,
html body a.ny-mkt-step,
html body a.ny-mkt-step:link,
html body a.ny-mkt-step:visited,
html body a.ny-mkt-step:hover,
html body a.ny-mkt-step:focus {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff !important;
    border: 1px solid #e4e4e7;
    color: #18181b !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 650;
}
html body .o_portal_my_home a.ny-mkt-step.is-on,
html body .ny-mkt-home a.ny-mkt-step.is-on,
html body a.ny-mkt-step.is-on,
html body a.ny-mkt-step.is-on:link,
html body a.ny-mkt-step.is-on:visited,
html body a.ny-mkt-step.is-on:hover,
html body a.ny-mkt-step.is-on:focus {
    background: #18181b !important;
    border-color: #18181b !important;
    color: #fff !important;
}
.ny-mkt-book-need {
    background: #f4f4f5;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #18181b;
}
.ny-mkt-book-need-links {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.ny-mkt-book-need-links a { font-weight: 750; color: #1d4ed8; }
.ny-mkt-quote-form { display: grid; gap: 10px; max-width: 520px; }
.ny-mkt-quote-form textarea {
    min-height: 120px;
    width: 100%;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 12px;
}
.ny-mkt-photo.is-uploading { opacity: 0.6; }
html body.ny-mkt-front button.ny-mkt-slot,
html body.ny-mkt-front button.ny-mkt-slot[type="submit"] {
    background: #fff !important;
    color: #18181b !important;
    border: 1px solid #d4d4d8 !important;
    filter: none !important;
}

.ny-mkt-loc-empty {
    margin: 10px 0 0;
    padding: 14px 16px;
    border: 1px dashed var(--fdt-border-strong, #d4d4d8);
    border-radius: 12px;
    background: var(--fdt-muted, #f4f4f5);
    color: var(--fdt-text-secondary, #52525b);
    font-size: 14px;
    line-height: 1.45;
}
.ny-mkt-loc-need {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 650;
    color: #1d4ed8;
}
.ny-mkt-loc-state {
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 14px;
    padding: 14px 16px 16px;
    margin: 12px 0 0;
    background: var(--fdt-muted, #f4f4f5);
}
.ny-mkt-loc-state-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.ny-mkt-loc-state-head h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.02em;
}
.ny-mkt-loc-add,
.ny-mkt-loc-remove {
    appearance: none;
    border: 1px solid var(--fdt-border, #e4e4e7);
    background: var(--fdt-elev, #fff);
    color: var(--fdt-text, #09090b);
    border-radius: 999px;
    min-height: 32px;
    padding: 4px 12px;
    font: 650 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
    cursor: pointer;
}
.ny-mkt-loc-add:hover,
.ny-mkt-loc-remove:hover {
    border-color: #1d4ed8;
    color: #1d4ed8;
}
.ny-mkt-loc-row {
    background: var(--fdt-elev, #fff);
    border: 1px solid var(--fdt-border, #e4e4e7);
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
}
.ny-mkt-loc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ny-mkt-loc-head strong {
    font-size: 13px;
}
.ny-mkt-loc-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.7fr;
    gap: 10px 12px;
}
.ny-mkt-loc-grid label {
    margin: 0;
}
.ny-mkt-loc-grid label span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fdt-text-muted, #71717a);
    margin-bottom: 6px;
}
.ny-mkt-loc-grid label span .req {
    margin-left: 4px;
    color: var(--fdt-danger, #dc2626);
    text-transform: none;
}
.ny-mkt-loc-grid label:nth-child(4),
.ny-mkt-loc-grid label:nth-child(5) {
    opacity: 0.9;
}
@media (max-width: 720px) {
    .ny-mkt-loc-grid { grid-template-columns: 1fr; }
}

/* Public listing: storefront + lightbox + book checkout */
html body.ny-mkt-front.ny-mkt-detail .ny-mkt-detail-wrap.ny-mkt-store {
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 12px 28px;
    align-items: start;
    padding: 18px 16px 96px;
}
html body.ny-mkt-front.ny-mkt-detail .ny-mkt-store > .ny-mkt-back,
html body.ny-mkt-front.ny-mkt-detail .ny-mkt-store > .ny-mkt-error {
    grid-column: 1 / -1;
}
html body.ny-mkt-front a.ny-mkt-back {
    color: #18181b !important;
    text-decoration: none !important;
    font-weight: 650;
}
.ny-mkt-store-main { min-width: 0; }
.ny-mkt-hero { margin: 0 0 16px; }
html body.ny-mkt-front button.ny-mkt-hero-main {
    display: block;
    width: 100%;
    height: 320px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f4f5;
    cursor: zoom-in;
    position: relative;
}
html body.ny-mkt-front button.ny-mkt-hero-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ny-mkt-hero-empty {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    cursor: default;
}
.ny-mkt-hero-n {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(9, 9, 11, 0.78);
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
}
.ny-mkt-hero-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 0;
}
html body.ny-mkt-front .ny-mkt-hero-thumbs button {
    width: 76px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f5;
    cursor: pointer;
}
html body.ny-mkt-front .ny-mkt-hero-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ny-mkt-store-head h1 {
    margin: 4px 0 8px;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    letter-spacing: -0.03em;
}
.ny-mkt-fact-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ececec;
    min-width: 0;
}
.ny-mkt-fact-chip em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-fact-chip strong,
.ny-mkt-team .ny-mkt-fact-chip strong { font-size: 13px; }
.ny-mkt-highlights h2,
.ny-mkt-team h2,
.ny-mkt-ratings h2,
.ny-mkt-thread-box h2,
.ny-mkt-book h2 {
    margin: 18px 0 10px;
    font-size: 16px;
}
.ny-mkt-more {
    margin: 16px 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 4px 14px 12px;
}
.ny-mkt-more summary {
    cursor: pointer;
    font-weight: 700;
    padding: 10px 0;
    list-style: none;
}
.ny-mkt-more summary::-webkit-details-marker { display: none; }
.ny-mkt-more h3 {
    margin: 8px 0 8px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-acc {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ececec;
    background: transparent;
    border-radius: 0;
}
.ny-mkt-acc > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -0.02em;
    color: #18181b;
}
.ny-mkt-acc > summary::-webkit-details-marker { display: none; }
.ny-mkt-acc-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #18181b;
    transition: transform 0.15s ease;
}
.ny-mkt-acc[open] > summary .ny-mkt-acc-plus {
    transform: rotate(45deg);
}
.ny-mkt-acc-body { padding: 0 0 16px; }
.ny-mkt-acc-body h3 {
    margin: 8px 0 8px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-company-line a {
    color: inherit;
    text-decoration: none;
    font-weight: 650;
}
.ny-mkt-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
}
.ny-mkt-facts > div {
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 10px;
}
.ny-mkt-facts dt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-facts dd { margin: 2px 0 0; font-weight: 650; }
.ny-mkt-team ul { list-style: none; padding: 0; margin: 0; }
.ny-mkt-book {
    position: sticky;
    top: 72px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.ny-mkt-book h2 { margin: 0 0 12px; }
.ny-mkt-book-steps {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #a1a1aa;
}
.ny-mkt-book-steps li.is-on { color: #18181b; }
.ny-mkt-book-form label > span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 6px;
}
.ny-mkt-book-form textarea,
.ny-mkt-book-form input[type="text"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 16px;
    background: #fff;
}
.ny-mkt-book-form textarea { min-height: 96px; }
.ny-mkt-day-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
}
html body.ny-mkt-front button.ny-mkt-day-tab {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e4e4e7;
    background: #f4f4f5 !important;
    color: #18181b !important;
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}
html body.ny-mkt-front button.ny-mkt-day-tab.is-on {
    background: #18181b !important;
    border-color: #18181b !important;
    color: #fff !important;
}
html body.ny-mkt-front button.ny-mkt-slot.is-on {
    background: #18181b !important;
    border-color: #18181b !important;
    color: #fff !important;
}
.ny-mkt-book .ny-mkt-primary,
.ny-mkt-book .ny-mkt-secondary,
.ny-mkt-sticky-book .ny-mkt-primary {
    width: 100%;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.ny-mkt-book-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ny-mkt-book-nav.is-pay { grid-template-columns: 1fr 1fr; }
.ny-mkt-book-nav.is-pay button[name="pay_bank"] { grid-column: 1 / -1; }
.ny-mkt-bank {
    max-width: 520px;
    margin: 28px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    display: grid;
    gap: 14px;
}
.ny-mkt-bank h1 { margin: 0; font-size: 24px; }
.ny-mkt-bank-facts { display: grid; gap: 12px; margin: 0; }
.ny-mkt-bank-facts div { display: grid; gap: 2px; }
.ny-mkt-bank-facts dt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-bank-facts dd {
    margin: 0;
    font-size: 16px;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
}
.ny-mkt-book-review {
    display: grid;
    gap: 4px;
    margin: 0 0 10px;
    padding: 12px;
    background: #fafafa;
    border-radius: 12px;
}
.ny-mkt-book-review span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-book-review strong { font-size: 16px; }
.ny-mkt-book-review em { font-style: normal; font-weight: 650; }
.ny-mkt-book-review b { font-size: 18px; }
.ny-mkt-book-need { font-size: 13px; margin: 8px 0; }
.ny-mkt-sticky-book {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    align-items: center;
    gap: 12px;
}
.ny-mkt-sticky-book .ny-mkt-primary { width: auto; margin: 0; min-width: 140px; }
.ny-mkt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(9, 9, 11, 0.92);
    display: grid;
    place-items: center;
    padding: 48px 16px 24px;
}
.ny-mkt-lightbox[hidden] { display: none !important; }
.ny-mkt-lightbox img {
    max-width: min(1100px, 92vw);
    max-height: 82vh;
    object-fit: contain;
    border-radius: 8px;
}
html body.ny-mkt-front .ny-mkt-lb-x,
html body.ny-mkt-front .ny-mkt-lb-nav {
    position: absolute;
    border: 0;
    background: #fff !important;
    color: #18181b !important;
    font-weight: 700;
    cursor: pointer;
}
html body.ny-mkt-front .ny-mkt-lb-x {
    top: 16px;
    right: 16px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
}
html body.ny-mkt-front .ny-mkt-lb-nav {
    top: 50%;
    transform: translateY(-50%);
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
}
html body.ny-mkt-front .ny-mkt-lb-nav.is-prev { left: 16px; }
html body.ny-mkt-front .ny-mkt-lb-nav.is-next { right: 16px; }
.ny-mkt-lb-n {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 840px) {
    html body.ny-mkt-front.ny-mkt-detail .ny-mkt-detail-wrap.ny-mkt-store {
        grid-template-columns: 1fr;
    }
    .ny-mkt-book { position: static; }
    html body.ny-mkt-front button.ny-mkt-hero-main { height: 220px; }
    .ny-mkt-facts { grid-template-columns: 1fr; }
    .ny-mkt-sticky-book { display: flex; }
}
@media (max-width: 720px) {
    html body.ny-mkt-front .ny-mkt-lb-nav.is-prev { left: 8px; }
    html body.ny-mkt-front .ny-mkt-lb-nav.is-next { right: 8px; }
}
.ny-mkt-eats-body .ny-mkt-store {
    max-width: none;
    margin: 0;
    padding: 8px 20px 40px;
}
.ny-mkt-storefront {
    max-width: none;
    margin: 0;
    padding: 8px 20px 48px;
}
.ny-mkt-storefront-hero {
    height: 196px;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f4f5;
    position: relative;
}
.ny-mkt-storefront-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ny-mkt-storefront-fallback {
    display: grid;
    place-items: center;
    height: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}
.ny-mkt-storefront-logo,
.ny-mkt-storefront-logo-fallback {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
    margin: -28px 0 0 16px;
    position: relative;
    display: block;
}
.ny-mkt-storefront-logo-fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}
.ny-mkt-storefront-head h1 {
    margin: 14px 0 8px;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    letter-spacing: -0.04em;
}
.ny-mkt-storefront-head .ny-mkt-company-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
}
.ny-mkt-store-rail {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 16px 0 8px;
    margin: 4px 0 8px;
    scrollbar-width: none;
}
.ny-mkt-store-rail::-webkit-scrollbar { display: none; }
.ny-mkt-store-rail a {
    flex: 0 0 auto;
    width: 76px;
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
    text-decoration: none;
    color: #18181b;
    font-size: 12px;
    font-weight: 650;
    scroll-snap-align: start;
}
.ny-mkt-store-rail .ny-mkt-cat-ico {
    width: 52px;
    height: 52px;
    color: var(--tile, #2563eb);
}
.ny-mkt-menu-sec {
    border-top: 8px solid #f3f3f3;
    margin: 16px -20px 0;
    padding: 4px 20px 8px;
    scroll-margin-top: 88px;
}
.ny-mkt-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 6px;
}
.ny-mkt-menu-head h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.03em;
}
.ny-mkt-menu-go {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #f4f4f5;
    color: #18181b;
    text-decoration: none;
    flex: 0 0 auto;
}
.ny-mkt-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #ececec;
    text-decoration: none;
    color: inherit;
    align-items: start;
}
.ny-mkt-item-copy h3 {
    margin: 0 0 6px;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.ny-mkt-item-blurb {
    margin: 0 0 8px;
    color: #52525b;
    font-size: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny-mkt-item-photo {
    width: 112px;
    height: 112px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
}
.ny-mkt-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 820px) {
    .ny-mkt-storefront-hero { height: 160px; }
    .ny-mkt-item { grid-template-columns: minmax(0, 1fr) 88px; }
    .ny-mkt-item-photo { width: 88px; height: 88px; }
    .ny-mkt-acc > summary { font-size: 16px; padding: 16px 0; }
    .ny-mkt-acc-plus { width: 32px; height: 32px; font-size: 28px; }
}
html body.ny-mkt-front button.ny-mkt-text-btn {
    border: 0;
    background: none !important;
    color: #1d4ed8 !important;
    font-weight: 650;
    padding: 0;
    min-height: 0;
    cursor: pointer;
}
.ny-mkt-book-place,
.ny-mkt-book-when {
    display: grid;
    gap: 2px;
    margin: 0 0 12px;
}
.ny-mkt-book-place span,
.ny-mkt-book-when span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-cal-modal,
.ny-mkt-done-modal {
    position: fixed;
    inset: 0;
    z-index: 85;
    background: rgba(9, 9, 11, 0.45);
    display: grid;
    place-items: center;
    padding: 16px;
}
.ny-mkt-cal-modal[hidden],
.ny-mkt-done-modal[hidden] { display: none !important; }
.ny-mkt-cal-card,
.ny-mkt-done-card {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 18px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}
.ny-mkt-cal-card header,
.ny-mkt-done-card h2 { margin: 0 0 12px; }
.ny-mkt-cal-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ny-mkt-cal-card h2 { margin: 0; font-size: 18px; }
.ny-mkt-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin: 0 0 14px;
}
.ny-mkt-cal-wd {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #71717a;
    padding: 4px 0;
}
html body.ny-mkt-front button.ny-mkt-cal-cell,
.ny-mkt-cal-cell {
    min-height: 40px;
    border: 2px solid transparent !important;
    border-radius: 10px;
    background: #e4e4e7 !important;
    color: #18181b !important;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none !important;
    filter: none !important;
}
html body.ny-mkt-front button.ny-mkt-cal-cell.is-off,
html body.ny-mkt-front button.ny-mkt-cal-cell.is-off:disabled {
    background: #111827 !important;
    color: #9ca3af !important;
    opacity: 0.55;
    cursor: default;
}
html body.ny-mkt-front button.ny-mkt-cal-cell.is-free {
    background: #16a34a !important;
    color: #fff !important;
}
html body.ny-mkt-front button.ny-mkt-cal-cell.is-partial {
    background: #eab308 !important;
    color: #18181b !important;
}
html body.ny-mkt-front button.ny-mkt-cal-cell.is-full,
html body.ny-mkt-front button.ny-mkt-cal-cell.is-full:disabled {
    background: #dc2626 !important;
    color: #fff !important;
    cursor: default;
}
html body.ny-mkt-front button.ny-mkt-cal-cell.is-on {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2563eb !important;
}
.ny-mkt-cal-cell.is-blank {
    background: transparent !important;
    border-color: transparent !important;
    min-height: 40px;
}
.ny-mkt-cal-month {
    margin: 0 0 8px;
    font-weight: 750;
}
.ny-mkt-cal-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 650;
    color: #3f3f46;
}
.ny-mkt-cal-legend li { display: inline-flex; align-items: center; gap: 6px; }
.ny-mkt-cal-legend li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #111827;
}
.ny-mkt-cal-legend li.is-free::before { background: #16a34a; }
.ny-mkt-cal-legend li.is-partial::before { background: #eab308; }
.ny-mkt-cal-legend li.is-full::before { background: #dc2626; }
.ny-mkt-company-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.ny-mkt-stars {
    display: inline-flex;
    gap: 2px;
    color: #d4d4d8;
}
.ny-mkt-stars svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.ny-mkt-stars svg.is-on { color: #f5b301; fill: #f5b301; }
.ny-mkt-rate-jump {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
}
.ny-mkt-rate-jump:hover em,
.ny-mkt-rate-jump:focus-visible em {
    color: #18181b;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ny-mkt-rate-jump:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
.ny-mkt-ratings {
    display: grid;
    gap: 10px;
    margin: 8px 0 24px;
}
#ny-mkt-ratings {
    scroll-margin-top: 88px;
}
#ny-mkt-ratings .ny-mkt-acc-body {
    display: grid;
    gap: 10px;
}
.ny-mkt-rate-card {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    display: grid;
    gap: 8px;
}
.ny-mkt-rate-who {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}
.ny-mkt-rate-av {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    background: #f4f4f5;
}
.ny-mkt-rate-av-fallback {
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 750;
    color: #fff;
    background: #2563eb;
}
.ny-mkt-rate-who-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.ny-mkt-rate-who-copy strong {
    font-size: 15px;
    font-weight: 750;
    color: #18181b;
}
.ny-mkt-rate-who-copy time {
    font-size: 12px;
    color: #71717a;
}
.ny-mkt-rate-head {
    margin: 0;
    font-size: 13px;
    font-weight: 650;
    color: #3f3f46;
}
.ny-mkt-rate-comment {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #3f3f46;
    white-space: pre-wrap;
}
.ny-mkt-company-line em {
    font-style: normal;
    font-size: 13px;
    font-weight: 650;
    color: #52525b;
}
html body.ny-mkt-front button.ny-mkt-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e4e4e7 !important;
    background: #fff !important;
    color: #18181b !important;
    font-weight: 650;
    cursor: pointer;
    flex: 0 0 auto;
}
html body.ny-mkt-front button.ny-mkt-filter-btn svg {
    width: 18px;
    height: 18px;
}
.ny-mkt-filter-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 86;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    background: #fff;
    display: grid;
    place-items: stretch;
    padding: 0;
    margin: 0;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: pan-y;
    flex: none;
    box-sizing: border-box;
}
.ny-mkt-filter-modal[hidden] { display: none !important; }
.ny-mkt-filter-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    max-height: none;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    touch-action: pan-y;
}
.ny-mkt-filter-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    margin: 0;
    padding: 14px 20px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
html body.ny-mkt-front .ny-mkt-filter-card button.ny-mkt-place-x,
html body.ny-mkt-front .ny-mkt-filter-card button.ny-mkt-place-x:hover {
    border: 0 !important;
    background: #f4f4f5 !important;
    color: #18181b !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 999px !important;
    cursor: pointer;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 0 !important;
    filter: none !important;
    box-shadow: none !important;
}
.ny-mkt-filter-card h2 { margin: 0; font-size: 18px; }
.ny-mkt-filter-scroll {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    padding: 8px 20px 24px;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.ny-mkt-filter-card h3 {
    margin: 14px 0 8px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
.ny-mkt-filter-feat p { margin: 10px 0 6px; font-weight: 650; }
.ny-mkt-filter-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    flex: 0 0 auto;
    margin: 0;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #ececec;
    background: #fff;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.ny-mkt-filter-actions .ny-mkt-cta,
.ny-mkt-filter-actions .ny-mkt-primary,
.ny-mkt-filter-actions .ny-mkt-secondary {
    width: 100%;
    justify-content: center;
}
.ny-mkt-chrome { align-items: center; }
.ny-mkt-done-card { display: grid; gap: 10px; }
.ny-mkt-done-card .ny-mkt-primary,
.ny-mkt-done-card .ny-mkt-secondary {
    width: 100%;
    text-align: center;
    text-decoration: none !important;
}

/* Inbox + opened order thread. Portal template shell. */
.ny-mkt-inbox-list {
    display: grid;
    gap: 10px;
}
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:link,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:visited,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:hover,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:focus,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row:link,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row:visited,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row:hover,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row:focus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    margin: 0;
    border: 1px solid var(--fdt-portal-border, #e4e4e7);
    border-radius: var(--fdt-portal-radius, 14px);
    background: var(--fdt-portal-elev, #fff) !important;
    color: var(--fdt-portal-text, #18181b) !important;
    text-decoration: none !important;
    box-shadow: var(--fdt-portal-shadow, 0 1px 2px rgba(0,0,0,.04));
}
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:link,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:visited,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:hover,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:focus {
    grid-template-columns: 44px minmax(0, 1fr);
}
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row:hover,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-order-row:hover {
    border-color: #d4d4d8;
}
.ny-mkt-order-row.is-static {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--fdt-portal-border, #e4e4e7);
    border-radius: var(--fdt-portal-radius, 14px);
    background: var(--fdt-portal-elev, #fff);
}
.ny-mkt-orders-list { display: grid; gap: 10px; }
.ny-mkt-order-amt { font-size: 14px; font-weight: 650; }
.ny-mkt-order-id,
.ny-mkt-inbox-copy b.ny-mkt-order-id {
    display: block;
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 750;
    font-style: normal;
    letter-spacing: 0.03em;
    color: #52525b;
    text-transform: none;
}
.ny-mkt-thread .ny-mkt-order-id {
    margin: 0 0 4px;
    color: #71717a;
}
.ny-mkt-orders-filters { margin: 14px 0; }
.ny-mkt-withdraw { margin: 12px 0 16px; }
.ny-mkt-withdraw-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: end;
}
.ny-mkt-withdraw-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 650; }
.ny-mkt-order .ny-mkt-chat {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--fdt-portal-border, #e4e4e7);
}
.ny-mkt-order .ny-mkt-chat h3 {
    margin: 0 14px 8px;
    font-size: 13px;
    font-weight: 650;
}
.ny-mkt-inbox-av {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 14px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    flex: 0 0 44px;
}
.ny-mkt-inbox-av img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    display: block;
}
.ny-inbox-msg-av {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: cover;
    flex: 0 0 22px;
}
.ny-mkt-inbox-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.ny-mkt-inbox-copy strong {
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--fdt-portal-text, #18181b);
}
.ny-mkt-inbox-copy em,
.ny-mkt-inbox-copy b {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: var(--fdt-portal-secondary, #52525b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-mkt-inbox-copy b { color: var(--fdt-portal-muted, #71717a); }
.ny-mkt-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}
.ny-mkt-status.is-accepted,
.ny-mkt-status.is-progress { background: #dcfce7; color: #166534; }
.ny-mkt-status.is-pending,
.ny-mkt-status.is-request { background: #eff6ff; color: #1d4ed8; }
.ny-mkt-status.is-completed,
.ny-mkt-status.is-closed { background: #f4f4f5; color: #3f3f46; }
.ny-mkt-status.is-declined,
.ny-mkt-status.is-cancelled { background: #fee2e2; color: #991b1b; }

html body .o_portal_my_home.ny-mkt-home a.ny-mkt-crumb,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-crumb:link,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-crumb:visited,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-crumb:hover {
    display: inline-block;
    margin: 0 0 6px;
    color: #1d4ed8 !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: transparent !important;
    border: 0;
    padding: 0;
}
.ny-mkt-thread .ny-mkt-order { margin-bottom: 12px; }
.ny-mkt-order-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    margin: 0;
}
.ny-mkt-order-facts .is-wide { grid-column: 1 / -1; }
.ny-mkt-order-facts dt {
    margin: 0;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fdt-portal-muted, #71717a);
}
.ny-mkt-order-facts dd {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 650;
    color: var(--fdt-portal-text, #18181b);
    line-height: 1.4;
}
.ny-mkt-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: end;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid var(--fdt-portal-border, #e4e4e7);
}
.ny-mkt-order-quote {
    display: grid;
    gap: 6px;
    min-width: 160px;
    flex: 1 1 160px;
}
.ny-mkt-order-quote.is-wide { flex: 1 1 100%; }
.ny-mkt-order-quote span {
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fdt-portal-muted, #71717a);
}
.ny-mkt-order-quote input,
.ny-mkt-order-quote textarea {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}
.ny-mkt-order-quote textarea { min-height: 72px; }
.ny-mkt-chat .ny-mkt-msgs {
    list-style: none;
    margin: 0;
    padding: 14px;
    display: grid;
    gap: 8px;
    min-height: 72px;
}
html body .ny-mkt-chat .ny-mkt-msgs li,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li {
    max-width: 78%;
    justify-self: start;
    background: #f4f4f5;
    border: 0;
    border-radius: 14px 14px 14px 4px;
    padding: 10px 12px;
    color: #18181b;
}
html body .ny-mkt-chat .ny-mkt-msgs li.is-system,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-system {
    max-width: 100%;
    background: #fafafa;
    border: 1px dashed #d4d4d8;
    border-radius: 10px;
    justify-self: stretch;
}
.ny-inbox-audit {
    margin: 6px 0 0;
    font-size: 12px;
    color: #52525b;
}
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine,
html body .o_portal_wrap .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine {
    justify-self: end;
    background: #1d4ed8 !important;
    color: #fff !important;
    border-radius: 14px 14px 4px 14px;
}
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine,
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine *,
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine strong,
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine p,
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine header,
html body .ny-mkt-chat .ny-mkt-msgs li.is-mine time,
html body .o_portal_wrap .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine,
html body .o_portal_wrap .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine *,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine strong,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine p,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine header,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-chat .ny-mkt-msgs li.is-mine time {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.ny-mkt-chat .ny-mkt-msgs li header {
    display: flex;
    gap: 8px;
    align-items: baseline;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    opacity: 0.72;
}
.ny-mkt-chat .ny-mkt-msgs li p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.45;
    white-space: pre-wrap;
}
.ny-mkt-compose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
    padding: 12px 14px;
    border-top: 1px solid var(--fdt-portal-border, #e4e4e7);
    background: var(--fdt-portal-elev, #fff);
}
.ny-mkt-compose textarea {
    width: 100%;
    min-height: 52px;
    max-height: 140px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
    font: inherit;
    font-size: 15px;
    resize: vertical;
    background: #fff;
}
html body .o_portal_wrap .o_portal_my_home.ny-mkt-home button.ny-mkt-primary,
html body .o_portal_my_home.ny-mkt-home button.ny-mkt-primary,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1d4ed8 !important;
    color: #fff !important;
    border: 1px solid #1d4ed8 !important;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 650;
    line-height: 1.2;
    text-align: center;
}
html body .o_portal_wrap .o_portal_my_home.ny-mkt-home button.ny-mkt-secondary,
html body .o_portal_my_home.ny-mkt-home button.ny-mkt-secondary,
html body .o_portal_my_home.ny-mkt-home a.ny-mkt-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    color: #18181b !important;
    border: 1px solid #e4e4e7 !important;
    min-height: 44px;
    padding: 0 18px;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    font-weight: 650;
    text-decoration: none !important;
}
@media (max-width: 720px) {
    .ny-mkt-order-facts { grid-template-columns: 1fr; }
    html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }
    html body .o_portal_my_home.ny-mkt-home a.ny-mkt-inbox-row .ny-mkt-status {
        grid-column: 2;
        justify-self: start;
    }
    .ny-mkt-compose { grid-template-columns: 1fr; }
    .ny-mkt-compose .ny-mkt-primary { width: 100%; }
}

.ny-mkt-confirm {
    border: 0;
    padding: 0;
    background: transparent;
    max-width: 440px;
    width: calc(100vw - 32px);
}
.ny-mkt-confirm::backdrop {
    background: rgba(24, 24, 27, 0.48);
}
.ny-mkt-confirm-card {
    margin: 0;
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 16px 48px rgba(24, 24, 27, 0.18);
}
.ny-mkt-confirm-card h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 750;
    color: #18181b;
}
.ny-mkt-confirm-card p {
    margin: 0 0 14px;
    color: #52525b;
    font-size: 14px;
    line-height: 1.45;
}
.ny-mkt-confirm-card .ny-mkt-order-quote { margin: 0 0 8px; }
.ny-mkt-confirm-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 14px;
}
.ny-mkt-chat > .ny-mkt-muted {
    margin: 0 14px 8px;
}

.ny-mkt-appt-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.ny-mkt-appt-list a,
.ny-mkt-appt-list button {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--fdt-portal-border, #e4e4e7);
    text-decoration: none;
    color: inherit;
    background: #fff;
    width: 100%;
    text-align: left;
    font: inherit;
    cursor: pointer;
}
.ny-mkt-appt-list a:hover,
.ny-mkt-appt-list button:hover { border-color: #1d4ed8; }
.ny-mkt-appt-list strong {
    font-size: 13px;
    font-weight: 750;
}
.ny-mkt-appt-list span { font-size: 14px; font-weight: 650; }
.ny-mkt-appt-list em {
    font-style: normal;
    font-size: 12px;
    color: var(--fdt-portal-muted, #71717a);
}
.ny-mkt-cal-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}
.ny-mkt-cal-toolbar strong {
    font-size: 16px;
    text-align: center;
    flex: 1 1 auto;
}
html body .o_portal_wrap .o_portal_my_home.ny-mkt-cal .ny-mkt-cal-toolbar a.ny-mkt-secondary,
html body .o_portal_my_home.ny-mkt-cal .ny-mkt-cal-toolbar a.ny-mkt-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    min-width: 108px;
    padding: 0 18px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    flex: 0 0 auto;
    align-self: center;
}
.ny-mkt-who {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}
html body .o_portal_my_home.ny-mkt-cal a.ny-mkt-who-btn,
.ny-mkt-who-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e4e4e7;
    background: #fff !important;
    color: #18181b !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 650;
}
.ny-mkt-who-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ny-emp, #1d4ed8);
    flex: 0 0 10px;
}
.ny-mkt-who-dot.is-all {
    background: conic-gradient(#1d4ed8, #0f766e, #a16207, #be123c, #1d4ed8);
}
html body .o_portal_my_home.ny-mkt-cal a.ny-mkt-who-btn.is-on,
.ny-mkt-who-btn.is-on {
    background: var(--ny-emp, #1d4ed8) !important;
    border-color: var(--ny-emp, #1d4ed8);
    color: #fff !important;
}
.ny-mkt-who-btn.is-on .ny-mkt-who-dot { background: #fff; }
.ny-mkt-cal-week {
    display: grid;
    grid-template-columns: 44px repeat(7, minmax(0, 1fr));
    border: 1px solid var(--fdt-portal-border, #e4e4e7);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.ny-mkt-cal-gutter { position: relative; min-height: 420px; background: #fafafa; }
.ny-mkt-cal-gutter span {
    position: absolute;
    left: 4px;
    font-size: 10px;
    color: #71717a;
    transform: translateY(-50%);
}
.ny-mkt-cal-col { border-left: 1px solid #ececec; min-width: 0; }
.ny-mkt-cal-col.is-today { background: #eff6ff; }
.ny-mkt-cal-col-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #ececec;
}
.ny-mkt-cal-slot { position: relative; min-height: 420px; cursor: pointer; }
.ny-mkt-cal-ev {
    position: absolute;
    left: 3px;
    right: 3px;
    border-radius: 8px;
    padding: 4px 6px;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.25;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
}
.ny-mkt-cal-ev:not(.is-ext) {
    z-index: 3;
}
.ny-mkt-cal-ev strong, .ny-mkt-cal-ev span, .ny-mkt-cal-ev em {
    display: block;
    color: #fff !important;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-mkt-cal-month {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}
.ny-mkt-cal-cell {
    min-height: 88px;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 8px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    display: grid;
    align-content: start;
    gap: 2px;
}
.ny-mkt-cal-cell.is-today { border-color: #1d4ed8; background: #eff6ff; }
.ny-mkt-cal-cell.is-other { opacity: 0.45; }
.ny-mkt-cal-n {
    font-size: 11px;
    font-weight: 750;
    color: #1d4ed8;
}
.ny-mkt-cal-cell em {
    font-style: normal;
    font-size: 11px;
    color: #52525b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-mkt-cal-day { margin: 0 0 12px; }
.ny-mkt-cal-views { display: flex; flex-wrap: wrap; gap: 6px; }
.ny-cal-shell {
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.ny-cal-side {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 12px 10px 16px;
    min-width: 0;
}
.ny-cal-group {
    margin: 12px 8px 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #86868b;
    text-transform: none;
}
.ny-cal-group:first-child { margin-top: 2px; }
.ny-cal-group-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin: 12px 8px 6px;
}
.ny-cal-group-row .ny-cal-group { margin: 0; }
.ny-cal-help,
.ny-cal-help-inline {
    border: 0;
    background: none;
    padding: 0;
    color: #0071e3;
    font-size: 11px;
    font-weight: 650;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ny-cal-help-inline {
    display: inline;
    margin-left: 4px;
}
.ny-cal-side-hint a.ny-cal-help-inline {
    color: #0071e3;
    font-size: 11px;
    font-weight: 650;
}
.ny-cal-help-dlg {
    border: 0;
    border-radius: 16px;
    padding: 0;
    max-width: 440px;
    width: calc(100vw - 32px);
    max-height: 90vh;
    overflow: auto;
    color: #1d1d1f;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.ny-cal-help-dlg::backdrop { background: rgba(0, 0, 0, 0.35); }
.ny-cal-help-card { padding: 20px 20px 16px; }
.ny-cal-help-card h2 {
    font-size: 18px;
    font-weight: 750;
    margin: 0 0 8px;
}
.ny-cal-help-card h3 {
    font-size: 13px;
    font-weight: 750;
    margin: 14px 0 6px;
}
.ny-cal-help-uri {
    display: block;
    margin: 6px 0 0;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f5f5f7;
    font-size: 12px;
    line-height: 1.35;
    word-break: break-all;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.ny-cal-help-card p,
.ny-cal-help-card li {
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 8px;
}
.ny-cal-help-card ol {
    margin: 10px 0 12px;
    padding-left: 20px;
}
.ny-cal-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 14px;
}
.ny-cal-help-ext,
.ny-cal-help-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none !important;
    cursor: pointer;
}
.ny-cal-help-ext {
    border: 1px solid #d2d2d7;
    background: #fff;
    color: #1d1d1f;
}
.ny-cal-help-close {
    border: 0;
    background: #1d1d1f;
    color: #fff;
}
.ny-cal-feed {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none !important;
    color: #1d1d1f !important;
    font-size: 13px;
    font-weight: 600;
    min-height: 28px;
}
.ny-cal-feed.is-on { background: rgba(0, 0, 0, 0.05); }
.ny-cal-check {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    flex: 0 0 14px;
    border: 1.5px solid var(--ny-cal, #1d4ed8);
    background: #fff;
    position: relative;
}
.ny-cal-feed.is-on .ny-cal-check {
    background: var(--ny-cal, #1d4ed8);
    border-color: var(--ny-cal, #1d4ed8);
}
.ny-cal-feed.is-on .ny-cal-check::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.ny-cal-feed-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-cal-connect,
.ny-cal-sync,
.ny-cal-disconnect button,
.ny-cal-apple button[type="submit"] {
    display: inline-flex;
    align-items: center;
    margin: 4px 8px 8px;
    padding: 0 10px;
    min-height: 32px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    background: #fff;
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none !important;
    cursor: pointer;
}
.ny-cal-disconnect { margin: 0; }
.ny-cal-side-hint,
.ny-cal-side-err {
    margin: 0 8px 8px;
    font-size: 11px;
    line-height: 1.35;
    color: #6e6e73;
}
.ny-cal-side-err { color: #b91c1c; }
.ny-cal-apple {
    display: grid;
    gap: 6px;
    margin: 4px 8px 8px;
}
.ny-cal-apple label {
    display: grid;
    gap: 3px;
    font-size: 11px;
    font-weight: 650;
    color: #6e6e73;
}
.ny-cal-apple input {
    min-height: 32px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    padding: 0 8px;
    font-size: 13px;
    background: #fff;
}
.ny-cal-apple button[type="submit"] { margin: 0; justify-content: center; }
.ny-cal-mini {
    margin: 16px 6px 4px;
    padding-top: 12px;
    border-top: 1px solid #e5e5ea;
}
.ny-cal-mini-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}
.ny-cal-mini-h a {
    color: #1d1d1f;
    text-decoration: none;
    padding: 0 6px;
    font-size: 16px;
}
.ny-cal-mini-dow,
.ny-cal-mini-week {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    text-align: center;
}
.ny-cal-mini-dow span {
    font-size: 10px;
    color: #86868b;
    font-weight: 700;
    padding: 2px 0;
}
.ny-cal-mini-week a {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    border-radius: 50%;
    text-decoration: none;
    color: #1d1d1f;
}
.ny-cal-mini-week a.is-other { color: #c7c7cc; }
.ny-cal-mini-week a.is-today {
    background: none;
    color: #1d1d1f;
}
.ny-cal-mini-week a.is-today span {
    background: #e11d48;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.ny-cal-banner {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
}
.ny-cal-banner.is-err { background: #fef2f2; color: #991b1b; }
.ny-cal-banner.is-ok { background: #f0fdf4; color: #166534; }
.ny-mkt-cal-allday {
    display: grid;
    grid-template-columns: 44px repeat(7, minmax(0, 1fr));
    border: 1px solid var(--fdt-portal-border, #e4e4e7);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: #fff;
    min-height: 36px;
}
.ny-mkt-cal-allday-l {
    font-size: 10px;
    color: #71717a;
    padding: 8px 4px;
}
.ny-mkt-cal-allday-col {
    border-left: 1px solid #ececec;
    padding: 4px;
    display: grid;
    gap: 3px;
    align-content: start;
}
.ny-mkt-cal-chip {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    padding: 2px 6px 2px 8px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #18181b !important;
    text-decoration: none;
    box-shadow: inset 3px 0 0 var(--ny-cal, #1d4ed8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
}
.ny-mkt-cal-week {
    border-radius: 0 0 14px 14px;
}
.ny-mkt-cal-col.is-today .ny-mkt-cal-col-h strong {
    background: #e11d48;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ny-mkt-cal-ev,
.ny-mkt-cal-chip[data-ny-cal-chip] {
    cursor: pointer;
    pointer-events: auto;
}
.ny-mkt-cal-ev {
    --ny-cal: #1d4ed8;
    display: block;
    font-family: inherit;
    text-align: left;
    background: #fff !important;
    color: #18181b !important;
    box-shadow: inset 3px 0 0 var(--ny-cal, #1d4ed8);
    border: 1px solid #ececec;
    padding-left: 8px;
    cursor: pointer;
    pointer-events: auto;
}
.ny-mkt-cal-ev strong,
.ny-mkt-cal-ev span,
.ny-mkt-cal-ev em {
    color: #18181b !important;
}
.ny-cal-pop[hidden],
.ny-cal-pop:not(.is-open) {
    display: none !important;
}
.ny-cal-pop.is-open {
    display: block !important;
}
.ny-cal-pop {
    position: fixed !important;
    z-index: 50000;
    width: 320px;
    max-width: calc(100vw - 24px);
    background: #f5f5f7;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    padding: 14px 14px 12px;
    color: #1d1d1f;
}
.ny-cal-pop::before {
    content: "";
    position: absolute;
    top: 22px;
    width: 12px;
    height: 12px;
    background: #f5f5f7;
    transform: rotate(45deg);
}
.ny-cal-pop.is-right::before { left: -6px; }
.ny-cal-pop.is-left::before { right: -6px; }
.ny-cal-pop-h {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}
.ny-cal-pop-h strong,
.ny-cal-pop-title {
    flex: 1 1 auto;
    font-size: 17px;
    font-weight: 750;
    border: 0;
    background: transparent;
    padding: 0;
    min-width: 0;
}
.ny-cal-pop-title { outline: none; }
.ny-cal-pop-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ny-cal, #ea580c);
    flex: 0 0 14px;
    margin-top: 4px;
}
.ny-cal-pop-x {
    border: 0;
    background: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #6e6e73;
}
.ny-cal-pop-when,
.ny-cal-pop-meta,
.ny-cal-pop-notes {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #3f3f46;
}
.ny-cal-pop-notes { white-space: pre-wrap; }
.ny-cal-pop-field {
    display: grid;
    gap: 3px;
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 650;
    color: #6e6e73;
}
.ny-cal-pop-field input,
.ny-cal-pop-field select,
.ny-cal-pop-field textarea {
    min-height: 32px;
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1f;
    background: #fff;
}
.ny-cal-pop-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}
.ny-cal-pop-open,
.ny-cal-pop-save,
.ny-cal-pop-cancel {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none !important;
    cursor: pointer;
}
.ny-cal-pop-cancel {
    border: 1px solid #d2d2d7;
    background: #fff;
    color: #1d1d1f;
}
.ny-cal-pop-open,
.ny-cal-pop-save {
    border: 0;
    background: #e11d48;
    color: #fff !important;
}
.ny-cal-phone-top,
.ny-cal-phone-dock,
.ny-cal-feeds-scrim,
.ny-cal-side-h,
.ny-cal-phone-day,
.ny-mkt-cal-month-dow {
    display: none;
}
.ny-mkt-cal-dots {
    display: flex;
    justify-content: center;
    gap: 2px;
    min-height: 6px;
}
.ny-mkt-cal-dots b {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: #1d4ed8;
}
.ny-cal-mini-week a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    line-height: 22px;
    padding-bottom: 4px;
}
.ny-cal-now {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #e11d48;
    z-index: 4;
    pointer-events: none;
}
.ny-cal-now::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e11d48;
}
.ny-mkt-cal-gutter span:nth-child(3n+2),
.ny-mkt-cal-gutter span:nth-child(3n+3) {
    display: none;
}
@media (max-width: 900px) {
    .ny-mkt-cal .fdt-page-head,
    .ny-mkt-cal .ny-mkt-cal-views,
    .ny-mkt-cal .ny-mkt-cal-toolbar,
    .ny-mkt-cal .ny-cal-mini,
    .ny-cal-desk-today,
    .ny-mkt-cal-col-h {
        display: none !important;
    }
    .ny-cal-phone-top,
    .ny-cal-phone-dock,
    .ny-cal-side-h { display: flex; }
    .ny-cal-phone-day { display: block; }
    .ny-mkt-cal-month-dow { display: grid; }
    .ny-mkt-cal {
        padding-bottom: 88px;
        overflow-x: hidden;
    }
    .ny-cal-main { min-width: 0; }
    .ny-cal-phone-add { margin-left: auto; }
    .ny-cal-phone-top {
        align-items: center;
        gap: 8px;
        margin: 0 0 8px;
        min-height: 44px;
    }
    .ny-cal-phone-back,
    .ny-cal-phone-month-h,
    .ny-cal-phone-add {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        text-decoration: none;
        color: #0071e3;
        font-size: 17px;
        font-weight: 650;
        background: none;
        border: 0;
        padding: 0;
    }
    .ny-cal-phone-month-h {
        flex: 1 1 auto;
        justify-content: space-between;
        color: #1d1d1f;
        font-size: 28px;
        font-weight: 750;
    }
    .ny-cal-phone-month-h strong {
        color: #1d1d1f;
        font-size: 28px;
        font-weight: 750;
    }
    .ny-cal-phone-month-h a { color: #0071e3; font-size: 28px; padding: 0 8px; text-decoration: none; }
    .ny-cal-phone-grow { flex: 1 1 auto; }
    .ny-cal-phone-add {
        width: 36px;
        height: 36px;
        justify-content: center;
        border-radius: 50%;
        background: #f2f2f7;
        color: #e11d48;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
    }
    .ny-cal-strip {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        text-align: center;
        margin: 0 0 10px;
        padding: 4px 0 10px;
        border-bottom: 1px solid #ececec;
    }
    .ny-cal-strip-d {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        color: #1d1d1f;
        font-size: 11px;
        font-weight: 650;
    }
    .ny-cal-strip-d span { color: #86868b; }
    .ny-cal-strip-d strong {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 650;
    }
    .ny-cal-strip-d.is-today strong,
    .ny-cal-strip-d.is-on.is-today strong {
        background: #e11d48;
        color: #fff;
    }
    .ny-cal-strip-d.is-on:not(.is-today) strong {
        background: #1d1d1f;
        color: #fff;
    }
    .ny-cal-shell {
        display: block;
        grid-template-columns: none;
        gap: 0;
    }
    .ny-cal-side {
        position: fixed;
        z-index: 45000;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        max-height: 86vh;
        border-radius: 18px 18px 0 0;
        transform: translateY(110%);
        transition: transform 0.22s ease;
        overflow: auto;
        padding: 12px 12px 96px;
        box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
    }
    html.ny-cal-feeds-open .ny-cal-side {
        transform: none;
    }
    .ny-cal-feeds-scrim {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 44000;
        background: rgba(0, 0, 0, 0.35);
    }
    html.ny-cal-feeds-open .ny-cal-feeds-scrim { display: block; }
    html.ny-cal-feeds-open { overflow: hidden; }
    .ny-cal-side-h {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4px 8px 12px;
    }
    .ny-cal-side-h strong {
        font-size: 17px;
        font-weight: 750;
    }
    .ny-cal-side-x {
        border: 0;
        background: #e5e5ea;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        color: #1d1d1f;
    }
    .ny-mkt-cal-week,
    .ny-cal-phone-day .ny-mkt-cal-week {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        min-width: 0;
        overflow: visible;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .ny-mkt-cal-allday,
    .ny-cal-phone-day .ny-mkt-cal-allday {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        min-width: 0;
        overflow: visible;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .ny-mkt-cal-col { display: none; }
    .ny-mkt-cal-col.is-on,
    .ny-cal-phone-day .ny-mkt-cal-col { display: block; }
    .ny-mkt-cal-allday-col { display: none; }
    .ny-mkt-cal-allday-col.is-on,
    .ny-cal-phone-day .ny-mkt-cal-allday-col { display: grid; }
    .ny-mkt-cal-slot,
    .ny-mkt-cal-gutter {
        min-height: 768px;
    }
    .ny-mkt-cal-gutter span,
    .ny-mkt-cal-gutter span:nth-child(3n+2),
    .ny-mkt-cal-gutter span:nth-child(3n+3) {
        display: block;
        font-size: 11px;
    }
    .ny-mkt-cal-month {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0;
    }
    .ny-mkt-cal-month-dow {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        color: #86868b;
        padding: 4px 0 8px;
    }
    .ny-mkt-cal-cell {
        min-height: 56px;
        border: 0;
        border-radius: 0;
        align-items: center;
        padding: 6px 0 8px;
        background: transparent;
    }
    .ny-mkt-cal-cell em,
    .ny-mkt-cal-cell .ny-mkt-cal-n { display: none; }
    .ny-mkt-cal-cell strong {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 500;
    }
    .ny-mkt-cal-cell.is-today strong {
        background: #e11d48;
        color: #fff;
        font-weight: 700;
    }
    .ny-mkt-cal-cell.is-other { color: #c7c7cc; }
    .ny-cal-phone-dock {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 42000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px;
        pointer-events: none;
    }
    .ny-cal-dock-today,
    .ny-cal-dock-tools {
        pointer-events: auto;
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 0 16px;
        border-radius: 999px;
        background: #1d1d1f;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 650;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
        border: 0;
        gap: 4px;
    }
    .ny-cal-dock-tools {
        padding: 4px;
        gap: 4px;
    }
    .ny-cal-dock-cal,
    .ny-cal-dock-list {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 12px;
        border-radius: 999px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 13px;
        font-weight: 650;
        text-decoration: none !important;
        cursor: pointer;
    }
    .ny-cal-dock-list.is-on,
    .ny-cal-dock-cal:focus {
        background: #3a3a3c;
    }
    .ny-cal-pop.is-sheet,
    .ny-cal-pop.is-open {
        left: 12px !important;
        right: 12px !important;
        top: auto !important;
        bottom: 80px !important;
        width: auto;
        max-height: 70vh;
        overflow: auto;
    }
    .ny-cal-pop.is-sheet::before,
    .ny-cal-pop.is-open::before { display: none; }
}
@media (min-width: 901px) {
    .ny-cal-phone-day { display: none !important; }
    .ny-cal-strip { display: none !important; }
}

.ny-mkt-benches {
    display: grid;
    gap: 16px;
    max-width: 880px;
}
.ny-mkt-benches .fdt-page-head { margin-bottom: 0; }
.ny-mkt-bench-list,
.ny-mkt-bench-buildings {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.ny-mkt-bench-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
}
.ny-mkt-bench-rank {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 750;
    font-size: 13px;
}
.ny-mkt-bench-copy {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
}
.ny-mkt-bench-copy strong {
    font-size: 15px;
    font-weight: 650;
    color: #18181b;
}
.ny-mkt-bench-copy em {
    font-style: normal;
    font-size: 13px;
    color: #71717a;
}
.ny-mkt-bench-row form { margin: 0; }
.ny-mkt-bench-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin: 0;
}
.ny-mkt-bench-form label {
    margin: 0;
    display: grid;
    gap: 6px;
    min-width: 0;
}
.ny-mkt-bench-form label span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #71717a;
}
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-form select,
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-form input[type="text"] {
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid #e4e4e7;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
    color: #18181b;
}
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-form select {
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2352525b' d='M1.2 1.2L6 6l4.8-4.8'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #fff;
}
.ny-mkt-bench-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
}
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-row button.ny-mkt-secondary {
    min-height: 36px;
    min-width: 0;
    width: auto !important;
    padding: 0 12px;
    font-size: 13px;
}
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-actions button.ny-mkt-primary {
    width: auto !important;
    min-width: 140px;
}
.ny-mkt-bench-buildings form { margin: 0; }
.ny-mkt-bench-bldg {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
    cursor: pointer;
    font-weight: 650;
    font-size: 14px;
    color: #18181b;
}
.ny-mkt-bench-bldg:hover { background: #f4f4f5; }
html body .o_portal_my_home.ny-mkt-home .ny-mkt-bench-bldg input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #111;
    flex-shrink: 0;
}
@media (max-width: 720px) {
    .ny-mkt-bench-form { grid-template-columns: 1fr; }
    .ny-mkt-bench-row { flex-wrap: wrap; }
}
