.td-color-hub {
    display: grid;
    gap: 0.5rem;
    margin: 6px auto 1.5rem;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    color: #1d2733;
    scroll-behavior: smooth;
}

section#td-color-hub.td-color-hub {
    gap: 0.5rem;
    margin-top: 6px;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
}

section#td-color-hub .td-hub-surface-console {
    margin-bottom: 0;
}

section#td-color-hub .td-hub-surface-console[data-hub-console-mode="axis_landing"] {
    padding-block: clamp(1rem, 2vw, 1.35rem);
}

section#td-color-hub .td-hub-surface-console[data-hub-console-mode="entity_detail"] {
    padding-block: clamp(0.75rem, 1.5vw, 1rem);
}

section#td-color-hub .td-hub-surface-console[data-hub-console-mode="entity_detail"] .td-hub-surface-console__header {
    align-items: flex-start;
    gap: 0.75rem;
}

section#td-color-hub .td-hub-surface-console[data-hub-console-mode="entity_detail"] .td-hub-surface-console__description {
    max-width: 72ch;
}

section#td-color-hub .td-hub-surface-console[data-hub-console-mode="entity_detail"] .td-hub-surface-console__badge {
    margin-top: 0.15rem;
}

.td-color-hub__hero,
.td-color-hub__section-card,
.td-color-hub__family-panel,
.td-color-hub__footer-teaser,
.td-color-hub__quick-nav,
.td-color-hub__featured {
    background: #ffffff;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(29, 39, 51, 0.06);
}

.td-color-hub__hero {
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(242, 216, 196, 0.9), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.td-color-hub__eyebrow,
.td-color-hub__kicker,
.td-color-hub__entry-kicker,
.td-color-hub__pairings-title {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5d7285;
}

.td-color-hub__title,
.td-color-hub__section-heading h2,
.td-color-hub__subheading,
.td-color-hub__family-title,
.td-color-hub__footer-copy h2 {
    margin: 0;
    line-height: 1.15;
}

.td-color-hub__title {
    font-size: clamp(2rem, 6vw, 3rem);
}

.td-color-hub__hero-layout {
    display: grid;
    gap: 1.25rem;
}

.td-color-hub__hero-copy {
    position: relative;
    z-index: 1;
}

.td-color-hub__hero-visual {
    position: relative;
    min-height: 8rem;
}

.td-color-hub__hero-palette {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.td-color-hub__hero-swatch {
    min-height: 4.5rem;
    border-radius: 1rem;
    background: var(--td-color-swatch, #d9e2ec);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 10px 24px rgba(29, 39, 51, 0.08);
}

.td-color-hub__hero-swatch--large {
    min-height: 6.75rem;
    grid-column: span 2;
}

.td-color-hub__subtitle,
.td-color-hub__section-heading p,
.td-color-hub__family-description,
.td-color-hub__footer-copy p,
.td-color-hub__section-summary,
.td-color-hub__entry-excerpt {
    margin: 0.75rem 0 0;
    color: #51606f;
    line-height: 1.55;
}

.td-color-hub__hero-stats,
.td-color-hub__entry-grid,
.td-color-hub__family-grid {
    display: grid;
    gap: 0.5rem;
}

.td-color-hub__hero-stats {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
}

.td-color-hub__hero-stat {
    padding: 0.875rem 1rem;
    background: #f5f8fb;
    border-radius: 0.875rem;
}

.td-color-hub__hero-stat strong {
    display: block;
    font-size: 1.2rem;
}

.td-color-hub__hero-stat span {
    display: block;
    margin-top: 0.2rem;
    color: #5d7285;
}

.td-color-hub__hero-actions,
.td-color-hub__footer-actions {
    margin-top: 1.25rem;
}

.td-color-hub__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #1d2733;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.td-color-hub__quick-nav,
.td-color-hub__family-explorer,
.td-color-hub__section-list,
.td-color-hub__footer-teaser {
    padding: 1rem;
}

.td-color-hub__quick-nav {
    position: sticky;
    top: 0.75rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
}

.td-color-hub__chip-row,
.td-color-hub__family-chip-row {
    display: flex;
    gap: 0.625rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
}

.td-color-hub__chip-row::-webkit-scrollbar,
.td-color-hub__family-chip-row::-webkit-scrollbar {
    display: none;
}

.td-color-hub__chip,
.td-color-hub__family-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 2.5rem;
    padding: 0.65rem 1.15rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: #ffffff;
    color: #1d2733;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 2px 6px -2px rgba(29, 39, 51, 0.05);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.td-color-hub__chip.is-active,
.td-color-hub__family-chip.is-active,
.td-color-hub__chip:hover,
.td-color-hub__chip:focus-visible,
.td-color-hub__family-chip:hover,
.td-color-hub__family-chip:focus-visible {
    background: #1d2733;
    color: #ffffff;
    border-color: #1d2733;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -6px rgba(29, 39, 51, 0.25);
}

.td-color-hub__chip:focus-visible,
.td-color-hub__family-chip:focus-visible,
.td-color-hub__accordion-trigger:focus-visible,
.td-color-hub__entry-title a:focus-visible,
.td-color-hub__cta:focus-visible {
    outline: 3px solid rgba(32, 112, 176, 0.22);
    outline-offset: 2px;
}

.td-color-hub__family-chip span {
    margin-left: 0.4rem;
    opacity: 0.76;
    font-size: 0.92em;
}

.td-color-hub__family-panel,
.td-color-hub__featured {
    padding: 1rem;
}

.td-color-hub__featured {
    background:
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.td-color-hub__family-header,
.td-color-hub__section-heading {
    margin-bottom: 1rem;
}

.td-color-hub__featured-heading {
    margin-bottom: 1rem;
}

.td-color-topic-nav {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(29, 39, 51, 0.06);
}

.td-color-topic-nav__header,
.td-color-topic-nav__section,
.td-color-topic-nav__footer {
    display: grid;
    gap: 0.65rem;
}

.td-color-topic-nav__title,
.td-color-topic-nav__section-title {
    margin: 0;
    line-height: 1.2;
}

.td-color-topic-nav__description {
    margin: 0;
    color: #51606f;
    line-height: 1.55;
}

.td-color-topic-nav__breadcrumbs,
.td-color-topic-nav__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.td-color-topic-nav__active-card,
.td-color-topic-nav__card {
    min-height: 100%;
}

.td-color-topic-nav__card-body {
    padding-top: 0.875rem;
}

.td-color-topic-nav__card-title {
    font-size: 1rem;
}

.td-color-hub__chip--active {
    background: #406a46;
    color: #ffffff;
    border-color: #406a46;
}
.td-color-hub__entry-summary,
.td-color-hub__entry-meta {
    margin: 0;
    color: #51606f;
}

.td-color-hub__entry-summary {
    line-height: 1.55;
}

.td-color-hub__entry-meta {
    font-size: 0.875rem;
}

.td-color-hub__entry-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.td-color-hub__entry-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.9rem;
    background: #f8fafc;
    border: 1px solid rgba(29, 39, 51, 0.07);
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    max-width: 280px;
}

.td-color-hub__entry-card:hover,
.td-color-hub__entry-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(29, 39, 51, 0.14);
    box-shadow: 0 12px 24px rgba(29, 39, 51, 0.08);
}

.td-color-hub__entry-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.td-color-hub__entry-card--family {
    min-height: 100%;
    max-width: 280px;
}
.td-color-hub__section-card:target,
.td-color-hub__family-explorer:target {
    border-color: rgba(29, 39, 51, 0.16);
    box-shadow: 0 16px 32px rgba(29, 39, 51, 0.1);
}

.td-color-hub__entry-card--teaser {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.td-color-hub__entry-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(29, 39, 51, 0.07);
    background: linear-gradient(180deg, #eef3f7 0%, #f8fafc 100%);
}

.td-color-hub__entry-media--compact {
    aspect-ratio: 4 / 3;
}

.td-color-hub__entry-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.8), transparent 28%),
        linear-gradient(135deg, #dbe5ee 0%, #eef3f7 48%, #d2dce6 100%);
}

.td-color-hub__entry-placeholder {
    width: 42%;
    aspect-ratio: 1;
    border-radius: 34% 66% 60% 40% / 42% 38% 62% 58%;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.7), transparent 30%),
        linear-gradient(135deg, #8092a7 0%, #516173 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    opacity: 0.68;
}

.td-color-hub__entry-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.td-color-hub__entry-body {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
}

.td-color-hub__entry-body--compact {
    gap: 0.6rem;
}
.td-color-hub__entry-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
}

.td-color-hub__entry-title a {
    color: inherit;
    text-decoration: none;
}

.td-color-hub__entry-title a:hover,
.td-color-hub__entry-title a:focus-visible {
    text-decoration: underline;
}

.td-color-hub__swatch-row {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    min-height: 0.9rem;
    flex-wrap: wrap;
}

.td-color-hub__swatch {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background: var(--td-color-swatch, #d9e2ec);
    border: 1px solid rgba(29, 39, 51, 0.1);
}

.td-color-hub__accordion {
    overflow: hidden;
    scroll-margin-top: 6rem;
}

.td-color-hub__accordion-trigger {
    width: 100%;
    padding: 1rem;
    border: 0;
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
}

.td-color-hub__accordion-panel {
    padding: 0 1rem 1rem;
}

.td-color-hub__accordion-trigger::after {
    content: '+';
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #eef3f7;
    color: #415160;
    font-weight: 700;
}

.td-color-hub__accordion-trigger[aria-expanded="true"]::after {
    content: '−';
}

.td-color-hub__section-meta {
    flex: 0 0 auto;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #415160;
    font-size: 0.85rem;
    font-weight: 600;
}

.td-color-hub__pairings {
    margin-top: 1rem;
}

.td-color-hub__footer-teaser {
    gap: 1rem;
}

.td-color-hub__family-explorer,
.td-color-hub__section-list {
    scroll-margin-top: 6rem;
}

@media (min-width: 640px) {
    .td-color-hub__hero-layout {
        grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.85fr);
        align-items: end;
    }

    .td-color-hub__hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .td-color-hub__entry-grid,
    .td-color-hub__entry-grid--teaser {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (min-width: 960px) {
    .td-color-hub {
        gap: 2rem;
    }

    .td-color-hub__hero,
    .td-color-hub__family-explorer,
    .td-color-hub__section-list,
    .td-color-hub__footer-teaser,
    .td-color-hub__quick-nav {
        padding: 1.5rem;
    }

    .td-color-hub__entry-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .td-color-hub__featured .td-color-hub__entry-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .td-color-hub__quick-nav {
        top: 1rem;
    }
}

.td-color-shell {
    position: relative;
    padding-bottom: 5.5rem;
}


.td-color-shell__header {
    width: min(100%, 1140px);
    margin-inline: auto;
    box-sizing: border-box;
}

.td-color-shell__header *,
.td-color-shell__header *::before,
.td-color-shell__header *::after {
    box-sizing: border-box;
}

.td-color-shell__header-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.td-color-shell__header--solo .td-color-shell__header-layout {
    grid-template-columns: 1fr;
}

.td-color-shell__hero-copy,
.td-color-shell__control-surface {
    min-width: 0;
}

.td-color-shell__control-surface {
    display: grid;
    gap: 1rem;
}

.td-color-shell__search-surface,
.td-color-shell__panel,
.td-color-shell__drawer-sheet,
.td-color-shell__compare-card {
    background: #ffffff;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(29, 39, 51, 0.06);
}

.td-color-shell__search-surface,
.td-color-shell__compare-card,
.td-color-shell__panel-block,
.td-color-shell__drawer-summary {
    padding: 1rem;
}

.td-color-shell__search-label,
.td-color-shell__search-hint,
.td-color-shell__trend-note,
.td-color-shell__compare-hint,
.td-color-shell__empty-copy {
    margin: 0;
    color: #51606f;
    line-height: 1.5;
}

.td-color-shell__search-hint {
    margin-top: 0.55rem;
    font-size: 0.9rem;
}

.td-color-shell__compare-hint {
    margin-top: 0.75rem;
}

.td-color-shell__search-row {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.td-color-shell__search-input {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 2.875rem;
    border-radius: 0.875rem;
    border: 1px solid rgba(29, 39, 51, 0.14);
    padding: 0 0.9rem;
    background: #f8fafc;
    color: #1d2733;
}

.td-color-shell__search-action,
.td-color-shell__inline-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(29, 39, 51, 0.12);
    background: #1d2733;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

.td-color-shell__search-action {
    flex: 0 0 auto;
    white-space: nowrap;
}

.td-color-shell__inline-action {
    background: #ffffff;
    color: #1d2733;
}

.td-color-shell__action-row,
.td-color-shell__entry-actions,
.td-color-shell__drawer-actions,
.td-color-shell__footer-secondary-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.td-color-shell__route-strip {
    margin-bottom: 1rem;
}

.td-color-shell__panels {
    display: grid;
    gap: 1rem;
}

.td-color-shell__panel {
    padding: 1rem;
}

.td-color-shell__panel-heading {
    margin-bottom: 1rem;
}

.td-color-shell__route-blocks {
    display: grid;
    gap: 1rem;
}

.td-color-shell__match-grid,
.td-color-shell__compare-grid {
    display: grid;
    gap: 1rem;
}

.td-color-shell__compare-grid {
    grid-template-columns: 1fr;
}

.td-color-shell__compare-list {
    margin-top: 0.75rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.td-color-shell__drawer {
    position: fixed;
    inset: 0;
    z-index: 30;
}

.td-color-shell__drawer-scrim {
    position: absolute;
    inset: 0;
    background: rgba(11, 19, 32, 0.48);
}

.td-color-shell__drawer-sheet {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(32rem, 100%);
    max-height: 90vh;
    overflow: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.td-color-shell__drawer-body {
    padding: 1.25rem 1rem 1.5rem;
    display: grid;
    gap: 1rem;
}

.td-color-shell__drawer-summary-copy {
    margin: 0;
    color: #51606f;
    line-height: 1.5;
}

.td-color-shell__drawer-close {
    position: sticky;
    top: 0.5rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 0;
    background: #eef3f7;
    color: #1d2733;
    cursor: pointer;
}

.td-color-shell__bottom-nav {
    position: relative;
    margin: 3.5rem auto 1.5rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: #f5f8fb;
    border: 1px solid rgba(29, 39, 51, 0.08);
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    max-width: max-content;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(29, 39, 51, 0.04);
}

.td-color-shell__bottom-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    color: #526171;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    transition: all 0.2s ease;
}

.td-color-shell__bottom-link.is-active {
    background: #1d2733;
    color: #ffffff;
}

.td-color-shell__family-panel .td-color-shell__entry-actions,
.td-color-shell__match-results .td-color-shell__entry-actions {
    margin-top: 0.5rem;
}

.td-color-shell__fallback-widget {
    padding: 1rem;
    border-radius: 1rem;
    background: #f5f8fb;
    color: #51606f;
}

.td-color-shell__compare-list-block .td-color-shell__summary-list {
    margin-top: 0.75rem;
}

.td-color-shell--drawer-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .td-color-shell__search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .td-color-shell__search-action {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .td-color-shell__header--with-controls .td-color-shell__header-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
        align-items: start;
    }

    .td-color-shell__match-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .td-color-shell__compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .td-color-shell__panel {
        padding: 1.5rem;
    }
}

/* Semantic Hub axis strip: top-level graph navigation (colors, rooms, styles, materials, products, look). */
.td-hub-axis-strip {
    min-width: 0;
    max-width: 100%;
    margin: 0 auto 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px -18px rgba(29, 39, 51, 0.35);
    backdrop-filter: blur(10px);
}

.td-hub-axis-strip__eyebrow {
    margin: 0 0 0.55rem;
    color: #6b7682;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-axis-strip__items {
    display: flex;
    gap: 0.625rem;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.1rem;
    scrollbar-width: none;
}

.td-hub-axis-strip__items::-webkit-scrollbar {
    display: none;
}

.td-hub-axis-strip__item {
    display: grid;
    min-width: min(13rem, 74vw);
    gap: 0.2rem;
    padding: 0.85rem 1.05rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1.15rem;
    background: #ffffff;
    color: #1d2733;
    text-decoration: none;
    box-shadow: 0 4px 12px -4px rgba(29, 39, 51, 0.05);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.td-hub-axis-strip__item:hover,
.td-hub-axis-strip__item:focus-visible {
    border-color: rgba(29, 39, 51, 0.15);
    box-shadow: 0 16px 32px -16px rgba(29, 39, 51, 0.25);
    transform: translateY(-2px);
}

.td-hub-axis-strip__item.is-active {
    border-color: rgba(29, 39, 51, 0.6);
    background: #1d2733;
    color: #ffffff;
}

.td-hub-axis-strip__label {
    font-weight: 800;
    line-height: 1.15;
}

.td-hub-axis-strip__summary {
    color: inherit;
    font-size: 0.78rem;
    line-height: 1.25;
    opacity: 0.72;
}

@media (min-width: 760px) {
    .td-hub-axis-strip__item {
        min-width: 12rem;
    }
}

/* Semantic Hub surface console: one product frame for axes + lenses. */
.td-hub-surface-console {
    display: grid;
    gap: 1rem;
    width: min(100%, 1140px);
    margin: 0 auto 0.65rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(217, 78, 70, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 46px -30px rgba(29, 39, 51, 0.46);
}

.td-hub-surface-console__header {
    display: grid;
    gap: 0.9rem;
    align-items: start;
}

.td-hub-surface-console__copy {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.td-hub-surface-console__eyebrow {
    margin: 0;
    color: #6b7682;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-surface-console__title {
    margin: 0;
    color: #1d2733;
    font-size: clamp(1.25rem, 3vw, 1.95rem);
    line-height: 1.12;
}

.td-hub-surface-console__description {
    max-width: 64rem;
    margin: 0;
    color: #51606f;
    font-size: 0.98rem;
    line-height: 1.55;
}

.td-hub-surface-console__badge {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0.48rem 0.78rem;
    border: 1px solid rgba(29, 39, 51, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #1d2733;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 10px 24px -20px rgba(29, 39, 51, 0.4);
}

.td-hub-surface-console__badge-dot {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 999px;
    background: #d94e46;
    box-shadow: 0 0 0 0.25rem rgba(217, 78, 70, 0.13);
}

.td-hub-surface-console__badge[data-axis-tone="room"] .td-hub-surface-console__badge-dot {
    background: #3f7f6f;
    box-shadow: 0 0 0 0.25rem rgba(63, 127, 111, 0.13);
}

.td-hub-surface-console__badge[data-axis-tone="palette"] .td-hub-surface-console__badge-dot {
    background: #7c5cff;
    box-shadow: 0 0 0 0.25rem rgba(124, 92, 255, 0.13);
}

.td-hub-surface-console__badge[data-axis-tone="style"] .td-hub-surface-console__badge-dot {
    background: #b46b2d;
    box-shadow: 0 0 0 0.25rem rgba(180, 107, 45, 0.13);
}

.td-hub-surface-console__badge[data-axis-tone="material"] .td-hub-surface-console__badge-dot {
    background: #6c7a4f;
    box-shadow: 0 0 0 0.25rem rgba(108, 122, 79, 0.13);
}

.td-hub-surface-console__badge[data-axis-tone="look"] .td-hub-surface-console__badge-dot {
    background: #b24c7a;
    box-shadow: 0 0 0 0.25rem rgba(178, 76, 122, 0.13);
}

.td-hub-surface-console .td-hub-axis-strip,
.td-hub-surface-console .td-color-shell__route-strip {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.td-hub-surface-console .td-hub-axis-strip {
    min-width: 0;
    overflow: hidden;
}

.td-hub-surface-console .td-hub-axis-strip__items,
.td-hub-surface-console .td-color-hub__chip-row {
    max-width: 100%;
    min-width: 0;
    padding-bottom: 0.28rem;
}

.td-hub-surface-console .td-hub-axis-strip__items {
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}

.td-hub-surface-console .td-hub-axis-strip__items::-webkit-scrollbar {
    display: block;
    height: 0.38rem;
}

.td-hub-surface-console .td-hub-axis-strip__items::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.18);
}

.td-hub-surface-console .td-hub-axis-strip__item {
    flex: 0 0 auto;
    min-width: clamp(7.4rem, 15vw, 10.5rem);
    padding: 0.68rem 0.78rem;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.78);
}

.td-hub-surface-console .td-hub-axis-strip__label {
    white-space: nowrap;
}

.td-hub-surface-console .td-hub-axis-strip__item.is-active {
    background: #1d2733;
}

.td-hub-surface-console .td-color-hub__chip {
    background: rgba(255, 255, 255, 0.84);
}

@media (min-width: 760px) {
    .td-hub-surface-console__header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .td-hub-surface-console__badge {
        justify-self: end;
    }
}

/* Generic semantic entity explorer: reusable surface for room/palette/material nodes. */
.td-hub-entity-explorer {
    display: grid;
    gap: 1rem;
    width: min(100%, 1140px);
    margin: 0 auto 1.2rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 16px 40px -32px rgba(29, 39, 51, 0.5);
}

.td-hub-entity-explorer__header {
    display: grid;
    gap: 0.9rem;
}

.td-hub-entity-explorer__copy {
    display: grid;
    gap: 0.42rem;
}

.td-hub-entity-explorer__eyebrow {
    margin: 0;
    color: #6b7682;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__title {
    margin: 0;
    color: #1d2733;
    font-size: clamp(1.15rem, 2.6vw, 1.65rem);
    line-height: 1.14;
}

.td-hub-entity-explorer__description {
    max-width: 64rem;
    margin: 0;
    color: #51606f;
    font-size: 0.96rem;
    line-height: 1.5;
}

.td-hub-entity-explorer__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.td-hub-entity-explorer__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.5rem 0.72rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: #f8fbfd;
    color: #51606f;
    font-size: 0.82rem;
    font-weight: 750;
}

.td-hub-entity-explorer__stat strong {
    color: #1d2733;
    font-size: 1rem;
}

.td-hub-entity-explorer__active-path {
    display: grid;
    gap: 0.45rem;
    margin: 0.35rem 0 0.75rem;
    padding: 0.7rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.td-hub-entity-explorer__active-path-label {
    color: #607086;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__active-path-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.td-hub-entity-explorer__path-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.15rem;
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: #ffffff;
    color: #1d2733;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.td-hub-entity-explorer__path-chip small {
    color: #607086;
    font-size: 0.68rem;
    font-weight: 850;
    text-transform: uppercase;
}

.td-hub-entity-explorer__path-chip strong {
    font-size: 0.82rem;
}

.td-hub-entity-explorer__path-chip--active-lens {
    border-color: rgba(29, 39, 51, 0.14);
    background: rgba(29, 39, 51, 0.04);
}

.td-hub-entity-explorer__path-chip--removable:hover,
.td-hub-entity-explorer__path-chip--removable:focus-visible {
    border-color: #1d2733;
    background: #1d2733;
    color: #ffffff;
}

.td-hub-entity-explorer__path-chip--removable:hover small,
.td-hub-entity-explorer__path-chip--removable:focus-visible small {
    color: inherit;
}

.td-hub-entity-explorer__relations {
    display: grid;
    gap: 0.85rem;
}

.td-hub-entity-explorer__next-axes {
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 1rem;
    background: rgba(248, 251, 253, 0.86);
}

.td-hub-entity-explorer__next-axes-head {
    display: grid;
    gap: 0.15rem;
}

.td-hub-entity-explorer__next-axes-head span {
    color: #1d2733;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__next-axes-head small {
    color: #607086;
    font-size: 0.78rem;
    line-height: 1.35;
}

.td-hub-entity-explorer__next-axis-list {
    display: grid;
    gap: 0.45rem;
}

.td-hub-entity-explorer__next-axis {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
    min-height: 3.2rem;
    padding: 0.55rem 0.68rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 0.95rem;
    background: #ffffff;
    color: #1d2733;
    text-decoration: none;
    box-shadow: 0 10px 24px -24px rgba(29, 39, 51, 0.5);
}

.td-hub-entity-explorer__next-axis[href]:hover,
.td-hub-entity-explorer__next-axis[href]:focus-visible {
    border-color: rgba(29, 39, 51, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -24px rgba(29, 39, 51, 0.65);
}

.td-hub-entity-explorer__next-axis-icon {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.72rem;
    background: rgba(29, 39, 51, 0.065);
}

.td-hub-entity-explorer__next-axis-icon svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

.td-hub-entity-explorer__next-axis-copy {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.td-hub-entity-explorer__next-axis-copy strong {
    overflow: hidden;
    font-size: 0.86rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-hub-entity-explorer__next-axis-copy small {
    overflow: hidden;
    color: #607086;
    font-size: 0.74rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-hub-entity-explorer__next-axis-action {
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.78;
}

.td-hub-entity-explorer__next-axis em {
    display: inline-grid;
    place-items: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.38rem;
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.08);
    color: #1d2733;
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 850;
}

.td-hub-entity-explorer__relation-group {
    display: grid;
    gap: 0.48rem;
}

.td-hub-entity-explorer__relation-title,
.td-hub-entity-explorer__highlights-title {
    margin: 0;
    color: #1d2733;
    font-size: 0.92rem;
    font-weight: 850;
}

.td-hub-entity-explorer__chips {
    display: flex;
    gap: 0.48rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    scrollbar-width: thin;
}

.td-hub-entity-explorer__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0.48rem 0.85rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: #ffffff;
    color: #1d2733;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 6px -2px rgba(29, 39, 51, 0.05);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.td-hub-entity-explorer__chip-action {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.055em;
    opacity: 0.68;
    text-transform: uppercase;
}

.td-hub-entity-explorer__chip-label {
    font-weight: 850;
}

.td-hub-entity-explorer__chip:hover .td-hub-entity-explorer__chip-action,
.td-hub-entity-explorer__chip:focus-visible .td-hub-entity-explorer__chip-action {
    opacity: 0.9;
}

.td-hub-entity-explorer__chip--refine {
    padding-left: 0.7rem;
}

.td-hub-entity-explorer__chip:hover,
.td-hub-entity-explorer__chip:focus-visible {
    border-color: #1d2733;
    background: #1d2733;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -6px rgba(29, 39, 51, 0.25);
}

.td-hub-entity-explorer__chip small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.08);
    color: inherit;
    font-size: 0.72rem;
    font-weight: 850;
}

.td-hub-entity-explorer__relation-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    flex: 0 0 auto;
    padding: 0.16rem;
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.035);
}

.td-hub-entity-explorer__relation-choice--no-pivot {
    background: transparent;
    padding: 0;
}

.td-hub-entity-explorer__chip--refine {
    position: relative;
}

.td-hub-entity-explorer__pivot-link {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.28rem 0.58rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #607086;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.td-hub-entity-explorer__pivot-link:hover,
.td-hub-entity-explorer__pivot-link:focus-visible {
    background: #ffffff;
    color: #1d2733;
    box-shadow: 0 5px 14px -10px rgba(29, 39, 51, 0.55);
}

.td-hub-entity-explorer__empty-path,
.td-hub-entity-explorer__empty-node {
    display: grid;
    gap: 0.62rem;
    padding: 0.9rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 28px -26px rgba(29, 39, 51, 0.5);
}

.td-hub-entity-explorer__empty-path h3,
.td-hub-entity-explorer__empty-node h3,
.td-hub-entity-explorer__empty-path p,
.td-hub-entity-explorer__empty-node p {
    margin: 0;
}

.td-hub-entity-explorer__empty-path p,
.td-hub-entity-explorer__empty-node p {
    color: #51606f;
    line-height: 1.45;
}

.td-hub-entity-explorer__empty-path-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.td-hub-entity-explorer__empty-path-action,
.td-hub-entity-explorer__empty-node a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.48rem 0.78rem;
    border: 1px solid rgba(29, 39, 51, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #1d2733;
    font-weight: 850;
    text-decoration: none;
}

.td-hub-entity-explorer__highlights {
    display: grid;
    gap: 0.65rem;
}

.td-hub-entity-explorer__cards {
    display: grid;
    gap: 0.65rem;
}

.td-hub-entity-explorer__card {
    padding: 0.82rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 0.9rem;
    background: #f8fbfd;
}

.td-hub-entity-explorer__card-title {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25;
}

.td-hub-entity-explorer__card-title a {
    color: #1d2733;
    text-decoration: none;
}

.td-hub-entity-explorer__card-title a:hover,
.td-hub-entity-explorer__card-title a:focus-visible {
    text-decoration: underline;
}

.td-hub-entity-explorer__card-summary {
    margin: 0.45rem 0 0;
    color: #51606f;
    font-size: 0.84rem;
    line-height: 1.42;
}

.td-hub-entity-explorer__vector-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    margin: 0.4rem 0 0;
    padding: 0.24rem 0.48rem;
    border: 1px solid rgba(75, 99, 255, 0.18);
    border-radius: 999px;
    background: rgba(75, 99, 255, 0.07);
    color: #31405f;
    font-size: 0.68rem;
    font-weight: 820;
    line-height: 1.2;
}

.td-hub-entity-explorer__vector-badge small {
    color: #667189;
    font-size: 0.64rem;
    font-weight: 850;
}

.td-hub-entity-explorer__vector-debug {
    padding: 0.75rem 0.82rem;
    border: 1px dashed rgba(75, 99, 255, 0.3);
    border-radius: 0.9rem;
    background: rgba(75, 99, 255, 0.045);
    color: #31405f;
}

.td-hub-entity-explorer__vector-debug summary {
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__vector-debug dl {
    display: grid;
    gap: 0.38rem;
    margin: 0.6rem 0 0;
}

.td-hub-entity-explorer__vector-debug dl div {
    display: grid;
    grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
    gap: 0.55rem;
}

.td-hub-entity-explorer__vector-debug dt {
    color: #667189;
    font-size: 0.7rem;
    font-weight: 850;
}

.td-hub-entity-explorer__vector-debug dd {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 760;
    overflow-wrap: anywhere;
}

@media (min-width: 760px) {
    .td-hub-entity-explorer__next-axis-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .td-hub-entity-explorer__header {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .td-hub-entity-explorer__stats {
        justify-content: flex-end;
    }

    .td-hub-entity-explorer__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .td-hub-entity-explorer__relations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Semantic Hub polish: make /hub/ feel like a product surface, not a stack of legacy panels. */
.td-hub-surface-console {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    gap: 1.15rem;
    border-color: rgba(29, 39, 51, 0.075);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 253, 0.94) 58%, rgba(255, 246, 242, 0.9) 100%);
}

.td-hub-surface-console::before {
    content: "";
    position: absolute;
    inset: -35% -18% auto auto;
    width: min(34rem, 72vw);
    height: min(34rem, 72vw);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(217, 78, 70, 0.18), rgba(217, 78, 70, 0.06) 44%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.td-hub-surface-console[data-axis-tone="room"]::before {
    background: radial-gradient(circle, rgba(63, 127, 111, 0.2), rgba(63, 127, 111, 0.07) 44%, transparent 70%);
}

.td-hub-surface-console[data-axis-tone="palette"]::before {
    background: radial-gradient(circle, rgba(124, 92, 255, 0.18), rgba(124, 92, 255, 0.06) 44%, transparent 70%);
}

.td-hub-surface-console[data-axis-tone="style"]::before {
    background: radial-gradient(circle, rgba(180, 107, 45, 0.18), rgba(180, 107, 45, 0.06) 44%, transparent 70%);
}

.td-hub-surface-console[data-axis-tone="material"]::before {
    background: radial-gradient(circle, rgba(108, 122, 79, 0.18), rgba(108, 122, 79, 0.06) 44%, transparent 70%);
}

.td-hub-surface-console[data-axis-tone="look"]::before {
    background: radial-gradient(circle, rgba(178, 76, 122, 0.16), rgba(178, 76, 122, 0.05) 44%, transparent 70%);
}

.td-hub-surface-console__status {
    display: grid;
    justify-items: start;
    gap: 0.72rem;
}

.td-hub-axis-strip__item {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
}

.td-hub-axis-strip__icon {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.78rem;
    background: rgba(217, 78, 70, 0.1);
    color: #a33832;
    font-weight: 900;
    line-height: 1;
}

.td-hub-axis-strip__item[data-axis-tone="room"] .td-hub-axis-strip__icon {
    background: rgba(63, 127, 111, 0.12);
    color: #2f6659;
}

.td-hub-axis-strip__item[data-axis-tone="palette"] .td-hub-axis-strip__icon {
    background: rgba(124, 92, 255, 0.12);
    color: #5f46cf;
}

.td-hub-axis-strip__item[data-axis-tone="style"] .td-hub-axis-strip__icon {
    background: rgba(180, 107, 45, 0.13);
    color: #8e531f;
}

.td-hub-axis-strip__item[data-axis-tone="material"] .td-hub-axis-strip__icon {
    background: rgba(108, 122, 79, 0.13);
    color: #59653c;
}

.td-hub-axis-strip__item[data-axis-tone="look"] .td-hub-axis-strip__icon {
    background: rgba(178, 76, 122, 0.12);
    color: #8e335e;
}

.td-hub-axis-strip__copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.td-hub-surface-console .td-hub-axis-strip__item.is-active .td-hub-axis-strip__icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.td-color-shell__route-strip-label {
    margin: 0 0 0.48rem;
    color: #6b7682;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-surface-console .td-color-hub__chip {
    border-color: rgba(29, 39, 51, 0.08);
    box-shadow: 0 8px 18px -18px rgba(29, 39, 51, 0.5);
}

.td-hub-surface-console .td-color-hub__chip.is-active {
    box-shadow: 0 12px 22px -18px rgba(29, 39, 51, 0.58);
}

.td-hub-entity-explorer {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-color: rgba(29, 39, 51, 0.075);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 253, 0.96) 100%);
}

.td-hub-entity-explorer::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.32rem;
    background: #d94e46;
    opacity: 0.88;
}

.td-hub-entity-explorer[data-axis-tone="room"]::before,
.td-hub-entity-explorer__relation-group[data-axis-tone="room"]::before {
    background: #3f7f6f;
}

.td-hub-entity-explorer[data-axis-tone="palette"]::before,
.td-hub-entity-explorer__relation-group[data-axis-tone="palette"]::before {
    background: #7c5cff;
}

.td-hub-entity-explorer[data-axis-tone="style"]::before,
.td-hub-entity-explorer__relation-group[data-axis-tone="style"]::before {
    background: #b46b2d;
}

.td-hub-entity-explorer[data-axis-tone="material"]::before,
.td-hub-entity-explorer__relation-group[data-axis-tone="material"]::before {
    background: #6c7a4f;
}

.td-hub-entity-explorer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.td-hub-entity-explorer__eyebrow-icon,
.td-hub-entity-explorer__relation-icon {
    display: inline-grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.58rem;
    background: rgba(29, 39, 51, 0.08);
    color: #1d2733;
    font-size: 0.82rem;
    line-height: 1;
}

.td-hub-entity-explorer__eyebrow-icon svg,
.td-hub-entity-explorer__relation-icon svg {
    width: 0.95rem;
    height: 0.95rem;
    display: block;
}

.td-hub-entity-explorer__axis-card-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
}

.td-hub-entity-explorer__card-placeholder svg {
    width: 1.85rem;
    height: 1.85rem;
    display: block;
}


.td-hub-entity-explorer__relation-group {
    position: relative;
    padding: 0.82rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 28px -26px rgba(29, 39, 51, 0.48);
}

.td-hub-entity-explorer__relation-group::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.22rem;
    border-radius: 1rem 0 0 1rem;
    background: #d94e46;
}

.td-hub-entity-explorer__relation-title {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.td-hub-entity-explorer__card {
    display: grid;
    grid-template-columns: 5.4rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
    padding: 0.58rem;
    background: #ffffff;
    box-shadow: 0 12px 26px -24px rgba(29, 39, 51, 0.5);
}

.td-hub-entity-explorer__card-media {
    display: block;
    min-height: 5.4rem;
    overflow: hidden;
    border-radius: 0.72rem;
    background: linear-gradient(135deg, rgba(217, 78, 70, 0.12), rgba(29, 39, 51, 0.04));
    text-decoration: none;
}

.td-hub-entity-explorer__card-image {
    width: 100%;
    height: 100%;
    min-height: 5.4rem;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 180ms ease;
}

.td-hub-entity-explorer__card:hover .td-hub-entity-explorer__card-image,
.td-hub-entity-explorer__card:focus-within .td-hub-entity-explorer__card-image {
    transform: scale(1.045);
}

.td-hub-entity-explorer__card-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 5.4rem;
    color: rgba(29, 39, 51, 0.68);
    font-size: 1.35rem;
    font-weight: 900;
}

.td-hub-entity-explorer__card-body {
    display: grid;
    align-content: center;
    min-width: 0;
}

@media (min-width: 760px) {
    .td-hub-surface-console__status {
        justify-items: end;
    }
}

@media (max-width: 640px) {
    .td-hub-surface-console .td-hub-axis-strip__items {
        gap: 0.45rem;
    }

    .td-hub-surface-console .td-hub-axis-strip__item {
        min-width: 7.15rem;
        padding-inline: 0.64rem;
    }
}

@media (max-width: 520px) {
    .td-hub-entity-explorer__card {
        grid-template-columns: 1fr;
    }

    .td-hub-entity-explorer__card-media,
    .td-hub-entity-explorer__card-image,
    .td-hub-entity-explorer__card-placeholder {
        min-height: 9rem;
    }
}
/* Axis landing: when /hub/?axis=... has no entity, show a real index instead of autoselecting a node. */
.td-hub-entity-explorer--axis-landing .td-hub-entity-explorer__relations {
    margin-top: 0.15rem;
}

.td-hub-entity-explorer__axis-index {
    display: grid;
    gap: 0.85rem;
    padding: clamp(0.85rem, 2vw, 1rem);
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 32px -28px rgba(29, 39, 51, 0.52);
}

.td-hub-entity-explorer__axis-index-head {
    display: grid;
    gap: 0.28rem;
}

.td-hub-entity-explorer__axis-index-meter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.3rem;
}

.td-hub-entity-explorer__axis-index-meter span {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    padding: 0.28rem 0.52rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.035);
    color: #51606f;
    font-size: 0.76rem;
    font-weight: 780;
}

.td-hub-entity-explorer__axis-index-meter strong {
    color: #1d2733;
    font-size: 0.86rem;
}

.td-hub-entity-explorer__axis-index-kicker {
    margin: 0;
    color: #6b7682;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__axis-index-title {
    margin: 0;
    color: #1d2733;
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.2;
}

.td-hub-entity-explorer__axis-index-copy {
    max-width: 58rem;
    margin: 0;
    color: #51606f;
    font-size: 0.9rem;
    line-height: 1.45;
}

.td-hub-entity-explorer__axis-index-section {
    display: grid;
    gap: 0.62rem;
}

.td-hub-entity-explorer__axis-index-section + .td-hub-entity-explorer__axis-index-section {
    padding-top: 0.76rem;
    border-top: 1px solid rgba(29, 39, 51, 0.075);
}

.td-hub-entity-explorer__axis-index-section-head {
    display: grid;
    gap: 0.12rem;
}

.td-hub-entity-explorer__axis-index-section-head h4 {
    margin: 0;
    color: #1d2733;
    font-size: 0.92rem;
    line-height: 1.25;
}

.td-hub-entity-explorer__axis-index-section-head p {
    margin: 0;
    color: #6b7682;
    font-size: 0.8rem;
    line-height: 1.4;
}

.td-hub-entity-explorer__axis-grid {
    display: grid;
    gap: 0.58rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.td-hub-entity-explorer__axis-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.68rem;
    min-height: 4.75rem;
    padding: 0.82rem 0.86rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 0.92rem;
    background: #ffffff;
    color: #1d2733;
    text-decoration: none;
    box-shadow: 0 12px 24px -24px rgba(29, 39, 51, 0.5);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.td-hub-entity-explorer__axis-card:hover,
.td-hub-entity-explorer__axis-card:focus-visible {
    border-color: rgba(29, 39, 51, 0.22);
    box-shadow: 0 16px 32px -26px rgba(29, 39, 51, 0.62);
    transform: translateY(-1px);
}

.td-hub-entity-explorer__axis-card[data-axis-coverage="taxonomy-only"] {
    background: rgba(248, 250, 252, 0.92);
    border-style: dashed;
}

.td-hub-entity-explorer__axis-card[data-axis-coverage="taxonomy-only"] .td-hub-entity-explorer__axis-card-copy small {
    color: #9a6b2f;
}

.td-hub-entity-explorer__axis-card-icon {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.72rem;
    background: rgba(217, 78, 70, 0.1);
    color: #1d2733;
    font-size: 0.9rem;
    font-weight: 900;
}

.td-hub-entity-explorer__axis-card[data-axis-tone="room"] .td-hub-entity-explorer__axis-card-icon {
    background: rgba(63, 127, 111, 0.12);
}

.td-hub-entity-explorer__axis-card[data-axis-tone="palette"] .td-hub-entity-explorer__axis-card-icon {
    background: rgba(124, 92, 255, 0.12);
}

.td-hub-entity-explorer__axis-card[data-axis-tone="style"] .td-hub-entity-explorer__axis-card-icon {
    background: rgba(180, 107, 45, 0.12);
}

.td-hub-entity-explorer__axis-card[data-axis-tone="material"] .td-hub-entity-explorer__axis-card-icon {
    background: rgba(108, 122, 79, 0.13);
}

.td-hub-entity-explorer__axis-card[data-axis-tone="brand"] .td-hub-entity-explorer__axis-card-icon,
.td-hub-entity-explorer__axis-card[data-axis-tone="architect"] .td-hub-entity-explorer__axis-card-icon {
    background: rgba(29, 39, 51, 0.08);
}

.td-hub-entity-explorer__axis-card-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.td-hub-entity-explorer__axis-card-copy strong {
    overflow: hidden;
    color: #1d2733;
    font-size: 0.96rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-hub-entity-explorer__axis-card-description {
    display: -webkit-box;
    overflow: hidden;
    color: #51606f;
    font-size: 0.78rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.td-hub-entity-explorer__axis-card-copy small {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.28rem;
    align-items: center;
    color: #6b7682;
    font-size: 0.74rem;
    font-weight: 750;
}

.td-hub-entity-explorer__axis-card-action,
.td-hub-entity-explorer__axis-card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    color: #8b96a3;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
}

.td-hub-entity-explorer__axis-card-action span:first-child {
    max-width: 8.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 520px) {
    .td-hub-entity-explorer__axis-grid {
        grid-template-columns: 1fr;
    }

    .td-hub-entity-explorer__axis-card {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 3.8rem;
    }

    .td-hub-entity-explorer__axis-card-action {
        grid-column: 2;
        justify-self: start;
    }
}

/* Final Hub state pass: make axis landings and entity details self-explanatory. */
.td-hub-entity-explorer__trail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(29, 39, 51, 0.07);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #6b7682;
    font-size: 0.78rem;
    font-weight: 780;
}

.td-hub-entity-explorer__trail a {
    color: #1d2733;
    text-decoration: none;
}

.td-hub-entity-explorer__trail a:hover,
.td-hub-entity-explorer__trail a:focus-visible {
    text-decoration: underline;
}

.td-hub-entity-explorer__trail strong {
    color: #1d2733;
}

.td-hub-entity-explorer__trail-state {
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    background: rgba(217, 78, 70, 0.1);
    color: #8a332f;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__state-map {
    display: grid;
    gap: 0.58rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-hub-entity-explorer__state-map-item {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
    padding: 0.68rem 0.78rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 24px -25px rgba(29, 39, 51, 0.5);
}

.td-hub-entity-explorer__state-map-item small {
    color: #7a8592;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__state-map-item strong {
    overflow: hidden;
    color: #1d2733;
    font-size: 0.9rem;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.td-hub-entity-explorer__axis-index--empty,
.td-hub-entity-explorer__empty-node {
    border-style: dashed;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.78));
}

.td-hub-entity-explorer__axis-index-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.42rem;
}

.td-hub-entity-explorer__axis-index-action,
.td-hub-entity-explorer__empty-node a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(29, 39, 51, 0.11);
    border-radius: 999px;
    background: #ffffff;
    color: #1d2733;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
}

.td-hub-entity-explorer__axis-index-action:hover,
.td-hub-entity-explorer__axis-index-action:focus-visible,
.td-hub-entity-explorer__empty-node a:hover,
.td-hub-entity-explorer__empty-node a:focus-visible {
    border-color: rgba(29, 39, 51, 0.24);
    text-decoration: underline;
}

.td-hub-entity-explorer__empty-node {
    display: grid;
    gap: 0.42rem;
    padding: clamp(0.85rem, 2vw, 1rem);
    border: 1px dashed rgba(29, 39, 51, 0.16);
    border-radius: 1.05rem;
}

.td-hub-entity-explorer__empty-node h3,
.td-hub-entity-explorer__empty-node p {
    margin: 0;
}

.td-hub-entity-explorer__empty-node h3 {
    color: #1d2733;
    font-size: 1rem;
    line-height: 1.25;
}

.td-hub-entity-explorer__empty-node p {
    max-width: 56rem;
    color: #51606f;
    font-size: 0.9rem;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .td-hub-entity-explorer__state-map {
        grid-template-columns: 1fr;
    }

    .td-hub-entity-explorer__trail {
        border-radius: 1rem;
    }
}

/* Entity detail polish: make selected semantic nodes read like project cards, not debug lists. */
.td-hub-entity-explorer__overview {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    gap: clamp(0.8rem, 2vw, 1rem);
    padding: clamp(0.9rem, 2vw, 1.1rem);
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.82));
    box-shadow: 0 18px 38px -32px rgba(29, 39, 51, 0.58);
}

.td-hub-entity-explorer__overview-copy,
.td-hub-entity-explorer__overview-grid {
    min-width: 0;
}

.td-hub-entity-explorer__overview-copy {
    display: grid;
    gap: 0.38rem;
    align-content: start;
}

.td-hub-entity-explorer__overview-eyebrow {
    margin: 0;
    color: #7a8592;
    font-size: 0.72rem;
    font-weight: 880;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__overview-title {
    margin: 0;
    color: #1d2733;
    font-size: clamp(1.05rem, 2.2vw, 1.32rem);
    line-height: 1.2;
}

.td-hub-entity-explorer__overview-description {
    max-width: 60rem;
    margin: 0;
    color: #51606f;
    font-size: 0.92rem;
    line-height: 1.48;
}

.td-hub-entity-explorer__overview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.32rem;
}

.td-hub-entity-explorer__overview-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.5rem 0.76rem;
    border: 1px solid rgba(29, 39, 51, 0.11);
    border-radius: 999px;
    background: #1d2733;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 860;
    text-decoration: none;
}

.td-hub-entity-explorer__overview-action--secondary {
    background: #ffffff;
    color: #1d2733;
}

.td-hub-entity-explorer__overview-action:hover,
.td-hub-entity-explorer__overview-action:focus-visible {
    border-color: rgba(29, 39, 51, 0.26);
    text-decoration: underline;
}

.td-hub-entity-explorer__overview-grid {
    display: grid;
    gap: 0.52rem;
    grid-template-columns: 1fr;
}

.td-hub-entity-explorer__overview-item {
    display: grid;
    gap: 0.14rem;
    padding: 0.66rem 0.72rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 0.92rem;
    background: rgba(255, 255, 255, 0.78);
}

.td-hub-entity-explorer__overview-item small {
    color: #7a8592;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.td-hub-entity-explorer__overview-item strong {
    overflow: hidden;
    color: #1d2733;
    font-size: 0.9rem;
    line-height: 1.22;
    text-overflow: ellipsis;
}

.td-hub-entity-explorer__overview-item em {
    color: #6b7682;
    font-size: 0.76rem;
    font-style: normal;
    line-height: 1.35;
}

.td-hub-entity-explorer__section-head {
    display: grid;
    gap: 0.18rem;
    margin-bottom: 0.55rem;
}

summary.td-hub-entity-explorer__section-head {
    cursor: pointer;
}

.td-hub-entity-explorer__section-title {
    margin: 0;
    color: #1d2733;
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.25;
}

.td-hub-entity-explorer__section-description,
.td-hub-entity-explorer__relation-description {
    margin: 0;
    color: #6b7682;
    font-size: 0.82rem;
    line-height: 1.42;
}

.td-hub-entity-explorer__relation-description {
    margin-top: -0.18rem;
    margin-bottom: 0.44rem;
}

.td-hub-entity-explorer__chip {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.td-hub-entity-explorer__chip em {
    color: #8b96a3;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
}

.td-hub-entity-explorer__card-context {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
    margin-top: 0.34rem;
}

.td-hub-entity-explorer__card-context span {
    display: inline-flex;
    max-width: 100%;
    padding: 0.2rem 0.42rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.035);
    color: #51606f;
    font-size: 0.68rem;
    font-weight: 760;
    line-height: 1.2;
}

@media (max-width: 760px) {
    .td-hub-entity-explorer__overview {
        grid-template-columns: 1fr;
    }

    .td-hub-entity-explorer__chip {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .td-hub-entity-explorer__chip em {
        grid-column: 1 / -1;
    }
}

/* Entity detail cleanup: material buckets reuse the article-card grammar. */
.td-hub-entity-explorer__material-sections {
    padding-top: 0.35rem;
    border-top: 1px solid rgba(29, 39, 51, 0.075);
}

.td-hub-entity-explorer__material-section {
    display: grid;
    gap: 0.72rem;
    padding: 0.82rem;
    border: 1px solid rgba(29, 39, 51, 0.075);
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 30px -28px rgba(29, 39, 51, 0.52);
}

.td-hub-entity-explorer__material-section > summary {
    position: relative;
    display: grid;
    gap: 0.18rem;
    list-style: none;
    margin: 0;
    padding-right: 2rem;
}

.td-hub-entity-explorer__material-section > summary::-webkit-details-marker {
    display: none;
}

.td-hub-entity-explorer__material-section > summary::after {
    content: "⌄";
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: rgba(29, 39, 51, 0.06);
    color: #1d2733;
    font-size: 1rem;
    font-weight: 900;
    transition: transform 160ms ease;
}

.td-hub-entity-explorer__material-section[open] > summary::after {
    transform: rotate(180deg);
}

.td-hub-entity-explorer__material-section .td-hub-entity-explorer__cards {
    margin-top: 0;
}

.td-hub-entity-explorer__card--material-section {
    background: #ffffff;
}

.td-hub-entity-explorer__material-section .td-hub-entity-explorer__section-description {
    max-width: 46rem;
}

/* vNext: Hub navigator hardening.
 * The axis strip can now contain six public axes. Keep it horizontally
 * scrollable and compact instead of letting wide cards overflow the shell. */
.td-hub-surface-console,
.td-hub-surface-console * {
    box-sizing: border-box;
}

.td-hub-surface-console .td-hub-axis-strip {
    inline-size: 100%;
    max-inline-size: 100%;
}

.td-hub-surface-console .td-hub-axis-strip__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 0.25rem;
}

.td-hub-surface-console .td-hub-axis-strip__item {
    inline-size: clamp(7.2rem, 18vw, 10.25rem);
    min-inline-size: clamp(7.2rem, 18vw, 10.25rem);
    max-inline-size: 10.25rem;
}

.td-hub-surface-console .td-hub-axis-strip__summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 520px) {
    .td-hub-surface-console .td-hub-axis-strip__item {
        inline-size: 7.05rem;
        min-inline-size: 7.05rem;
        max-inline-size: 7.05rem;
    }

    .td-hub-surface-console .td-hub-axis-strip__summary {
        display: none;
    }
}

.td-hub-entity-explorer__axis-card--hierarchy {
    align-items: start;
}

.td-hub-entity-explorer__axis-card-title-link {
    color: inherit;
    text-decoration: none;
}

.td-hub-entity-explorer__axis-card-title-link:hover,
.td-hub-entity-explorer__axis-card-title-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.td-hub-entity-explorer__axis-card-children {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
    margin-top: 0.3rem;
}

.td-hub-entity-explorer__axis-card-child-link,
.td-hub-entity-explorer__axis-card-child-more {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.22rem 0.48rem;
    border: 1px solid rgba(29, 39, 51, 0.08);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.92);
    color: #51606f;
    font-size: 0.72rem;
    font-weight: 780;
    line-height: 1.1;
    text-decoration: none;
}

.td-hub-entity-explorer__axis-card-child-link:hover,
.td-hub-entity-explorer__axis-card-child-link:focus-visible {
    border-color: rgba(29, 39, 51, 0.18);
    color: #1d2733;
}
