/* DomainUI Discover uses the active Control homepage dashboard system. */
:root {
    --dui-header-bg: #2E8A8D;
    --dui-header-bg-mobile: #227577;
    --dui-page-bg: #f3f4f6;
    --dui-card-bg: #ffffff;
    --dui-card-soft: #f8fafc;
    --dui-border: #e5e7eb;
    --dui-border-soft: #eef2f7;
    --dui-border-strong: #cbd5e1;
    --dui-text: #0f172a;
    --dui-text-body: #333333;
    --dui-muted: #64748b;
    --dui-muted-light: #9ca3af;
    --dui-primary: #0d9488;
    --dui-primary-hover: #0f766e;
    --dui-success: #10B981;
    --dui-success-hover: #059669;
    --dui-warning: #f59e0b;
    --dui-danger: #ef4444;
    --dui-header-height: 72px;
    --dui-container: 1640px;
    --dui-header-search: 320px;
    --dui-left-col: 220px;
    --dui-right-col: 280px;
    --dui-gap: 14px;
    --dui-radius-card: 16px;
    --dui-radius-tile: 16px;
    --dui-shadow-card: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.05);
    --dui-shadow-tile: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 24px rgba(15, 23, 42, 0.05);
    --dui-shadow-dropdown: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Discover Live */
.discover-page-live .content-primary {
    max-width: 100%;
}

.discover-layout-live {
    grid-template-columns: var(--dui-left-col) minmax(0, 1fr) minmax(280px, 320px);
    align-items: start;
}

.discover-page-live .dash-centre {
    min-width: 0;
}

.discover-page-live .dash-right {
    gap: 10px;
}

.discover-live-page {
    display: block;
}

.discover-live-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.discover-live-hero h1 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 1.1;
}

.discover-live-hero p {
    margin: 5px 0 0;
    color: #64748b;
}

.discover-live-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    padding: 7px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.discover-live-primary-tabs,
.discover-live-auction-tabs {
    display: flex;
    gap: 5px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
    min-width: 0;
}

.discover-live-primary-tabs::-webkit-scrollbar,
.discover-live-auction-tabs::-webkit-scrollbar {
    display: none;
}

.discover-live-primary-tabs a,
.discover-live-auction-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.discover-live-primary-tabs a.active,
.discover-live-auction-tabs a.active {
    border-color: rgba(13, 148, 136, .28);
    background: linear-gradient(135deg, #ecfdf5 0%, #eff6ff 100%);
    color: #0f766e;
    box-shadow: 0 8px 18px rgba(13, 148, 136, .10);
}

.discover-live-primary-tabs a:hover,
.discover-live-primary-tabs a:focus-visible,
.discover-live-auction-tabs a:hover,
.discover-live-auction-tabs a:focus-visible {
    border-color: #99f6e4;
    background: #f8fafc;
    color: #0f766e;
}

.discover-live-auction-tabs {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #eef2f7;
}

.discover-live-auction-tabs a {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 11px;
}

.discover-live-source-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 11px;
    min-width: 0;
}

.discover-live-source-menu {
    justify-content: flex-start;
    gap: 5px;
    margin-top: 8px;
    padding: 0;
    border-left: 0;
}

.discover-live-source-menu .discover-live-filter-label {
    align-self: center;
    margin-right: 2px;
}

.discover-live-filter-apply-visible {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 11px;
}

.discover-live-filter-label {
    margin-right: 4px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.discover-live-source-filter label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    cursor: pointer;
}

.discover-live-source-filter input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.discover-live-source-filter span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 5px 8px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    line-height: 1;
    font-weight: 800;
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.discover-live-source-filter label:hover span {
    border-color: #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
}

.discover-live-source-filter input:checked + span {
    border-color: rgba(13, 148, 136, .72);
    background: linear-gradient(135deg, #0f766e 0%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(14, 165, 233, .22), inset 0 1px 0 rgba(255, 255, 255, .22);
    transform: translateY(-1px);
}

.discover-live-source-filter input:checked + span i {
    color: #ffffff;
}

.discover-live-source-filter input:focus-visible + span {
    outline: 2px solid rgba(13, 148, 136, 0.35);
    outline-offset: 2px;
}

.discover-live-filter-apply {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.discover-live-grid {
    display: block;
}

.discover-live-main {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    overflow: visible;
}

.discover-live-composer {
    padding: 6px 8px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.discover-live-composer.is-signed-out,
.discover-live-composer.is-disabled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.discover-live-composer.is-signed-out p,
.discover-live-composer.is-disabled p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 13px;
}

.discover-live-composer-main {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
}

.discover-live-avatar {
    width: 28px;
    height: 28px;
    border-radius: 999px;
}

.discover-live-composer textarea {
    width: 100%;
    min-height: 32px;
    max-height: 64px;
    resize: vertical;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    outline: none;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 10px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.discover-live-composer textarea:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14), inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.discover-live-attach-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    padding-left: 35px;
    align-items: center;
}

.discover-live-composer .btn {
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 1;
}

.discover-live-new-pill {
    display: block;
    width: calc(100% - 24px);
    margin: 10px 12px 0;
    padding: 8px 10px;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.discover-live-new-pill[hidden] {
    display: none;
}

.discover-live-stream {
    display: block;
}

.discover-live-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-top: 1px solid #e2e8f0;
    position: relative;
    z-index: 1;
}

.discover-live-item:has(.discover-live-menu[open]) {
    z-index: 100;
}

.discover-live-item:first-child {
    border-top: 0;
}

.discover-live-content {
    min-width: 0;
    width: 100%;
}

.discover-live-content > header {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding-right: 34px;
    color: #64748b;
    font-size: 12px;
}

.discover-live-content > header > a {
    color: #111827;
    font-weight: 900;
    text-decoration: none;
}

.discover-live-content > header time {
    color: #94a3b8;
    white-space: nowrap;
}

.discover-live-item.is-marketplace-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
}

.discover-live-item.is-marketplace-row .discover-live-avatar {
    width: 28px;
    height: 28px;
}

.discover-live-item.is-marketplace-row .discover-live-content {
    display: grid;
    grid-template-columns: minmax(190px, .62fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.discover-live-item.is-marketplace-row .discover-live-content > header {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 0;
    overflow: visible;
    white-space: nowrap;
}

.discover-live-item.is-marketplace-row .discover-live-content > header > a,
.discover-live-item.is-marketplace-row .discover-live-content > header > span,
.discover-live-item.is-marketplace-row .discover-live-content > header > time {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-live-item.is-marketplace-row .discover-live-content > header > a {
    flex: 0 1 auto;
}

.discover-live-item.is-marketplace-row .discover-live-content > header > span {
    flex: 0 0 auto;
}

.discover-live-item.is-marketplace-row .discover-live-content > header > time {
    flex: 0 0 auto;
}

.discover-live-body {
    margin: 5px 0 8px;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.45;
}

.discover-live-price-line {
    margin: 6px 0 8px;
    color: #334155;
    font-size: 13px;
}

.discover-live-price-line strong {
    color: #0f172a;
    font-size: 15px;
}

.discover-live-price-line s {
    color: #94a3b8;
}

.discover-live-price-line span {
    color: #dc2626;
    font-weight: 800;
}

.discover-live-auction-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 12px;
    align-items: center;
    margin: 7px 0 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.discover-live-auction-domain {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.discover-live-auction-domain a {
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

.discover-live-auction-domain span,
.discover-live-auction-stat span {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.discover-live-auction-stat {
    display: grid;
    gap: 3px;
    min-width: 70px;
    padding: 0;
    border-left: 0;
}

.discover-live-auction-stat strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.discover-live-auction-button {
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.discover-live-kind-auction {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
}

.discover-live-kind-auction .discover-live-content {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(210px, .62fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.discover-live-kind-auction .discover-live-auction-card {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 12px;
    margin: 0;
}

.discover-live-kind-auction .discover-live-auction-domain {
    display: flex;
    align-items: baseline;
    gap: 9px;
    white-space: nowrap;
}

.discover-live-kind-auction .discover-live-auction-domain a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.discover-live-kind-auction .discover-live-auction-stat {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
}

.discover-live-kind-auction .discover-live-auction-stat strong {
    font-size: 13px;
}

.discover-live-item.is-auction-inline {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 12px;
}

.discover-live-item.is-auction-inline .discover-live-content {
    display: block;
    min-width: 0;
}

.discover-live-item.is-auction-inline .discover-live-auction-card {
    display: grid;
    grid-template-columns: minmax(170px, 1.1fr) auto minmax(128px, .7fr) auto auto auto auto;
    align-items: center;
    gap: 11px;
    margin: 0;
    min-width: 0;
}

.discover-live-item.is-auction-inline .discover-live-auction-domain {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
}

.discover-live-item.is-auction-inline .discover-live-auction-domain a {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    font-size: 14px;
    white-space: nowrap;
}

.discover-live-item.is-auction-inline .discover-live-auction-domain span,
.discover-live-auction-actor,
.discover-live-auction-event,
.discover-live-auction-age {
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}

.discover-live-auction-actor {
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
}

.discover-live-auction-actor:hover,
.discover-live-auction-actor:focus-visible {
    color: #0f766e;
}

.discover-live-item.is-auction-inline .discover-live-auction-stat {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
}

.discover-live-item.is-auction-inline .discover-live-auction-stat span,
.discover-live-item.is-auction-inline .discover-live-auction-stat strong {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.discover-live-item.is-auction-inline .discover-live-auction-stat strong {
    font-weight: 950;
}

.discover-live-item.is-auction-inline .discover-live-auction-button {
    justify-self: end;
}

.discover-live-domain-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(104px, auto) auto;
    align-items: center;
    gap: 12px;
    margin: 7px 0 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    width: 100%;
}

.discover-live-domain-card.is-price-drop {
    grid-template-columns: minmax(150px, 1fr) minmax(190px, auto) auto;
}

.discover-live-domain-main,
.discover-live-domain-card > div:first-child {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
}

.discover-live-domain-name {
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-live-domain-card span {
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.15;
}

.discover-live-domain-price {
    display: grid;
    gap: 2px;
    justify-items: end;
    min-width: 82px;
    color: #0f172a;
    white-space: nowrap;
}

.discover-live-domain-price.is-drop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.discover-live-domain-price strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
}

.discover-live-domain-price.is-drop span {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.discover-live-domain-price s {
    color: #94a3b8;
    font-size: 12px;
}

.discover-live-domain-price em {
    color: #dc2626;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.discover-live-domain-actions,
.discover-live-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.discover-live-domain-actions {
    justify-content: flex-end;
    white-space: nowrap;
}

.discover-live-item.is-marketplace-row .discover-live-domain-card {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    margin: 0;
}

.discover-live-item.is-marketplace-row .discover-live-domain-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    white-space: nowrap;
}

.discover-live-item.is-marketplace-row .discover-live-domain-name {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 15px;
}

.discover-live-item.is-marketplace-row .discover-live-domain-main span {
    flex: 0 0 auto;
}

.discover-live-item.is-marketplace-row .discover-live-domain-price {
    justify-items: end;
}

.discover-live-item.is-new-listing-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
}

.discover-live-item.is-new-listing-row .discover-live-avatar {
    width: 28px;
    height: 28px;
}

.discover-live-item.is-new-listing-row .discover-live-content {
    display: grid;
    grid-template-columns: minmax(190px, .62fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.discover-live-item.is-new-listing-row .discover-live-content > header {
    gap: 5px;
    padding-right: 30px;
    font-size: 11px;
}

.discover-live-item.is-new-listing-row .discover-live-follow-btn {
    min-height: 21px;
    padding: 3px 7px;
    font-size: 10px;
}

.discover-live-item.is-new-listing-row .discover-live-domain-card.is-new-listing {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    margin: 0;
}

.discover-live-item.is-new-listing-row .discover-live-domain-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.discover-live-item.is-new-listing-row .discover-live-domain-name {
    font-size: 15px;
    line-height: 1.15;
}

.discover-live-item.is-new-listing-row .discover-live-domain-main span {
    min-width: 0;
    overflow: hidden;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-live-item.is-new-listing-row .discover-live-domain-price strong {
    font-size: 12px;
    line-height: 1.2;
}

.discover-live-item.is-new-listing-row .discover-live-domain-actions {
    flex-wrap: nowrap;
    gap: 7px;
}

.discover-live-item.is-new-listing-row .discover-live-action {
    min-height: 20px;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.2;
}

.discover-live-item.is-marketplace-inline {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 12px;
}

.discover-live-item.is-marketplace-inline .discover-live-content {
    display: block;
    min-width: 0;
    width: 100%;
}

.discover-live-marketline {
    display: grid;
    grid-template-columns: minmax(150px, 1.05fr) minmax(86px, .55fr) minmax(92px, .62fr) minmax(116px, .78fr) auto minmax(112px, auto) auto auto auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.2;
}

.discover-live-marketline-domain,
.discover-live-marketline-actor,
.discover-live-inline-action {
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.discover-live-marketline-domain {
    color: #0f172a;
    font-size: 14px;
}

.discover-live-marketline-actor {
    color: #334155;
}

.discover-live-marketline-category,
.discover-live-marketline-action,
.discover-live-marketline-time {
    min-width: 0;
    color: #64748b;
    font-weight: 750;
    white-space: nowrap;
}

.discover-live-marketline-price {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    color: #0f172a;
    font-weight: 900;
    white-space: nowrap;
}

.discover-live-marketline-price s {
    color: #94a3b8;
    font-weight: 800;
}

.discover-live-marketline-price em {
    color: #dc2626;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.discover-live-inline-action {
    justify-self: end;
    border: 0;
    background: transparent;
    color: #0f766e;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.discover-live-marketline .inline-action {
    margin: 0;
}

.discover-live-actions {
    margin-top: 6px;
    justify-content: flex-end;
    text-align: right;
}

.discover-live-event-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #d97706;
    font-size: 12px;
}

.discover-live-rail-card {
    overflow: visible;
}

.discover-live-now-rail dl {
    display: grid;
    gap: 6px;
}

.discover-live-now-rail dl a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 30px;
    padding: 6px 8px;
    border-radius: 9px;
    background: #f8fafc;
    color: #334155;
    text-decoration: none;
}

.discover-live-now-rail dl a:hover,
.discover-live-now-rail dl a:focus-visible {
    background: #ecfdf5;
    color: #0f766e;
}

.discover-live-now-rail dt {
    color: inherit;
    font-size: 12px;
    font-weight: 800;
}

.discover-live-now-rail dd {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}

.discover-live-actions .inline-action {
    margin: 0;
}

.discover-live-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 0 10px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.discover-live-action:hover,
.discover-live-action:focus-visible,
.discover-live-action.is-active {
    color: #0f766e;
    background: transparent;
}

.discover-live-action.primary {
    background: transparent;
    color: #0f766e;
}

.discover-live-action.danger {
    color: #b91c1c;
}

.discover-live-action.danger:hover,
.discover-live-action.danger:focus-visible {
    color: #991b1b;
}

.discover-live-menu {
    margin-left: 0;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 30;
}

.discover-live-menu[open] {
    z-index: 120;
}

.discover-live-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    color: #64748b;
    cursor: pointer;
    list-style: none;
}

.discover-live-menu summary::-webkit-details-marker {
    display: none;
}

.discover-live-menu div {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 130;
    min-width: 240px;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
}

.discover-live-menu button,
.discover-live-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 7px 8px;
    border-radius: 7px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.discover-live-menu button:hover,
.discover-live-menu a:hover {
    background: #f1f5f9;
}

.discover-live-follow-form,
.discover-live-reply-follow {
    display: inline-flex;
    margin: 0;
}

.discover-live-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 4px 8px;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.discover-live-follow-btn.is-following {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #475569;
}

.discover-live-follow-btn.is-reply-follow {
    min-height: 21px;
    padding: 3px 7px;
    font-size: 10px;
}

.discover-live-controls.is-people {
    grid-template-columns: 1fr;
}

.discover-live-controls.is-filter-only {
    grid-template-columns: 1fr;
    margin: 0;
    border-width: 0 0 1px;
    border-radius: 14px 14px 0 0;
    box-shadow: none;
}

.discover-live-controls.is-filter-only .discover-live-source-filter {
    justify-content: flex-start;
    padding-left: 0;
    border-left: 0;
}

.discover-live-people-card {
    padding: 12px;
}

.discover-live-people-card > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.discover-live-people-card > header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.15;
}

.discover-live-people-card > header p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 12px;
}

.discover-live-people-card > header > strong {
    flex: 0 0 auto;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.discover-live-people-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.discover-live-people-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.discover-live-people-table th,
.discover-live-people-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eef2f7;
    color: #334155;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
}

.discover-live-people-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.discover-live-people-table tr:last-child td {
    border-bottom: 0;
}

.discover-live-people-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #0f172a;
    text-decoration: none;
}

.discover-live-people-user .discover-live-avatar {
    width: 30px;
    height: 30px;
}

.discover-live-people-user span {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.discover-live-people-user strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
}

.discover-live-people-user em {
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.discover-live-people-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.discover-live-people-action {
    margin: 0;
}

.discover-live-activity-page blockquote {
    margin: 12px 0;
    padding: 12px 14px;
    border-left: 3px solid #14b8a6;
    background: #f8fafc;
    color: #334155;
}

.discover-live-activity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.discover-live-activity-grid div {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
}

.discover-live-activity-grid span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.discover-live-activity-grid strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
}

.discover-live-reply-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 8px;
}

.discover-live-reply-box[hidden] {
    display: none;
}

.discover-live-reply-box textarea {
    min-height: 42px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 8px 10px;
    font: inherit;
    font-size: 13px;
}

.discover-live-replies {
    margin-top: 8px;
}

.discover-live-load-replies {
    border: 0;
    background: transparent;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.discover-live-reply-list {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    padding-left: 14px;
    border-left: 2px solid #e2e8f0;
}

.discover-live-reply {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    padding: 7px 0;
}

.discover-live-reply-avatar {
    width: 24px;
    height: 24px;
}

.discover-live-reply header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.2;
}

.discover-live-reply header span {
    color: #64748b;
    font-weight: 750;
}

.discover-live-reply header a {
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
}

.discover-live-reply p {
    margin: 3px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
}

.discover-live-load-more {
    margin: 12px;
    width: calc(100% - 24px);
}

.discover-live-empty {
    display: grid;
    gap: 4px;
    padding: 22px 12px;
    text-align: center;
    color: #64748b;
}

.discover-live-empty strong {
    color: #0f172a;
    font-size: 18px;
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .discover-layout-live {
        grid-template-columns: var(--dui-left-col) minmax(0, 1fr);
    }

    .discover-layout-live .dash-right {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .discover-live-item.is-marketplace-row .discover-live-content,
    .discover-live-item.is-new-listing-row .discover-live-content,
    .discover-live-kind-auction .discover-live-content {
        grid-template-columns: minmax(175px, .56fr) minmax(0, 1fr);
        gap: 10px;
    }

    .discover-live-item.is-marketplace-inline .discover-live-content {
        display: block;
    }

    .discover-live-marketline {
        grid-template-columns: minmax(138px, 1fr) minmax(76px, .5fr) minmax(82px, .55fr) minmax(104px, .7fr) auto minmax(104px, auto) auto auto auto;
        gap: 8px;
    }
}

@media (max-width: 760px) {
    .discover-layout-live {
        grid-template-columns: 1fr;
    }

    .discover-layout-live .dash-right {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .discover-live-hero h1 {
        font-size: 25px;
    }

    .discover-live-controls {
        grid-template-columns: 1fr;
        padding: 7px;
    }

    .discover-live-source-filter {
        justify-content: flex-start;
        gap: 4px;
        padding-left: 0;
        border-left: 0;
    }

    .discover-live-filter-label {
        width: auto;
    }

    .discover-live-source-filter span {
        min-height: 24px;
        padding: 5px 7px;
        font-size: 10px;
    }

    .discover-live-attach-row {
        padding-left: 0;
    }

    .discover-live-composer-main,
    .discover-live-item {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .discover-live-item.is-marketplace-row {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .discover-live-item.is-marketplace-inline {
        grid-template-columns: minmax(0, 1fr);
    }

    .discover-live-item.is-marketplace-row .discover-live-content > header {
        flex-wrap: wrap;
        white-space: normal;
    }

    .discover-live-item.is-marketplace-row .discover-live-content,
    .discover-live-item.is-new-listing-row .discover-live-content,
    .discover-live-kind-auction .discover-live-content {
        display: block;
    }

    .discover-live-marketline {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .discover-live-marketline-domain,
    .discover-live-marketline-category,
    .discover-live-marketline-actor,
    .discover-live-marketline-action,
    .discover-live-marketline-time,
    .discover-live-marketline-price,
    .discover-live-inline-action {
        justify-self: start;
        white-space: normal;
    }

    .discover-live-composer-main .btn {
        grid-column: 2;
        justify-self: end;
    }

    .discover-live-avatar {
        width: 28px;
        height: 28px;
    }

    .discover-live-domain-card {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 6px;
    }

    .discover-live-domain-card.is-price-drop {
        grid-template-columns: 1fr;
    }

    .discover-live-domain-price {
        justify-items: start;
        min-width: 0;
    }

    .discover-live-domain-price.is-drop {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .discover-live-item.is-marketplace-row .discover-live-domain-card {
        grid-template-columns: 1fr;
    }

    .discover-live-item.is-new-listing-row .discover-live-domain-card.is-new-listing {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .discover-live-item.is-new-listing-row .discover-live-domain-main {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        white-space: normal;
    }

    .discover-live-item.is-marketplace-row .discover-live-domain-main {
        flex-wrap: wrap;
        white-space: normal;
    }

    .discover-live-domain-actions {
        justify-content: flex-start;
        white-space: normal;
    }

    .discover-live-actions {
        justify-content: flex-start;
        text-align: left;
    }

    .discover-live-activity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discover-live-auction-card {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .discover-live-kind-auction .discover-live-auction-card {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .discover-live-item.is-auction-inline .discover-live-auction-card {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .discover-live-kind-auction .discover-live-auction-domain {
        flex-wrap: wrap;
        white-space: normal;
    }

    .discover-live-item.is-auction-inline .discover-live-auction-domain {
        flex-wrap: wrap;
        white-space: normal;
    }

    .discover-live-auction-stat {
        display: flex;
        justify-content: space-between;
        min-width: 0;
        padding: 0;
        border-left: 0;
    }

    .discover-live-auction-button {
        justify-self: start;
    }

    .discover-live-people-card {
        padding: 10px;
    }

    .discover-live-people-card > header {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .discover-live-people-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .discover-live-people-table,
    .discover-live-people-table tbody,
    .discover-live-people-table tr,
    .discover-live-people-table td {
        display: block;
        width: 100%;
    }

    .discover-live-people-table thead {
        display: none;
    }

    .discover-live-people-table tbody {
        display: grid;
        gap: 8px;
    }

    .discover-live-people-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 6px 10px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
    }

    .discover-live-people-table td {
        padding: 0;
        border: 0;
        color: #334155;
        font-size: 11px;
        text-align: right;
        white-space: normal;
    }

    .discover-live-people-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 2px;
        color: #64748b;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .discover-live-people-table td:first-child,
    .discover-live-people-table td:last-child {
        grid-column: 1 / -1;
        text-align: left;
    }

    .discover-live-people-table td:first-child::before,
    .discover-live-people-table td:last-child::before {
        display: none;
    }

}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: var(--dui-header-height);
    overflow-x: hidden;
    background: var(--dui-page-bg);
    color: var(--dui-text-body);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

:focus-visible {
    outline: 2px solid rgba(16, 185, 129, 0.65);
    outline-offset: 2px;
}

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

.skip-link:focus {
    top: 8px;
    left: 8px;
    z-index: 10001;
    width: auto;
    height: auto;
    clip: auto;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    color: var(--dui-text);
    box-shadow: var(--dui-shadow-dropdown);
}

#domainui-global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: var(--dui-header-height);
    background: var(--dui-header-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--dui-container);
    margin: 0 auto;
    padding: 0 24px;
    gap: 16px;
}

.logo-section,
.header-right,
.main-nav,
.header-search-form,
.header-search-wrap {
    display: flex;
    align-items: center;
}

.logo-section {
    gap: 18px;
    min-width: 0;
}

.logo-link {
    display: flex;
    align-items: center;
}

.logo-img {
    width: auto;
    height: 26px;
    display: block;
}

.header-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.header-search {
    flex: 1;
    max-width: var(--dui-header-search);
    margin: 0 16px;
}

.header-search-wrap {
    position: relative;
    width: 100%;
}

.header-search-icon {
    position: absolute;
    left: 10px;
    z-index: 1;
    color: #9CA3AF;
    font-size: 11px;
    pointer-events: none;
}

.header-search-input {
    width: 100%;
    padding: 6px 46px 6px 30px;
    border: 1px solid var(--dui-border);
    border-radius: 8px;
    background: #fff;
    color: #1F2937;
    font-size: 12px;
    outline: none;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.header-search-input::placeholder {
    color: #9CA3AF;
}

.header-search-input:focus {
    border-color: var(--dui-success);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.15);
}

.header-search-go {
    position: absolute;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: var(--dui-success);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    opacity: .9;
}

.header-search-go:hover {
    background: var(--dui-success-hover);
    opacity: 1;
}

.header-right {
    gap: 8px;
    min-width: 0;
}

.main-nav {
    gap: 16px;
    margin-right: 8px;
}

.nav-item,
.header-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
}

.nav-item {
    padding: 7px 4px 8px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, .82);
}

.nav-item:hover {
    color: #fff;
    background: transparent;
}

.nav-item.nav-active {
    border-bottom-color: rgba(255, 255, 255, .8);
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.nav-item i {
    width: 14px;
    text-align: center;
    font-size: 12px;
}

.header-action-btn {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 800;
}

.header-action-btn:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.header-inbox-btn,
.mobile-menu-toggle {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 0;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    cursor: pointer;
}

.header-inbox-btn:hover,
.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.header-inbox-btn.has-unread {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .12);
}

.header-inbox-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid var(--dui-header-bg);
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.dropdown-count {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 5px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.mobile-menu-toggle {
    display: none;
}

.user-dropdown {
    position: relative;
}

.user-dropdown summary {
    list-style: none;
}

.user-dropdown summary::-webkit-details-marker {
    display: none;
}

.user-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s, border-color .2s;
}

.user-dropdown-btn:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .18);
}

.user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.user-avatar-image {
    overflow: hidden;
    padding: 0;
    background: rgba(255, 255, 255, .18);
}

.user-avatar-image .user-avatar-media {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent;
}

.user-avatar-image .user-avatar-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-name {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
}

.chevron-icon {
    font-size: 10px;
    opacity: .7;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 10000;
    display: none;
    min-width: 200px;
    padding: 4px;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--dui-shadow-dropdown);
}

.user-dropdown[open] .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background: #f3f4f6;
}

.dropdown-menu a i {
    width: 16px;
    color: var(--dui-muted-light);
    text-align: center;
    font-size: 13px;
}

.dui-global-account-section {
    margin: 8px 10px 4px;
    color: #0f766e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.dropdown-menu .dui-global-account-section:first-child {
    margin-top: 4px;
}

.dropdown-divider {
    height: 1px;
    margin: 4px 0;
    background: #f3f4f6;
}

.dropdown-logout,
.dropdown-logout i {
    color: var(--dui-danger) !important;
}

.dui-global-header {
    background: var(--dui-header-bg);
}

.dui-global-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    height: 100%;
    max-width: var(--dui-container);
    margin: 0 auto;
    padding: 0 24px;
}

.dui-global-brand-row,
.dui-global-nav,
.dui-global-actions,
.dui-global-nav-item,
.dui-global-list-btn,
.dui-global-icon-btn,
.dui-global-account-btn,
.dui-global-search {
    display: flex;
    align-items: center;
}

.dui-global-logo img {
    display: block;
    width: auto;
    height: 28px;
}

.dui-global-nav {
    justify-content: flex-start;
    gap: 4px;
    min-width: 0;
}

.dui-global-nav-dropdown {
    position: relative;
}

.dui-global-nav-item {
    min-height: 38px;
    gap: 7px;
    padding: 0 10px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: rgba(255,255,255,.86);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.dui-global-nav-item:hover,
.dui-global-nav-item:focus-visible,
.dui-global-nav-item.is-active,
.dui-global-nav-dropdown.is-open .dui-global-nav-trigger {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.dui-global-nav-item.is-active {
    border-bottom-color: #99f6e4;
}

.dui-global-caret {
    font-size: 9px;
    opacity: .72;
}

.dui-global-nav-dropdown.is-open .dui-global-caret {
    transform: rotate(180deg);
}

.dui-global-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 10002;
    display: none;
    width: min(420px, calc(100vw - 32px));
    min-width: 260px;
    padding: 8px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--dui-shadow-dropdown);
}

.dui-global-nav-dropdown.is-open .dui-global-dropdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 6px 10px;
}

.dui-global-dropdown-heading {
    grid-column: 1 / -1;
    margin: 4px 6px 1px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dui-global-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 8px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.dui-global-dropdown-item:hover,
.dui-global-dropdown-item:focus-visible {
    background: #ecfdf5;
    color: #0f766e;
}

.dui-global-dropdown-item i {
    width: 16px;
    color: #0d9488;
    text-align: center;
    font-size: 12px;
}

.dui-global-product-menu {
    position: relative;
}

.dui-global-mega {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: min(380px, calc(100vw - 32px));
    max-height: calc(100vh - var(--dui-header-height) - 28px);
    min-width: 0;
    overflow-y: auto;
    padding: 16px;
    transform: none;
}

.dui-global-nav-dropdown.is-open .dui-global-mega {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.dui-global-mega-column {
    min-width: 0;
    padding: 0;
}

.dui-global-product-menu:nth-last-child(-n+2) .dui-global-mega {
    left: auto;
    right: 0;
}

.dui-global-product-portfolio .dui-global-mega {
    width: min(300px, calc(100vw - 32px));
}

.dui-global-mega-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dui-global-mega-title i {
    width: 16px;
    color: #0d9488;
    text-align: center;
}

.dui-global-mega-column p {
    margin: 6px 0 11px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.dui-global-mega-section-title {
    margin: 12px 0 5px;
    color: #115e59;
    font-size: 12px;
    font-weight: 900;
}

.dui-global-mega-link {
    min-height: 30px;
    padding: 6px 7px;
    font-size: 13px;
}

.dui-global-help-menu {
    position: relative;
}

.dui-global-help-dropdown {
    left: auto;
    right: 0;
    width: 270px;
    min-width: 270px;
}

.dui-global-help-menu.is-open .dui-global-help-dropdown {
    display: block;
}

.dui-global-actions {
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.dui-global-search {
    position: relative;
    width: clamp(190px, 18vw, 320px);
}

.dui-global-search i {
    position: absolute;
    left: 12px;
    color: #64748b;
    font-size: 12px;
    pointer-events: none;
}

.dui-global-search input {
    width: 100%;
    height: 38px;
    padding: 0 12px 0 34px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    background: rgba(255,255,255,.96);
    color: #0f172a;
    font-size: 13px;
    outline: none;
}

.dui-global-search input:focus {
    border-color: #99f6e4;
    box-shadow: 0 0 0 3px rgba(153,246,228,.28);
}

.dui-global-list-btn,
.dui-global-create-btn {
    min-height: 38px;
    gap: 7px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 10px;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.dui-global-list-btn:hover,
.dui-global-create-btn:hover {
    background: rgba(255,255,255,.2);
    color: #fff;
}

.dui-global-auth-link {
    padding: 9px 8px;
    color: rgba(255,255,255,.92);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.dui-global-auth-link:hover {
    color: #fff;
}

.dui-global-icon-btn {
    position: relative;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.9);
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.dui-global-icon-btn:hover,
.dui-global-icon-btn:focus-visible,
.dui-global-icon-btn.has-unread {
    background: rgba(255,255,255,.2);
    color: #fff;
}

.dui-global-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid var(--dui-header-bg);
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
}

.dui-global-account-btn {
    gap: 8px;
    min-height: 38px;
    padding: 3px 11px 3px 4px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    color: #fff;
    cursor: pointer;
}

.dui-global-account-btn:hover {
    background: rgba(255,255,255,.18);
}

.dui-global-mobile-toggle {
    display: none;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    color: #fff;
    cursor: pointer;
}

.main-content {
    flex: 1;
    width: 100%;
    max-width: var(--dui-container);
    margin: 0 auto;
    padding: 0 24px 60px;
}

.discover-footer {
    width: 100%;
    max-width: var(--dui-container);
    margin: 0 auto;
    padding: 0 24px 28px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.discover-footer p {
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.dash-hub {
    padding: 24px 0 0;
}

.dash-layout {
    display: grid;
    grid-template-columns: var(--dui-left-col) minmax(0, 1fr) var(--dui-right-col);
    gap: var(--dui-gap);
    min-height: calc(100vh - var(--dui-header-height) - 120px);
}

.discover-layout .dash-sidebar-tile,
.discover-layout .rail-card {
    padding: 11px;
}

.discover-layout .dash-sidebar .dash-sidebar-tile,
.discover-layout .dash-sidebar .rail-card {
    padding: 8px;
    border-radius: 12px;
}

.discover-layout .dash-sidebar .dash-sidebar-group-head,
.discover-layout .dash-sidebar .dash-feed-head {
    margin-bottom: 6px;
}

.discover-layout .dash-side-item,
.discover-layout .dash-insight-row {
    gap: 8px;
    padding: 7px 8px;
}

.discover-layout .dash-sidebar .dash-side-item,
.discover-layout .dash-sidebar .dash-insight-row {
    gap: 6px;
    min-height: 26px;
    padding: 4px 6px;
    border-radius: 8px;
}

.discover-layout .dash-side-desc,
.discover-layout .dash-insight-desc {
    display: none;
}

.discover-layout .dash-side-icon,
.discover-layout .dash-insight-icon,
.discover-layout .dash-feed-icon {
    width: 26px;
    height: 26px;
}

.discover-layout .dash-sidebar .dash-side-icon,
.discover-layout .dash-sidebar .dash-insight-icon,
.discover-layout .dash-sidebar .dash-feed-icon {
    width: 21px;
    height: 21px;
    border-radius: 6px;
    font-size: 9px;
}

.discover-layout .dash-sidebar .dash-side-name,
.discover-layout .dash-sidebar .dash-insight-name,
.discover-layout .dash-sidebar .dash-feed-label {
    font-size: 11px;
    line-height: 1.1;
}

.dash-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 78px;
    align-self: start;
}

.dash-sidebar-tile,
.dash-command-card,
.dash-section-card,
.hero,
.feed-head,
.detail-panel,
.seller-profile,
.seller-inventory-head,
.domain-card,
.collection-card,
.request-card,
.seller-card,
.message-row,
.compact-domain-table,
.empty-state {
    background: #fff;
    border: 1px solid var(--dui-border);
    border-radius: var(--dui-radius-card);
    box-shadow: var(--dui-shadow-card);
}

.dash-sidebar-tile {
    position: relative;
    overflow: hidden;
    padding: 13px;
    border-color: #e5e7eb;
    border-radius: var(--dui-radius-tile);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--dui-shadow-tile);
}

.dash-sidebar-tile::before {
    display: none;
}

.dash-sidebar-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.dash-group-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #334155;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.dash-group-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.dash-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dash-side-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.dash-side-item:hover,
.dash-side-item.active {
    background: #fff;
    border-color: #e2e8f0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
    transform: translateX(2px);
}

.dash-side-item.active .dash-side-name {
    color: var(--dui-primary);
}

.dash-side-icon,
.dash-feed-icon,
.dash-insight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dash-side-icon {
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 8px;
    font-size: 11px;
}

.dash-sic-teal,
.dash-cic-teal { background: #f0fdfa; color: #0d9488; }
.dash-sic-blue,
.dash-cic-blue { background: #eff6ff; color: #2563eb; }
.dash-sic-purple,
.dash-cic-purple { background: #faf5ff; color: #9333ea; }
.dash-sic-emerald { background: #ecfdf5; color: #059669; }
.dash-sic-amber,
.dash-cic-amber { background: #fffbeb; color: #d97706; }
.dash-sic-red { background: #fef2f2; color: #dc2626; }

.dash-side-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dash-side-name {
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.dash-side-desc {
    display: -webkit-box;
    overflow: hidden;
    color: var(--dui-muted);
    font-size: 9.5px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dash-centre {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.content-primary {
    min-width: 0;
}

.dash-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero,
.feed-head,
.detail-panel,
.seller-profile,
.seller-inventory-head {
    padding: 20px;
    margin-bottom: 14px;
}

.hero {
    display: grid;
    gap: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 58%, #f8fafc 100%);
    border-color: #dbe4ef;
}

.eyebrow,
.dash-command-eyebrow,
.dash-section-eyebrow {
    color: var(--dui-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.hero h1,
.feed-head h1,
.detail-panel h1,
.seller-profile-hero h1 {
    margin: 0;
    color: var(--dui-text);
    font-size: 25px;
    font-weight: 850;
    line-height: 1.15;
}

.hero p,
.feed-head p,
.detail-panel p,
.seller-profile p {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.feed-head,
.seller-profile,
.seller-inventory-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.marketplace-filter-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.marketplace-filter-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.marketplace-filter-title h1,
.marketplace-filter-title p,
.dashboard-table-head h2,
.dashboard-table-head p {
    white-space: nowrap;
}

.marketplace-filter-form {
    display: grid;
    grid-template-columns: minmax(260px, 1.8fr) repeat(4, minmax(118px, 1fr)) auto;
    gap: 10px;
    align-items: end;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--dui-border);
    border-radius: 14px;
    background: #f8fafc;
}

.market-filter-field {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.market-filter-field span {
    color: var(--dui-muted-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.market-filter-field input,
.market-filter-field select {
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid var(--dui-border-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 700;
    outline: none;
}

.market-filter-field input:focus,
.market-filter-field select:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .14);
}

.market-filter-submit {
    min-height: 36px;
    padding-inline: 16px;
}

.price-drops-filter-panel {
    gap: 10px;
    padding: 16px;
    border-radius: 14px;
}

.price-drops-filter-panel .marketplace-filter-title {
    align-items: center;
}

.price-drops-filter-panel .marketplace-filter-title h1 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
}

.price-drops-filter-panel .marketplace-filter-title p {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 12px;
    font-weight: 850;
}

.price-drops-filter-panel .marketplace-filter-form {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 120px 148px 112px 96px 150px 42px;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-color: #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #f8fafc;
}

.price-drops-filter-panel .market-filter-field {
    display: block;
    position: relative;
}

.price-drops-filter-panel .market-filter-field span {
    position: absolute;
    top: -7px;
    left: 10px;
    z-index: 1;
    padding: 0 4px;
    background: #fff;
    color: #64748b;
    font-size: 9px;
    letter-spacing: .25px;
    line-height: 1;
}

.price-drops-filter-panel .market-filter-field input,
.price-drops-filter-panel .market-filter-field select {
    min-height: 36px;
    padding: 8px 9px;
    border-color: #dbe4ef;
    border-radius: 9px;
    background-color: #fbfdff;
    font-size: 12px;
    font-weight: 750;
}

.price-drops-filter-panel .market-filter-search input {
    padding-left: 32px;
}

.price-drops-filter-panel .market-filter-search::before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 11px;
    z-index: 1;
    color: #94a3b8;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    transform: translateY(-50%);
    pointer-events: none;
}

.price-drops-filter-panel .market-filter-submit {
    width: 38px;
    min-width: 38px;
    min-height: 36px;
    padding: 0;
    overflow: hidden;
    border-radius: 9px;
    font-size: 0;
}

.price-drops-filter-panel .market-filter-submit::before {
    content: "\f0b0";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
}

.tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.tabs a,
.view-controls a,
.quick-filters a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid var(--dui-border-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 800;
}

.tabs a:hover,
.tabs a.active,
.view-controls a:hover,
.view-controls a.active,
.quick-filters a:hover,
.quick-filters a.active {
    border-color: var(--dui-primary);
    color: var(--dui-primary);
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
}

.activity-notice,
.flash,
.schema-warning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
    background: #dbeafe;
    color: #1e40af;
    font-size: 12px;
    font-weight: 700;
}

.schema-warning {
    display: grid;
    justify-content: stretch;
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.flash-success {
    border-color: #a7f3d0;
    background: #d1fae5;
    color: #065f46;
}

.flash-error,
.flash-danger {
    border-color: #fecaca;
    background: #fee2e2;
    color: #991b1b;
}

.domain-rating-popup {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.domain-rating-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .54);
    backdrop-filter: blur(5px);
}

.domain-rating-popup-card {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    width: min(420px, 100%);
    padding: 26px 24px 22px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .28);
    color: #0f172a;
    text-align: center;
}

.domain-rating-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
}

.domain-rating-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
}

.domain-rating-popup-card h2 {
    max-width: 330px;
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.domain-rating-popup-card p:not(.eyebrow) {
    max-width: 340px;
    margin: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.domain-rating-popup-card .btn {
    margin-top: 4px;
    min-width: 110px;
}

.feed-list {
    display: grid;
    gap: 12px;
}

.dashboard-featured-listings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.dashboard-featured-listings .domain-card {
    position: relative;
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 18px;
}

.dashboard-featured-listings .card-side {
    justify-items: stretch;
    min-width: 0;
}

.dashboard-featured-listings .card-actions {
    display: grid;
    justify-content: stretch;
}

.dashboard-featured-listings .card-actions .btn,
.dashboard-featured-listings .card-actions .inline-action,
.dashboard-featured-listings .card-actions .inline-action button {
    width: 100%;
    min-width: 0;
}

.dashboard-domain-tile .tile-watch-form,
.dashboard-domain-tile > .tile-watch-icon {
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 2;
}

.dashboard-domain-tile .tile-watch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 38px;
    border: 1px solid #dbeafe;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #eff6ff;
    color: #1d4ed8;
    cursor: pointer;
}

.dashboard-domain-tile .tile-watch-icon:hover,
.dashboard-domain-tile .tile-watch-icon:focus-visible {
    border-color: #bfdbfe;
    color: #1e40af;
    background: #dbeafe;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
}

.tile-action-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 8px;
    width: 100%;
}

.tile-action-row .btn {
    width: 100%;
    padding-inline: 8px;
    white-space: nowrap;
}

.dashboard-domain-table table {
    table-layout: auto;
}

.dashboard-domain-table .compact-domain-inline {
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.dashboard-domain-table .ext-cell {
    width: 72px;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.dashboard-table-panel {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.dashboard-table-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.dashboard-table-head h2 {
    margin: 0;
    color: var(--dui-text);
    font-size: 15px;
    font-weight: 900;
}

.dashboard-table-head p {
    margin: 0;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 800;
}

.domain-card,
.collection-card,
.request-card,
.seller-card,
.message-row {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.domain-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    min-height: 0;
    background: #fff;
}

.domain-card.featured {
    border-color: #dbe4ef;
}

.card-top,
.price-line,
.card-meta,
.card-actions,
.compact-actions,
.profile-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.card-top {
    justify-content: space-between;
    gap: 12px;
}

.domain-name,
.price {
    color: var(--dui-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.domain-name:hover {
    color: var(--dui-primary);
}

.price {
    color: #059669;
}

.price-block {
    display: grid;
    gap: 2px;
    min-width: 122px;
    padding: 10px 12px;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: #f0fdf4;
}

.price-block span {
    color: #047857;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.price-block strong {
    color: #065f46;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.1;
}

.muted,
.view-note,
.card-meta {
    color: var(--dui-muted);
    font-size: 12px;
    line-height: 1.45;
}

.card-meta span + span::before {
    content: '·';
    margin-right: 8px;
    color: #cbd5e1;
}

.card-description {
    display: -webkit-box;
    overflow: hidden;
    max-width: 62ch;
    margin: 0;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 10px;
    font-weight: 800;
}

.badge-verified {
    background: #d1fae5;
    color: #065f46;
}

.badge-drop {
    background: #fee2e2;
    color: #991b1b;
}

.badge-new {
    background: #dbeafe;
    color: #1e40af;
}

.badge-owner {
    background: #f3f4f6;
    color: #374151;
}

.price-drop-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    background: #f8fafc;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 700;
}

.price-drop-line .was {
    color: #94a3b8;
    text-decoration: line-through;
}

.btn,
.icon-btn,
.action-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid var(--dui-border-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s, background .15s, border-color .15s;
}

.btn:hover,
.icon-btn:hover,
.action-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
}

.btn-primary,
.action-form button {
    border-color: var(--dui-primary);
    background: var(--dui-primary);
    color: #fff;
}

.btn-primary:hover,
.action-form button:hover {
    background: var(--dui-primary-hover);
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: var(--dui-text);
}

.btn-ghost {
    border-color: transparent;
    background: transparent;
    color: #475569;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    border-color: #dbe4ef;
    background: #f8fafc;
    color: #0f172a;
}

.btn-offer {
    border-color: #ea580c;
    background: #ea580c;
    color: #fff;
}

.btn-offer:hover,
.btn-offer:focus-visible {
    border-color: #c2410c;
    background: #c2410c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, .2), 0 8px 16px rgba(154, 52, 18, .16);
}

.btn-offer:active {
    border-color: #9a3412;
    background: #9a3412;
    transform: translateY(0);
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus-visible,
.btn-disabled:active {
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .62;
}

.btn-outline-danger {
    border-color: #fecaca;
    background: #fff;
    color: #b91c1c;
}

.btn-outline-danger:hover {
    border-color: #ef4444;
    background: #fef2f2;
    color: #991b1b;
}

.badge-reserved {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.btn-mini {
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 10px;
}

.icon-btn {
    width: 34px;
    padding: 0;
}

.card-main {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.card-side {
    display: grid;
    justify-items: end;
    gap: 10px;
    min-width: 150px;
}

.card-actions {
    justify-content: flex-end;
}

.card-actions:empty {
    display: none;
}

.owner-card-actions {
    align-items: center;
}

.owner-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 11px;
    font-weight: 900;
}

.buyer-preview-notice {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 10px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
    color: #1e40af;
    font-size: 12px;
}

.buyer-preview-notice strong {
    color: #1d4ed8;
}

.buyer-preview-notice a {
    margin-left: auto;
    color: #1d4ed8;
    font-weight: 900;
}

.sales-floor-intro {
    margin: 0 0 18px;
}

.sales-floor-intro h1 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: clamp(38px, 3vw, 46px);
    line-height: 1.04;
    font-weight: 950;
}

.sales-floor-intro p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 650;
}

.sales-floor-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
}

.sales-search-form {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 42px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.sales-search-icon {
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 13px;
}

.sales-search-form input[type="search"] {
    width: 100%;
    min-height: 40px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 13px;
    font-weight: 650;
    outline: none;
}

.sales-search-form input[type="search"]::placeholder {
    color: #94a3b8;
}

.sales-search-form:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .11), 0 10px 24px rgba(15, 23, 42, .05);
}

.sales-search-form .btn {
    margin-right: 6px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 11px;
}

.sales-filter-details {
    position: relative;
}

.sales-filter-details summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 17px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.sales-filter-details summary::-webkit-details-marker {
    display: none;
}

.sales-filter-details summary:hover,
.sales-filter-details summary:focus-visible {
    border-color: #94a3b8;
    color: #0f172a;
    outline: none;
}

.sales-filter-form {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 12px;
    width: min(760px, calc(100vw - 32px));
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .16);
}

.sales-filter-form label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.sales-filter-form label span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.sales-filter-form input,
.sales-filter-form select {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    outline: none;
}

.sales-filter-form input:focus,
.sales-filter-form select:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.sales-filter-form .checkline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
}

.sales-filter-form .checkline input {
    width: auto;
    min-height: auto;
    padding: 0;
    accent-color: #2563eb;
}

.sales-filter-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    grid-column: 1 / -1;
}

.sales-tabs {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 42px;
    margin: 0 0 18px;
    border-bottom: 1px solid #e2e8f0;
    scrollbar-width: none;
}

.sales-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sales-tabs a {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 11px;
    color: #334155;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 850;
}

.sales-tabs a:hover,
.sales-tabs a:focus-visible {
    color: #2563eb;
}

.sales-tabs a.active {
    color: #2563eb;
}

.sales-tabs a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: #2563eb;
}

.sales-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.sales-listing-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .075);
    transform: translateY(-1px);
}

.sales-feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
    gap: 22px;
    align-items: center;
    margin-bottom: 28px;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}

.sales-listing-main {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
}

.sales-domain-name {
    color: #0f172a;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.sales-feature-card .sales-domain-name {
    font-size: clamp(32px, 2.4vw, 38px);
}

.sales-domain-name:hover,
.sales-domain-name:focus-visible {
    color: #2563eb;
}

.sales-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 650;
}

.sales-card-meta span + span::before {
    content: '·';
    margin-right: 8px;
    color: #cbd5e1;
}

.sales-card-meta a {
    color: #2563eb;
    font-weight: 850;
}

.sales-card-meta span + span::before {
    content: '\00B7';
}

.sales-card-description {
    display: -webkit-box;
    overflow: hidden;
    max-width: 72ch;
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sales-drop-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #991b1b;
    font-size: 12px;
    font-weight: 850;
}

.sales-drop-line .was {
    color: #94a3b8;
    text-decoration: line-through;
}

.sales-listing-side {
    display: grid;
    grid-template-columns: minmax(132px, 170px) minmax(165px, 210px);
    align-items: center;
    justify-content: end;
    align-content: center;
    gap: 12px;
    min-width: 0;
}

.sales-listing-card.no-price .sales-listing-side {
    grid-template-columns: minmax(170px, 230px);
}

.sales-feature-card.no-price .sales-listing-side {
    grid-template-columns: minmax(180px, 240px);
}

.sales-price {
    display: grid;
    gap: 5px;
    justify-items: start;
}

.sales-price span {
    color: #047857;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sales-price strong {
    color: #065f46;
    font-size: 26px;
    line-height: 1;
    font-weight: 950;
}

.sales-feature-card .sales-price strong {
    font-size: 30px;
}

.sales-availability {
    display: grid;
    gap: 5px;
    justify-items: start;
}

.sales-availability span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sales-availability strong {
    color: #c2410c;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
}

.sales-actions .card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.sales-actions .card-actions .btn,
.sales-actions .card-actions .inline-action,
.sales-actions .card-actions .inline-action button,
.sales-actions .card-actions .icon-btn {
    min-width: 0;
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 10px;
    white-space: nowrap;
}

.sales-actions .card-actions .icon-btn,
.sales-actions .card-actions .inline-action button {
    width: 38px;
    padding: 0;
}

.sales-feed-section {
    display: grid;
    gap: 12px;
}

.sales-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 2px;
}

.sales-section-head h2 {
    margin: 0 0 3px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 950;
}

.sales-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.sales-sort-form {
    display: flex;
    align-items: end;
    gap: 8px;
}

.sales-sort-form label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.sales-sort-form select {
    min-height: 36px;
    padding: 7px 34px 7px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 750;
}

.sales-listing-feed {
    display: grid;
    gap: 12px;
}

/* Sales Floor marketplace presentation */
.sales-floor-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 14px;
    align-items: center;
    margin: 0 0 14px;
}

.sales-floor-intro {
    margin: 0;
}

.sales-floor-intro h1 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: clamp(25px, 1.9vw, 31px);
    line-height: 1.05;
    white-space: nowrap;
}

.sales-floor-intro p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

.domain-ticker {
    grid-column: 1 / -1;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 5px 0;
    border-top: 1px solid #e5edf5;
    border-bottom: 1px solid #e5edf5;
    color: #0f172a;
    white-space: nowrap;
}

.domain-ticker::-webkit-scrollbar {
    display: none;
}

.domain-ticker-track {
    display: inline-flex;
    width: auto;
    min-width: max-content;
    align-items: center;
    gap: 18px;
    animation: domainTicker 140s linear infinite;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.domain-ticker-track.is-js-ticker {
    animation: none;
}

.domain-ticker-group {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.domain-ticker:hover .domain-ticker-track,
.domain-ticker:focus-within .domain-ticker-track {
    animation-play-state: paused;
}

.domain-ticker-item {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.domain-ticker-item:hover,
.domain-ticker-item:focus-visible {
    color: var(--dui-primary);
    text-decoration: underline;
    outline: none;
}

.domain-ticker-icon {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0f2fe 0%, #ccfbf1 100%);
    color: #0f6f7d;
    font-size: 9px;
}

@keyframes domainTicker {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(var(--domain-ticker-offset, -50%), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .domain-ticker-track {
        animation: none;
    }
}

.discover-page-discover .market-home-hero {
    margin-bottom: 12px;
}

.discover-page-discover .market-home-hero .sales-floor-intro p {
    max-width: 760px;
}

.discover-page-discover .domain-ticker {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 6px 0;
}

.discover-page-discover .domain-ticker-label {
    position: sticky;
    left: 0;
    z-index: 1;
    flex: 0 0 auto;
    padding: 5px 10px;
    border: 1px solid #d9e8f2;
    border-radius: 999px;
    background: #f8fcff;
    color: #0f6f7d;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
}

.discover-page-discover .domain-ticker-track {
    flex: 0 0 auto;
}

.discover-page-discover .domain-ticker-item {
    max-width: min(260px, 62vw);
}

.discover-page-discover .domain-ticker-item span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-page-discover .market-home-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, max-content);
    align-items: stretch;
    gap: 0;
    margin: 0 0 12px;
    overflow: visible;
    border: 1px solid #dbe8f2;
    border-radius: 14px;
    background:
        radial-gradient(circle at 14% 0%, rgba(23, 184, 197, .11), transparent 36%),
        #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.discover-page-discover .market-home-feature:focus-within {
    box-shadow: 0 0 0 3px rgba(20, 184, 166, .18), 0 16px 34px rgba(15, 23, 42, .08);
}

.discover-page-discover .market-home-feature-main {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 10px 14px;
}

.discover-page-discover .market-home-feature-title-row {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.discover-page-discover .market-home-kicker {
    margin: 0;
    color: #0f6f7d;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
}

.discover-page-discover .market-home-feature-title-row > .market-home-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 20px;
    max-height: 20px;
    align-items: center;
    padding: 3px 7px;
    border: 1px solid #cbe8ee;
    border-radius: 999px;
    background: #f3fbfd;
    line-height: 1;
}

.discover-page-discover .market-home-feature h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(21px, 1.8vw, 24px);
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.discover-page-discover .market-home-feature h2 a,
.discover-page-discover .market-home-listing-domain,
.discover-page-discover .market-home-compact-row > a,
.discover-page-discover .market-home-stack-row a:first-child {
    color: #0f172a;
    text-decoration: none;
}

.discover-page-discover .market-home-feature h2 a:hover,
.discover-page-discover .market-home-feature h2 a:focus-visible,
.discover-page-discover .market-home-listing-domain:hover,
.discover-page-discover .market-home-listing-domain:focus-visible,
.discover-page-discover .market-home-compact-row > a:hover,
.discover-page-discover .market-home-compact-row > a:focus-visible,
.discover-page-discover .market-home-stack-row a:first-child:hover,
.discover-page-discover .market-home-stack-row a:first-child:focus-visible {
    color: var(--dui-primary);
    text-decoration: underline;
    outline: none;
}

.discover-page-discover .market-home-feature-description {
    display: none;
}

.discover-page-discover .market-home-feature-meta,
.discover-page-discover .market-home-listing-meta,
.discover-page-discover .market-home-price-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
}

.discover-page-discover .market-home-feature-meta {
    margin-top: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 750;
    gap: 3px 0;
    line-height: 1.2;
}

.discover-page-discover .market-home-feature-meta span,
.discover-page-discover .market-home-listing-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.discover-page-discover .market-home-feature-meta span + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.discover-page-discover .market-home-feature-views {
    margin-top: 0;
    color: #64748b;
    font-size: 12px;
}

.discover-page-discover .market-home-text-link,
.discover-page-discover .market-home-section-head > a,
.discover-page-discover .market-home-row-action {
    color: var(--dui-primary);
    font-weight: 850;
    text-decoration: none;
}

.discover-page-discover .market-home-text-link {
    display: inline-flex;
    margin-top: 1px;
    font-size: 12px;
}

.discover-page-discover .market-home-text-link:hover,
.discover-page-discover .market-home-text-link:focus-visible,
.discover-page-discover .market-home-section-head > a:hover,
.discover-page-discover .market-home-section-head > a:focus-visible,
.discover-page-discover .market-home-row-action:hover,
.discover-page-discover .market-home-row-action:focus-visible {
    text-decoration: underline;
    outline: none;
}

.discover-page-discover .market-home-feature-panel {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 10px 14px;
    border-radius: 0 14px 14px 0;
    background: linear-gradient(145deg, #f3fbfd 0%, #f7f5ff 100%);
}

.discover-page-discover .market-home-price-block {
    min-width: 0;
    flex: 0 0 auto;
}

.discover-page-discover .market-home-price-block span {
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.discover-page-discover .market-home-price-block strong {
    display: block;
    color: #0f172a;
    font-size: clamp(23px, 2vw, 26px);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.discover-page-discover .market-home-feature-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    flex: 0 0 auto;
}

.discover-page-discover .market-home-feature-actions .btn {
    min-height: 35px;
    padding: 7px 12px;
    font-size: 12px;
    justify-content: center;
}

.discover-page-discover .market-home-feature-actions .market-home-secondary-action {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--dui-primary);
}

.discover-page-discover .market-home-seller {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    padding-top: 0;
    white-space: nowrap;
}

.discover-page-discover .market-home-seller-avatar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    object-fit: cover;
}

.discover-page-discover .market-home-seller > div > span {
    display: none;
}

.discover-page-discover .market-home-seller span {
    display: block;
    color: #64748b;
    font-size: 11px;
}

.discover-page-discover .market-home-seller strong > span {
    display: inline;
}

.discover-page-discover .market-home-seller strong {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    color: #0f172a;
    font-size: 13px;
}

.discover-page-discover .market-home-seller strong a {
    color: inherit;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.discover-page-discover .market-home-section {
    margin: 0 0 12px;
    padding: 14px;
    border: 1px solid #dbe8f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.discover-page-discover .market-home-section-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.discover-page-discover .market-home-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: 0;
}

.discover-page-discover .market-home-section-head .market-home-kicker {
    margin-bottom: 2px;
}

.discover-page-discover .market-home-section-head > a {
    font-size: 12px;
}

.discover-page-discover .market-home-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.discover-page-discover .market-home-listing-card {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: linear-gradient(135deg, #ffffff, #fbfdff);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.discover-page-discover .market-home-listing-card:focus-within,
.discover-page-discover .market-home-listing-card:hover {
    border-color: #a8dce3;
    box-shadow: 0 9px 18px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}

.discover-page-discover .market-home-listing-link {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    grid-template-areas:
        "icon copy price"
        "icon copy action";
    gap: 2px 8px;
    min-height: 56px;
    padding: 8px 9px;
    color: inherit;
    text-decoration: none;
}

.discover-page-discover .market-home-listing-link:focus-visible {
    outline: 2px solid rgba(15, 111, 125, .28);
    outline-offset: 2px;
}

.discover-page-discover .market-home-listing-icon {
    display: grid;
    grid-area: icon;
    width: 30px;
    height: 30px;
    align-self: center;
    place-items: center;
    border-radius: 9px;
    font-size: 12px;
}

.discover-page-discover .market-home-listing-icon-teal {
    background: #e8f7f8;
    color: #0f6f7d;
}

.discover-page-discover .market-home-listing-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.discover-page-discover .market-home-listing-icon-purple {
    background: #f5f3ff;
    color: #7c3aed;
}

.discover-page-discover .market-home-listing-icon-orange {
    background: #fff7ed;
    color: #c2410c;
}

.discover-page-discover .market-home-listing-icon-green {
    background: #ecfdf5;
    color: #059669;
}

.discover-page-discover .market-home-listing-icon-navy {
    background: #eef2ff;
    color: #1d4ed8;
}

.discover-page-discover .market-home-listing-icon-rose {
    background: #fff1f2;
    color: #be123c;
}

.discover-page-discover .market-home-listing-icon-amber {
    background: #fffbeb;
    color: #b45309;
}

.discover-page-discover .market-home-listing-copy {
    display: grid;
    grid-area: copy;
    min-width: 0;
    align-content: center;
    gap: 2px;
}

.discover-page-discover .market-home-listing-domain {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: 0;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-page-discover .market-home-listing-meta {
    display: flex;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 5px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 850;
    white-space: nowrap;
}

.discover-page-discover .market-home-listing-meta span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 3px;
}

.discover-page-discover .market-home-listing-meta span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-page-discover .market-home-listing-meta i {
    font-size: 9px;
}

.discover-page-discover .market-home-listing-meta .fa-check-circle {
    color: #059669;
}

.discover-page-discover .market-home-listing-price {
    grid-area: price;
    align-self: end;
    justify-self: end;
    color: #064e3b;
    font-size: 12px;
    line-height: 1.05;
    font-weight: 950;
    white-space: nowrap;
}

.discover-page-discover .market-home-listing-action {
    display: inline-flex;
    grid-area: action;
    align-items: center;
    justify-self: end;
    gap: 4px;
    color: var(--dui-primary);
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
}

.discover-page-discover .market-home-listing-action i {
    font-size: 9px;
    transition: transform .16s ease;
}

.discover-page-discover .market-home-listing-link:hover .market-home-listing-action i,
.discover-page-discover .market-home-listing-link:focus-visible .market-home-listing-action i {
    transform: translateX(2px);
}

.discover-page-discover .market-home-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    width: 100%;
    margin-bottom: 12px;
}

.discover-page-discover .market-home-secondary-grid > .market-home-section {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-self: stretch;
    margin: 0;
    padding: 13px 14px;
    box-sizing: border-box;
}

.discover-page-discover .market-home-secondary-grid .market-home-section-head {
    margin-bottom: 8px;
}

.discover-page-discover .market-home-secondary-grid .market-home-section-head h2 {
    font-size: 16px;
}

.discover-page-discover .market-home-table-wrap {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
}

.discover-page-discover .market-home-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: auto;
    color: #0f172a;
}

.discover-page-discover .market-home-table th {
    padding: 0 8px 6px 0;
    border-bottom: 1px solid #e2ebf3;
    color: #64748b;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.1;
    text-align: left;
}

.discover-page-discover .market-home-table th:last-child {
    padding-right: 0;
}

.discover-page-discover .market-home-table td {
    padding: 7px 8px 7px 0;
    border-bottom: 1px solid #edf2f7;
    color: #475569;
    font-size: 12px;
    line-height: 1.25;
    vertical-align: top;
}

.discover-page-discover .market-home-table td:last-child {
    padding-right: 0;
}

.discover-page-discover .market-home-table tbody tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.discover-page-discover .market-home-table td:nth-child(n+2),
.discover-page-discover .market-home-table th:nth-child(n+2) {
    white-space: nowrap;
}

.discover-page-discover .market-home-table td:first-child {
    width: 44%;
}

.discover-page-discover .market-home-table strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
}

.discover-page-discover .market-home-table-domain {
    display: inline-block;
    max-width: 100%;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.discover-page-discover .market-home-table-domain:hover,
.discover-page-discover .market-home-table-domain:focus-visible,
.discover-page-discover .market-home-table-action:hover,
.discover-page-discover .market-home-table-action:focus-visible {
    color: var(--dui-primary);
    text-decoration: underline;
    outline: none;
}

.discover-page-discover .market-home-table-sub {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.2;
}

.discover-page-discover .market-home-table-sub-inline {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
    white-space: nowrap;
}

.discover-page-discover .market-home-table-action {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: 1px solid #cbe8ee;
    border-radius: 999px;
    background: #f3fbfd;
    color: #0f6f7d;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.discover-page-discover .market-home-drop-tag {
    color: #9a3412;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.discover-page-discover .market-home-muted {
    color: #94a3b8;
}

.discover-page-discover .market-home-paired {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.discover-page-discover .market-home-compact-list,
.discover-page-discover .market-home-stack-list {
    display: grid;
    gap: 0;
    align-content: start;
}

.discover-page-discover .market-home-compact-row,
.discover-page-discover .market-home-stack-row {
    min-width: 0;
    padding: 4px 0;
    border-top: 1px solid #edf2f7;
}

.discover-page-discover .market-home-compact-row:first-child,
.discover-page-discover .market-home-stack-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.discover-page-discover .market-home-compact-row > a,
.discover-page-discover .market-home-stack-row a:first-child {
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.discover-page-discover .market-home-price-line {
    margin-top: 2px;
}

.discover-page-discover .market-home-price-line strong {
    color: #0f172a;
    font-size: 12px;
    line-height: 1.15;
}

.discover-page-discover .market-home-price-line span {
    color: #64748b;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 750;
}

.discover-page-discover .market-home-old-price {
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.discover-page-discover .market-home-stack-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    align-items: start;
}

.discover-page-discover .market-home-stack-row div {
    min-width: 0;
}

.discover-page-discover .market-home-stack-row span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
}

.discover-page-discover .market-home-stack-row strong {
    color: #0f172a;
    font-size: 12px;
    text-align: right;
    overflow-wrap: anywhere;
}

.discover-page-discover .market-home-row-action {
    grid-column: 1 / -1;
    width: fit-content;
}

.discover-page-discover .market-home-empty {
    margin: 0;
    padding: 6px 0 2px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 1099px) {
    .discover-page-discover .market-home-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .discover-page-discover .market-home-feature {
        grid-template-columns: 1fr;
    }

    .discover-page-discover .market-home-feature-panel {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px 12px;
        border-radius: 0 0 14px 14px;
    }

    .discover-page-discover .market-home-feature-main {
        padding: 12px 14px;
    }

    .discover-page-discover .market-home-feature-panel {
        padding: 10px 14px 12px;
    }

    .discover-page-discover .market-home-feature h2 {
        font-size: clamp(22px, 5vw, 26px);
    }

    .discover-page-discover .market-home-paired {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 640px) {
    .discover-page-discover .domain-ticker {
        align-items: flex-start;
        gap: 10px;
    }

    .discover-page-discover .domain-ticker-label {
        padding: 5px 8px;
        font-size: 11px;
    }

    .discover-page-discover .market-home-section {
        padding: 18px;
    }

    .discover-page-discover .market-home-feature-main {
        padding: 12px;
    }

    .discover-page-discover .market-home-feature-panel {
        padding: 10px 12px 12px;
    }

    .discover-page-discover .market-home-feature h2 {
        font-size: clamp(22px, 8vw, 26px);
    }

    .discover-page-discover .market-home-price-block strong {
        font-size: clamp(24px, 9vw, 29px);
    }

    .discover-page-discover .market-home-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .discover-page-discover .market-home-listing-grid {
        grid-template-columns: 1fr;
    }

    .discover-page-discover .market-home-secondary-grid {
        grid-template-columns: 1fr;
    }

    .discover-page-discover .market-home-secondary-grid > .market-home-section {
        height: auto;
    }

    .discover-page-discover .market-home-table {
        min-width: 460px;
    }

    .discover-page-discover .market-home-stack-row {
        grid-template-columns: 1fr;
    }

    .discover-page-discover .market-home-stack-row strong {
        text-align: left;
    }
}

.sales-floor-controls {
    justify-self: end;
    width: min(340px, 100%);
    margin-bottom: 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.sales-search-tabs-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
}

.sales-search-tabs-row .sales-floor-controls {
    flex: 1 1 100%;
    justify-self: auto;
    width: 100%;
}

.sales-search-tabs-row .sales-tabs {
    flex: 0 0 auto;
    margin: 0;
    min-height: 42px;
    overflow: visible;
}

.sales-search-tabs-row .sales-tabs a {
    white-space: nowrap;
}

.sidebar-filter-block {
    min-width: 0;
}

.dash-sidebar .sales-filter-details {
    position: relative;
}

.dash-sidebar .sales-filter-details summary {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--dui-shadow-tile);
}

.dash-sidebar .sales-filter-form {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 12px;
    box-shadow: var(--dui-shadow-tile);
}

.dash-sidebar .sales-filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

.sales-search-form {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 42px;
    border-radius: 11px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .03);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.sales-search-form input[type="search"] {
    min-height: 40px;
    font-size: 13px;
}

.sales-search-form .btn {
    min-height: 32px;
    margin-right: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 11px;
}

.sales-filter-details summary {
    min-height: 50px;
    border-radius: 13px;
    box-sizing: border-box;
}

.sales-tabs {
    min-height: 38px;
    margin: 0 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    max-width: 100%;
    box-sizing: border-box;
}

.sales-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sales-tabs a {
    padding-bottom: 10px;
}

.sales-listing-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(135px, 165px) minmax(120px, 150px);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.sales-listing-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .07);
}

.sales-listing-card.no-price {
    grid-template-columns: minmax(0, 1fr) minmax(120px, 150px);
}

.sales-feature-card,
.sales-feature-card.no-price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
    padding: 20px 22px;
    border-color: #bfdbfe;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%);
    box-shadow: 0 16px 36px rgba(37, 99, 235, .10);
}

.sales-hourly-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(37, 99, 235, .16);
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 950;
}

.sales-hourly-label i {
    color: #f97316;
    font-size: 10px;
}

.sales-feature-domain-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
    padding-right: 24px;
}

.sales-feature-domain-main {
    display: grid;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.sales-feature-domain-row .sales-domain-name {
    min-width: 0;
}

.sales-feature-domain-row::after {
    content: "";
    align-self: stretch;
    width: 1px;
    min-height: 44px;
    order: 2;
    background: linear-gradient(180deg, transparent 0%, #cbd5e1 18%, #38bdf8 50%, #cbd5e1 82%, transparent 100%);
}

.sales-feature-domain-row .sales-tile-price {
    flex: 0 0 auto;
    margin: 0;
    order: 3;
    min-width: 150px;
    text-align: center;
}

.sales-feature-domain-row .sales-tile-price strong {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1;
}

.sales-feature-price-panel {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 5px;
}

.sales-feature-buy-row,
.sales-feature-price-value,
.sales-feature-offer-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sales-feature-buy-small,
.sales-feature-offer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sales-feature-buy-small {
    min-height: 0;
    padding: 0;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
}

.sales-feature-offer-button {
    min-height: 0;
    padding: 0;
    color: #c2410c;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.sales-feature-buy-small:hover,
.sales-feature-buy-small:focus-visible {
    color: #1e40af;
    text-decoration: underline;
    box-shadow: none;
}

.sales-feature-offer-button:hover,
.sales-feature-offer-button:focus-visible {
    color: #9a3412;
    text-decoration: underline;
    box-shadow: none;
}

.sales-feature-buy-small:active,
.sales-feature-offer-button:active {
    transform: none;
}

.sales-feature-buy-small.is-disabled,
.sales-feature-offer-button.is-disabled {
    cursor: default;
    opacity: .72;
    pointer-events: none;
}

.sales-feature-offer-headline {
    color: #c75a12;
    font-size: clamp(18px, 1.45vw, 23px) !important;
}

.sales-feature-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
}

.sales-feature-label,
.sales-label {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.sales-feature-label {
    min-height: 22px;
    padding: 3px 8px;
    background: #dbeafe;
    color: #1d4ed8;
}

.sales-feature-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(245px, 300px);
    gap: 20px;
    align-items: center;
    min-width: 0;
}

.sales-feature-primary {
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
}

.sales-listing-main,
.sales-listing-info {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
}

.sales-label-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.sales-label-owner {
    background: #f1f5f9;
    color: #475569;
}

.sales-label-offers {
    background: #fff7ed;
    color: #c2410c;
}

.sales-label-drop {
    background: #fef2f2;
    color: #b91c1c;
}

.sales-domain-name {
    display: block;
    color: #0f172a;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 950;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sales-feature-card .sales-domain-name {
    font-size: clamp(28px, 2vw, 32px);
}

.sales-feature-price {
    display: grid;
    gap: 2px;
    justify-items: start;
}

.sales-feature-price span {
    color: #047857;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .52px;
    text-transform: uppercase;
}

.sales-feature-price strong {
    color: #064e3b;
    font-size: clamp(25px, 2vw, 30px);
    line-height: 1;
    font-weight: 950;
}

.sales-feature-price-offers span {
    color: #c2410c;
}

.sales-feature-price-offers strong {
    color: #c2410c;
    font-size: clamp(20px, 1.7vw, 25px);
}

.sales-feature-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.sales-feature-meta .sales-verified-icon {
    width: 19px;
    height: 19px;
}

.sales-feature-public-actions .sales-card-actions {
    justify-content: flex-start;
}

.sales-feature-owner-card {
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 100%;
    padding: 4px 0 4px 20px;
    border-left: 1px solid rgba(37, 99, 235, .22);
    background: transparent;
    box-shadow: none;
}

.sales-feature-owner-person {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sales-feature-owner-person span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.sales-feature-owner-person strong,
.sales-feature-owner-person a {
    display: block;
    min-width: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.sales-feature-owner-person a:hover,
.sales-feature-owner-person a:focus-visible {
    color: #2563eb;
}

.sales-feature-owner-avatar {
    width: 38px;
    height: 38px;
    font-size: 13px;
}

.sales-seller-avatar-image {
    overflow: hidden;
}

.sales-seller-avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-seller-avatar-default {
    padding: 5px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.sales-seller-avatar-default img {
    object-fit: contain;
}

.sales-feature-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.sales-feature-stats div {
    display: grid;
    gap: 1px;
    min-width: 0;
    padding: 0 12px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.sales-feature-stats div + div {
    padding-left: 12px;
    border-left: 1px solid rgba(100, 116, 139, .24);
}

.sales-feature-stats span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.sales-feature-stats strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.sales-card-description {
    max-width: 78ch;
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
}

.sales-feature-card .sales-card-description {
    max-width: 68ch;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
}

.sales-card-meta {
    gap: 7px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.sales-card-meta span + span::before {
    content: '\00B7';
    margin-right: 7px;
    color: #cbd5e1;
}

.sales-seller-line {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.sales-seller-line a {
    color: #2563eb;
    font-weight: 850;
}

.sales-seller-avatar {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #334155;
    font-size: 10px;
    font-weight: 900;
}

.sales-verified-icon {
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 9px;
}

.sales-listing-commercial,
.sales-listing-side {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
}

.sales-listing-card.no-price .sales-listing-side,
.sales-feature-card.no-price .sales-listing-side {
    grid-template-columns: 1fr;
}

.sales-listing-commercial {
    justify-items: start;
}

.sales-feature-card .sales-listing-side {
    grid-template-columns: 1fr;
    gap: 14px;
}

.sales-commercial {
    display: grid;
    gap: 4px;
}

.sales-commercial span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sales-commercial strong {
    color: #0f172a;
    font-size: 21px;
    line-height: 1.05;
    font-weight: 950;
}

.sales-commercial-price strong {
    color: #064e3b;
}

.sales-commercial-offers strong {
    color: #c2410c;
    font-size: 15px;
}

.sales-feature-card .sales-commercial strong {
    font-size: 31px;
}

.sales-feature-card .sales-commercial-offers strong {
    font-size: 20px;
}

.sales-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
}

.sales-card-actions .btn,
.sales-card-actions .inline-action button {
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.sales-card-actions .inline-action {
    display: inline-flex;
}

.sales-feature-actions {
    justify-content: flex-start;
}

.sales-feature-actions .btn,
.sales-feature-actions .inline-action button {
    min-height: 38px;
}

.sales-icon-text i {
    font-size: 12px;
}

.sales-card-actions-owner {
    justify-content: flex-end;
}

.sales-card-actions-owner .btn {
    flex: 0 0 auto;
}

.sales-owner-menu {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
}

.sales-feature-top .sales-owner-menu {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
}

.sales-owner-menu-trigger {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    color: #475569;
    cursor: pointer;
}

.sales-owner-menu-trigger:hover,
.sales-owner-menu-trigger:focus-visible,
.sales-owner-menu.is-open .sales-owner-menu-trigger {
    border-color: #bfdbfe;
    background: #fff;
    color: #1d4ed8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.sales-owner-menu-panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: grid;
    min-width: 168px;
    padding: 6px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}

.sales-owner-menu-panel[hidden] {
    display: none;
}

.sales-owner-menu-panel a {
    display: block;
    padding: 8px 9px;
    border-radius: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
}

.sales-owner-menu-panel a:hover,
.sales-owner-menu-panel a:focus-visible {
    background: #f8fafc;
    color: #1d4ed8;
    outline: none;
}

/* Sales Floor tile layout: domain/action side | owner/stat side. */
.sales-listing-card,
.sales-listing-card.no-price,
.sales-feature-card,
.sales-feature-card.no-price {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 12px 15px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
}

.sales-feature-card,
.sales-feature-card.no-price {
    border-color: #d6e4f6;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.sales-feature-card .sales-feature-top:empty {
    display: none;
}

.sales-mini-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.sales-mini-tile {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .04);
}

.sales-mini-tile-head {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f7;
}

.sales-mini-icon {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
}

.sales-mini-icon-small {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 10px;
}

.sales-mini-tile h3 {
    min-width: 0;
    margin: 0;
    color: #071426;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.15;
}

.sales-mini-tile h3 a:hover,
.sales-mini-tile h3 a:focus-visible {
    color: #2563eb;
}

.sales-mini-subsection {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eef2f7;
}

.sales-mini-subhead {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sales-mini-subhead h4 {
    min-width: 0;
    margin: 0;
    color: #071426;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
}

.sales-mini-offer-link {
    color: #0f6fdd;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.sales-mini-offer-link:hover,
.sales-mini-offer-link:focus-visible {
    text-decoration: underline;
}

.sales-mini-domain-table-wrap {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.sales-mini-domain-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.sales-mini-domain-table th,
.sales-mini-domain-table td {
    padding: 5px 7px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    vertical-align: middle;
    line-height: 1.15;
}

.sales-mini-domain-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .35px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sales-mini-domain-table tr:last-child td {
    border-bottom: 0;
}

.sales-mini-domain-table tbody tr:hover {
    background: #fbfdff;
}

.sales-mini-domain-cell {
    width: 50%;
    white-space: nowrap;
}

.sales-mini-price-cell {
    width: 28%;
    color: #064e3b;
    font-size: 11px;
    font-weight: 950;
    text-align: right !important;
    white-space: nowrap;
}

.sales-mini-price-amount {
    display: inline-block;
    vertical-align: middle;
}

.sales-mini-drop-percent {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    vertical-align: middle;
    margin-left: 7px;
    padding: 1px 4px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 8.5px;
    font-weight: 900;
    line-height: 1.15;
}

.sales-mini-drop-percent i {
    font-size: 7.5px;
}

.sales-mini-ext-cell {
    width: 9%;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.sales-mini-category-cell {
    width: 13%;
    overflow: hidden;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sales-mini-domain-cell a {
    display: inline-block;
    max-width: 100%;
    overflow: visible;
    color: #0f172a;
    font-size: clamp(8.5px, .62vw, 11px);
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    text-decoration: none;
}

.sales-mini-domain-cell a:hover,
.sales-mini-domain-cell a:focus-visible {
    color: #2563eb;
    text-decoration: underline;
}

.sales-mini-collection-table .sales-mini-domain-cell {
    width: 44%;
}

.sales-mini-collection-table .sales-mini-price-cell {
    width: 24%;
}

.sales-mini-collection-table .sales-mini-ext-cell {
    width: 12%;
    text-align: center;
}

.sales-mini-collection-table .sales-mini-category-cell {
    width: 20%;
    color: #0f172a;
}

.sales-mini-collection-table .sales-mini-domain-cell a {
    font-size: clamp(8.5px, .58vw, 10.5px);
}

.sales-mini-empty {
    margin: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.search-mini-results {
    margin-top: 14px;
}

.search-results-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 14px;
    align-items: start;
    margin-top: 14px;
}

.search-results-layout .search-mini-results,
.search-results-layout .empty-state {
    margin-top: 0;
}

.search-results-main {
    min-width: 0;
}

.search-history-panel {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    padding: 14px;
}

.search-history-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.search-history-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.search-history-head span {
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 8px;
    text-transform: uppercase;
}

.search-history-empty {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.search-history-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-history-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 8px;
    border-top: 1px solid #eef2f7;
    padding: 8px 0;
}

.search-history-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.search-history-list a {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-history-list a:hover,
.search-history-list a:focus-visible {
    color: #2563eb;
    text-decoration: underline;
}

.search-history-list span {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.search-mini-results .sales-mini-domain-table-wrap {
    border-radius: 12px;
}

.search-mini-results .sales-mini-domain-table th,
.search-mini-results .sales-mini-domain-table td {
    padding: 7px 6px;
}

.search-mini-results .sales-mini-domain-cell a {
    font-size: clamp(10px, .72vw, 12px);
}

.search-mini-results .sales-mini-price-cell,
.search-mini-results .sales-mini-ext-cell,
.search-mini-results .sales-mini-category-cell {
    font-size: 11px;
}

.search-mini-results-rich .sales-mini-domain-table {
    min-width: 0;
    table-layout: fixed;
}

.search-mini-results-rich .sales-mini-col-domain {
    width: 28%;
}

.search-mini-results-rich .sales-mini-col-price {
    width: 7%;
}

.search-mini-results-rich .sales-mini-col-ext {
    width: 5%;
}

.search-mini-results-rich .sales-mini-col-category {
    width: 13%;
}

.search-mini-results-rich .sales-mini-col-seo {
    width: 3.05%;
}

.search-mini-results-rich .sales-mini-col-rate {
    width: 12.5%;
}

.search-mini-results-rich .sales-mini-col-action {
    width: 8%;
}

.search-mini-results-rich .sales-mini-col-auction {
    width: 5%;
}

.search-mini-results-rich .sales-mini-col-auction-time {
    width: 9%;
}

.search-mini-results-auctions .sales-mini-col-domain {
    width: 27%;
}

.search-mini-results-auctions .sales-mini-col-category {
    width: 13%;
}

.search-mini-results-auctions .sales-mini-col-action {
    width: 7%;
}

.search-mini-results-rich .sales-mini-domain-cell {
    width: 28%;
}

.search-mini-results-rich .sales-mini-price-cell {
    width: 7%;
}

.search-mini-results-rich .sales-mini-ext-cell {
    width: 5.5%;
}

.search-mini-results-rich .sales-mini-category-cell {
    width: 12%;
    overflow: visible;
    font-size: 10px;
    text-overflow: clip;
}

.search-mini-results-rich .sales-mini-domain-table th {
    font-size: 8px;
    letter-spacing: .18px;
}

.search-mini-results-rich .sales-mini-domain-table th,
.search-mini-results-rich .sales-mini-domain-table td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.search-mini-results-rich .sales-mini-domain-cell a {
    font-size: clamp(9px, .64vw, 11px);
}

.search-mini-results-rich .sales-mini-domain-cell,
.search-mini-results-rich .sales-mini-price-cell,
.search-mini-results-rich .sales-mini-ext-cell,
.search-mini-results-rich .sales-mini-category-cell,
.search-mini-results-rich .sales-mini-rate-cell,
.search-mini-results-rich .sales-mini-auction-cell,
.search-mini-results-rich .sales-mini-auction-time-cell,
.search-mini-results-rich .sales-mini-action-cell {
    text-align: center !important;
}

.sales-mini-auction-cell strong {
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 950;
}

.sales-mini-auction-time-cell {
    color: #334155;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
}

.search-mini-results-rich .sales-mini-domain-cell {
    padding-left: 8px !important;
    text-align: left !important;
}

.mini-sort-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: inherit;
    text-decoration: none;
}

.mini-sort-link:hover,
.mini-sort-link:focus-visible,
.mini-sort-link.active {
    color: #2563eb;
}

.mini-sort-link i {
    font-size: 8px;
}

.sales-mini-seo-head,
.sales-mini-seo-cell {
    width: 3.05%;
    color: #334155;
    font-size: 8.5px;
    font-weight: 850;
    text-align: center !important;
    white-space: nowrap;
}

.sales-mini-rate-head,
.sales-mini-rate-cell {
    width: 12.5%;
    text-align: center !important;
}

.domain-rate-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.domain-rate-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
}

.domain-rate-actions .inline-action {
    display: inline-flex;
    margin: 0;
}

.domain-rate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 34px;
    height: 24px;
    padding: 0 6px;
    border: 1px solid #dbe4ef;
    border-radius: 7px;
    background: #fff;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.domain-rate-btn i {
    font-size: 10px;
}

.domain-rate-btn span {
    font-variant-numeric: tabular-nums;
}

.domain-rate-btn:hover,
.domain-rate-btn:focus-visible {
    background: #f8fafc;
    border-color: #94a3b8;
    text-decoration: none;
}

.domain-rate-up.active {
    background: #ecfdf5;
    border-color: #34d399;
    color: #047857;
}

.domain-rate-down.active {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #b91c1c;
}

.domain-rate-btn.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}

.sales-mini-seo-cell span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.sales-mini-seo-cell span + span::before {
    content: "|";
    margin: 0 7px 0 3px;
    color: #cbd5e1;
    font-weight: 800;
}

.sales-mini-action-cell {
    width: 5.3%;
    text-align: center !important;
    white-space: nowrap;
}

.sales-mini-action-cell .btn {
    min-height: 24px;
    padding: 4px 7px;
    font-size: 10px;
}

.discover-page-new .search-mini-results {
    margin-top: 10px;
}

.discover-page-new .search-mini-results .sales-mini-domain-table th,
.discover-page-new .search-mini-results .sales-mini-domain-table td {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.05;
}

.discover-page-new .search-mini-results-rich .sales-mini-domain-table th {
    font-size: 9px;
    letter-spacing: .35px;
}

.discover-page-new .search-mini-results-rich .sales-mini-domain-cell {
    padding-left: 6px !important;
}

.discover-page-new .search-mini-results-rich .sales-mini-domain-cell a {
    font-size: clamp(8.5px, .62vw, 11px);
    line-height: 1.05;
}

.discover-page-new .search-mini-results .sales-mini-price-cell,
.discover-page-new .search-mini-results .sales-mini-ext-cell,
.discover-page-new .search-mini-results .sales-mini-category-cell,
.discover-page-new .search-mini-results .sales-mini-seo-cell {
    line-height: 1.05;
}

.discover-page-new .search-mini-results .sales-mini-price-cell {
    font-size: 11px;
}

.discover-page-new .search-mini-results .sales-mini-ext-cell,
.discover-page-new .search-mini-results .sales-mini-category-cell,
.discover-page-new .search-mini-results .sales-mini-seo-cell {
    font-size: 10px;
}

.discover-page-new .sales-mini-action-cell .btn {
    min-height: 20px;
    padding: 2px 6px;
    border-radius: 6px;
}

.discover-page-offers .search-mini-results {
    margin-top: 8px;
}

.discover-page-offers .search-mini-results .sales-mini-domain-table th,
.discover-page-offers .search-mini-results .sales-mini-domain-table td {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.05;
}

.discover-page-offers .search-mini-results-rich .sales-mini-domain-cell {
    padding-left: 6px !important;
}

.discover-page-offers .sales-mini-action-cell .btn {
    min-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 6px;
}

.buyer-request-mini-results .sales-mini-domain-table {
    min-width: 0;
}

.buyer-request-title-cell {
    width: 42%;
}

.buyer-request-action-cell {
    width: 90px;
    text-align: right !important;
    white-space: nowrap;
}

.buyer-request-action-cell .btn {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
}

.sales-mini-request-table .sales-mini-domain-cell {
    width: 38%;
}

.sales-mini-request-table .sales-mini-domain-cell a {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.buyer-requests-table th,
.buyer-requests-table td {
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
}

.buyer-requests-table .buyer-request-title-cell {
    width: 28%;
    max-width: 260px;
}

.buyer-requests-table .buyer-request-title-cell a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.buyer-request-member-cell {
    color: #64748b;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 850;
    white-space: nowrap;
}

.buyer-requests-table .sales-mini-category-cell,
.buyer-requests-table .sales-mini-price-cell,
.buyer-requests-table .sales-mini-ext-cell,
.buyer-requests-table .buyer-request-posted-cell,
.buyer-requests-table .buyer-request-action-cell {
    width: 1%;
}

.buyer-request-posted-cell {
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.buyer-request-form-panel {
    padding: 18px;
    border: 1px solid var(--dui-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.buyer-request-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5edf5;
}

.buyer-request-form-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.buyer-request-form-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 18px;
}

.buyer-request-form-head .btn {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 12px;
}

.buyer-request-form-head h1 {
    margin: 1px 0 4px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 950;
}

.buyer-request-form-head p:not(.eyebrow) {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 650;
}

.buyer-request-form {
    display: block;
}

.buyer-request-form-body {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .85fr);
    gap: 14px;
    align-items: start;
}

.buyer-request-side {
    display: grid;
    gap: 12px;
}

.buyer-request-section {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e1e9f2;
    border-radius: 15px;
    background: #fbfdff;
}

.buyer-request-section-main {
    min-height: 100%;
}

.buyer-request-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
}

.buyer-request-section-head p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
}

.buyer-request-inline-fields,
.buyer-request-budget-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.buyer-request-budget-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buyer-request-form label {
    display: grid;
    gap: 5px;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
}

.buyer-request-form input,
.buyer-request-form select,
.buyer-request-form textarea {
    width: 100%;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
    outline: none;
}

.buyer-request-form textarea {
    min-height: 132px;
    resize: vertical;
}

.buyer-request-form input:focus,
.buyer-request-form select:focus,
.buyer-request-form textarea:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .15);
}

.buyer-request-wide,
.buyer-request-checks,
.buyer-request-actions {
    min-width: 0;
}

.buyer-request-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.buyer-request-checks .checkline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #e1e9f2;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    line-height: 1.2;
    white-space: nowrap;
}

.buyer-request-checks .checkline input {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    padding: 0;
    margin: 0;
}

.buyer-request-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 2px;
}

.buyer-request-actions .btn {
    min-height: 38px;
    padding: 8px 13px;
}

.buyer-request-detail-panel {
    padding: 18px;
}

.buyer-request-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 18px;
    align-items: start;
}

.buyer-request-detail-head h1 {
    margin: 0 0 7px;
    color: #071426;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 950;
}

.buyer-request-detail-head p:not(.eyebrow) {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 650;
}

.buyer-request-detail-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.buyer-request-detail-stats div {
    min-width: 0;
    padding: 10px;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    background: #f8fafc;
}

.buyer-request-detail-stats dt {
    margin: 0 0 3px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.buyer-request-detail-stats dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.buyer-request-match-panel {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fbfdff;
}

.buyer-request-match-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.buyer-request-match-head h2 {
    margin: 1px 0 4px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 950;
}

.buyer-request-match-head p:not(.eyebrow) {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 650;
}

.buyer-request-match-form {
    display: grid;
    gap: 12px;
}

.buyer-request-picker-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.buyer-request-domain-filter,
.buyer-request-match-message {
    display: grid;
    gap: 6px;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
}

.buyer-request-domain-filter input,
.buyer-request-match-message textarea {
    width: 100%;
    border: 1px solid var(--dui-border);
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    outline: none;
}

.buyer-request-domain-filter input {
    min-height: 42px;
    padding: 9px 12px;
}

.buyer-request-match-message textarea {
    min-height: 94px;
    padding: 10px 12px;
    resize: vertical;
}

.buyer-request-domain-filter input:focus,
.buyer-request-match-message textarea:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .15);
}

.buyer-request-domain-picker {
    overflow-x: auto;
    border: 1px solid #e5edf5;
    border-radius: 13px;
    background: #fff;
}

.buyer-request-domain-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

.buyer-request-domain-table th,
.buyer-request-domain-table td {
    padding: 5px 8px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    vertical-align: middle;
}

.buyer-request-domain-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.buyer-request-domain-table tr:last-child td {
    border-bottom: 0;
}

.buyer-request-domain-choice:hover td {
    background: #f8fcfd;
}

.buyer-request-select-cell {
    width: 54px;
    text-align: center;
}

.buyer-request-select-cell input,
.buyer-request-select-all input {
    width: 16px;
    height: 16px;
    accent-color: var(--dui-primary);
}

.buyer-request-domain-cell label {
    display: inline-block;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    cursor: pointer;
}

.buyer-request-ext-cell,
.buyer-request-category-cell,
.buyer-request-status-cell {
    color: #334155;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 750;
    white-space: nowrap;
}

.buyer-request-status-cell span {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 20px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #edfafa;
    color: #0f6f7d;
    font-size: 10px;
    font-weight: 900;
}

.buyer-request-select-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 11px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.buyer-request-domain-choice.is-hidden {
    display: none;
}

.buyer-request-domain-choice.is-paged-out {
    display: none;
}

.buyer-request-picker-empty {
    padding: 16px;
    color: #64748b;
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}

.buyer-request-picker-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: -4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.buyer-request-picker-pager > div {
    display: flex;
    gap: 6px;
}

.buyer-request-picker-pager .btn {
    min-height: 30px;
    padding: 5px 9px;
}

.buyer-request-picker-pager .btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.buyer-request-match-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.buyer-request-match-actions .btn {
    min-height: 40px;
    padding: 9px 14px;
}

@media (max-width: 760px) {
    .buyer-request-detail-head {
        grid-template-columns: 1fr;
    }

    .buyer-request-detail-head h1 {
        font-size: 28px;
    }

    .buyer-request-picker-tools {
        grid-template-columns: 1fr;
    }

    .buyer-request-select-all {
        width: fit-content;
    }

    .buyer-request-domain-picker {
        overflow-x: visible;
    }

    .buyer-request-domain-table {
        min-width: 0;
    }

    .buyer-request-domain-table thead {
        display: none;
    }

    .buyer-request-domain-table,
    .buyer-request-domain-table tbody,
    .buyer-request-domain-table tr,
    .buyer-request-domain-table td {
        display: block;
        width: 100%;
    }

    .buyer-request-domain-choice {
        position: relative;
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr) auto;
        gap: 5px 8px;
        padding: 9px 10px;
        border-bottom: 1px solid #eef2f7;
    }

    .buyer-request-domain-table td {
        padding: 0;
        border-bottom: 0;
    }

    .buyer-request-select-cell {
        grid-row: 1 / span 2;
        width: auto;
        padding-top: 1px;
    }

    .buyer-request-domain-cell {
        grid-column: 2;
    }

    .buyer-request-ext-cell {
        grid-column: 3;
        justify-self: end;
    }

    .buyer-request-category-cell {
        grid-column: 2;
        color: #64748b;
    }

    .buyer-request-status-cell {
        grid-column: 3;
        justify-self: end;
    }

    .buyer-request-status-cell span {
        min-height: 20px;
        padding: 3px 7px;
        font-size: 10px;
    }
}

.sales-latest-panel {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
}

.sales-latest-panel-head {
    margin: 0 0 9px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eef2f7;
}

.sales-latest-panel-head h2 {
    margin: 0 0 2px;
    color: #071426;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
}

.sales-latest-panel-head p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.sales-latest-panel .sales-sort-form label {
    gap: 4px;
}

.sales-latest-panel .sales-sort-form span {
    color: #64748b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.sales-latest-panel .sales-sort-form select {
    min-height: 32px;
    padding: 5px 28px 5px 9px;
    border-radius: 9px;
    font-size: 12px;
}

.sales-latest-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.sales-latest-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.sales-latest-table th,
.sales-latest-table td {
    padding: 5px 9px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.15;
}

.sales-latest-table th {
    color: #64748b;
    background: #f8fafc;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sales-latest-table tbody tr:last-child td {
    border-bottom: 0;
}

.sales-latest-table tbody tr:hover {
    background: #f8fafc;
}

.latest-domain-cell {
    min-width: 230px;
}

.latest-domain-cell a {
    display: inline-block;
    max-width: 100%;
    color: #071426;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
}

.latest-domain-cell a:hover,
.latest-domain-cell a:focus-visible,
.latest-owner-cell a:hover,
.latest-owner-cell a:focus-visible {
    color: #2563eb;
}

.latest-domain-cell .sales-mini-verified {
    margin-left: 6px;
    font-size: 9px;
    vertical-align: middle;
}

.latest-price-cell {
    color: #064e3b;
    font-weight: 950;
    white-space: nowrap;
}

.latest-ext-cell {
    color: #1d4ed8;
    font-weight: 900;
    white-space: nowrap;
}

.latest-owner-cell {
    color: #334155;
    font-weight: 750;
    white-space: nowrap;
}

.latest-action-cell {
    width: 84px;
    text-align: right;
}

.latest-action-cell .btn {
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 11px;
}

.sales-feature-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 150px) minmax(205px, 250px);
    align-items: stretch;
    gap: 0;
    min-width: 0;
}

.sales-feature-card .sales-feature-body-highlight {
    grid-template-columns: minmax(0, 1fr) minmax(205px, 250px);
    align-items: center;
}

.sales-feature-card .sales-feature-owner-card {
    align-self: center;
    min-height: auto;
    transform: translateY(-14px);
}

.sales-feature-primary {
    display: grid;
    align-content: center;
    gap: 5px;
    min-width: 0;
    padding-right: 20px;
}

.sales-feature-card .sales-domain-name,
.sales-domain-name {
    color: #071426;
    font-size: clamp(24px, 1.75vw, 30px);
    line-height: 1.03;
    font-weight: 950;
    letter-spacing: -.01em;
}

.sales-tile-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    color: #071426;
}

.sales-tile-price strong {
    font-size: clamp(20px, 1.45vw, 25px);
    line-height: 1;
    font-weight: 950;
}

.sales-tile-price span {
    color: #c75a12;
    font-size: 13px;
    font-weight: 850;
}

.sales-tile-price-offers strong {
    color: #c75a12;
    font-size: 21px;
}

.sales-feature-domain-row .sales-feature-price-panel {
    display: grid;
    justify-items: center;
    gap: 6px;
}

.sales-feature-domain-row .sales-feature-price-panel strong {
    display: block;
}

.sales-tile-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.sales-feature-card .sales-tile-badges {
    justify-content: flex-start;
    padding-right: 0;
}

.sales-tile-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 21px;
    padding: 3px 8px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
}

.sales-tile-badge-verified {
    background: #dcfce7;
    color: #14532d;
}

.sales-tile-badge-ext {
    background: #eef2ff;
    color: #1d4ed8;
}

.sales-tile-badge-category {
    background: #f3e8ff;
    color: #6d28d9;
}

.sales-tile-view-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 21px;
    padding: 3px 9px;
    border: 1px solid #1d4ed8;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sales-tile-view-button:hover,
.sales-tile-view-button:focus-visible {
    border-color: #1e40af;
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .18);
}

.sales-tile-view-button:active {
    transform: translateY(1px);
}

.sales-tile-badges .inline-action {
    display: inline-flex;
    margin: 0;
}

.sales-tile-badges .btn,
.sales-tile-badges .inline-action button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 21px;
    height: auto;
    padding: 3px 9px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
}

.sales-tile-badges .btn-primary {
    border-color: #1d4ed8;
    background: #2563eb;
    color: #fff;
}

.sales-tile-badges .btn-offer {
    border-color: #c2410c;
    background: #f97316;
    color: #fff;
}

.sales-tile-badges .btn-secondary,
.sales-tile-badges .inline-action button.btn-secondary {
    border-color: #0f766e;
    background: #ecfdf5;
    color: #0f766e;
}

.sales-tile-badges .btn:hover,
.sales-tile-badges .btn:focus-visible,
.sales-tile-badges .inline-action button:hover,
.sales-tile-badges .inline-action button:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    transform: none;
}

.sales-card-description,
.sales-feature-card .sales-card-description {
    max-width: 56ch;
    margin: 2px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
}

.sales-feature-public-actions {
    margin-top: 3px;
}

.sales-feature-public-actions .sales-card-actions,
.sales-card-actions {
    justify-content: flex-start;
    gap: 10px;
}

.sales-feature-public-actions .btn,
.sales-feature-public-actions .inline-action button,
.sales-card-actions .btn,
.sales-card-actions .inline-action button {
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 850;
}

.sales-feature-public-actions .btn-primary,
.sales-feature-public-actions .btn-offer {
    min-width: 122px;
}

.sales-icon-text {
    gap: 8px;
}

.sales-feature-owner-card {
    display: grid;
    align-content: center;
    gap: 9px;
    min-width: 0;
    min-height: 100%;
    padding: 0 0 0 18px;
    border-left: 1px solid #dbe4ef;
    background: transparent;
    box-shadow: none;
}

.sales-feature-owner-person {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.sales-feature-owner-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    font-size: 18px;
}

.sales-feature-owner-person > div {
    min-width: 0;
}

.sales-feature-owner-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.sales-feature-owner-name a,
.sales-feature-owner-name span {
    color: #071426;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.sales-feature-owner-role {
    margin-top: 2px;
    color: #475569;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

.sales-feature-owner-member {
    margin-top: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.sales-feature-owner-person .sales-verified-icon {
    flex: 0 0 auto;
}

.sales-feature-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 9px;
    border-top: 1px dashed #dbe4ef;
}

.sales-feature-stats div,
.sales-feature-stats div + div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
}

.sales-feature-stats i {
    color: #0f172a;
    font-size: 14px;
    opacity: .82;
}

.sales-feature-stats span,
.sales-feature-stats strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.sales-domain-stat-stack {
    display: grid;
    align-content: center;
    grid-template-columns: 1fr;
    gap: 5px;
    min-width: 0;
    min-height: 100%;
    padding: 0 18px 0 0;
    border-top: 0;
}

.sales-domain-stat-stack div {
    display: flex;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
    white-space: nowrap;
}

.sales-domain-stat-stack span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.sales-domain-stat-stack strong {
    color: #071426;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.sales-feature-inline-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 12px;
    min-height: 0;
    padding: 0;
    border-top: 0;
}

.sales-feature-inline-stats div {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
    white-space: nowrap;
}

.sales-feature-inline-stats span,
.sales-feature-inline-stats strong {
    font-size: 11px;
    line-height: 1.1;
}

.sales-section-head {
    align-items: center;
    margin: 0 0 2px;
}

.price-drops-table-panel {
    margin-top: 14px;
}

.price-drops-table-wrap {
    overflow-x: auto;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.price-drops-table {
    width: 100%;
    min-width: 940px;
    border-collapse: collapse;
    color: #0f172a;
    font-size: 13px;
}

.price-drops-table th {
    padding: 6px 9px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.price-drops-table td {
    padding: 4px 9px;
    border-bottom: 1px solid #edf2f7;
    vertical-align: middle;
    white-space: nowrap;
}

.price-drops-table tbody tr:hover {
    background: #fbfdff;
}

.price-drops-table tbody tr:last-child td {
    border-bottom: 0;
}

.drop-domain-cell a {
    display: inline-block;
    color: #071426;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.05;
    text-decoration: none;
}

.drop-domain-cell a:hover,
.drop-domain-cell a:focus-visible {
    color: #2563eb;
    text-decoration: underline;
}

.drop-ext-cell,
.drop-category-cell {
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.05;
}

.drop-ext-cell {
    text-transform: lowercase;
}

.drop-category-cell {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop-old-price span {
    color: #94a3b8;
    font-weight: 800;
    line-height: 1.05;
    text-decoration: line-through;
}

.drop-new-price {
    color: #047857;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.05;
}

.drop-saving {
    color: #0f172a;
    font-weight: 850;
    line-height: 1.05;
}

.drop-percent-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 17px;
    padding: 1px 5px;
    border-radius: 999px;
    background: #ffedd5;
    color: #c2410c;
    font-size: 10px;
    font-weight: 950;
}

.drop-percent-pill i {
    font-size: 8px;
}

.drop-date-cell {
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.05;
}

.drop-actions-cell {
    width: 1%;
}

.drop-action-icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.drop-action-icons .inline-action {
    display: inline-flex;
    margin: 0;
}

.drop-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 34px;
    min-height: 24px;
    padding: 3px 6px;
    border: 1px solid #dbe4ef;
    border-radius: 9px;
    background: #fff;
    color: #334155;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.drop-icon-action:hover,
.drop-icon-action:focus-visible {
    color: #1d4ed8;
    border-color: #93c5fd;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    text-decoration: none;
}

.drop-icon-only {
    width: 26px;
    padding: 4px;
}

.drop-icon-buy {
    border-color: #1d4ed8;
    background: #2563eb;
    color: #fff;
}

.drop-icon-buy:hover,
.drop-icon-buy:focus-visible {
    border-color: #1e40af;
    background: #1d4ed8;
    color: #fff;
}

.drop-icon-offer {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

.drop-icon-chat {
    border-color: #bae6fd;
    background: #f0f9ff;
    color: #0369a1;
}

.drop-icon-watch {
    border-color: #dbe4ef;
    background: #f8fafc;
    color: #475569;
}

@media (max-width: 760px) {
    .price-drops-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .price-drops-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .price-drops-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .price-drops-table,
    .price-drops-table tbody,
    .price-drops-table tr,
    .price-drops-table td {
        display: block;
        width: 100%;
    }

    .price-drops-table tr {
        padding: 9px;
        border: 1px solid #dbe4ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
    }

    .price-drops-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 5px 0;
        border: 0;
        white-space: normal;
    }

    .price-drops-table td::before {
        flex: 0 0 auto;
        color: #64748b;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .drop-domain-cell {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 0 !important;
    }

    .drop-domain-cell::before {
        content: "";
        display: none;
    }

    .drop-domain-cell a {
        font-size: 15px;
    }

    .drop-ext-cell::before {
        content: "EXT";
    }

    .drop-category-cell::before {
        content: "Category";
    }

    .drop-old-price::before {
        content: "Previous";
    }

    .drop-new-price::before {
        content: "Now";
    }

    .drop-saving::before {
        content: "Saving";
    }

    .price-drops-table td:nth-child(7)::before {
        content: "Drop";
    }

    .drop-date-cell::before {
        content: "Changed";
    }

    .drop-actions-cell {
        justify-content: flex-start !important;
        padding-bottom: 0 !important;
    }

    .drop-actions-cell::before {
        content: "";
        display: none;
    }

    .drop-action-icons {
        flex-wrap: wrap;
        width: 100%;
    }

    .drop-icon-action {
        min-height: 34px;
    }
}

.sales-section-head h2 {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 900;
}

.sales-sort-form {
    align-items: center;
}

.sales-sort-form label {
    align-items: center;
    color: #64748b;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.sales-sort-form select {
    min-height: 34px;
    padding: 6px 32px 6px 10px;
    border-radius: 9px;
}

.domain-detail-page {
    display: grid;
    gap: 16px;
}

.domain-detail-hero,
.domain-detail-panel {
    background: #fff;
    border: 1px solid var(--dui-border);
    border-radius: var(--dui-radius-card);
    box-shadow: var(--dui-shadow-card);
}

.domain-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 14px;
    align-items: stretch;
    padding: 16px 18px;
    border-color: #dbe4ef;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 62%, #f8fafc 100%);
}

.domain-detail-hero.no-actions {
    grid-template-columns: 1fr;
}

.domain-detail-hero.has-seller-panel {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
}

.domain-detail-main {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
}

.domain-detail-main .card-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 0;
}

.domain-detail-main .badge {
    min-height: 18px;
    padding: 2px 7px;
    font-size: 9px;
    line-height: 1.1;
}

.domain-detail-main h1 {
    margin: 0;
    color: var(--dui-text);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.05;
    font-weight: 950;
    word-break: break-word;
}

.domain-detail-title-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    max-width: 100%;
    min-width: 0;
    vertical-align: top;
}

.domain-detail-title-row h1 {
    min-width: 0;
    overflow-wrap: anywhere;
}

.domain-visit-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 24px;
    padding: 4px 7px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.domain-visit-link i {
    font-size: 9px;
}

.domain-visit-link:hover {
    border-color: #93c5fd;
    background: #dbeafe;
    color: #1e40af;
    transform: translateY(-1px);
}

.domain-visit-link:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .25);
    outline-offset: 2px;
}

.domain-detail-subtitle {
    max-width: 680px;
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
}

.domain-detail-subtitle a,
.domain-detail-seller-card a:not(.btn) {
    color: var(--dui-primary);
    font-weight: 850;
}

.domain-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 750;
}

.domain-detail-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 800;
}

.domain-detail-meta span + span::before {
    content: "|";
    display: inline-block;
    margin: 0 8px;
    color: #cbd5e1;
    font-weight: 700;
}

.domain-hero-seo {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 2px;
    max-width: 760px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.domain-hero-seo::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.domain-hero-seo-title {
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.domain-hero-seo-title::after {
    content: ":";
}

.domain-hero-seo-grid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    min-width: max-content;
}

.domain-hero-seo-grid span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.domain-hero-seo-grid span + span::before {
    content: "|";
    margin: 0 7px;
    color: #cbd5e1;
    font-weight: 700;
}

.domain-hero-seo-grid strong {
    display: inline;
    color: var(--dui-text);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .25px;
    line-height: 1.2;
    text-transform: uppercase;
}

.domain-traffic-chart {
    display: grid;
    gap: 5px;
    max-width: 760px;
    margin-top: 6px;
    padding: 8px 10px 7px;
    border: 1px solid rgba(147, 197, 253, .72);
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .12), transparent 34%),
        linear-gradient(135deg, rgba(239, 246, 255, .96) 0%, rgba(255, 255, 255, .9) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 22px rgba(15, 23, 42, .05);
}

.domain-traffic-chart-head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.domain-traffic-chart-head span {
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .3px;
    line-height: 1;
    text-transform: uppercase;
}

.domain-traffic-chart-head strong {
    color: var(--dui-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
}

.domain-traffic-chart-head em {
    color: #2563eb;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.domain-traffic-chart svg {
    display: block;
    width: 100%;
    height: 48px;
    overflow: visible;
}

.traffic-gridline {
    stroke: rgba(148, 163, 184, .28);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.traffic-area {
    fill: url(#trafficAreaGradient);
    stroke: none;
}

.traffic-line {
    fill: none;
    stroke: #2563eb;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: url(#trafficLineGlow);
    vector-effect: non-scaling-stroke;
}

.traffic-dot {
    fill: #fff;
    stroke: #2563eb;
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.traffic-hit-target {
    fill: transparent;
    outline: none;
    pointer-events: all;
    transition: fill .16s ease, stroke .16s ease;
}

.traffic-hit-target:hover,
.traffic-hit-target:focus-visible {
    fill: rgba(37, 99, 235, .16);
    stroke: rgba(37, 99, 235, .72);
    stroke-width: 1.4;
    vector-effect: non-scaling-stroke;
}

.domain-traffic-chart-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

.domain-traffic-chart-foot span {
    color: var(--dui-text);
}

.domain-traffic-chart-foot em {
    color: #64748b;
    font-style: normal;
}

.domain-detail-side {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0;
}

.domain-detail-hero-seller {
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
    padding-left: 18px;
    border-left: 1px solid transparent;
    border-image: linear-gradient(180deg, transparent 0%, #cbd5e1 18%, #38bdf8 50%, #cbd5e1 82%, transparent 100%) 1;
}

.domain-detail-hero-seller .domain-detail-seller-person {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
}

.domain-detail-hero-seller .sales-feature-owner-avatar-slot,
.domain-detail-hero-seller .sales-feature-owner-avatar-slot .sales-seller-avatar {
    width: 50px;
    height: 50px;
}

.domain-detail-hero-seller .seller-card-actions {
    gap: 7px;
}

.domain-detail-hero-seller .seller-card-actions .btn {
    flex: 1 1 auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
}

.domain-detail-hero-seller .domain-detail-actions {
    margin-top: 2px;
}

.detail-price {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    background: #f0fdf4;
}

.detail-price span {
    color: #047857;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.detail-price strong {
    color: #065f46;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.domain-price-history-tile {
    gap: 10px;
}

.domain-price-history-tile > strong {
    padding-bottom: 9px;
    border-bottom: 1px solid #bbf7d0;
}

.price-history-head {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}

.price-history-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-history-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(92px, auto);
    gap: 8px;
    align-items: center;
    padding: 6px 0;
    border-top: 1px solid rgba(187, 247, 208, .75);
}

.price-history-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.price-history-list li div {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    min-width: 0;
}

.price-history-old {
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: line-through;
}

.price-history-list li strong {
    color: #065f46;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.05;
}

.price-history-change {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    justify-self: end;
    padding: 2px 6px;
    border-radius: 999px;
    background: #ffedd5;
    color: #c2410c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.price-history-change.is-increase {
    background: #e0f2fe;
    color: #0369a1;
}

.price-history-change i {
    font-size: 8px;
}

.price-history-list time {
    grid-column: auto;
    justify-self: end;
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.price-history-empty {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.detail-price-muted {
    border-color: var(--dui-border);
    background: #f8fafc;
}

.detail-price-muted span,
.detail-price-muted strong {
    color: var(--dui-muted);
}

.domain-detail-actions .card-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: stretch;
}

.domain-detail-actions .card-actions .btn,
.domain-detail-actions .card-actions .inline-action,
.domain-detail-actions .card-actions .inline-action button,
.domain-detail-actions .card-actions .icon-btn {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
}

.detail-action-note {
    margin: 0;
    padding: 12px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #f8fafc;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 700;
}

.domain-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.domain-detail-page .domain-detail-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
}

.domain-detail-grid > div {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.domain-detail-panel {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.domain-detail-grid .domain-detail-panel {
    gap: 9px;
    padding: 14px 16px;
}

.domain-detail-panel h2 {
    margin: 0;
    color: var(--dui-text);
    font-size: 16px;
    font-weight: 900;
}

.domain-detail-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.domain-detail-panel-head .btn {
    flex: 0 0 auto;
}

.domain-detail-panel p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.domain-about-panel,
.domain-purchase-panel,
.domain-buying-panel,
.sealed-bid-panel {
    border-color: #cbd5e1;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

.domain-about-panel {
    gap: 12px;
    padding: 20px 22px;
}

.domain-about-panel h2,
.domain-purchase-panel h2,
.domain-buying-panel h2,
.sealed-bid-panel h2 {
    font-size: 20px;
    line-height: 1.12;
}

.domain-about-copy {
    display: grid;
    gap: 8px;
}

.domain-about-copy p {
    color: #24324a;
    font-size: 15px;
    line-height: 1.48;
}

.domain-about-section {
    display: grid;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #dbe4ef;
}

.domain-about-section h3,
.purchase-included h3,
.purchase-confidence h3 {
    margin: 0;
    color: #071426;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
}

.domain-standout-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.domain-standout-grid div {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fbfdff;
    text-align: center;
}

.domain-standout-grid i {
    color: #2563eb;
    font-size: 24px;
}

.domain-standout-grid strong {
    color: #24324a;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.domain-use-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.domain-use-pills span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #24324a;
    font-size: 12px;
    font-weight: 800;
}

.domain-facts-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 18px;
    color: #071426;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.25;
}

.domain-facts-row {
    display: contents;
}

.domain-facts-row span {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
    padding: 5px 0;
    border-bottom: 1px solid #eef2f7;
}

.domain-facts-row span + span {
    padding-left: 0;
}

.domain-facts-line strong {
    flex: 0 0 auto;
    color: #64748b;
    font-weight: 950;
    white-space: nowrap;
}

.domain-facts-row span:first-child {
    white-space: normal;
}

.domain-facts-row span.domain-rating-fact {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.domain-facts-row span.domain-rating-fact-first {
    margin-top: 5px;
}

.domain-rating-fact i {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 13px;
    line-height: 1;
}

.domain-rating-copy {
    min-width: 0;
    font-style: normal;
}

.domain-purchase-panel {
    gap: 12px;
    padding: 20px 22px;
}

.domain-purchase-panel .detail-price {
    margin: 0;
}

.domain-purchase-panel .domain-price-history-tile {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.current-price-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    gap: 14px;
    align-items: center;
}

.current-price-main {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.domain-purchase-panel .current-price-main > span {
    color: #071426;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

.domain-purchase-panel .current-price-main > strong {
    padding-bottom: 12px;
    border-bottom-color: #dbe4ef;
    color: #047857;
    font-size: clamp(38px, 4vw, 52px);
    line-height: .95;
}

.domain-purchase-panel .current-price-block .no-buy-now-price {
    display: inline-block;
    color: #64748b;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
}

.domain-purchase-actions {
    display: contents;
}

.domain-auction-cta {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.domain-auction-cta .inline-action,
.auction-start-form {
    width: 100%;
}

.domain-standard-actions {
    display: grid;
    grid-column: 1 / -1;
    gap: 10px;
    padding-top: 2px;
}

.btn-auction-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 58px;
    padding: 11px 14px;
    border: 1px solid #facc15;
    border-radius: 12px;
    background: linear-gradient(135deg, #111827 0%, #292524 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .16);
    white-space: normal;
}

.btn-auction-start i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #facc15;
    color: #111827;
    font-size: 14px;
}

.btn-auction-start span {
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.btn-auction-start:hover,
.btn-auction-start:focus-visible {
    border-color: #eab308;
    background: linear-gradient(135deg, #0f172a 0%, #1c1917 100%);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, .22), 0 14px 28px rgba(17, 24, 39, .2);
}

.btn-auction-start.btn-disabled {
    cursor: default;
    opacity: .78;
}

.sealed-bid-panel {
    gap: 14px;
    margin-top: 18px;
    padding: 20px 22px;
}

.sealed-bid-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    gap: 18px;
    align-items: start;
}

.sealed-bid-side-stack {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
}

.sealed-bid-detail-layout .sealed-bid-panel {
    margin-top: 0;
}

.sealed-bid-detail-hero {
    gap: 12px;
    padding: 16px;
    overflow: hidden;
    border-color: #c7d2fe;
    background:
        radial-gradient(circle at top right, rgba(13, 148, 136, .11), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.sealed-bid-hero-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    justify-content: space-between;
}

.sealed-bid-hero-main {
    flex: 1 1 360px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 4px 0;
}

.sealed-bid-detail-hero h1 {
    margin: 0;
    max-width: 100%;
    overflow: visible;
    color: #0f172a;
    font-size: clamp(18px, 1.55vw, 26px);
    line-height: 1.1;
    white-space: nowrap;
}

.sealed-bid-hero-action {
    flex: 0 0 clamp(170px, 26%, 220px);
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 5px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(13, 148, 136, .18);
    border-radius: 14px;
    background: rgba(240, 253, 250, .78);
}

.sealed-bid-hero-action span {
    color: #0f766e;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .45px;
    line-height: 1;
    text-transform: uppercase;
}

.sealed-bid-hero-action strong {
    color: #0f172a;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.05;
}

.sealed-bid-hero-action .btn {
    min-height: 32px;
    margin-top: 3px;
    padding: 7px 10px;
    font-size: 11px;
}

.sealed-bid-detail-lead {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sealed-bid-detail-lead span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #334155;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.1;
}

.sealed-bid-detail-lead i {
    color: #2563eb;
}

.sealed-bid-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.sealed-bid-detail-stats div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 8px;
    align-items: center;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
}

.sealed-bid-detail-stats i {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    background: #f5f3ff;
    color: #7c3aed;
    font-size: 11px;
}

.sealed-bid-detail-stats span {
    min-width: 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .35px;
    line-height: 1.1;
    text-transform: uppercase;
}

.sealed-bid-detail-stats strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.15;
}

.sealed-bid-activity-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: rgba(248, 250, 252, .78);
}

.sealed-bid-activity-strip div {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
}

.sealed-bid-activity-strip span {
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .35px;
    line-height: 1.1;
    text-transform: uppercase;
}

.sealed-bid-activity-strip strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.sealed-bid-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.sealed-bid-detail-list div {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.sealed-bid-detail-list dt {
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .35px;
    line-height: 1.1;
    text-transform: uppercase;
}

.sealed-bid-detail-list dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: #0f172a;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
}

.sealed-bid-detail-list a {
    color: #0f766e;
    text-decoration: none;
}

.sealed-bid-detail-list a:hover {
    text-decoration: underline;
}

.sealed-bid-rules-panel {
    gap: 7px;
    padding: 12px;
    overflow: hidden;
    border-color: #c7d2fe;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .95), rgba(255, 255, 255, .98) 58%),
        #fff;
}

.sealed-bid-rules-panel .domain-detail-panel-head {
    align-items: center;
    margin: 0;
}

.sealed-bid-rules-panel h2 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.1;
}

.sealed-bid-rules-panel p {
    margin: 0;
    color: #475569;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.3;
}

.sealed-bid-rules-panel ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sealed-bid-rules-panel li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
    min-height: 31px;
    padding: 5px 7px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: #334155;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.18;
}

.sealed-bid-rules-panel li i {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: #ecfeff;
    color: #0891b2;
    font-size: 10px;
    box-shadow: inset 0 0 0 1px rgba(8, 145, 178, .12);
}

.sealed-bid-rules-panel li:nth-child(1) i {
    background: #f5f3ff;
    color: #7c3aed;
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, .13);
}

.sealed-bid-rules-panel li:nth-child(2) i {
    background: #eff6ff;
    color: #2563eb;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .13);
}

.sealed-bid-rules-panel li:nth-child(3) i {
    background: #fffbeb;
    color: #d97706;
    box-shadow: inset 0 0 0 1px rgba(217, 119, 6, .16);
}

.sealed-bid-rules-panel li:nth-child(4) i {
    background: #ecfdf5;
    color: #059669;
    box-shadow: inset 0 0 0 1px rgba(5, 150, 105, .13);
}

.sealed-bid-rules-panel li span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.sealed-bid-list-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: center;
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 72%);
    box-shadow: var(--dui-shadow-card);
}

.sealed-bid-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.sealed-bid-list-head > div {
    min-width: 0;
}

.sealed-bid-list-intro h2 {
    margin: 1px 0 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.sealed-bid-list-intro p:not(.eyebrow) {
    margin: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.sealed-bid-list-action {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 11px;
    white-space: nowrap;
}

.sealed-bid-list-intro ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sealed-bid-list-intro li {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.sealed-bid-list-intro li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    border-radius: 999px;
    background: #dbeafe;
    color: #0f6fdd;
    font-size: 10px;
}

.sealed-bid-list-intro li span {
    min-width: 0;
}

.sealed-bid-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sealed-bid-summary span,
.sealed-bid-private-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fbfdff;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
}

.sealed-bid-summary strong,
.sealed-bid-private-amount strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
}

.sealed-bid-note {
    padding: 11px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.sealed-bid-note-success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.sealed-bid-anonymous-list {
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
}

.sealed-bid-anonymous-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #edf2f7;
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.sealed-bid-anonymous-head strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.sealed-bid-anonymous-list ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sealed-bid-anonymous-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.sealed-bid-anonymous-list li:last-child {
    border-bottom: 0;
}

.sealed-bid-anonymous-list li span {
    min-width: 0;
    color: #0f172a;
    font-weight: 950;
}

.sealed-bid-anonymous-list li strong {
    min-width: 0;
    text-align: right;
    overflow-wrap: anywhere;
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
}

.sealed-bid-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.sealed-bid-form label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.sealed-bid-input {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 40px;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
}

.sealed-bid-input strong {
    display: grid;
    place-items: center;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #047857;
    font-size: 11px;
    font-weight: 950;
}

.sealed-bid-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    padding: 8px 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    outline: none;
}

.sealed-bid-table-wrap {
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
}

.sealed-bid-table {
    width: 100%;
    border-collapse: collapse;
}

.sealed-bid-table th,
.sealed-bid-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}

.sealed-bid-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.sealed-bid-table tr:last-child td {
    border-bottom: 0;
}

.sealed-bid-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0e7490;
    font-size: 10px;
    font-weight: 950;
}

.sealed-bid-status {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
}

.sealed-bid-status-accepted {
    background: #dcfce7;
    color: #166534;
}

.sealed-bid-status-rejected {
    background: #fee2e2;
    color: #991b1b;
}

.sealed-bid-reject-form {
    justify-self: start;
}

.domain-buy-primary {
    width: 100%;
    min-height: 46px;
    font-size: 15px;
    font-weight: 950;
}

.domain-purchase-secondary-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.domain-purchase-secondary-actions .btn,
.domain-purchase-secondary-actions .inline-action,
.domain-purchase-secondary-actions .inline-action button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    white-space: nowrap;
}

.latest-price-changes {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fafc;
}

.latest-price-changes .price-history-head {
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e8f0;
    color: #071426;
    font-size: 14px;
}

.latest-price-changes .price-history-list li {
    grid-template-columns: minmax(0, 1fr) auto minmax(112px, auto);
    padding: 5px 0;
}

.domain-purchase-panel .domain-detail-actions .card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.domain-purchase-panel .domain-detail-actions .card-actions .btn-primary {
    grid-column: 1 / -1;
}

.purchase-included,
.purchase-confidence,
.purchase-question {
    display: grid;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #dbe4ef;
}

.purchase-included p,
.purchase-confidence p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #24324a;
    font-size: 12px;
    font-weight: 800;
}

.purchase-included i {
    color: #334155;
}

.purchase-confidence i {
    color: #059669;
}

.purchase-social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    padding-top: 4px;
    text-align: center;
}

.purchase-report-link,
.purchase-share-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.purchase-report-link {
    color: #64748b;
}

.purchase-report-link:hover,
.purchase-report-link:focus-visible {
    color: #dc2626;
    text-decoration: underline;
}

.purchase-share-divider {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.purchase-share-icons {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.purchase-share-icons a {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    text-decoration: none;
    box-shadow: none;
    transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.purchase-share-icons a i,
.purchase-share-icons a span {
    line-height: 1;
}

.purchase-share-icons .share-x span {
    font-size: 13px;
    font-weight: 950;
    letter-spacing: -.4px;
}

.purchase-share-icons .share-x,
.purchase-share-icons .share-facebook,
.purchase-share-icons .share-linkedin {
    color: #111827;
}

.purchase-share-icons a:hover,
.purchase-share-icons a:focus-visible {
    transform: translateY(-1px);
    border-color: #dbe4ef;
    background: #f8fafc;
}

.purchase-included small {
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
}

.domain-buying-panel {
    padding: 16px 22px 20px;
}

.domain-buying-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
    list-style: none;
}

.domain-buying-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 18px;
}

.domain-buying-steps li + li {
    border-left: 1px solid #dbe4ef;
}

.domain-buying-steps li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #0d9488;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
}

.domain-buying-steps strong {
    display: block;
    margin-bottom: 3px;
    color: #071426;
    font-size: 14px;
    font-weight: 950;
}

.domain-buying-steps p {
    color: #475569;
    font-size: 12px;
    line-height: 1.35;
}

.detail-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.listing-details-panel .detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
}

.detail-list div {
    display: grid;
    grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid var(--dui-border-soft);
}

.listing-details-panel .detail-list div {
    grid-template-columns: minmax(104px, 128px) minmax(0, 1fr);
    gap: 9px;
    padding: 5px 0;
}

.listing-details-panel .detail-list .detail-wide {
    grid-column: 1 / -1;
}

.listing-detail-summary {
    display: grid;
    grid-template-columns: minmax(110px, .75fr) minmax(95px, .65fr) minmax(220px, 1.6fr);
    gap: 8px;
}

.listing-detail-chip {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.listing-detail-chip span,
.listing-detail-traits span,
.listing-detail-transfer span {
    display: block;
    margin-bottom: 2px;
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .32px;
    line-height: 1.15;
    text-transform: uppercase;
}

.listing-detail-chip strong {
    display: block;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.listing-detail-block {
    display: grid;
    gap: 7px;
    padding-top: 2px;
}

.listing-detail-block h3 {
    margin: 0;
    color: var(--dui-text);
    font-size: 13px;
    font-weight: 950;
}

.listing-detail-traits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 16px;
    padding: 10px 0;
    border-top: 1px solid var(--dui-border-soft);
    border-bottom: 1px solid var(--dui-border-soft);
}

.listing-detail-traits div {
    min-width: 0;
}

.listing-detail-traits strong {
    display: block;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.listing-detail-use p {
    margin: 0;
    color: #334155;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.purchase-steps {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

.purchase-steps-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.purchase-steps-head h3 {
    margin: 0;
    color: var(--dui-text);
    font-size: 13px;
    font-weight: 950;
}

.purchase-steps-head p {
    margin: 0;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-align: right;
}

.purchase-steps ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.purchase-steps li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #fff;
    align-items: start;
}

.purchase-steps li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--dui-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.purchase-steps strong {
    display: block;
    margin: 0 0 1px;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
}

.purchase-steps li p {
    margin: 0;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.listing-detail-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 800;
}

.listing-detail-trust i {
    color: #16a34a;
}

.listing-detail-trust a {
    color: var(--dui-primary);
    font-weight: 900;
}

.listing-seller-username {
    display: inline-flex;
    margin-left: 5px;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 850;
}

.detail-list div:last-child {
    border-bottom: 0;
}

.detail-list dt {
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.detail-list dd {
    margin: 0;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
}

.detail-list dd a {
    color: var(--dui-primary);
    font-weight: 850;
}

.domain-seo-panel {
    gap: 8px;
    padding: 14px 16px;
}

.domain-seo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
}

.domain-seo-stat {
    min-width: 0;
    padding: 7px 9px;
    border: 1px solid var(--dui-border-soft);
    border-radius: 8px;
    background: #f8fafc;
}

.domain-seo-stat dt {
    margin: 0 0 2px;
    color: var(--dui-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.domain-seo-stat dd {
    margin: 0;
    color: var(--dui-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.domain-seo-note,
.domain-seo-empty {
    margin: 0;
    color: var(--dui-muted);
    font-size: 11px;
    line-height: 1.3;
}

.domain-detail-rail {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 78px;
    align-self: start;
}

.domain-detail-seller-card {
    position: static;
}

.domain-detail-seller-person {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.domain-detail-seller-person .sales-feature-owner-avatar-slot {
    width: 54px;
    height: 54px;
}

.domain-detail-seller-person .sales-feature-owner-avatar-slot .sales-seller-avatar {
    width: 54px;
    height: 54px;
}

.domain-detail-seller-person .sales-feature-owner-copy {
    min-width: 0;
}

.seller-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.seller-card-actions .btn {
    flex: 1 1 145px;
}

.inline-action {
    display: inline-flex;
}

.filters,
.seller-domain-filters,
.action-form {
    display: grid;
    gap: 10px;
    padding: 14px;
    margin-bottom: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.filter-row,
.seller-filter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.filters input,
.filters select,
.seller-domain-filters input,
.seller-domain-filters select,
.action-form input,
.action-form select,
.action-form textarea {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--dui-border);
    border-radius: 8px;
    background: #fff;
    color: #1F2937;
    font-size: 12px;
    outline: none;
}

.filters input:focus,
.filters select:focus,
.seller-domain-filters input:focus,
.seller-domain-filters select:focus,
.action-form input:focus,
.action-form select:focus,
.action-form textarea:focus {
    border-color: var(--dui-success);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, .15);
}

.checkbox-row,
.filter-actions,
.seller-inventory-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.checkbox-row label,
.action-form label {
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 700;
}

.checkbox-row label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.checkbox-row input {
    width: auto;
    min-height: 0;
    accent-color: var(--dui-primary);
}

.action-form label {
    display: grid;
    gap: 5px;
}

.publish-panel .feed-head {
    margin-bottom: 18px;
}

.publish-dashboard {
    background: #fff;
}

.publish-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.publish-hero h1 {
    margin: 2px 0 6px;
    color: #111827;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 900;
}

.publish-hero p:not(.eyebrow) {
    max-width: 760px;
    color: #4b5563;
}

.publish-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--dui-muted);
    font-size: 12px;
}

.publish-summary strong {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.publish-filter-bar {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(112px, .55fr) minmax(124px, .65fr) 92px max-content max-content;
    gap: 8px;
    align-items: end;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid var(--dui-border);
    border-radius: 14px;
    background: #f9fafb;
}

.publish-filter-bar label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 800;
}

.publish-filter-bar input,
.publish-filter-bar select,
.publish-table input[type="number"] {
    width: 100%;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid var(--dui-border);
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font-size: 12px;
    outline: none;
}

.publish-filter-bar .btn {
    min-height: 34px;
    padding: 7px 10px;
    white-space: nowrap;
}

.publish-filter-bar input:focus,
.publish-filter-bar select:focus,
.publish-table input[type="number"]:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .14);
}

.publish-form {
    display: grid;
    gap: 12px;
}

.publish-bulk-controls {
    display: grid;
    gap: 7px;
    padding: 8px;
    border: 1px solid var(--dui-border);
    border-radius: 14px;
    background: #fff;
    overflow: visible;
}

.publish-bulk-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    overflow: visible;
}

.publish-bulk-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.publish-bulk-price-group {
    background: #fff;
}

.publish-bulk-controls .checkline {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    font-size: 11px;
    white-space: nowrap;
}

.publish-bulk-controls .btn {
    flex: 0 1 auto;
    min-width: 104px;
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 7px;
    font-size: 10px;
    white-space: nowrap;
}

.publish-bulk-price-group .btn,
.publish-bulk-group .js-open-collection-modal {
    min-width: 124px;
}

.bulk-price-edit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    height: 28px;
    overflow: hidden;
    border: 1px solid var(--dui-border);
    border-radius: 7px;
    background: #fff;
}

.bulk-price-edit span {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0 6px;
    border-right: 1px solid var(--dui-border);
    background: #f8fafc;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
}

.bulk-price-edit input {
    width: 78px;
    min-width: 0;
    height: 100%;
    padding: 0 6px;
    border: 0;
    outline: none;
    font-size: 11px;
    font-weight: 800;
    color: #111827;
}

.collection-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, .48);
}

.collection-modal[hidden] {
    display: none;
}

.collection-modal-card {
    position: relative;
    width: min(520px, 100%);
    padding: 24px;
    border: 1px solid var(--dui-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.collection-modal-card h2 {
    margin: 2px 0 8px;
    color: #111827;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.collection-modal-card p:not(.eyebrow) {
    margin: 0 0 16px;
    color: var(--dui-muted);
    font-size: 13px;
    line-height: 1.5;
}

.collection-modal-card label {
    display: grid;
    gap: 6px;
    margin-top: 12px;
    color: #374151;
    font-size: 12px;
    font-weight: 800;
}

.collection-modal-card input,
.collection-modal-card textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid var(--dui-border);
    border-radius: 11px;
    color: #111827;
    font: inherit;
    outline: none;
    resize: vertical;
}

.collection-modal-card input:focus,
.collection-modal-card textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
}

.collection-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
    color: #64748b;
    cursor: pointer;
}

.collection-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.owner-collections-panel {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--dui-border);
}

.owner-collections-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.owner-collections-head h2 {
    margin: 2px 0 4px;
    color: #111827;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}

.owner-collections-head p:not(.eyebrow) {
    margin: 0;
    color: var(--dui-muted);
    font-size: 13px;
}

.owner-collection-list {
    display: grid;
    gap: 8px;
}

.owner-collection-row {
    display: grid;
    grid-template-columns: minmax(160px, 230px) 126px minmax(240px, 1fr) 190px 86px;
    align-items: center;
    gap: 10px;
    padding: 9px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #fff;
}

.owner-collection-row label {
    display: grid;
    gap: 4px;
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.owner-collection-row input,
.owner-collection-row textarea {
    width: 100%;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid var(--dui-border);
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font: inherit;
    font-size: 12px;
    outline: none;
    resize: vertical;
    text-transform: none;
    letter-spacing: 0;
}

.owner-collection-row input:focus,
.owner-collection-row textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .14);
}

.owner-collection-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
}

.owner-collection-meta span {
    padding: 5px 7px;
    border-radius: 999px;
    background: #f1f5f9;
}

.owner-collection-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.owner-request-list {
    display: grid;
    gap: 8px;
}

.owner-request-row {
    display: grid;
    grid-template-columns: minmax(190px, 1.25fr) 118px 112px 74px 74px 76px 86px 86px 100px 72px;
    align-items: end;
    gap: 7px;
    padding: 8px;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
}

.owner-request-row label {
    display: grid;
    gap: 3px;
    color: var(--dui-muted);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.owner-request-row input,
.owner-request-row select,
.owner-request-row textarea {
    width: 100%;
    min-height: 30px;
    padding: 5px 7px;
    border: 1px solid var(--dui-border);
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font: inherit;
    font-size: 11px;
    outline: none;
    resize: vertical;
    text-transform: none;
    letter-spacing: 0;
}

.owner-request-row textarea {
    min-height: 30px;
    max-height: 58px;
}

.owner-request-row input:focus,
.owner-request-row select:focus,
.owner-request-row textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .14);
}

.owner-request-description {
    grid-column: 1 / 8;
}

.owner-request-style {
    grid-column: 8 / 10;
}

.owner-request-checks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    grid-column: 1 / 4;
    min-height: 30px;
}

.owner-request-checks label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}

.owner-request-checks input {
    width: 14px;
    height: 14px;
    min-height: 0;
    padding: 0;
    accent-color: var(--dui-primary);
}

.owner-request-actions {
    display: flex;
    justify-content: flex-end;
    align-self: end;
    gap: 6px;
    grid-column: 10;
    grid-row: 1 / 3;
}

.publish-table-wrap {
    overflow-x: visible;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.publish-action-guide {
    display: grid;
    grid-template-columns: minmax(155px, .28fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 8px 0;
    padding: 8px 10px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #f8fbff;
}

.publish-action-guide > div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.publish-action-guide > div strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}

.publish-action-guide > div span {
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.publish-action-guide ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.publish-action-guide li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
}

.publish-action-guide li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #c7d2fe;
    border-radius: 7px;
    background: #fff;
    color: #2563eb;
    font-size: 9px;
}

.publish-action-guide li span {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.publish-action-guide li strong {
    overflow: hidden;
    color: #1e293b;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publish-action-guide li em {
    overflow: hidden;
    color: #64748b;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.publish-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.publish-table th,
.publish-table td {
    padding: 5px 4px;
    border-bottom: 1px solid var(--dui-border-soft);
    text-align: left;
    vertical-align: middle;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publish-table th:nth-child(1),
.publish-table td:nth-child(1) {
    width: 4.5%;
    text-align: center;
}

.publish-table th:nth-child(2),
.publish-table td:nth-child(2) {
    width: 18%;
}

.publish-table th:nth-child(3),
.publish-table td:nth-child(3) {
    width: 5.5%;
    text-align: center;
}

.publish-table th:nth-child(4),
.publish-table td:nth-child(4) {
    width: 10.5%;
    padding-right: 4px;
    text-align: center;
}

.publish-table th:nth-child(5),
.publish-table td:nth-child(5) {
    width: 9.5%;
    padding-left: 4px;
    border-left: 2px solid #f8fafc;
    text-align: center;
}

.publish-table th:nth-child(6),
.publish-table td:nth-child(6) {
    width: 10.5%;
    text-align: center;
}

.publish-table th:nth-child(7),
.publish-table td:nth-child(7) {
    width: 5.5%;
    text-align: center;
}

.publish-table th:nth-child(8),
.publish-table td:nth-child(8) {
    width: 5%;
    text-align: center;
}

.publish-table th:nth-child(9),
.publish-table td:nth-child(9) {
    width: 6.5%;
    text-align: center;
}

.publish-table th:nth-child(10),
.publish-table td:nth-child(10) {
    width: 24.5%;
    text-align: right;
}

.publish-table th {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    color: #6b7280;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
    background: #f9fafb;
}

.publish-sort-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}

.publish-sort-link i {
    color: #94a3b8;
    font-size: 10px;
}

.publish-sort-link.is-active,
.publish-sort-link:hover,
.publish-sort-link:focus-visible {
    color: #0f766e;
    outline: none;
}

.publish-table tr:last-child td {
    border-bottom: 0;
}

.publish-domain-row:hover {
    background: #f9fafb;
}

.publish-domain-name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    color: #111827;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publish-platform-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.publish-platform-pill.platform-amazon {
    background: #fff7ed;
    color: #c2410c;
}

.publish-platform-pill.platform-lander {
    background: #ecfeff;
    color: #0e7490;
}

.publish-platform-pill.platform-other {
    background: #f1f5f9;
    color: #475569;
}

.price-edit {
    display: inline-flex;
    align-items: center;
    width: min(74px, 100%);
    min-height: 28px;
    overflow: hidden;
    border: 1px solid var(--dui-border);
    border-radius: 7px;
    background: #fff;
}

.price-edit-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    max-width: 100%;
    white-space: nowrap;
}

.publish-price-confirm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 12px;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.publish-price-confirm.is-active {
    border-color: #16a34a;
    background: #dcfce7;
    color: #166534;
}

.publish-price-confirm.is-active:hover,
.publish-price-confirm.is-active:focus-visible {
    border-color: #15803d;
    background: #bbf7d0;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, .16);
    outline: none;
}

.publish-price-confirm:disabled {
    cursor: default;
    opacity: 1;
}

.old-price-edit span {
    color: #c2410c;
}

.auction-start-edit span {
    color: #7c3aed;
}

.price-edit span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    align-self: stretch;
    border-right: 1px solid var(--dui-border-soft);
    background: #f8fafc;
    color: #059669;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.publish-table input[type="number"] {
    min-width: 0;
    min-height: 26px;
    padding: 4px 5px;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.price-edit input[type="number"]:focus {
    box-shadow: none;
}

.publish-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    cursor: pointer;
    position: relative;
}

.publish-check input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.publish-check i {
    pointer-events: none;
    font-size: 13px;
}

.publish-check.is-checked,
.publish-check:has(input:checked) {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

.publish-check:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

.toggle-pill input {
    accent-color: #f97316;
}

.watch-count,
.hit-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 22px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 900;
}

.hit-count {
    background: #ecfdf5;
    color: #047857;
}

.listing-status {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border: 0;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.listing-status-button {
    cursor: pointer;
    font-family: inherit;
    transition: box-shadow .15s ease, transform .15s ease, filter .15s ease;
}

.listing-status-button:hover,
.listing-status-button:focus-visible {
    filter: brightness(.98);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
    outline: none;
}

.listing-status-button:active {
    transform: translateY(1px);
}

.status-listed { background: #dcfce7; color: #166534; }
.status-draft { background: #e0f2fe; color: #075985; }
.status-paused { background: #ffedd5; color: #9a3412; }
.status-none { background: #f3f4f6; color: #4b5563; }

.publish-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.publish-sealed-reserve {
    display: inline-flex;
    align-items: center;
    width: 82px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #c7d2fe;
    border-radius: 8px;
    background: #fff;
    vertical-align: middle;
}

.publish-sealed-reserve span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    align-self: stretch;
    border-right: 1px solid #e0e7ff;
    background: #eef2ff;
    color: #4338ca;
    font-size: 8px;
    font-weight: 950;
    line-height: 1;
}

.publish-sealed-reserve input[type="number"] {
    width: 44px;
    min-width: 0;
    min-height: 22px;
    padding: 2px 4px;
    border: 0;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
}

.publish-sealed-reserve input[type="number"]:focus {
    box-shadow: none;
}

.publish-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.publish-icon-action:hover,
.publish-icon-action:focus-visible {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
    outline: none;
}

.publish-icon-save {
    border-color: #0d9488;
    background: #0d9488;
    color: #fff;
}

.publish-icon-save:hover,
.publish-icon-save:focus-visible {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.publish-icon-unpublish {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.publish-icon-preview {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.publish-icon-sealed-bid {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #475569;
}

.publish-icon-sealed-bid.is-active {
    border-color: #0f766e;
    background: #ccfbf1;
    color: #0f766e;
}

@media (max-width: 1080px) {
    .sealed-bid-list-intro,
    .sealed-bid-activity-strip,
    .sealed-bid-detail-stats,
    .sealed-bid-detail-list {
        grid-template-columns: 1fr;
    }

    .sealed-bid-list-intro ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sealed-bid-hero-showcase {
        flex-direction: column;
    }

    .sealed-bid-hero-action {
        flex-basis: auto;
    }

    .publish-action-guide {
        grid-template-columns: 1fr;
    }

    .publish-action-guide ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .publish-hero,
    .publish-summary,
    .publish-bulk-controls,
    .publish-action-guide {
        align-items: stretch;
        flex-direction: column;
    }

    .publish-action-guide {
        grid-template-columns: 1fr;
    }

    .sealed-bid-list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sealed-bid-list-action {
        width: 100%;
    }

    .sealed-bid-hero-action {
        justify-items: stretch;
    }

    .sealed-bid-hero-action .btn {
        width: 100%;
    }

    .sealed-bid-detail-hero h1 {
        font-size: clamp(13px, 4.4vw, 22px);
    }

    .sealed-bid-list-intro ul,
    .publish-action-guide ul {
        grid-template-columns: 1fr;
    }

    .publish-action-guide li em {
        white-space: normal;
    }

    .publish-filter-bar {
        grid-template-columns: 1fr;
    }

    .publish-table-wrap {
        overflow: visible;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .publish-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .publish-table thead {
        display: none;
    }

    .publish-table,
    .publish-table tbody,
    .publish-table tr,
    .publish-table td {
        display: block;
        width: 100%;
    }

    .publish-table tr {
        padding: 10px 12px;
        border: 1px solid var(--dui-border);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--dui-shadow-card);
    }

    .publish-table td {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid var(--dui-border-soft);
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .publish-table td:last-child {
        border-bottom: 0;
    }

    .publish-table td::before {
        color: var(--dui-muted-light);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .35px;
        text-transform: uppercase;
    }

    .publish-table td:nth-child(1)::before { content: "Select"; }
    .publish-table td:nth-child(2)::before { content: "Domain"; }
    .publish-table td:nth-child(3)::before { content: "Platform"; }
    .publish-table td:nth-child(4)::before { content: "Buy Now"; }
    .publish-table td:nth-child(5)::before { content: "Old Price"; }
    .publish-table td:nth-child(6)::before { content: "Auction Start"; }
    .publish-table td:nth-child(7)::before { content: "Watchers"; }
    .publish-table td:nth-child(8)::before { content: "Hits"; }
    .publish-table td:nth-child(9)::before { content: "Status"; }
    .publish-table td:nth-child(10)::before { content: "Actions"; }

    .price-edit {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .publish-actions {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .sealed-bid-summary,
    .sealed-bid-form {
        grid-template-columns: 1fr;
    }

    .sealed-bid-detail-layout {
        grid-template-columns: 1fr;
    }

    .sealed-bid-side-stack {
        position: static;
    }

    .sealed-bid-detail-hero {
        padding: 18px;
    }

    .sealed-bid-detail-hero h1 {
        font-size: 24px;
    }

    .sealed-bid-detail-hero .domain-detail-panel-head {
        align-items: stretch;
    }

    .sealed-bid-detail-hero .domain-detail-panel-head .btn {
        width: 100%;
    }

    .sealed-bid-detail-list {
        grid-template-columns: 1fr;
    }

    .sealed-bid-detail-stats {
        grid-template-columns: 1fr;
    }

    .sealed-bid-activity-strip {
        grid-template-columns: 1fr;
    }

    .sealed-bid-table-wrap {
        overflow: hidden;
    }

    .sealed-bid-table,
    .sealed-bid-table tbody,
    .sealed-bid-table tr,
    .sealed-bid-table td {
        display: block;
        width: 100%;
    }

    .sealed-bid-table thead {
        display: none;
    }

    .sealed-bid-table tr {
        padding: 8px 10px;
        border-bottom: 1px solid #eef2f7;
    }

    .sealed-bid-table tr:last-child {
        border-bottom: 0;
    }

    .sealed-bid-table td {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 10px;
        padding: 6px 0;
        border-bottom: 0;
        white-space: normal;
    }

    .sealed-bid-table td:nth-child(1)::before { content: "Bidder"; }
    .sealed-bid-table td:nth-child(2)::before { content: "Bid"; }
    .sealed-bid-table td:nth-child(3)::before { content: "Date"; }
    .sealed-bid-table td:nth-child(4)::before { content: "Action"; }

    .sealed-bid-table td::before {
        color: #64748b;
        font-size: 10px;
        font-weight: 950;
        letter-spacing: .35px;
        text-transform: uppercase;
    }
}

.publish-settings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.publish-settings h2,
.publish-settings .view-note,
.publish-settings .btn {
    grid-column: 1 / -1;
}

.publish-settings textarea {
    resize: vertical;
}

.rail-card {
    padding: 14px;
}

.dash-feed-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.dash-feed-icon,
.dash-insight-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 12px;
}

.dash-feed-label {
    flex: 1;
    margin: 0;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.rail-card dl {
    display: grid;
    gap: 7px;
}

.rail-card dl div,
.dash-stat-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    background: #f9fafb;
}

.rail-card dt {
    color: var(--dui-muted-light);
    font-size: 10px;
    font-weight: 700;
}

.rail-card dd {
    color: var(--dui-text);
    font-size: 14px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.right-rail .rail-card-compact {
    padding: 10px;
    border-radius: 14px;
}

.right-rail .dash-feed-head.compact {
    gap: 7px;
    margin-bottom: 7px;
}

.right-rail .dash-feed-head.compact .dash-feed-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 11px;
}

.right-rail .dash-feed-head.compact .dash-feed-label {
    font-size: 11px;
    line-height: 1.1;
}

.discover-auctions-rail .dash-feed-head {
    justify-content: flex-start;
}

.discover-page-reverse .reverse-auctions-head {
    align-items: center;
}

.discover-page-reverse .reverse-auctions-card {
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.discover-page-reverse .reverse-auctions-submit-card,
.discover-page-reverse .reverse-auction-detail-hero {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.discover-page-reverse .reverse-auctions-submit-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.7fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
    padding: 14px;
}

.discover-page-reverse .reverse-auctions-submit-card > div:first-child h2 {
    margin: 2px 0 4px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.discover-page-reverse .reverse-auctions-submit-card p {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.discover-page-reverse .reverse-auctions-submit-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    min-width: 0;
}

.discover-page-reverse .reverse-auctions-submit-form label {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auctions-submit-form input,
.discover-page-reverse .reverse-auctions-submit-form select {
    width: 100%;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #fff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 750;
    text-transform: none;
}

.discover-page-reverse .reverse-auctions-submit-form input:focus,
.discover-page-reverse .reverse-auctions-submit-form select:focus {
    border-color: var(--dui-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .14);
}

.discover-page-reverse .reverse-auctions-wide {
    grid-column: 1 / -1;
}

.discover-page-reverse .reverse-auctions-submit-form .btn {
    align-self: end;
    min-height: 34px;
}

.discover-page-reverse .reverse-auctions-mine {
    grid-column: 1 / -1;
    min-width: 0;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

.discover-page-reverse .reverse-auctions-mine h3 {
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.discover-page-reverse .reverse-auctions-mine table {
    width: 100%;
    border-collapse: collapse;
}

.discover-page-reverse .reverse-auctions-mine th,
.discover-page-reverse .reverse-auctions-mine td {
    padding: 6px 8px 6px 0;
    border-bottom: 1px solid #edf2f7;
    color: #475569;
    font-size: 12px;
    text-align: left;
}

.discover-page-reverse .reverse-auctions-mine th {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auctions-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.discover-page-reverse .reverse-auctions-card-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.discover-page-reverse .reverse-auctions-card-head p {
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.discover-page-reverse .reverse-auctions-table-wrap {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
}

.discover-page-reverse .reverse-auctions-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    table-layout: auto;
}

.discover-page-reverse .reverse-auctions-table th,
.discover-page-reverse .reverse-auctions-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    vertical-align: middle;
}

.discover-page-reverse .reverse-auctions-table th {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auctions-table tbody tr:last-child td {
    border-bottom: 0;
}

.discover-page-reverse .reverse-auctions-domain-cell a {
    display: block;
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.discover-page-reverse .reverse-auctions-domain-cell span {
    display: inline-flex;
    margin-top: 4px;
    color: #dc2626;
    font-size: 10px;
    font-weight: 850;
}

.discover-page-reverse .reverse-auctions-price-cell strong {
    display: block;
    color: #dc2626;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.discover-page-reverse .reverse-auctions-was {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 750;
    text-decoration: line-through;
}

.discover-page-reverse .reverse-auctions-stack-cell span {
    display: block;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auctions-schedule-cell,
.discover-page-reverse .reverse-auctions-time-cell {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auctions-action-cell {
    text-align: right;
}

.discover-page-reverse .reverse-auctions-action-cell .btn {
    min-height: 32px;
    padding: 7px 10px;
    white-space: nowrap;
}

.discover-page-reverse .reverse-second-chance-card {
    margin-bottom: 14px;
    padding: 11px;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed 0%, #fff 68%);
    box-shadow: var(--dui-shadow-card);
}

.discover-page-reverse .reverse-second-chance-card .reverse-auctions-card-head {
    align-items: center;
    margin-bottom: 7px;
}

.discover-page-reverse .reverse-second-chance-card .reverse-auctions-card-head h2 {
    font-size: 16px;
}

.discover-page-reverse .reverse-second-chance-card .reverse-auctions-card-head p:not(.eyebrow) {
    margin-top: 1px;
    font-size: 11px;
    line-height: 1.25;
}

.discover-page-reverse .reverse-second-chance-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ffedd5;
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
}

.discover-page-reverse .reverse-second-chance-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.discover-page-reverse .reverse-second-chance-table th,
.discover-page-reverse .reverse-second-chance-table td {
    padding: 6px 8px;
    border-bottom: 1px solid #ffedd5;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    text-align: left;
    vertical-align: middle;
}

.discover-page-reverse .reverse-second-chance-table th {
    color: #9a3412;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.discover-page-reverse .reverse-second-chance-table tbody tr:last-child td {
    border-bottom: 0;
}

.discover-page-reverse .reverse-second-chance-domain-cell a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-page-reverse .reverse-second-chance-domain-cell span {
    display: inline-flex;
    margin-top: 2px;
    color: #c2410c;
    font-size: 9px;
    font-weight: 850;
}

.discover-page-reverse .reverse-second-chance-action-cell {
    text-align: right;
}

.discover-page-reverse .reverse-second-chance-action-cell .btn {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 10px;
}

.discover-page-reverse .reverse-auction-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 16px;
    align-items: stretch;
    margin-bottom: 14px;
    padding: 18px;
}

.discover-page-reverse .reverse-auction-detail-hero h1 {
    margin: 3px 0 8px;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950;
    line-height: 1;
    overflow-wrap: anywhere;
}

.discover-page-reverse .reverse-auction-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
}

.discover-page-reverse .reverse-auction-breadcrumb a {
    color: #0f6fdd;
    text-decoration: none;
}

.discover-page-reverse .reverse-auction-breadcrumb a:hover,
.discover-page-reverse .reverse-auction-breadcrumb a:focus-visible {
    color: #0b5bb5;
    text-decoration: underline;
}

.discover-page-reverse .reverse-auction-breadcrumb span::before {
    content: "/";
    margin-right: 8px;
    color: #cbd5e1;
}

.discover-page-reverse .reverse-auction-detail-hero p:not(.eyebrow) {
    max-width: 660px;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

.discover-page-reverse .reverse-auction-buy-panel {
    display: grid;
    gap: 9px;
    align-content: center;
    padding: 14px;
    border-radius: 14px;
    background: #fff7ed;
}

.discover-page-reverse .reverse-auction-buy-panel > span {
    color: #9a3412;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auction-buy-panel > strong {
    color: #dc2626;
    font-size: 32px;
    font-weight: 950;
    line-height: 1;
}

.discover-page-reverse .reverse-auction-next-price {
    margin: -2px 0 2px;
    color: #9a3412;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
}

.discover-page-reverse .reverse-auction-next-price strong,
.discover-page-reverse .reverse-auction-next-price [data-reverse-drop-countdown] {
    color: #dc2626;
    font-size: inherit;
}

.discover-page-reverse .reverse-auction-buy-panel .btn,
.discover-page-reverse .reverse-auction-buy-form,
.discover-page-reverse .reverse-auction-buy-form button {
    width: 100%;
}

.discover-page-reverse .reverse-auction-auth-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.discover-page-reverse .reverse-auction-detail-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.discover-page-reverse .reverse-auction-seo-card,
.discover-page-reverse .reverse-auction-details-card {
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.discover-page-reverse .reverse-auction-seo-card h2,
.discover-page-reverse .reverse-auction-details-card h2 {
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
}

.discover-page-reverse .reverse-auction-seo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.discover-page-reverse .reverse-auction-seo-grid div {
    min-width: 0;
    padding: 6px 7px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #f8fafc;
    text-align: center;
}

.discover-page-reverse .reverse-auction-seo-grid strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
}

.discover-page-reverse .reverse-auction-seo-grid span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 9px;
    font-weight: 850;
    line-height: 1.1;
}

.discover-page-reverse .reverse-auction-seo-card p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.25;
}

.discover-page-reverse .reverse-auction-details-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
}

.discover-page-reverse .reverse-auction-details-head h2 {
    margin: 0;
}

.discover-page-reverse .reverse-auction-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}

.discover-page-reverse .reverse-auction-detail-grid div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 5px 0;
    border-bottom: 1px solid #edf2f7;
}

.discover-page-reverse .reverse-auction-detail-grid div:last-child {
    border-bottom: 0;
}

.discover-page-reverse .reverse-auction-detail-grid dt {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auction-detail-grid dd {
    min-width: 0;
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: right;
    overflow-wrap: anywhere;
}

.discover-page-reverse .reverse-auction-seller-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.discover-page-reverse .reverse-auction-seller-line .sales-seller-avatar {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.discover-page-reverse .reverse-auction-seller-line span {
    display: block;
    color: #64748b;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auction-seller-line strong,
.discover-page-reverse .reverse-auction-seller-line a {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-card {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.discover-page-reverse .reverse-auction-drop-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.discover-page-reverse .reverse-auction-drop-head h2 {
    margin: 2px 0 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.15;
}

.discover-page-reverse .reverse-auction-next-drop {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: max-content;
    padding: 9px 11px;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
    text-align: right;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-next-drop span {
    color: #9a3412;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auction-next-drop strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-next-drop em,
.discover-page-reverse [data-reverse-drop-countdown] {
    color: #dc2626;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
}

.discover-page-reverse .reverse-auction-next-drop.is-complete {
    border-color: #e2e8f0;
    background: #f8fafc;
}

.discover-page-reverse .reverse-auction-next-drop.is-complete em {
    color: #64748b;
    font-weight: 850;
}

.discover-page-reverse .reverse-auction-drop-table-wrap {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
}

.discover-page-reverse .reverse-auction-drop-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.discover-page-reverse .reverse-auction-drop-table th,
.discover-page-reverse .reverse-auction-drop-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    vertical-align: middle;
}

.discover-page-reverse .reverse-auction-drop-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-table tbody tr:last-child td {
    border-bottom: 0;
}

.discover-page-reverse .reverse-auction-drop-table td strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-table td:nth-child(3) strong {
    color: #dc2626;
    font-size: 14px;
}

.discover-page-reverse .reverse-auction-drop-table td span {
    display: inline-block;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-table td[data-label="Dropped at"],
.discover-page-reverse .reverse-auction-drop-table td[data-label="Price after drop"],
.discover-page-reverse .reverse-auction-drop-table td[data-label="Next drop"] {
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-table td small {
    display: inline-block;
    margin-top: 0;
    margin-left: 6px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.discover-page-reverse .reverse-auction-drop-empty,
.discover-page-reverse .reverse-auction-drop-note {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.discover-page-reverse .reverse-auction-drop-note {
    margin-top: 10px;
}

.discover-page-reverse .reverse-auction-drop-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.discover-page-reverse .reverse-auction-drop-pagination span:not(.btn) {
    color: #64748b;
    font-size: 12px;
    font-weight: 850;
}

.discover-page-reverse .reverse-auction-back-link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    color: #0f6fdd;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.discover-page-reverse .reverse-auction-back-link:hover,
.discover-page-reverse .reverse-auction-back-link:focus-visible {
    color: #0b5bb5;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .discover-page-reverse .reverse-auction-seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .discover-page-reverse .reverse-auction-detail-layout {
        grid-template-columns: 1fr;
    }

    .discover-page-reverse .reverse-auction-seo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.discover-auctions-rail .dash-feed-label {
    min-width: 0;
}

.discover-auctions-view {
    color: #0f6fdd;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.discover-auction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 30px;
    padding: 6px 4px;
    border-bottom: 1px solid #f3f4f6;
    color: #050816;
    text-decoration: none;
}

.discover-auction-row:last-child {
    border-bottom: 0;
}

.discover-auction-row:hover {
    background: #f8fafc;
}

.discover-auction-domain {
    min-width: 0;
    overflow: hidden;
    color: #111827;
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-auction-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.discover-auction-meta strong {
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
}

.discover-auctions-view-footer {
    display: block;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid #f3f4f6;
    text-align: right;
}

.discover-sealed-bids-rail .discover-auction-meta {
    gap: 6px;
}

.discover-sealed-bids-rail .discover-auction-meta strong {
    color: #1d4ed8;
}

.domain-ratings-rail {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.domain-rating-chart-section {
    display: grid;
    gap: 7px;
}

.domain-rating-chart-section h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    padding: 7px 8px;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.domain-rating-chart-section h3 span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.domain-rating-chart-list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.domain-rating-chart-list li {
    min-width: 0;
}

.domain-rating-chart-list a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 6px;
    border-radius: 7px;
    color: #050816;
    text-decoration: none;
}

.domain-rating-chart-list a:hover,
.domain-rating-chart-list a:focus-visible {
    background: #f8fafc;
}

.domain-rating-chart-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #eef2ff;
    color: #475569;
    font-size: 9px;
    font-weight: 950;
}

.domain-rating-chart-domain {
    min-width: 0;
    overflow: hidden;
    color: #111827;
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.domain-rating-chart-score {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    min-width: 32px;
    justify-content: center;
    padding: 3px 6px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.domain-rating-chart-score strong {
    font-size: 10px;
    font-weight: 950;
}

.domain-rating-chart-up .domain-rating-chart-score {
    background: #ecfdf5;
    color: #047857;
}

.domain-rating-chart-down .domain-rating-chart-score {
    background: #fef2f2;
    color: #b91c1c;
}

.discover-today-rail dl {
    gap: 0;
}

.discover-today-rail dl div {
    position: relative;
    justify-content: flex-start;
    min-height: 32px;
    padding: 5px 6px 5px 38px;
    border: 0;
    border-radius: 7px;
    background: transparent;
}

.discover-today-rail dt {
    color: #050816;
    font-size: 11px;
    font-weight: 850;
}

.discover-today-rail dd {
    margin-left: auto;
    color: #050816;
    font-size: 12px;
    font-weight: 950;
}

.discover-today-rail dl div::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    transform: translateY(-50%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .14), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.discover-today-rail dl div:nth-child(1)::before {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
}

.discover-today-rail dl div:nth-child(2)::before {
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
}

.discover-today-rail dl div:nth-child(3)::before {
    background: linear-gradient(135deg, #f97316 0%, #facc15 100%);
}

.discover-today-rail dl div:nth-child(4)::before {
    background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
}

.discover-today-rail dl div::after {
    position: absolute;
    left: 5px;
    top: 50%;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    transform: translateY(-50%);
}

.discover-today-rail dl div:nth-child(1)::after { content: "\f02c"; }
.discover-today-rail dl div:nth-child(2)::after { content: "\f154"; }
.discover-today-rail dl div:nth-child(3)::after { content: "\f063"; }
.discover-today-rail dl div:nth-child(4)::after { content: "\f0c0"; }

.your-discover-rail .dash-insight-row {
    padding: 5px 6px;
}

.dash-insight-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 4px;
    border-radius: 6px;
}

.dash-insight-row:hover {
    background: #f9fafb;
}

.dash-insight-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dash-insight-name {
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.dash-insight-desc {
    color: var(--dui-muted-light);
    font-size: 10px;
    line-height: 1.3;
}

.rail-card h3,
.collection-card h2,
.request-card h2,
.seller-card h2,
.message-row strong {
    color: var(--dui-text);
    font-size: 13px;
    font-weight: 850;
}

.discover-messages-panel {
    padding: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.discover-messages-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.discover-messages-head > div:first-child {
    min-width: 0;
    margin-right: auto;
}

.discover-messages-head h1 {
    margin: 0 0 3px;
    color: #071426;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 950;
}

.discover-messages-head p:not(.eyebrow) {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.discover-message-count {
    display: grid;
    place-items: center;
    min-width: 92px;
    padding: 8px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fafc;
}

.discover-message-count strong {
    color: #071426;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
}

.discover-message-count span {
    margin-top: 3px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.discover-message-count.unread {
    border-color: rgba(249, 115, 22, .24);
    background: #fff7ed;
}

.discover-message-count.unread strong,
.discover-message-count.unread span {
    color: #c2410c;
}

.discover-message-list {
    display: grid;
    gap: 5px;
}

.discover-inbox-layout {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.discover-message-row {
    display: block;
    align-items: center;
    min-height: 0;
    padding: 7px 9px;
    border: 1px solid #e5edf5;
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.discover-message-row:hover,
.discover-message-row:focus-visible {
    border-color: rgba(15, 111, 125, .3);
    background: #fbfdff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    outline: none;
    transform: translateY(-1px);
}

.discover-message-row.has-unread {
    border-color: rgba(15, 111, 125, .25);
    background: #f7fcfd;
}

.discover-message-row.is-active {
    border-color: rgba(15, 111, 125, .45);
    background: #eefbff;
    box-shadow: inset 3px 0 0 var(--dui-primary);
}

.discover-message-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 15px;
}

.discover-message-main {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.discover-message-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
}

.discover-message-topline strong {
    min-width: 0;
    overflow: hidden;
    color: #071426;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-message-subline {
    display: block;
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-message-subline span {
    color: #94a3b8;
    font-weight: 750;
}

.discover-message-unread {
    flex: 0 0 auto;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.discover-message-topline em {
    flex: 0 0 auto;
    color: #94a3b8;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.discover-message-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.discover-message-meta span {
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.discover-message-snippet {
    overflow: hidden;
    color: #475569;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-message-action {
    color: #94a3b8;
    text-align: right;
}

.discover-thread-panel {
    min-height: 360px;
    padding: 12px;
    border: 1px solid #e5edf5;
    border-radius: 14px;
    background: #fbfdff;
}

.discover-thread-empty {
    display: grid;
    place-items: center;
    min-height: 300px;
    gap: 7px;
    color: #64748b;
    text-align: center;
}

.discover-thread-empty i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 18px;
}

.discover-thread-empty strong {
    color: #071426;
    font-size: 16px;
    font-weight: 950;
}

.discover-thread-empty span {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.discover-thread-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5edf5;
}

.discover-thread-head h2 {
    margin: 0 0 3px;
    color: #071426;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.discover-thread-head p:not(.eyebrow) {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.discover-thread-messages {
    display: grid;
    gap: 8px;
    max-height: 470px;
    overflow: auto;
    padding-right: 3px;
}

.discover-thread-message {
    width: min(86%, 560px);
    padding: 9px 10px;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
}

.discover-thread-message.is-own {
    justify-self: end;
    border-color: rgba(15, 111, 125, .24);
    background: #eefbff;
}

.discover-thread-message div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 5px;
}

.discover-thread-message strong {
    color: #071426;
    font-size: 12px;
    font-weight: 950;
}

.discover-thread-user-link {
    color: #0f6f7d;
    font-weight: 950;
    text-decoration: none;
}

.discover-thread-user-link:hover,
.discover-thread-user-link:focus-visible {
    color: var(--dui-primary);
    text-decoration: underline;
    outline: none;
}

.discover-thread-message time {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 850;
}

.discover-thread-message p {
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.38;
    overflow-wrap: anywhere;
}

.discover-thread-message p a {
    color: #0f766e;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.discover-thread-reply {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5edf5;
}

.discover-thread-reply label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.discover-thread-reply textarea {
    width: 100%;
    min-height: 72px;
    padding: 9px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
    line-height: 1.35;
    resize: vertical;
    outline: none;
    text-transform: none;
}

.discover-thread-reply textarea:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .14);
}

.discover-thread-reply .btn {
    min-height: 42px;
}

.discover-buy-now-draft {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
}

.discover-buy-now-summary {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
    gap: 6px 10px;
    padding: 10px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
}

.discover-buy-now-summary span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.discover-buy-now-summary strong {
    min-width: 0;
    color: #071426;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.discover-buy-now-draft .view-note {
    grid-column: 1 / -1;
    margin: 0;
}

.discover-auction-response {
    display: grid;
    gap: 12px;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #facc15;
    border-radius: 14px;
    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 58%, #f8fafc 100%);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
}

.discover-auction-response-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.discover-auction-response-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #111827;
    color: #facc15;
    font-size: 15px;
}

.discover-auction-response-head > div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.discover-auction-response-head strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
}

.discover-auction-response-head span {
    color: #475569;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

.discover-auction-response-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, .5fr);
    gap: 8px;
}

.discover-auction-response-summary div {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
}

.discover-auction-response-summary span,
.discover-auction-response-note > span {
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .35px;
    line-height: 1;
    text-transform: uppercase;
}

.discover-auction-response-summary strong {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-auction-response-summary div:last-child strong {
    color: #047857;
}

.discover-auction-response-note {
    display: grid;
    gap: 6px;
}

.discover-auction-response textarea {
    min-height: 54px;
}

.discover-auction-response-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.discover-auction-response-actions .btn {
    min-width: 112px;
    gap: 7px;
}

.discover-auction-response-actions .btn-secondary {
    border-color: #fecaca;
    background: #fff;
    color: #b91c1c;
}

.discover-auction-response.is-readonly {
    border-color: #dbe4ef;
    background: #f8fafc;
    box-shadow: none;
}

@media (max-width: 760px) {
    .discover-messages-head {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .discover-message-count {
        min-width: 0;
        padding: 7px 9px;
    }

    .discover-message-row {
        min-height: 0;
        padding: 8px 9px;
    }

    .discover-message-icon {
        width: 34px;
        height: 34px;
    }

    .discover-message-action {
        display: none;
    }

    .discover-message-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .discover-message-topline strong,
    .discover-message-snippet {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .discover-inbox-layout {
        grid-template-columns: 1fr;
    }

    .discover-thread-panel {
        min-height: 0;
    }

    .discover-thread-messages {
        max-height: none;
    }

    .discover-thread-message {
        width: 100%;
    }

    .discover-thread-reply {
        grid-template-columns: 1fr;
    }

    .discover-thread-reply .btn {
        width: 100%;
    }

    .discover-auction-response-summary {
        grid-template-columns: 1fr;
    }

    .discover-auction-response-actions {
        justify-content: stretch;
    }

    .discover-auction-response-actions .btn {
        flex: 1 1 130px;
    }

    .discover-buy-now-summary {
        grid-template-columns: 1fr;
    }
}

.right-rail .rail-card {
    color: #050816;
}

.right-rail .dash-feed-label,
.right-rail .dash-side-name,
.right-rail .dash-side-desc,
.right-rail .dash-insight-name,
.right-rail .dash-insight-desc,
.right-rail .rail-card dt,
.right-rail .rail-card dd,
.right-rail .rail-card h3,
.right-rail .rail-card p,
.right-rail .muted {
    color: #050816;
}

.right-rail .dash-side-desc,
.right-rail .dash-insight-desc,
.right-rail .rail-card dt {
    opacity: .72;
}

.right-rail .dash-feed-icon,
.right-rail .dash-side-icon,
.right-rail .dash-insight-icon {
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .14), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.right-rail .dash-cic-purple,
.right-rail .dash-sic-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
}

.right-rail .dash-cic-teal,
.right-rail .dash-sic-teal {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
}

.right-rail .dash-cic-blue,
.right-rail .dash-sic-blue {
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
}

.right-rail .dash-cic-amber,
.right-rail .dash-sic-amber {
    background: linear-gradient(135deg, #f97316 0%, #facc15 100%);
}

.right-rail .dash-sic-emerald {
    background: linear-gradient(135deg, #059669 0%, #22c55e 100%);
}

.right-rail .rail-card dl div,
.right-rail .dash-side-item,
.right-rail .dash-insight-row {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.right-rail .dash-side-item:hover,
.right-rail .dash-insight-row:hover {
    background: #f8fafc;
}

.right-rail .dash-insight-row {
    min-height: 32px;
    padding: 5px 6px;
}

.right-rail .dash-insight-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 10px;
}

.right-rail .dash-insight-name,
.right-rail .rail-card dt {
    font-size: 11px;
    font-weight: 850;
}

.right-rail .dash-insight-desc {
    font-size: 10px;
}

.right-rail .ext-interest-row,
.dash-sidebar .ext-interest-row {
    min-height: 24px;
}

.dash-sidebar .ext-interest-row {
    padding-top: 3px;
    padding-bottom: 3px;
}

.right-rail .ext-interest-row .dash-insight-text,
.dash-sidebar .ext-interest-row .dash-insight-text {
    display: block;
    min-width: 0;
}

.right-rail .ext-interest-row .dash-insight-name,
.dash-sidebar .ext-interest-row .dash-insight-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.watchlist-table-panel {
    padding: 12px;
}

.watchlist-domain-table table {
    table-layout: auto;
}

.watchlist-domain-table th,
.watchlist-domain-table td {
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.watchlist-domain-table .compact-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.collection-grid-public {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.collection-card-public {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 190px;
    padding: 18px;
}

.collection-card-public h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.collection-grid-public .collection-card-public h2 {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collection-card-public h2 a {
    color: #111827;
    text-decoration: none;
}

.collection-card-public h2 a:hover {
    color: var(--dui-primary);
}

.collection-card-public p:not(.eyebrow) {
    margin: 0;
    color: var(--dui-muted);
    font-size: 13px;
    line-height: 1.45;
}

.collection-card-public .card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    color: #475569;
    font-size: 12px;
    font-weight: 750;
}

.collection-card-public .card-meta span {
    padding: 5px 8px;
    border-radius: 999px;
    background: #f1f5f9;
}

.collection-card-public .btn {
    align-self: flex-start;
}

.collection-market-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    gap: 12px;
    min-height: 0;
    padding: 16px;
    border-color: #dbeafe;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .95), rgba(255, 255, 255, .98) 58%),
        #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .07);
}

.collection-grid-public .collection-card-public {
    width: 100%;
    height: 326px;
    min-width: 0;
}

.collection-card-glow {
    position: absolute;
    inset: -42px -32px auto auto;
    z-index: -1;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(15, 111, 221, .16), rgba(15, 111, 221, 0) 68%);
}

.collection-market-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.collection-grid-public .collection-market-head {
    min-height: 58px;
}

.collection-market-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #0f6fdd;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(15, 111, 221, .2);
}

.collection-market-head .eyebrow {
    margin: 0 0 3px;
    color: #0f6fdd;
}

.collection-market-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection-grid-public .collection-market-description {
    min-height: 38px;
}

.collection-market-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    background: rgba(255, 255, 255, .72);
}

.collection-market-price span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.collection-market-price strong {
    color: #0f172a;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-market-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.collection-market-stats div {
    display: grid;
    gap: 2px;
    padding: 8px 6px;
    text-align: center;
}

.collection-market-stats div + div {
    border-left: 1px solid #e2e8f0;
}

.collection-market-stats dt {
    color: #0f172a;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-market-stats dd {
    margin: 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 850;
}

.collection-market-action {
    justify-self: start;
    margin-top: auto;
}

.collection-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fbfdff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.collection-detail-copy h1 {
    margin: 2px 0 5px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 950;
}

.collection-detail-copy p:not(.eyebrow) {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
}

.collection-detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
}

.collection-detail-stats span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-height: 28px;
    padding: 5px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #fff;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.collection-detail-stats strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
}

.collection-detail-seller {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-content: start;
    align-items: center;
    gap: 7px 10px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.collection-seller-avatar {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    border-radius: 11px;
}

.collection-detail-seller span {
    color: #64748b;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    line-height: 1;
}

.collection-detail-seller strong {
    overflow: hidden;
    color: #111827;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-detail-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
}

.collection-detail-actions .btn {
    flex: 1 1 calc(50% - 3px);
    min-height: 28px;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.collection-detail-actions .btn-offer,
.collection-detail-actions .btn-secondary {
    border-color: #dbe4ef;
    background: #f8fafc;
    color: #334155;
    box-shadow: none;
}

.collection-detail-actions .btn-offer:hover,
.collection-detail-actions .btn-offer:focus-visible,
.collection-detail-actions .btn-secondary:hover,
.collection-detail-actions .btn-secondary:focus-visible {
    border-color: #bfdbfe;
    background: #eef6ff;
    color: #0f172a;
}

.collection-detail-seller > .btn {
    grid-column: 1 / -1;
    justify-self: center;
    display: inline-flex;
    width: auto;
    min-width: 112px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-color: #dbe4ef;
    background: #fff;
    color: #334155;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: none;
}

.collection-detail-seller > .btn:hover,
.collection-detail-seller > .btn:focus-visible {
    border-color: #bfdbfe;
    background: #eef6ff;
    color: #0f172a;
}

.collection-showcase {
    display: grid;
    gap: 12px;
}

.collection-domain-table-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 10px;
}

.collection-domain-table-head h2 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.collection-domain-table-head p {
    margin: 0;
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 750;
}

.collection-domain-tile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 180px) minmax(150px, auto);
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid var(--dui-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.collection-domain-name {
    display: inline-block;
    max-width: 100%;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 950;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.collection-domain-name:hover {
    color: var(--dui-primary);
}

.collection-domain-main p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 7px 0 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.collection-domain-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.collection-domain-meta span + span::before {
    content: "|";
    margin-right: 6px;
    color: #cbd5e1;
}

.collection-domain-price span,
.collection-domain-price strong {
    display: block;
}

.collection-domain-price span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.collection-domain-price strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 950;
}

.collection-domain-offers strong {
    color: #c2410c;
    font-size: 14px;
}

.collection-domain-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
}

.collection-domain-actions .btn {
    min-height: 36px;
    padding: 8px 11px;
    white-space: nowrap;
}

.seller-profile {
    display: flex;
}

.seller-profile-hero {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.seller-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #f0fdfa;
    color: var(--dui-primary);
    font-size: 22px;
    font-weight: 900;
}

.seller-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.seller-directory-head {
    margin-bottom: 10px;
}

.seller-featured-section {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.seller-section-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.seller-section-title h2 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 950;
}

.seller-section-title p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.seller-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seller-directory-card {
    display: grid;
    gap: 12px;
    padding: 15px;
    border: 1px solid #dbe4ef;
    border-radius: 15px;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, .82), rgba(255, 255, 255, 1) 42%),
        #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.seller-directory-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.seller-directory-avatar {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 14px;
    font-size: 19px;
}

.seller-directory-identity {
    min-width: 0;
}

.seller-directory-kicker,
.seller-directory-username,
.seller-directory-identity p {
    display: block;
    margin: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
}

.seller-directory-kicker {
    color: #0d9488;
    font-size: 10px;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.seller-directory-identity h2 {
    margin: 2px 0 2px;
    color: #071426;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.seller-directory-identity h2 a:hover,
.seller-directory-identity h2 a:focus-visible {
    color: #0d9488;
}

.seller-directory-username {
    color: #334155;
}

.seller-directory-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
}

.seller-directory-stats div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 6px;
    padding: 8px 9px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: rgba(255, 255, 255, .86);
    text-align: left;
}

.seller-directory-stats dt {
    color: #071426;
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
}

.seller-directory-stats dd {
    margin: 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}

.seller-directory-action {
    justify-self: stretch;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
}

.seller-directory-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .075);
}

.seller-directory-table-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.seller-directory-table-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border-bottom: 1px solid #e5edf6;
    background: #f8fafc;
}

.seller-directory-table-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
}

.seller-directory-table-head p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.seller-directory-table-wrap {
    overflow-x: auto;
}

.seller-directory-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.seller-directory-table th,
.seller-directory-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #edf2f7;
    color: #334155;
    text-align: center;
    vertical-align: middle;
}

.seller-directory-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.seller-directory-table th:first-child,
.seller-directory-table td:first-child {
    width: 31%;
    padding-left: 14px;
    text-align: left;
}

.seller-directory-table th:last-child,
.seller-directory-table td:last-child {
    width: 64px;
}

.seller-table-person {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.seller-table-avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    font-size: 12px;
}

.seller-table-person span,
.seller-table-person strong,
.seller-table-person em {
    display: block;
    min-width: 0;
}

.seller-table-person strong {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
}

.seller-table-person strong a {
    color: inherit;
    text-decoration: none;
}

.seller-table-person strong a:hover {
    color: var(--dui-primary);
}

.seller-table-person em {
    margin-top: 1px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 750;
}

.seller-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.seller-stat {
    padding: 11px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #f8fafc;
}

.seller-stat b {
    display: block;
    color: var(--dui-text);
    font-size: 16px;
    font-weight: 900;
}

.seller-stat span {
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 700;
}

.seller-control-profile-panel {
    margin: 10px 0;
    padding: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}

.seller-control-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.seller-control-profile-head h2 {
    margin: 2px 0 4px;
    color: #111827;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
}

.seller-control-profile-head p:not(.eyebrow) {
    margin: 0;
    color: var(--dui-muted);
    font-size: 12px;
    line-height: 1.35;
}

.seller-control-profile-head a:not(.btn) {
    color: var(--dui-primary);
    font-weight: 800;
}

.seller-control-profile-grid {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.seller-control-avatar-card {
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 9px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
}

.seller-profile-settings-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
}

.seller-control-avatar-preview {
    display: grid;
    place-items: center;
}

.seller-control-avatar-card strong {
    color: #111827;
    font-size: 13px;
    font-weight: 900;
}

.seller-control-avatar-card span,
.seller-control-avatar-card p {
    display: none;
    margin: 0;
    color: var(--dui-muted);
    font-size: 11px;
    line-height: 1.35;
}

.seller-control-profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.seller-control-profile-layout {
    display: block;
}

.seller-control-profile-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.seller-control-profile-form label {
    display: grid;
    gap: 4px;
    color: var(--dui-muted);
    font-size: 11px;
    font-weight: 850;
}

.seller-control-profile-form input[type="text"],
.seller-control-profile-form input[type="email"],
.seller-control-profile-form input[type="file"] {
    width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    border: 1px solid var(--dui-border);
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font: inherit;
    font-size: 13px;
    outline: none;
}

.seller-control-profile-form input[type="file"] {
    padding: 7px 9px;
    cursor: pointer;
}

.seller-control-avatar-upload {
    width: 100%;
    margin-top: 3px;
    padding: 7px;
    border: 1px dashed #b7c8d8;
    border-radius: 10px;
    background: #f8fafc;
    text-align: left;
}

.seller-control-avatar-upload span {
    display: block;
    margin-top: 3px;
    color: #0f6f7d;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
}

.seller-control-profile-form input[readonly] {
    background: #f1f5f9;
    color: #64748b;
}

.seller-control-profile-form input:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .15);
}

.seller-control-profile-check {
    align-self: center;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 8px !important;
    color: #374151 !important;
}

.seller-control-profile-actions {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.public-profile-settings-panel {
    display: grid;
    gap: 9px;
    margin: 0 0 10px;
    padding: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}

.public-profile-settings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.public-profile-settings-head .btn {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    white-space: nowrap;
}

.public-profile-settings-head h2 {
    margin: 2px 0 4px;
    color: #111827;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
}

.public-profile-settings-head p:not(.eyebrow),
.public-profile-settings-panel > div > p.muted {
    margin: 0;
    color: var(--dui-muted);
    font-size: 12px;
    line-height: 1.35;
}

.public-profile-settings-form {
    display: grid;
    gap: 9px;
}

.public-profile-settings-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.public-profile-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 9px;
    border: 1px solid #dbe4ef;
    border-radius: 11px;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
}

.public-profile-switch:hover {
    border-color: #b8c7d9;
    background: #f3f7fb;
}

.public-profile-tile-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 310px);
    gap: 12px;
    align-items: center;
    padding: 11px 12px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #fff);
}

.public-profile-tile-toggle.unavailable {
    border-color: #e5e7eb;
    background: #f8fafc;
}

.public-profile-tile-toggle h3 {
    margin: 0 0 3px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 950;
}

.public-profile-tile-toggle p {
    margin: 0;
    color: #475569;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.public-profile-switch.compact-switch {
    min-height: 40px;
    margin: 0;
    background: #fff;
}

.public-profile-switch input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    accent-color: var(--dui-primary);
}

.public-profile-switch span,
.public-profile-switch strong,
.public-profile-switch em {
    display: block;
}

.public-profile-switch strong {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
}

.public-profile-switch em {
    margin-top: 1px;
    color: var(--dui-muted);
    font-size: 10px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 650;
}

.public-profile-settings-actions {
    display: flex;
    justify-content: flex-end;
}

.public-profile-settings-actions .btn {
    min-height: 36px;
    padding: 8px 12px;
}

.view-controls {
    display: inline-flex;
    gap: 6px;
}

.compact-domain-table {
    overflow-x: auto;
    margin-bottom: 14px;
}

.compact-domain-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.compact-domain-table th,
.compact-domain-table td {
    padding: 6px 8px;
    border-bottom: 1px solid var(--dui-border-soft);
    text-align: left;
    line-height: 1.15;
    white-space: nowrap;
}

.compact-domain-table th {
    color: var(--dui-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.compact-domain-table td {
    color: var(--dui-text);
    font-weight: 650;
}

.compact-domain-table .compact-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    white-space: nowrap;
}

.compact-domain-table .compact-actions .inline-action {
    display: inline-flex;
    margin: 0;
}

.compact-domain-table .compact-actions .btn {
    min-height: 26px;
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.compact-domain-table .compact-actions .icon-btn {
    flex: 0 0 26px;
    width: 26px;
    min-height: 26px;
    height: 26px;
    border-radius: 7px;
    font-size: 11px;
}

.compact-domain-table th:nth-child(1),
.compact-domain-table td:nth-child(1) {
    width: 28%;
}

.compact-domain-table th:nth-child(2),
.compact-domain-table td:nth-child(2),
.compact-ext-cell {
    width: 7%;
    text-align: center;
}

.compact-domain-table th:nth-child(3),
.compact-domain-table td:nth-child(3) {
    width: 14%;
}

.compact-domain-table th:nth-child(4),
.compact-domain-table td:nth-child(4),
.compact-domain-table th:nth-child(5),
.compact-domain-table td:nth-child(5) {
    width: 12%;
}

.compact-domain-table th:nth-child(6),
.compact-domain-table td:nth-child(6) {
    width: 9%;
}

.compact-domain-table th:nth-child(7),
.compact-domain-table td:nth-child(7) {
    width: 18%;
}

.publish-panel .compact-domain-table {
    margin-bottom: 10px;
}

.seller-profile-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #dbe4ef;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, .94), rgba(255, 255, 255, .98)),
        #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.seller-profile-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.seller-profile-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 21px;
    box-shadow: inset 0 0 0 1px rgba(15, 111, 125, .12);
}

.seller-profile-copy {
    min-width: 0;
}

.seller-profile-copy .eyebrow {
    margin: 0 0 3px;
    color: #0f6f7d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.seller-profile-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.seller-profile-meta {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.seller-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(78px, 1fr));
    gap: 8px;
    min-width: 360px;
}

.seller-profile-stats span {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: rgba(255, 255, 255, .82);
    text-align: center;
}

.seller-profile-stats strong {
    color: #0f172a;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
}

.seller-profile-stats em {
    color: #64748b;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
    text-transform: uppercase;
}

.seller-profile-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.seller-private-profile-shell {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    margin: 0 0 10px;
    padding: 12px 14px;
    border-radius: 14px;
}

.seller-private-profile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.seller-private-profile-top .seller-profile-main {
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.seller-private-profile-top .seller-profile-avatar {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    font-size: 20px;
}

.seller-private-profile-top .seller-profile-copy {
    min-width: 0;
}

.seller-private-profile-top .seller-profile-copy h1 {
    margin: 1px 0 2px;
    font-size: clamp(21px, 2.4vw, 27px);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.seller-private-profile-top .seller-profile-meta {
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
}

.seller-private-profile-top .seller-profile-actions {
    flex: 0 0 auto;
    align-self: center;
}

.seller-private-profile-top .seller-profile-actions .btn {
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 9px;
    font-size: 12px;
}

.seller-private-profile-shell .private-profile-tabs {
    margin: 0;
}

.tabs.owner-profile-mode-tabs,
.owner-profile-mode-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 12px;
    width: min(100%, 420px);
    max-width: 100%;
    margin: 0 auto 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tabs.owner-profile-mode-tabs a,
.owner-profile-mode-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #cfddea;
    border-radius: 9px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
}

.tabs.owner-profile-mode-tabs a.active,
.owner-profile-mode-tabs a.active {
    background: #fff;
    border-color: rgba(13, 148, 136, .45);
    color: #0d9488;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .08);
}

.tabs.owner-profile-mode-tabs a:hover,
.tabs.owner-profile-mode-tabs a:focus-visible,
.owner-profile-mode-tabs a:hover,
.owner-profile-mode-tabs a:focus-visible {
    background: #fff;
    color: #0d9488;
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 148, 136, .12);
}

.tabs.owner-profile-mode-tabs a.active:hover,
.tabs.owner-profile-mode-tabs a.active:focus-visible,
.owner-profile-mode-tabs a.active:hover,
.owner-profile-mode-tabs a.active:focus-visible {
    background: #fff;
    color: #0d9488;
}

.tabs.owner-profile-mode-tabs i,
.owner-profile-mode-tabs i {
    width: 14px;
    flex: 0 0 14px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.private-profile-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}

.private-profile-top-grid .seller-profile-shell,
.private-profile-top-grid .public-profile-settings-panel {
    height: 100%;
    margin: 0;
}

.private-profile-top-grid .seller-profile-shell {
    grid-template-columns: 1fr;
}

.private-profile-top-grid .public-profile-settings-panel {
    align-content: start;
}

.private-profile-tabs {
    display: flex;
    gap: 6px;
    margin: 0 0 10px;
    padding: 5px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #f8fafc;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.private-profile-tabs::-webkit-scrollbar {
    display: none;
}

.private-profile-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: none;
    white-space: nowrap;
}

.private-profile-tabs a.active {
    border-color: rgba(15, 111, 221, .2);
    background: #fff;
    color: #0f6fdd;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}

.private-profile-tabs a:hover,
.private-profile-tabs a:focus-visible {
    border-color: #0f6fdd;
    box-shadow: 0 0 0 3px rgba(15, 111, 221, .12);
}

.private-profile-tabs i {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 7px;
    font-size: 11px;
    background: #e8f7f8;
    color: #0f6f7d;
}

.private-profile-tabs a.active i {
    background: #dbeafe;
    color: #0f6fdd;
}

.private-profile-tabs span,
.private-profile-tabs em {
    display: block;
}

.private-profile-tabs em {
    display: none;
    margin-top: 1px;
    color: #64748b;
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
}

.private-profile-settings-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: 12px;
    align-items: start;
}

.private-profile-settings-grid .seller-control-profile-panel,
.private-profile-settings-grid .public-profile-settings-panel {
    height: auto;
    margin: 0;
}

.seller-auctions-panel {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.seller-auctions-head,
.seller-auctions-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.seller-auctions-head h2,
.seller-auctions-content-head h3 {
    margin: 0;
    color: #0f172a;
    font-weight: 950;
}

.seller-auctions-head h2 {
    font-size: 22px;
}

.seller-auctions-head p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 650;
}

.seller-auctions-content-head h3 {
    font-size: 16px;
}

.seller-auctions-content-head span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.seller-auction-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px;
}

.seller-auction-tabs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.seller-auction-tabs a span {
    display: inline-grid;
    min-width: 24px;
    min-height: 22px;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 11px;
    font-weight: 950;
}

.seller-auction-tabs a.active {
    border-color: rgba(15, 111, 221, .32);
    background: #eff6ff;
    color: #0f6fdd;
}

.seller-auction-tabs a.active span {
    background: #dbeafe;
    color: #0f6fdd;
}

.seller-auction-tabs a:hover,
.seller-auction-tabs a:focus-visible {
    border-color: #0f6fdd;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 111, 221, .12);
}

.seller-auctions-content {
    display: grid;
    gap: 10px;
}

.seller-auction-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.seller-auction-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.seller-auction-table th,
.seller-auction-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.seller-auction-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.seller-auction-table tr:last-child td {
    border-bottom: 0;
}

.seller-auction-domain {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.seller-auction-domain + span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
}

.seller-auction-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.seller-auction-status-live {
    background: #dcfce7;
    color: #166534;
}

.seller-auction-status-pending {
    background: #fef3c7;
    color: #92400e;
}

.seller-auction-status-finished {
    background: #e0f2fe;
    color: #075985;
}

.seller-auction-empty {
    display: grid;
    gap: 3px;
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
}

.seller-auction-empty strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
}

.seller-auction-empty span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.seller-auctions-overview {
    gap: 14px;
}

.seller-auction-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.seller-auction-summary-grid div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 9px 11px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc, #fff);
}

.seller-auction-summary-grid span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.seller-auction-summary-grid strong {
    color: #0f172a;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.seller-auction-family-grid {
    display: grid;
    gap: 12px;
}

.seller-auction-type-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 6px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #f8fafc;
}

.seller-auction-type-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #475569;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.seller-auction-type-tabs a:hover,
.seller-auction-type-tabs a:focus-visible {
    color: #0f6f7d;
    background: #fff;
    outline: 2px solid rgba(15, 111, 125, .18);
    outline-offset: 1px;
}

.seller-auction-type-tabs a.active {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .08);
}

.seller-auction-type-tabs i {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 8px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 11px;
}

.seller-auction-type-tabs a:nth-child(2) i {
    background: #fff7ed;
    color: #c2410c;
}

.seller-auction-type-tabs a:nth-child(3) i {
    background: #eff6ff;
    color: #0f6fdd;
}

.seller-auction-type-tabs span {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-auction-type-tabs strong {
    display: inline-grid;
    min-width: 23px;
    height: 23px;
    place-items: center;
    padding: 0 6px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.seller-auction-family-card,
.seller-auction-ledger-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .035);
}

.seller-auction-family-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.seller-auction-family-head > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.seller-auction-family-head i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 10px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 14px;
}

.seller-auction-family-reverse .seller-auction-family-head i {
    background: #fff7ed;
    color: #c2410c;
}

.seller-auction-family-domain .seller-auction-family-head i {
    background: #eff6ff;
    color: #0f6fdd;
}

.seller-auction-family-head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 950;
}

.seller-auction-family-head p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.seller-auction-family-counts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.seller-auction-family-counts span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
}

.seller-auction-family-counts em {
    color: #64748b;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.seller-auction-family-counts strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 950;
}

.seller-auction-card-tabs {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: min(100%, 360px);
    padding: 4px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fafc;
}

.seller-auction-card-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 9px;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.seller-auction-card-tabs a:hover,
.seller-auction-card-tabs a:focus-visible {
    color: #0f6f7d;
    background: #fff;
    outline: 2px solid rgba(15, 111, 125, .18);
    outline-offset: 1px;
}

.seller-auction-card-tabs a.active {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .08);
}

.seller-auction-card-tabs strong {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding: 0 6px;
    border-radius: 999px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.seller-auction-stage {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.seller-auction-stage-live {
    background: #dcfce7;
    color: #166534;
}

.seller-auction-stage-pending {
    background: #fef3c7;
    color: #92400e;
}

.seller-auction-stage-finished {
    background: #e0f2fe;
    color: #075985;
}

.seller-auction-overview-table {
    min-width: 860px;
}

.seller-auction-ledger-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.domain-auctions-shell,
.domain-auction-detail {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.domain-auctions-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(232, 247, 248, .92), rgba(255, 255, 255, .98)),
        #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.domain-auctions-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.06;
    font-weight: 950;
}

.domain-auctions-hero p:not(.eyebrow) {
    max-width: 760px;
    margin: 5px 0 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
}

.domain-auction-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.domain-auction-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .035);
}

.domain-auction-tabs a span {
    display: inline-grid;
    min-width: 22px;
    min-height: 20px;
    place-items: center;
    padding: 0 6px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 950;
}

.domain-auction-tabs a.active {
    border-color: rgba(13, 148, 136, .42);
    background: #ecfdf5;
    color: #0f766e;
}

.domain-auction-tabs a.active span {
    background: #ccfbf1;
    color: #0f766e;
}

.domain-auction-filterbar {
    display: grid;
    grid-template-columns: minmax(190px, 1.25fr) repeat(5, minmax(92px, 1fr)) auto;
    gap: 7px;
    align-items: end;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, .98), rgba(255, 255, 255, .98)),
        #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.domain-auction-filterbar label {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.domain-auction-filterbar span {
    color: #64748b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.domain-auction-filterbar input,
.domain-auction-filterbar select {
    min-height: 32px;
    width: 100%;
    min-width: 0;
    padding: 6px 8px;
    border: 1px solid #cfddea;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
}

.domain-auction-filter-actions {
    display: flex;
    gap: 5px;
}

.domain-auction-filter-actions .btn {
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.domain-auctions-table-card,
.domain-auction-history-card,
.domain-auction-bid-panel,
.domain-auction-stats-panel {
    border: 1px solid #dbe4ef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}

.domain-auctions-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
}

.domain-auctions-table-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    font-weight: 950;
}

.domain-auctions-table-head p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.domain-auctions-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.domain-auctions-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.domain-auctions-table th,
.domain-auctions-table td {
    padding: 9px 11px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    font-size: 12px;
    font-weight: 750;
    text-align: left;
    vertical-align: middle;
}

.domain-auctions-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    font-weight: 950;
}

.domain-auctions-table tr:last-child td {
    border-bottom: 0;
}

.domain-auctions-domainline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    white-space: nowrap;
}

.domain-auctions-domain {
    display: inline-block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.domain-auctions-domainline span {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 11px;
    font-weight: 900;
}

.domain-auction-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 10px;
    align-items: stretch;
}

.domain-auction-summary-card {
    display: grid;
    gap: 9px;
    padding: 11px;
    border: 1px solid #dbe4ef;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(236, 253, 245, .82), rgba(255, 255, 255, .98) 42%),
        #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
}

.domain-auction-summary-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(220px, .45fr);
    gap: 12px;
    align-items: center;
}

.domain-auction-title-block {
    min-width: 0;
}

.domain-auction-action-block {
    display: grid;
    gap: 6px;
    align-content: center;
    justify-items: stretch;
    min-width: 0;
}

.domain-auction-action-block .view-note {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

.domain-auction-fact-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: rgba(255, 255, 255, .78);
}

.domain-auction-fact-grid div {
    display: grid;
    gap: 1px;
    min-width: 0;
    padding: 7px 9px;
    border-right: 1px solid #e2e8f0;
}

.domain-auction-fact-grid div:last-child {
    border-right: 0;
}

.domain-auction-fact-grid span {
    color: #64748b;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.domain-auction-fact-grid strong {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.domain-auction-bid-panel {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
}

.domain-auction-status-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
}

.domain-auction-live-pill {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 10px;
    font-weight: 950;
}

.domain-auction-bid-panel h1,
.domain-auction-summary-card h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.domain-auction-price-block {
    display: grid;
    gap: 2px;
}

.domain-auction-price-block span {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.domain-auction-price-block strong {
    color: #0f766e;
    font-size: clamp(23px, 3vw, 30px);
    line-height: 1;
    font-weight: 950;
}

.domain-auction-bid-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
}

.domain-auction-bid-form label {
    display: grid;
    gap: 4px;
}

.domain-auction-bid-form label span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.domain-auction-bid-form input {
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #cfddea;
    border-radius: 10px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}

.domain-auction-buynow-form {
    margin-top: -4px;
}

.domain-auction-wide-action,
.domain-auction-buynow-form .btn {
    width: 100%;
    justify-content: center;
}

.domain-auction-notice {
    padding: 7px 9px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #eff6ff;
    color: #1e40af;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 850;
}

.domain-auction-stats-panel dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.domain-auction-stats-panel dl div {
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.domain-auction-stats-panel dl div:nth-child(2n) {
    border-right: 0;
}

.domain-auction-stats-panel dt {
    color: #64748b;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.domain-auction-stats-panel dd {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 950;
}

@media (max-width: 720px) {
    .seller-auctions-head,
    .seller-auctions-content-head,
    .seller-auction-family-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .seller-auctions-head .btn {
        width: 100%;
        justify-content: center;
    }

    .seller-auction-tabs {
        grid-template-columns: 1fr;
    }

    .seller-auction-summary-grid,
    .seller-auction-ledger-grid {
        grid-template-columns: 1fr;
    }

    .seller-auction-type-tabs {
        grid-template-columns: 1fr;
    }

    .seller-auction-family-counts {
        justify-content: flex-start;
    }

    .seller-auction-card-tabs {
        width: 100%;
    }

    .seller-auction-table {
        min-width: 680px;
    }

    .seller-auction-overview-table {
        min-width: 820px;
    }

    .domain-auctions-hero,
    .domain-auctions-table-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .domain-auctions-hero .btn,
    .domain-auction-filter-actions,
    .domain-auction-bid-form,
    .domain-auction-bid-form .btn {
        width: 100%;
    }

    .domain-auction-tabs,
    .domain-auction-filterbar,
    .domain-auction-summary-main,
    .domain-auction-detail-grid,
    .domain-auction-stats-panel dl {
        grid-template-columns: 1fr;
    }

    .domain-auction-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-auction-fact-grid div {
        border-bottom: 1px solid #e2e8f0;
    }

    .domain-auction-fact-grid div:nth-child(2n) {
        border-right: 0;
    }

    .domain-auction-fact-grid div:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .domain-auctions-table {
        min-width: 720px;
    }
}

.seller-tabs {
    display: flex;
    gap: 20px;
    margin: 0 0 14px;
    padding: 0 2px;
    border-bottom: 1px solid #dbe4ef;
    overflow-x: auto;
    overflow-y: hidden;
}

.seller-tabs a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: #334155;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.seller-tabs a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: transparent;
}

.seller-tabs a:hover,
.seller-tabs a:focus-visible,
.seller-tabs a.active {
    color: #0f6fdd;
}

.seller-tabs a.active::after {
    background: #0f6fdd;
}

.seller-inventory-head {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.seller-inventory-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.seller-inventory-title h2 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 950;
}

.seller-inventory-title p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.seller-view-controls {
    padding: 3px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #f8fafc;
}

.seller-view-controls a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 9px;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.seller-view-controls a.active {
    background: #fff;
    color: #0f6fdd;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}

.seller-filter-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.seller-filter-search {
    grid-column: span 3;
}

.seller-filter-extension,
.seller-filter-price,
.seller-filter-sort,
.seller-filter-per-page {
    grid-column: span 1;
}

.seller-filter-category,
.seller-filter-type {
    grid-column: span 2;
}

.seller-filter-row label {
    display: grid;
    gap: 5px;
    min-width: 0;
    margin: 0;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase;
}

.seller-filter-row label > span {
    display: block;
    min-height: 10px;
}

.seller-filter-row input,
.seller-filter-row select {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    line-height: 34px;
    outline: none;
}

.seller-filter-row select {
    padding-right: 28px;
}

.seller-filter-row input:focus,
.seller-filter-row select:focus {
    border-color: #0f6fdd;
    box-shadow: 0 0 0 3px rgba(15, 111, 221, .12);
}

.seller-filter-checks {
    grid-column: 1 / 7;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-self: center;
    margin-top: 2px;
}

.seller-filter-checks .checkline {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 22px;
    padding: 3px 7px 3px 22px;
    border: 1px solid #d7e0ea;
    border-radius: 7px;
    background: #ffffff;
    color: #475569;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.seller-filter-checks .checkline:hover {
    border-color: #93c5fd;
    background: #f8fbff;
    color: #0f172a;
}

.seller-filter-checks .checkline:has(input:checked) {
    border-color: #0f6fdd;
    background: #eef6ff;
    color: #075db7;
    box-shadow: 0 2px 8px rgba(15, 111, 221, .08);
}

.seller-filter-checks .checkline:has(input:focus-visible) {
    outline: 2px solid rgba(15, 111, 221, .35);
    outline-offset: 2px;
}

.seller-filter-checks .checkline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
    border: 1px solid #b6c4d3;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.seller-filter-checks .checkline:has(input:checked)::before {
    border-color: #0f6fdd;
    background: #0f6fdd;
}

.seller-filter-checks .checkline:has(input:checked)::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 3px;
    height: 6px;
    transform: translateY(-58%) rotate(45deg);
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
}

.seller-filter-checks input {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.seller-filter-actions {
    grid-column: 7 / -1;
    display: flex;
    align-self: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 2px;
}

.seller-filter-actions .btn {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.seller-empty-state {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: #f8fafc;
}

.seller-empty-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 20px;
}

.seller-empty-state h2 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
}

.seller-empty-state p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.publish-panel .compact-domain-table table {
    font-size: 11px;
}

.publish-panel .compact-domain-table th,
.publish-panel .compact-domain-table td {
    padding: 5px 8px;
    line-height: 1.2;
    vertical-align: middle;
}

.publish-panel .compact-domain-table th {
    font-size: 9px;
}

.publish-panel .compact-domain-table td strong {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
}

.publish-panel .compact-domain-table td .muted {
    display: block;
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.15;
}

.publish-panel .compact-domain-table .badge,
.publish-panel .compact-domain-table .checkline {
    min-height: 18px;
    padding: 2px 6px;
    font-size: 9px;
    line-height: 1.1;
}

.publish-panel .compact-domain-table .checkline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--dui-muted);
    font-weight: 800;
}

.publish-panel .compact-domain-table input[type="checkbox"] {
    width: 13px;
    height: 13px;
    min-height: 0;
    margin: 0;
}

.compact-domain {
    display: inline-block;
    max-width: 100%;
    color: var(--dui-text);
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
}

.compact-domain:hover {
    color: var(--dui-primary);
}

.compact-domain + span {
    display: block;
    color: var(--dui-muted-light);
    font-size: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pagination span {
    color: var(--dui-muted);
    font-size: 12px;
    font-weight: 700;
}

.empty-state {
    padding: 34px 20px;
    text-align: center;
    color: var(--dui-muted);
}

.empty-state h2 {
    margin-bottom: 5px;
    color: var(--dui-text);
    font-size: 16px;
    font-weight: 850;
}

.empty-state p {
    margin: 0 auto;
    max-width: 460px;
    color: var(--dui-muted);
    font-size: 12px;
}

@media (max-width: 1200px) {
    .marketplace-filter-form {
        grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(116px, 1fr));
    }

    .price-drops-filter-panel .marketplace-filter-form {
        grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(108px, .55fr)) 42px;
    }

    .market-filter-submit {
        grid-column: auto;
    }

    .main-nav span,
    .header-action-btn span {
        display: none;
    }

    .main-nav {
        margin-right: 4px;
    }
}

@media (max-width: 1000px) {
    .seller-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-featured-listings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dash-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dash-sidebar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        position: static;
    }

    .dash-sidebar-tile {
        min-width: 0;
    }

    .dash-sidebar-tile:first-child {
        grid-column: 1 / -1;
    }

    .dash-sidebar-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 12px;
    }

    .dash-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .dash-right .rail-card:first-child {
        grid-column: 1 / -1;
    }

    .current-price-block {
        grid-template-columns: 1fr;
    }

    .domain-auction-cta,
    .domain-standard-actions {
        grid-column: 1;
        grid-row: auto;
    }

    .domain-detail-hero,
    .domain-detail-grid {
        grid-template-columns: 1fr;
    }

    .domain-detail-hero-seller {
        padding-top: 14px;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid transparent;
        border-image: linear-gradient(90deg, transparent 0%, #cbd5e1 18%, #38bdf8 50%, #cbd5e1 82%, transparent 100%) 1;
    }

    .sales-listing-card,
    .sales-feature-card {
        grid-template-columns: 1fr;
    }

    .sales-listing-side {
        grid-template-columns: 1fr;
        justify-content: stretch;
        align-content: start;
    }

    .sales-price {
        justify-items: start;
    }

    .domain-detail-seller-card {
        position: static;
    }

    .domain-detail-rail {
        position: static;
    }

    .domain-seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .filter-row,
    .seller-filter-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller-filter-checks,
    .seller-filter-actions {
        grid-column: 1 / -1;
    }

    .seller-filter-actions {
        justify-content: flex-start;
    }

    .price-drops-filter-panel .marketplace-filter-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .price-drops-filter-panel .marketplace-filter-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-drops-filter-panel .market-filter-search {
        grid-column: 1 / -1;
    }

    .price-drops-filter-panel .market-filter-submit {
        width: 100%;
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .seller-grid {
        grid-template-columns: 1fr;
    }

    .search-results-layout {
        grid-template-columns: 1fr;
    }

    .dashboard-featured-listings {
        grid-template-columns: 1fr;
    }

    .dashboard-table-panel {
        padding: 12px;
    }

    .dashboard-table-head {
        align-items: baseline;
        flex-direction: row;
    }

    .marketplace-filter-title {
        align-items: baseline;
        flex-direction: row;
    }

    .marketplace-filter-form {
        grid-template-columns: 1fr 1fr;
    }

    .sales-floor-controls {
        grid-template-columns: 1fr;
    }

    .sales-search-form {
        grid-template-columns: 34px minmax(0, 1fr);
        padding-right: 6px;
    }

    .sales-search-form .btn {
        grid-column: 1 / -1;
        margin: 0 0 6px 6px;
    }

    .sales-filter-details summary {
        width: 100%;
    }

    .sales-filter-form {
        position: static;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 10px;
        box-shadow: var(--dui-shadow-card);
    }

    .sales-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .sales-sort-form {
        align-items: stretch;
    }

    .sales-sort-form select {
        width: 100%;
    }

    .sales-feature-card {
        padding: 18px;
        border-radius: 18px;
        margin-bottom: 24px;
    }

    .sales-actions .card-actions {
        justify-content: flex-start;
    }

    .market-filter-search,
    .market-filter-submit {
        grid-column: 1 / -1;
    }

    .domain-card {
        grid-template-columns: 1fr;
    }

    .card-side {
        justify-items: stretch;
        min-width: 0;
    }

    .price-block {
        min-width: 0;
    }

    .card-actions {
        justify-content: stretch;
    }

    .card-actions .btn,
    .card-actions .icon-btn,
    .card-actions .inline-action,
    .card-actions .inline-action button {
        flex: 1 1 auto;
    }

    .dashboard-featured-listings .tile-action-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    }

    .buyer-preview-notice a {
        margin-left: 0;
    }

    .main-content {
        padding: 0 12px 40px;
    }

    .dash-hub {
        padding: 12px 0 0;
    }

    .dash-layout {
        gap: 14px;
    }

    .header-container {
        padding: 0 10px;
        gap: 8px;
    }

    .header-title,
    .header-search,
    .user-name,
    .chevron-icon {
        display: none;
    }

    .logo-section {
        gap: 8px;
        min-width: 0;
    }

    .logo-img {
        height: 24px;
    }

    .header-right {
        gap: 6px;
        margin-left: auto;
    }

    .main-nav {
        display: none;
    }

    .main-nav.mobile-open {
        position: fixed;
        top: var(--dui-header-height);
        left: 0;
        right: 0;
        z-index: 9998;
        display: flex;
        padding: 8px 16px;
        gap: 8px;
        background: var(--dui-header-bg-mobile);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    }

    .main-nav.mobile-open span {
        display: inline;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .user-dropdown-btn {
        padding: 3px;
        border: 0;
        background: transparent;
    }

    .user-avatar {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .header-action-btn {
        width: 36px;
        padding: 0;
    }

    .dash-sidebar {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dash-sidebar-list {
        display: flex;
        flex-direction: column;
    }

    .dash-side-desc {
        display: none;
    }

    .dash-right {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero,
    .feed-head,
    .detail-panel,
    .domain-detail-hero,
    .domain-detail-panel,
    .seller-profile,
    .seller-inventory-head,
    .domain-card,
    .collection-card,
    .request-card,
    .seller-card,
    .message-row {
        padding: 14px;
        border-radius: 12px;
    }

    .publish-dashboard {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .feed-head,
    .seller-profile,
    .seller-inventory-head {
        flex-direction: column;
    }

    .domain-detail-main h1 {
        font-size: 32px;
    }

    .detail-price strong {
        font-size: 28px;
    }

    .price-history-list li {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .price-history-list time {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .detail-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .listing-details-panel .detail-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .listing-details-panel .detail-list div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .listing-detail-summary,
    .listing-detail-traits {
        grid-template-columns: 1fr;
    }

    .listing-detail-chip {
        padding: 7px 9px;
    }

    .purchase-steps {
        gap: 8px;
        padding: 9px 10px;
    }

    .purchase-steps-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .purchase-steps-head p {
        text-align: left;
    }

    .seller-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .card-actions,
    .profile-actions,
    .filter-actions {
        align-items: stretch;
    }

    .card-actions .btn,
    .profile-actions .btn,
    .filter-actions .btn {
        flex: 1 1 auto;
    }

    .owner-profile-mode-tabs {
        width: min(100%, 360px);
        margin-bottom: 10px;
    }

    .owner-profile-mode-tabs a {
        padding-inline: 10px;
    }

    .private-profile-tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .marketplace-filter-form {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .sales-floor-intro h1 {
        font-size: 27px;
    }

    .sales-search-form {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 42px;
        border-radius: 11px;
    }

    .sales-search-form input[type="search"] {
        min-height: 40px;
        font-size: 13px;
    }

    .sales-filter-form {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .sales-tabs {
        gap: 22px;
        margin-bottom: 14px;
        overflow-y: hidden;
    }

    .sales-listing-card {
        padding: 14px;
        border-radius: 16px;
    }

    .sales-domain-name {
        font-size: 21px;
        max-width: calc(100vw - 72px);
    }

    .sales-feature-card .sales-domain-name {
        font-size: 24px;
        max-width: calc(100vw - 80px);
    }

    .sales-price strong {
        font-size: 26px;
    }

    .sales-actions .card-actions {
        align-items: stretch;
        justify-content: stretch;
    }

    .sales-actions .card-actions .btn,
    .sales-actions .card-actions .inline-action {
        flex: 1 1 calc(50% - 4px);
    }

    .sales-actions .card-actions .inline-action button,
    .sales-actions .card-actions .icon-btn {
        flex: 0 0 38px;
    }

    .market-filter-search,
    .market-filter-submit {
        grid-column: auto;
    }

    .logo-img {
        height: 24px;
    }

    .nav-item.auth-link span,
    .header-inbox-btn {
        display: none;
    }

    .hero h1,
    .feed-head h1,
    .detail-panel h1,
    .seller-profile-hero h1 {
        font-size: 22px;
    }

    .domain-name,
    .price {
        font-size: 18px;
    }

    .domain-detail-actions .card-actions {
        flex-direction: column;
    }

    .filter-row,
    .seller-filter-row,
    .publish-settings,
    .seller-stats {
        grid-template-columns: 1fr;
    }

    .tabs,
    .quick-filters,
    .view-controls {
        align-items: stretch;
    }

    .tabs a,
    .quick-filters a,
    .view-controls a {
        flex: 1 1 auto;
    }
}

@media (max-width: 1000px) {
    .sales-floor-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: stretch;
    }

    .sales-floor-controls {
        justify-self: stretch;
        width: 100%;
    }

    .sales-search-tabs-row {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .sales-search-tabs-row .sales-floor-controls {
        flex: 0 1 auto;
        width: 100%;
        order: 2;
    }

    .sales-search-tabs-row .sales-tabs {
        order: 1;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .sales-feature-body {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sales-feature-primary {
        padding-right: 0;
    }

    .sales-feature-domain-row {
        flex-direction: column;
        gap: 6px;
        padding-right: 0;
    }

    .sales-feature-domain-row::after {
        display: none;
    }

    .sales-feature-domain-row .sales-tile-price {
        text-align: center;
    }

    .sales-feature-domain-row .sales-feature-price-panel {
        justify-items: center;
    }

    .sales-feature-card .sales-listing-side {
        align-items: start;
    }

    .sales-feature-owner-card {
        min-height: 0;
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(37, 99, 235, .22);
    }

    .sales-domain-stat-stack {
        grid-template-columns: repeat(3, minmax(90px, 1fr));
        min-height: 0;
        padding: 0;
    }

    .sales-card-actions,
    .sales-card-actions-owner {
        justify-content: flex-start;
    }

}

@media (max-width: 760px) {
    .sales-listing-card,
    .sales-listing-card.no-price {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .sales-listing-info {
        padding-right: 38px;
    }

    .sales-listing-commercial {
        justify-items: start;
    }

    .sales-card-actions {
        justify-content: flex-start;
    }

    .sales-card-actions .btn,
    .sales-card-actions .inline-action,
    .sales-card-actions .inline-action button {
        flex: 1 1 auto;
    }

    .sales-card-actions-owner .btn,
    .sales-card-actions .sales-view-btn {
        flex: 0 1 auto;
    }

    .sales-mini-tiles {
        grid-template-columns: 1fr;
    }

    .sales-mini-domain-table {
        min-width: 0;
    }
}

@media (max-width: 520px) {
    .price-drops-filter-panel .marketplace-filter-form {
        grid-template-columns: 1fr;
    }

    .sales-floor-intro h1 {
        font-size: 34px;
        white-space: normal;
    }

    .sales-feature-card {
        padding: 16px;
        border-radius: 16px;
    }

    .sales-feature-top {
        padding-right: 40px;
    }

    .sales-feature-top .sales-owner-menu {
        position: absolute;
        top: 12px;
        right: 12px;
        margin-left: 0;
    }

    .sales-domain-name {
        font-size: 21px;
        max-width: calc(100vw - 72px);
    }

    .sales-feature-card .sales-domain-name {
        font-size: 24px;
        max-width: calc(100vw - 80px);
    }

    .sales-commercial strong,
    .sales-feature-card .sales-commercial strong {
        font-size: 24px;
    }

    .sales-card-actions .btn,
    .sales-card-actions .inline-action,
    .sales-card-actions .inline-action button {
        width: 100%;
    }

    .sales-card-actions-owner .btn {
        width: auto;
    }

    .sales-card-actions .sales-icon-text {
        width: auto;
        flex: 1 1 calc(50% - 4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Final owner block guard: keep avatar left of text, never inline-overlapping. */
.sales-feature-owner-card .sales-feature-owner-person {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.sales-feature-owner-card .sales-feature-owner-avatar-slot {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
}

.sales-feature-owner-card .sales-feature-owner-avatar-slot .sales-seller-avatar {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
}

.sales-feature-owner-card .sales-feature-owner-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.sales-feature-owner-card .sales-feature-owner-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

@media (max-width: 1040px) {
    .private-profile-top-grid {
        grid-template-columns: 1fr;
    }

    .buyer-request-form-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .buyer-request-checks {
        grid-template-columns: 1fr;
    }

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

    .collection-detail-hero {
        grid-template-columns: 1fr;
    }

    .collection-detail-seller {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
    }

    .collection-domain-tile {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .collection-domain-price,
    .collection-domain-actions {
        justify-self: start;
    }

    .owner-collection-row {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    .owner-request-row {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    .owner-collection-actions {
        justify-content: flex-start;
    }

    .owner-request-description,
    .owner-request-style,
    .owner-request-checks {
        grid-column: auto;
    }

    .owner-request-actions {
        grid-column: auto;
        grid-row: auto;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .collection-grid {
        grid-template-columns: 1fr;
    }

    .collection-detail-hero,
    .collection-card-public,
    .collection-domain-tile,
    .collection-modal-card {
        border-radius: 14px;
    }

    .collection-detail-hero {
        padding: 14px;
    }

    .collection-detail-copy h1 {
        font-size: 25px;
    }

    .collection-detail-seller {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .collection-detail-seller > .btn {
        justify-self: center;
        width: auto;
    }

    .collection-domain-tile {
        padding: 14px;
    }

    .collection-domain-name {
        font-size: 20px;
    }

    .collection-domain-actions,
    .collection-modal-actions {
        justify-content: stretch;
    }

    .collection-domain-actions .btn,
    .collection-domain-actions .inline-action,
    .collection-domain-actions .inline-action .btn,
    .collection-modal-actions .btn {
        width: 100%;
    }

    .owner-collections-head {
        flex-direction: column;
    }

    .seller-control-profile-head,
    .seller-control-profile-grid,
    .private-profile-settings-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .seller-private-profile-top,
    .seller-control-profile-head,
    .public-profile-settings-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .seller-private-profile-top .seller-profile-actions,
    .seller-private-profile-top .seller-profile-actions .btn {
        width: 100%;
    }

    .public-profile-settings-head,
    .public-profile-settings-grid,
    .public-profile-tile-toggle {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .seller-control-profile-form,
    .seller-control-profile-fields {
        grid-template-columns: 1fr;
    }

    .buyer-request-form-body {
        grid-template-columns: 1fr;
    }

    .seller-control-profile-actions {
        justify-content: stretch;
    }

    .seller-control-profile-actions .btn,
    .public-profile-settings-actions .btn {
        width: 100%;
    }

}

/* Buyer request management uses a compact table with one focused edit panel. */
.owner-request-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 12px;
    padding: 5px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #f8fafc;
}

.owner-request-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.owner-request-tabs a:hover,
.owner-request-tabs a:focus-visible {
    color: var(--dui-primary);
    background: #fff;
    border-color: #dbe4ef;
    outline: none;
}

.owner-request-tabs a.is-active {
    border-color: rgba(13, 148, 136, .22);
    background: #fff;
    color: var(--dui-primary);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.owner-requests-head {
    align-items: center;
}

.owner-requests-head .btn {
    min-height: 36px;
    padding: 8px 12px;
}

.owner-requests-panel .owner-request-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #fff;
}

.owner-requests-panel .owner-submission-table-wrap {
    overflow-x: visible;
}

.owner-requests-panel .owner-requests-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
    color: #0f172a;
    font-size: 12px;
}

.owner-requests-panel .owner-requests-table th,
.owner-requests-panel .owner-requests-table td {
    padding: 7px 9px;
    border-bottom: 1px solid var(--dui-border-soft);
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
}

.owner-requests-panel .owner-requests-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.owner-requests-panel .owner-requests-table tbody tr:hover,
.owner-requests-panel .owner-requests-table tbody tr.is-selected {
    background: #f8fbff;
}

.owner-requests-panel .owner-requests-table th:nth-child(1),
.owner-requests-panel .owner-requests-table td:nth-child(1) {
    width: 25%;
}

.owner-requests-panel .owner-requests-table th:nth-child(9),
.owner-requests-panel .owner-requests-table td:nth-child(9) {
    width: 76px;
    text-align: right;
}

.owner-requests-panel .owner-request-name-cell a {
    display: block;
    color: #071426;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.owner-requests-panel .owner-request-name-cell a:hover {
    color: var(--dui-primary);
}

.owner-requests-panel .owner-request-name-cell span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owner-requests-panel .owner-request-budget-cell {
    color: #071426;
    font-weight: 900;
    white-space: nowrap;
}

.owner-requests-panel .owner-submission-domain-cell {
    color: #071426;
    font-weight: 900;
    white-space: nowrap;
}

.owner-requests-panel .owner-submission-message-cell {
    color: #334155;
    font-size: 12px;
}

.owner-requests-panel .owner-request-rules-cell {
    color: #475569;
    font-size: 11px;
    white-space: nowrap;
}

.owner-requests-panel .owner-request-status {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eef7f0;
    color: #16713a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.owner-requests-panel .owner-request-status.status-closed,
.owner-requests-panel .owner-request-status.status-expired {
    background: #f1f5f9;
    color: #475569;
}

.owner-requests-panel .owner-request-status.status-fulfilled {
    background: #eef6ff;
    color: #0f6fbd;
}

.owner-requests-panel .owner-request-status.status-submitted {
    background: #fff7ed;
    color: #c2410c;
}

.owner-requests-panel .owner-request-actions {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    grid-column: auto;
    grid-row: auto;
}

.owner-requests-panel .owner-request-icon-action {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.owner-requests-panel .owner-request-icon-action:hover,
.owner-requests-panel .owner-request-icon-action:focus-visible {
    border-color: rgba(15, 111, 125, .35);
    background: #eefbff;
    color: #0f6f7d;
    transform: translateY(-1px);
    outline: none;
}

.owner-requests-panel .owner-request-icon-edit {
    color: #2563eb;
}

.owner-requests-panel .owner-submissions-table {
    min-width: 0;
    table-layout: fixed;
}

.owner-requests-panel .owner-submission-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 11px 12px;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #f8fafc;
}

.owner-requests-panel .owner-submission-detail-head h3 {
    margin: 0 0 2px;
    color: #071426;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 950;
}

.owner-requests-panel .owner-submission-detail-head p:not(.eyebrow) {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.owner-requests-panel .owner-submissions-table th:nth-child(1),
.owner-requests-panel .owner-submissions-table td:nth-child(1) {
    width: 25%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(2),
.owner-requests-panel .owner-submissions-table td:nth-child(2) {
    width: 15%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(3),
.owner-requests-panel .owner-submissions-table td:nth-child(3) {
    width: 14%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(4),
.owner-requests-panel .owner-submissions-table td:nth-child(4) {
    width: 12%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(5),
.owner-requests-panel .owner-submissions-table td:nth-child(5) {
    width: 16%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(6),
.owner-requests-panel .owner-submissions-table td:nth-child(6) {
    width: 10%;
}

.owner-requests-panel .owner-submissions-table th:nth-child(7),
.owner-requests-panel .owner-submissions-table td:nth-child(7) {
    width: 52px;
    text-align: right;
}

.owner-requests-panel .owner-submissions-table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.owner-requests-panel .owner-submissions-table .owner-request-name-cell a,
.owner-requests-panel .owner-submissions-table .owner-submission-domain-cell a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owner-requests-panel .owner-submissions-table .owner-submission-message-cell {
    white-space: normal;
    overflow-wrap: anywhere;
}

.owner-requests-panel .owner-submission-reply-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
}

.owner-requests-panel .owner-submission-reply-panel {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fbfdff;
}

.owner-requests-panel .owner-submission-self-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 9px 11px;
    border: 1px solid #e5edf5;
    border-radius: 11px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.owner-requests-panel .owner-submission-self-note i {
    color: var(--dui-primary);
}

.owner-requests-panel .owner-submission-reply-form label {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.owner-requests-panel .owner-submission-reply-form textarea {
    width: 100%;
    min-height: 34px;
    max-height: 90px;
    padding: 7px 9px;
    border: 1px solid #dbe4ef;
    border-radius: 9px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 12px;
    line-height: 1.25;
    resize: vertical;
    outline: none;
    text-transform: none;
}

.owner-requests-panel .owner-submission-reply-form textarea:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .14);
}

.owner-requests-panel .owner-submission-reply-form .btn {
    min-height: 34px;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .owner-requests-panel .owner-submission-detail-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .owner-requests-panel .owner-submission-reply-form {
        grid-template-columns: 1fr;
    }

    .owner-requests-panel .owner-submission-reply-form .btn {
        width: 100%;
    }
}

.owner-requests-panel .owner-request-edit-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px dashed #dbe4ef;
    border-radius: 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.owner-requests-panel .owner-request-edit-hint i {
    color: var(--dui-primary);
}

.owner-requests-panel .owner-request-empty,
.ignore-members-panel .owner-request-empty {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 28px 18px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #475569;
    text-align: center;
}

.owner-requests-panel .owner-request-empty-icon,
.ignore-members-panel .owner-request-empty-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ecfeff;
    color: var(--dui-primary);
    font-size: 17px;
}

.owner-requests-panel .owner-request-empty strong,
.ignore-members-panel .owner-request-empty strong {
    display: block;
    color: #071426;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.owner-requests-panel .owner-request-empty span:not(.owner-request-empty-icon),
.ignore-members-panel .owner-request-empty span:not(.owner-request-empty-icon) {
    display: block;
    max-width: 440px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.owner-requests-panel .owner-request-empty .btn,
.ignore-members-panel .owner-request-empty .btn {
    margin-top: 5px;
}

.ignore-members-panel {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid var(--dui-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--dui-shadow-card);
}

.ignore-members-head {
    margin-bottom: 12px;
    border-bottom: 1px solid var(--dui-border-soft);
    padding-bottom: 12px;
}

.ignore-member-form {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 8px;
}

.ignore-member-form label {
    display: grid;
    gap: 5px;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.ignore-member-form input {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--dui-border);
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    outline: none;
}

.ignore-member-form input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

.ignore-member-note {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

.ignore-members-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--dui-border);
    border-radius: 12px;
    background: #fff;
}

.ignore-members-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    table-layout: fixed;
    color: #0f172a;
    font-size: 12px;
}

.ignore-members-table th,
.ignore-members-table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--dui-border-soft);
    text-align: left;
    vertical-align: middle;
}

.ignore-members-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ignore-members-table th:nth-child(3),
.ignore-members-table td:nth-child(3) {
    width: 70px;
    text-align: right;
}

.ignore-member-person {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.ignore-member-avatar {
    width: 34px;
    height: 34px;
    font-size: 13px;
}

.ignore-member-person strong,
.ignore-member-person em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ignore-member-person strong {
    color: #071426;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.ignore-member-person em {
    margin-top: 1px;
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 650;
}

.ignore-member-remove {
    color: #dc2626;
}

@media (max-width: 640px) {
    .ignore-member-form {
        grid-template-columns: 1fr;
    }

    .ignore-member-form .btn {
        width: 100%;
    }
}

.owner-requests-panel .owner-request-edit-form {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--dui-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.owner-requests-panel .owner-request-edit-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.owner-requests-panel .owner-request-edit-head h3 {
    margin: 0;
    color: #071426;
    font-size: 18px;
    line-height: 1.2;
}

.owner-requests-panel .owner-request-edit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.owner-requests-panel .owner-request-edit-grid label {
    display: grid;
    gap: 5px;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.owner-requests-panel .owner-request-edit-grid input,
.owner-requests-panel .owner-request-edit-grid select,
.owner-requests-panel .owner-request-edit-grid textarea {
    width: 100%;
    min-height: 36px;
    padding: 7px 9px;
    border: 1px solid var(--dui-border);
    border-radius: 9px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    outline: none;
}

.owner-requests-panel .owner-request-edit-grid textarea {
    min-height: 92px;
    resize: vertical;
}

.owner-requests-panel .owner-request-edit-grid input:focus,
.owner-requests-panel .owner-request-edit-grid select:focus,
.owner-requests-panel .owner-request-edit-grid textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

.owner-requests-panel .owner-request-edit-wide {
    grid-column: span 2;
}

.owner-requests-panel .owner-request-edit-description {
    grid-column: 1 / -1;
}

.owner-requests-panel .owner-request-edit-checks {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 2px;
}

.owner-requests-panel .owner-request-edit-checks label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.owner-requests-panel .owner-request-edit-checks input {
    width: 16px;
    height: 16px;
    min-height: 0;
    padding: 0;
    accent-color: var(--dui-primary);
}

.owner-requests-panel .owner-request-edit-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

/* Public IAB Categories */
.discover-categories-head {
    align-items: center;
}

.category-summary-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #e9d5ff;
    border-radius: 999px;
    background: #faf5ff;
    color: #581c87;
    white-space: nowrap;
}

.category-summary-pill strong {
    color: #7c3aed;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
}

.category-summary-pill span {
    font-size: 12px;
    font-weight: 800;
}

.discover-iab-panel,
.discover-iab-domains {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.discover-category-layout {
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.discover-category-sidebar {
    position: sticky;
    top: 82px;
    overflow: visible;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.discover-category-list {
    display: grid;
    gap: 0;
}

.discover-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    min-height: 23px;
    padding: 2px 6px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #0f172a;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.discover-category-row:hover,
.discover-category-row:focus-visible,
.discover-category-row.active {
    border-color: #dbeafe;
    background: #f8fbff;
    outline: none;
    transform: translateX(2px);
}

.discover-category-row.active {
    box-shadow: inset 3px 0 0 #0f6fdd;
}

.category-row-main {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    column-gap: 6px;
    min-width: 0;
    align-items: center;
}

.category-row-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--iab-color);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--iab-color) 14%, transparent);
}

.category-row-main strong {
    overflow: hidden;
    color: #0f172a;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-row-main small {
    display: none;
}

.category-row-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 9px;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
}

.discover-category-main {
    min-width: 0;
}

.discover-category-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 9px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    box-sizing: border-box;
}

.discover-category-filters label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #475569;
    font-size: 11px;
    font-weight: 900;
}

.discover-category-filters label > span {
    line-height: 1.2;
}

.discover-category-filters input,
.discover-category-filters select {
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 5px 7px;
    border: 1px solid var(--dui-border);
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    outline: none;
}

.discover-category-filters input:focus,
.discover-category-filters select:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 2px rgba(43, 138, 142, .14);
}

.category-filter-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
}

.category-filter-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    grid-column: 1 / -1;
    justify-content: flex-start;
}

.category-filter-actions .btn {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 11px;
    white-space: nowrap;
}

.discover-category-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.discover-category-stats div {
    display: grid;
    gap: 2px;
    min-height: 46px;
    padding: 7px 10px;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.discover-category-stats div:nth-child(2) {
    border-color: #ccfbf1;
    background: linear-gradient(135deg, #fff 0%, #f0fdfa 100%);
}

.discover-category-stats div:nth-child(3) {
    border-color: #fed7aa;
    background: linear-gradient(135deg, #fff 0%, #fff7ed 100%);
}

.discover-category-stats div:nth-child(4) {
    border-color: #ddd6fe;
    background: linear-gradient(135deg, #fff 0%, #faf5ff 100%);
}

.discover-category-stats .wide {
    grid-column: 1 / -1;
    min-height: 48px;
}

.discover-category-stats span {
    color: #64748b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.discover-category-stats strong {
    overflow: hidden;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.05;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discover-category-stats .wide strong {
    font-size: 17px;
}

.discover-random-domains-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 4px 0 10px;
}

.discover-random-domains-head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 950;
}

.discover-random-domains-head span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.discover-category-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.discover-category-overview-card {
    display: grid;
    gap: 4px;
    min-height: 82px;
    padding: 13px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--iab-color) 8%, #fff) 100%);
    color: #0f172a;
}

.discover-category-overview-card span {
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.discover-category-overview-card strong {
    color: var(--iab-color);
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.discover-category-overview-card small {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.discover-iab-panel-head,
.discover-iab-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.discover-iab-panel-head h2,
.discover-iab-detail-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 950;
}

.discover-iab-panel-head h2 i {
    margin-right: 8px;
    color: #8b5cf6;
}

.discover-iab-panel-head span,
.discover-iab-detail-head p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.discover-iab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 7px;
}

.discover-iab-tile {
    position: relative;
    display: grid;
    align-content: space-between;
    min-height: 56px;
    overflow: hidden;
    padding: 8px 9px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    background: linear-gradient(135deg, var(--iab-color) 0%, color-mix(in srgb, var(--iab-color) 74%, #0f172a) 100%);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--iab-color) 24%, transparent);
    color: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.discover-iab-tile:hover,
.discover-iab-tile:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px color-mix(in srgb, var(--iab-color) 34%, transparent);
    outline: none;
}

.discover-iab-tile.active {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--iab-color), 0 14px 30px color-mix(in srgb, var(--iab-color) 32%, transparent);
}

.iab-tile-orb {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.discover-iab-tile strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    line-height: 1.25;
}

.iab-tile-meta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
    color: rgba(255, 255, 255, .88);
    font-size: 10px;
    font-weight: 800;
}

.iab-tile-meta b {
    display: inline-flex;
    align-items: center;
    min-height: 16px;
    padding: 1px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    color: #fff;
    font-size: 10px;
    font-weight: 950;
}

.iab-tile-foot {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 3px;
    color: rgba(255, 255, 255, .75);
    font-size: 9px;
    font-weight: 750;
}

.discover-iab-prompt {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
}

.discover-iab-prompt i {
    color: #8b5cf6;
}

.discover-iab-prompt strong {
    color: #0f172a;
}

@media (max-width: 1280px) {
    .dui-global-header-inner {
        gap: 10px;
        padding: 0 16px;
    }

    .dui-global-nav-item {
        padding-inline: 8px;
        font-size: 12px;
    }

    .dui-global-search {
        width: clamp(170px, 16vw, 230px);
    }

    .dui-global-list-btn span {
        display: none;
    }
}

@media (max-width: 1080px) {
    .dui-global-nav-item span,
    .dui-global-caret {
        display: none;
    }

    .dui-global-nav-item {
        justify-content: center;
        width: 38px;
        padding: 0;
    }

    .dui-global-dropdown {
        left: auto;
        right: 0;
    }

    .dui-global-search {
        width: 190px;
    }
}

@media (max-width: 1024px) {
    .discover-category-layout {
        grid-template-columns: 1fr;
    }

    .discover-category-main {
        order: 1;
    }

    .discover-category-sidebar {
        position: static;
        max-height: none;
        order: 2;
    }

    .discover-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discover-category-row:hover,
    .discover-category-row:focus-visible,
    .discover-category-row.active {
        transform: none;
    }

    .discover-category-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discover-category-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-filter-actions {
        justify-content: flex-start;
    }

    .discover-category-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owner-requests-panel .owner-request-edit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .discover-categories-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .discover-category-list,
    .discover-category-overview,
    .discover-category-filters,
    .discover-category-stats {
        grid-template-columns: 1fr;
    }

    .category-filter-actions,
    .category-filter-actions .btn {
        width: 100%;
    }

    .discover-random-domains-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .discover-category-sidebar,
    .discover-iab-domains {
        padding: 12px;
    }

    .owner-requests-panel .owner-request-edit-head,
    .owner-requests-panel .owner-request-edit-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .owner-requests-panel .owner-request-edit-grid {
        grid-template-columns: 1fr;
    }

    .owner-requests-panel .owner-request-edit-wide,
    .owner-requests-panel .owner-request-edit-description,
    .owner-requests-panel .owner-request-edit-checks {
        grid-column: auto;
    }

    .owner-requests-panel .owner-request-edit-actions .btn {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .domain-detail-page .domain-detail-grid {
        grid-template-columns: 1fr;
    }

    .domain-buying-steps {
        grid-template-columns: 1fr;
    }

    .domain-buying-steps li + li {
        border-left: 0;
        border-top: 1px solid #dbe4ef;
    }
}

@media (max-width: 760px) {
    .domain-standout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-purchase-secondary-actions {
        grid-template-columns: 1fr;
    }

    .domain-purchase-panel .domain-detail-actions .card-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .domain-standout-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.nav-open {
        overflow: hidden;
    }

    .dui-global-header-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        gap: 8px;
    }

    .dui-global-brand-row {
        min-width: 0;
    }

    .dui-global-mobile-toggle {
        display: flex;
    }

    .dui-global-logo img {
        height: 24px;
    }

    .dui-global-nav {
        position: fixed;
        top: var(--dui-header-height);
        left: 0;
        right: 0;
        z-index: 9998;
        display: none;
        max-height: calc(100vh - var(--dui-header-height));
        overflow-y: auto;
        padding: 10px;
        background: var(--dui-header-bg-mobile);
        box-shadow: 0 8px 18px rgba(15,23,42,.2);
    }

    .dui-global-nav.mobile-open {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .dui-global-nav-item,
    .dui-global-nav-item span,
    .dui-global-caret {
        display: flex;
    }

    .dui-global-nav-item {
        justify-content: flex-start;
        width: 100%;
        min-height: 42px;
        padding: 0 12px;
        border-bottom: 0;
        border-radius: 9px;
    }

    .dui-global-dropdown {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0;
        box-shadow: none;
        transform: none;
    }

    .dui-global-nav-dropdown.is-open .dui-global-dropdown {
        grid-template-columns: 1fr;
    }

    .dui-global-nav-dropdown.is-open .dui-global-mega {
        grid-template-columns: 1fr;
    }

    .dui-global-mega {
        max-height: none;
        padding: 8px;
        overflow: visible;
    }

    .dui-global-mega-column {
        padding: 10px 4px;
        border-right: 0 !important;
        border-top: 1px solid rgba(226,232,240,.9);
    }

    .dui-global-mega-column:first-child {
        border-top: 0;
    }

    .dui-global-help-dropdown {
        width: 100%;
        min-width: 0;
    }

    .dui-global-search {
        display: none;
    }

    .dui-global-list-btn {
        display: none;
    }

    .dui-global-icon-btn {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .dui-global-account-btn {
        min-height: 36px;
        padding: 2px;
        border: 0;
        background: transparent;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }

    .header-container {
        padding-inline: 10px;
    }

    .logo-section {
        flex: 0 1 auto;
        min-width: 0;
    }

    .header-right {
        flex: 0 0 auto;
        min-width: 0;
    }

    .header-action-btn,
    .header-inbox-btn,
    .mobile-menu-toggle {
        flex: 0 0 36px;
    }

    .header-home-nav.mobile-open {
        display: none !important;
    }

    .dropdown-menu {
        position: fixed;
        top: calc(var(--dui-header-height) + 8px);
        right: 8px;
        width: min(240px, calc(100vw - 16px));
        min-width: 0;
    }

    .main-content {
        padding: 0 10px 34px;
    }

    .dash-hub {
        padding-top: 10px;
    }

    .discover-layout {
        display: block;
        min-height: 0;
    }

    .content-primary,
    .dash-centre {
        width: 100%;
        min-width: 0;
    }

    .dash-sidebar {
        position: fixed;
        top: var(--dui-header-height);
        bottom: 0;
        left: 0;
        z-index: 10000;
        display: flex;
        width: min(330px, 88vw);
        max-height: none;
        padding: 10px;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-right: 1px solid #dbe4ef;
        background: #f8fafc;
        box-shadow: 18px 0 38px rgba(15, 23, 42, .18);
        transform: translateX(-105%);
        transition: transform .22s ease;
        scrollbar-width: none;
    }

    .dash-sidebar::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .dash-sidebar.mobile-open {
        transform: translateX(0);
    }

    .sidebar-overlay {
        position: fixed;
        inset: var(--dui-header-height) 0 0;
        z-index: 9999;
        background: rgba(15, 23, 42, .46);
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease;
    }

    .sidebar-overlay.show {
        opacity: 1;
        pointer-events: auto;
    }

    .discover-layout .dash-sidebar .dash-sidebar-tile,
    .discover-layout .dash-sidebar .rail-card,
    .dash-right .rail-card {
        padding: 10px;
        border-radius: 14px;
    }

    .dash-sidebar-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .discover-layout .dash-sidebar .dash-side-item,
    .discover-layout .dash-sidebar .dash-insight-row {
        min-height: 34px;
        padding: 7px 8px;
    }

    .dash-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    .sales-floor-hero {
        display: grid;
        gap: 10px;
        margin-bottom: 12px;
        padding: 14px;
        border-radius: 16px;
    }

    .sales-floor-intro {
        margin-bottom: 0;
    }

    .sales-floor-intro h1 {
        max-width: 12ch;
        font-size: 30px;
        line-height: 1.04;
        white-space: normal;
    }

    .sales-floor-intro p {
        font-size: 13px;
        line-height: 1.4;
    }

    .sales-search-tabs-row,
    .sales-floor-controls {
        width: 100%;
        gap: 8px;
    }

    .sales-search-form {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 42px;
        padding-right: 0;
        border-radius: 13px;
    }

    .sales-search-form input[type="search"] {
        min-width: 0;
        font-size: 13px;
    }

    .sales-search-form .btn {
        grid-column: 1 / -1;
        width: auto;
        margin: 0 6px 6px;
        min-height: 36px;
    }

    .sales-filter-details summary {
        width: 100%;
        min-height: 40px;
        padding-inline: 12px;
    }

    .sales-filter-form {
        position: static;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 8px;
        padding: 12px;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    }

    .sales-filter-actions,
    .sales-filter-actions .btn {
        width: 100%;
    }

    .sales-feature-card,
    .sales-feature-card.no-price {
        gap: 12px;
        margin-bottom: 12px;
        padding: 14px;
        border-radius: 16px;
    }

    .sales-feature-body,
    .sales-feature-card .sales-feature-body-highlight {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sales-feature-primary {
        gap: 8px;
        padding-right: 0;
    }

    .sales-feature-domain-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding-right: 0;
    }

    .sales-feature-card .sales-domain-name,
    .sales-domain-name {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: 24px;
        line-height: 1.08;
        white-space: normal;
    }

    .sales-feature-domain-row .sales-feature-price-panel {
        width: 100%;
        justify-items: start;
    }

    .sales-feature-card .sales-feature-owner-card {
        min-height: 0;
        padding: 12px;
        border-top: 1px solid #dbe4ef;
        border-left: 0;
        border-radius: 13px;
        background: #fbfdff;
        transform: none;
    }

    .sales-feature-owner-card .sales-feature-owner-person {
        gap: 10px;
    }

    .sales-feature-stats,
    .sales-feature-inline-stats,
    .sales-domain-stat-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .sales-feature-public-actions .sales-card-actions,
    .sales-card-actions,
    .sales-feature-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    .sales-card-actions .btn,
    .sales-card-actions .inline-action,
    .sales-card-actions .inline-action button,
    .sales-feature-actions .btn,
    .sales-feature-actions .inline-action button {
        width: 100%;
        min-height: 38px;
        white-space: normal;
    }

    .sales-card-actions .sales-view-btn,
    .sales-feature-actions .btn-primary {
        grid-column: 1 / -1;
    }

    .sales-mini-tiles {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 12px;
    }

    .sales-mini-tile {
        gap: 8px;
        padding: 10px;
        border-radius: 14px;
    }

    .sales-mini-tile-head {
        padding-bottom: 7px;
    }

    .sales-mini-domain-table-wrap,
    .sales-latest-table-wrap,
    .search-mini-results .sales-mini-domain-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .sales-mini-domain-table,
    .sales-latest-table,
    .search-mini-results-rich .sales-mini-domain-table {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .sales-mini-domain-table thead,
    .sales-latest-table thead {
        display: none;
    }

    .sales-mini-domain-table tbody,
    .sales-latest-table tbody {
        display: grid;
        gap: 7px;
        width: 100%;
    }

    .sales-mini-domain-table tr,
    .sales-latest-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
        padding: 9px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
    }

    .sales-mini-domain-table th,
    .sales-mini-domain-table td,
    .sales-latest-table th,
    .sales-latest-table td {
        display: flex;
        width: 100% !important;
        min-width: 0;
        align-items: baseline;
        justify-content: space-between;
        gap: 10px;
        padding: 0 !important;
        border-bottom: 0;
        text-align: right !important;
        white-space: normal;
    }

    .sales-mini-domain-table td::before,
    .sales-latest-table td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #64748b;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .sales-mini-domain-table .sales-mini-domain-cell,
    .sales-latest-table .latest-domain-cell {
        display: block;
        text-align: left !important;
    }

    .sales-mini-domain-table .sales-mini-domain-cell::before,
    .sales-latest-table .latest-domain-cell::before {
        display: none;
    }

    .sales-mini-domain-cell a,
    .search-mini-results .sales-mini-domain-cell a,
    .search-mini-results-rich .sales-mini-domain-cell a,
    .latest-domain-cell a {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: 14px;
        line-height: 1.18;
        white-space: normal;
    }

    .latest-domain-cell a {
        font-size: 15px;
    }

    .sales-mini-price-cell,
    .sales-mini-ext-cell,
    .sales-mini-category-cell,
    .latest-price-cell,
    .latest-ext-cell,
    .latest-owner-cell,
    .sales-mini-seo-cell,
    .sales-mini-rate-cell,
    .sales-mini-auction-cell,
    .sales-mini-auction-time-cell,
    .sales-mini-action-cell,
    .latest-action-cell {
        color: #0f172a;
        font-size: 12px;
        font-weight: 850;
    }

    .sales-mini-rate-cell {
        align-items: center;
    }

    .sales-mini-rate-wrap {
        justify-content: flex-end;
    }

    .latest-action-cell .btn,
    .sales-mini-action-cell .btn {
        min-width: 86px;
    }

    .sales-latest-panel {
        padding: 10px;
        border-radius: 14px;
    }

    .sales-latest-panel-head {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .sales-latest-panel-head h2 {
        font-size: 17px;
    }

    .discover-page-new .search-mini-results {
        margin-top: 8px;
    }

    .discover-page-new .sales-mini-domain-table tbody {
        gap: 5px;
    }

    .discover-page-new .sales-mini-domain-table tr {
        gap: 3px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    .discover-page-new .sales-mini-domain-cell a,
    .discover-page-new .search-mini-results .sales-mini-domain-cell a,
    .discover-page-new .search-mini-results-rich .sales-mini-domain-cell a {
        line-height: 1.1;
    }

    .discover-page-new .sales-mini-domain-table td {
        gap: 8px;
        line-height: 1.1;
    }

    .discover-page-new .sales-mini-action-cell .btn {
        min-height: 28px;
        padding: 4px 8px;
    }

    .discover-page-offers .search-mini-results {
        margin-top: 8px;
    }

    .discover-page-offers .sales-mini-domain-table tbody {
        gap: 5px;
    }

    .discover-page-offers .sales-mini-domain-table tr {
        gap: 3px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    .discover-page-offers .sales-mini-domain-table td {
        gap: 8px;
        line-height: 1.1;
    }

    .discover-page-offers .sales-mini-action-cell .btn {
        min-height: 28px;
        padding: 4px 8px;
    }

    .discover-footer {
        padding-inline: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .sales-floor-intro h1 {
        font-size: 27px;
    }

    .sales-feature-card .sales-domain-name,
    .sales-domain-name {
        font-size: 21px;
    }

    .sales-feature-public-actions .sales-card-actions,
    .sales-card-actions,
    .sales-feature-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .domain-detail-page {
        gap: 10px;
    }

    .domain-detail-hero,
    .domain-detail-hero.has-seller-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
        border-radius: 16px;
        background: #fff;
    }

    .domain-detail-main {
        gap: 8px;
    }

    .domain-detail-main .card-kicker {
        gap: 4px;
    }

    .domain-detail-main .badge {
        min-height: 20px;
        padding: 3px 7px;
        font-size: 9px;
    }

    .domain-detail-title-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 8px;
        width: 100%;
    }

    .domain-detail-title-row h1,
    .domain-detail-main h1 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: .98;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .domain-visit-link {
        min-width: 42px;
        min-height: 34px;
        padding: 6px 9px;
        border-radius: 10px;
    }

    .domain-visit-link span {
        display: none;
    }

    .domain-visit-link i {
        font-size: 13px;
    }

    .domain-hero-seo {
        display: flex;
        gap: 6px;
        margin-top: 0;
        padding: 8px 9px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #f8fafc;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .domain-hero-seo-title {
        flex: 0 0 auto;
    }

    .domain-hero-seo-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        min-width: max-content;
    }

    .domain-hero-seo-grid span {
        display: inline-flex;
        gap: 4px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 11px;
        white-space: nowrap;
    }

    .domain-traffic-chart {
        margin-top: 0;
        padding: 9px;
        border-radius: 12px;
        box-shadow: none;
    }

    .domain-traffic-chart-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .domain-traffic-chart-head strong {
        font-size: 20px;
    }

    .domain-traffic-chart svg {
        height: 42px;
    }

    .domain-traffic-chart-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        line-height: 1.25;
    }

    .domain-detail-hero-seller {
        gap: 10px;
        padding: 11px;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        background: #fbfdff;
        border-image: none;
    }

    .domain-detail-hero-seller .domain-detail-seller-person {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
    }

    .domain-detail-hero-seller .sales-feature-owner-avatar-slot,
    .domain-detail-hero-seller .sales-feature-owner-avatar-slot .sales-seller-avatar {
        width: 46px;
        height: 46px;
    }

    .domain-detail-hero-seller .seller-card-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .domain-detail-hero-seller .seller-card-actions .btn {
        width: 100%;
        min-height: 38px;
        white-space: normal;
    }

    .domain-detail-grid,
    .domain-detail-page .domain-detail-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .domain-purchase-panel {
        order: -1;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .domain-detail-panel,
    .domain-detail-grid .domain-detail-panel,
    .domain-about-panel,
    .domain-purchase-panel,
    .domain-buying-panel {
        gap: 10px;
        padding: 12px;
        border-radius: 15px;
    }

    .domain-about-panel h2,
    .domain-purchase-panel h2,
    .domain-buying-panel h2 {
        font-size: 18px;
    }

    .domain-detail-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .domain-detail-panel-head .btn {
        width: 100%;
    }

    .current-price-block {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: stretch;
    }

    .domain-purchase-panel .domain-price-history-tile {
        gap: 10px;
        width: 100%;
        min-width: 0;
        padding: 10px;
        border: 1px solid #bbf7d0;
        border-radius: 16px;
        background: #f0fdf4;
        overflow: hidden;
    }

    .current-price-main {
        gap: 5px;
        min-width: 0;
        padding: 0 0 10px;
        border: 0;
        border-bottom: 1px solid rgba(22, 163, 74, .18);
        border-radius: 0;
        background: transparent;
    }

    .domain-purchase-panel .current-price-main > span {
        color: #047857;
        font-size: 11px;
        font-weight: 950;
        letter-spacing: .04em;
        line-height: 1;
        text-transform: uppercase;
    }

    .domain-purchase-panel .current-price-main > strong {
        display: block;
        max-width: 100%;
        min-width: 0;
        padding-bottom: 0;
        border-bottom: 0;
        overflow-wrap: anywhere;
        color: #065f46;
        font-size: clamp(30px, 10.5vw, 44px);
        line-height: .98;
        letter-spacing: 0;
    }

    .domain-purchase-panel .current-price-block .no-buy-now-price {
        display: block;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.2;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .domain-purchase-actions {
        display: grid;
        gap: 8px;
        width: 100%;
        min-width: 0;
    }

    .domain-auction-cta,
    .domain-standard-actions {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        min-width: 0;
    }

    .domain-standard-actions {
        gap: 8px;
        padding-top: 0;
    }

    .btn-auction-start {
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 12px;
    }

    .domain-buy-primary {
        min-height: 46px;
    }

    .domain-purchase-secondary-actions,
    .domain-purchase-panel .domain-detail-actions .card-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .domain-purchase-secondary-actions .btn,
    .domain-purchase-secondary-actions .inline-action,
    .domain-purchase-secondary-actions .inline-action button,
    .domain-purchase-panel .domain-detail-actions .card-actions .btn,
    .domain-purchase-panel .domain-detail-actions .card-actions .inline-action button {
        min-width: 0;
        min-height: 38px;
        padding: 7px 6px;
        font-size: 11px;
        line-height: 1.12;
        white-space: normal;
    }

    .latest-price-changes {
        padding: 10px;
        border-radius: 12px;
    }

    .latest-price-changes .price-history-list li,
    .price-history-list li {
        grid-template-columns: 1fr auto;
        gap: 4px 8px;
    }

    .price-history-list time {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .purchase-included,
    .purchase-confidence {
        min-width: 0;
        gap: 6px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 13px;
        background: #fff;
    }

    .purchase-included h3,
    .purchase-confidence h3 {
        font-size: 14px;
    }

    .purchase-included p,
    .purchase-confidence p {
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
        align-items: start;
        min-width: 0;
        font-size: 12px;
        line-height: 1.25;
    }

    .purchase-included p span,
    .purchase-confidence p span,
    .purchase-included small {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .purchase-social-share {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        justify-content: stretch;
        gap: 7px;
        width: 100%;
        min-width: 0;
        padding-top: 2px;
        text-align: left;
    }

    .purchase-share-divider {
        display: none;
    }

    .purchase-report-link,
    .purchase-share-label {
        min-width: 0;
        font-size: 10px;
        line-height: 1.15;
    }

    .purchase-share-label {
        display: none;
    }

    .purchase-share-icons {
        justify-content: flex-end;
        min-width: 0;
        gap: 6px;
    }

    .purchase-share-icons a {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .domain-about-copy p {
        font-size: 14px;
        line-height: 1.45;
    }

    .domain-about-section {
        gap: 8px;
        padding-top: 10px;
    }

    .domain-standout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .domain-standout-grid div {
        min-height: 78px;
        padding: 10px 8px;
    }

    .domain-standout-grid i {
        font-size: 19px;
    }

    .domain-use-pills {
        gap: 7px;
    }

    .domain-use-pills span {
        flex: 1 1 calc(50% - 4px);
        justify-content: center;
        min-height: 32px;
        text-align: center;
    }

    .domain-facts-line {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .domain-facts-row {
        display: contents;
    }

    .domain-facts-row span,
    .domain-facts-row span:first-child {
        white-space: normal;
    }

    .domain-buying-steps {
        border-radius: 12px;
    }

    .domain-buying-steps li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .domain-buying-steps li > span {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .domain-detail-title-row h1,
    .domain-detail-main h1 {
        font-size: clamp(27px, 10vw, 36px);
    }

    .domain-purchase-secondary-actions,
    .domain-purchase-panel .domain-detail-actions .card-actions {
        grid-template-columns: 1fr;
    }

    .domain-purchase-secondary-actions .btn,
    .domain-purchase-secondary-actions .inline-action button,
    .domain-purchase-panel .domain-detail-actions .card-actions .btn,
    .domain-purchase-panel .domain-detail-actions .card-actions .inline-action button {
        min-height: 38px;
        font-size: 12px;
    }

    .purchase-social-share {
        grid-template-columns: 1fr;
    }

    .purchase-share-icons {
        justify-content: flex-start;
    }

    .domain-standout-grid {
        grid-template-columns: 1fr;
    }

    .domain-use-pills span {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .seller-profile-shell {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
        min-width: 0;
        padding: 12px;
        border-radius: 16px;
    }

    .seller-profile-main {
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .seller-profile-avatar {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 13px;
    }

    .seller-profile-copy h1 {
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.05;
        overflow-wrap: anywhere;
    }

    .seller-profile-copy .eyebrow {
        font-size: 9px;
        line-height: 1.15;
    }

    .seller-profile-meta {
        font-size: 11px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .seller-profile-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        min-width: 0;
        width: 100%;
    }

    .seller-profile-stats span {
        min-width: 0;
        padding: 9px 8px;
        border-radius: 12px;
    }

    .seller-profile-stats strong {
        font-size: 18px;
    }

    .seller-profile-stats em {
        font-size: 9px;
        line-height: 1.1;
    }

    .seller-profile-actions,
    .seller-profile-actions .inline-action,
    .seller-profile-actions .btn,
    .seller-profile-actions button {
        width: 100%;
    }

    .seller-profile-actions .btn,
    .seller-profile-actions button {
        min-height: 38px;
    }

    .seller-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin: 0 0 10px;
        padding: 0;
        border-bottom: 0;
        overflow: visible;
    }

    .seller-tabs a {
        justify-content: center;
        min-height: 36px;
        padding: 7px 8px;
        border: 1px solid #dbe4ef;
        border-radius: 10px;
        background: #fff;
        font-size: 11px;
        line-height: 1.1;
        text-align: center;
        white-space: normal;
    }

    .seller-tabs a::after {
        display: none;
    }

    .seller-tabs a.active {
        border-color: #bfdbfe;
        background: #eef6ff;
        color: #075db7;
        box-shadow: inset 0 0 0 1px rgba(15, 111, 221, .12);
    }

    .seller-inventory-head {
        gap: 10px;
        padding: 12px;
        border-radius: 15px;
    }

    .seller-inventory-title {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .seller-inventory-title h2 {
        font-size: 19px;
    }

    .seller-inventory-title p {
        font-size: 12px;
    }

    .seller-view-controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .seller-view-controls a {
        justify-content: center;
        min-height: 34px;
        padding-inline: 8px;
        font-size: 11px;
    }

    .seller-filter-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
        border-radius: 14px;
    }

    .seller-filter-search,
    .seller-filter-category,
    .seller-filter-type,
    .seller-filter-checks,
    .seller-filter-actions {
        grid-column: 1 / -1;
    }

    .seller-filter-extension,
    .seller-filter-price,
    .seller-filter-sort,
    .seller-filter-per-page {
        grid-column: auto;
    }

    .seller-filter-row label > span {
        min-height: 0;
        font-size: 9px;
    }

    .seller-filter-row input,
    .seller-filter-row select {
        height: 34px;
        min-height: 34px;
        border-radius: 9px;
        font-size: 11px;
    }

    .seller-filter-checks {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 0;
    }

    .seller-filter-checks .checkline {
        justify-content: flex-start;
        width: 100%;
        min-height: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: normal;
    }

    .seller-filter-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 0;
    }

    .seller-filter-actions .btn {
        width: 100%;
        min-height: 36px;
        padding-inline: 8px;
        white-space: normal;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) {
        overflow: visible;
        margin-bottom: 12px;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) table,
    .compact-domain-table:not(.publish-panel .compact-domain-table) tbody,
    .compact-domain-table:not(.publish-panel .compact-domain-table) tr,
    .compact-domain-table:not(.publish-panel .compact-domain-table) td {
        display: block;
        width: 100% !important;
        min-width: 0;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) thead {
        display: none;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) tbody {
        display: grid;
        gap: 8px;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 6px 10px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td {
        padding: 0;
        border: 0;
        color: #334155;
        font-size: 11px;
        line-height: 1.2;
        text-align: right;
        white-space: normal;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td::before {
        display: block;
        margin-bottom: 2px;
        color: #64748b;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(1) {
        grid-column: 1 / -1;
        text-align: left;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(1)::before {
        display: none;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(2)::before { content: "EXT"; }
    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(3)::before { content: "Category"; }
    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(4)::before { content: "Price"; }
    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(5)::before { content: "Sale"; }
    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(6)::before { content: "Status"; }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(7) {
        grid-column: 1 / -1;
        text-align: left;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td:nth-child(7)::before {
        display: none;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-domain {
        display: block;
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: 16px;
        line-height: 1.12;
        white-space: normal;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
        margin-top: 4px;
        white-space: normal;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions .btn,
    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions .inline-action,
    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions .inline-action button,
    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions .icon-btn {
        width: 100%;
        min-width: 0;
        min-height: 34px;
        height: auto;
        padding: 6px;
        font-size: 10px;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .seller-profile-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .seller-profile-avatar {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .seller-profile-stats,
    .seller-tabs,
    .seller-filter-row,
    .seller-filter-checks,
    .seller-filter-actions,
    .compact-domain-table:not(.publish-panel .compact-domain-table) .compact-actions {
        grid-template-columns: 1fr;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) tr {
        grid-template-columns: 1fr;
    }

    .compact-domain-table:not(.publish-panel .compact-domain-table) td {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .discover-page-reverse .reverse-auctions-head {
        align-items: stretch;
        flex-direction: column;
    }

    .discover-page-reverse .reverse-auctions-head .btn {
        width: 100%;
    }

    .discover-page-reverse .reverse-auctions-card {
        padding: 10px;
        border-radius: 14px;
    }

    .discover-page-reverse .reverse-auctions-submit-card,
    .discover-page-reverse .reverse-auctions-submit-form,
    .discover-page-reverse .reverse-auction-detail-hero,
    .discover-page-reverse .reverse-auction-detail-layout,
    .discover-page-reverse .reverse-auction-detail-grid {
        grid-template-columns: 1fr;
    }

    .discover-page-reverse .reverse-auctions-submit-card,
    .discover-page-reverse .reverse-auction-detail-hero,
    .discover-page-reverse .reverse-auction-seo-card,
    .discover-page-reverse .reverse-auction-details-card,
    .discover-page-reverse .reverse-auction-drop-card {
        padding: 12px;
        border-radius: 14px;
    }

    .discover-page-reverse .reverse-auction-detail-hero h1 {
        font-size: clamp(28px, 9vw, 42px);
    }

    .discover-page-reverse .reverse-auction-auth-actions,
    .discover-page-reverse .reverse-auction-seo-grid {
        grid-template-columns: 1fr;
    }

    .discover-page-reverse .reverse-auction-details-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .discover-page-reverse .reverse-auction-seller-line {
        justify-content: flex-start;
    }

    .discover-page-reverse .reverse-auction-detail-grid div:last-child {
        border-bottom: 0;
    }

    .discover-page-reverse .reverse-auction-drop-head {
        flex-direction: column;
        align-items: stretch;
    }

    .discover-page-reverse .reverse-auction-next-drop {
        justify-content: flex-start;
        min-width: 0;
        text-align: left;
    }

    .discover-page-reverse .reverse-auctions-table-wrap {
        overflow: visible;
    }

    .discover-page-reverse .reverse-auctions-table,
    .discover-page-reverse .reverse-auctions-table tbody,
    .discover-page-reverse .reverse-auctions-table tr,
    .discover-page-reverse .reverse-auctions-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .discover-page-reverse .reverse-auctions-table thead {
        display: none;
    }

    .discover-page-reverse .reverse-auctions-table tbody {
        display: grid;
        gap: 8px;
    }

    .discover-page-reverse .reverse-auctions-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px 10px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
    }

    .discover-page-reverse .reverse-auctions-table td {
        padding: 0;
        border: 0;
        font-size: 12px;
        text-align: right;
        white-space: normal;
    }

    .discover-page-reverse .reverse-auctions-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 2px;
        color: #64748b;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .discover-page-reverse .reverse-auctions-domain-cell,
    .discover-page-reverse .reverse-auctions-action-cell {
        grid-column: 1 / -1;
        text-align: left;
    }

    .discover-page-reverse .reverse-auctions-domain-cell::before,
    .discover-page-reverse .reverse-auctions-action-cell::before {
        display: none;
    }

    .discover-page-reverse .reverse-auctions-action-cell .btn {
        width: 100%;
    }

    .discover-page-reverse .reverse-second-chance-table-wrap {
        overflow: visible;
    }

    .discover-page-reverse .reverse-second-chance-table,
    .discover-page-reverse .reverse-second-chance-table tbody,
    .discover-page-reverse .reverse-second-chance-table tr,
    .discover-page-reverse .reverse-second-chance-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .discover-page-reverse .reverse-second-chance-table thead {
        display: none;
    }

    .discover-page-reverse .reverse-second-chance-table tbody {
        display: grid;
        gap: 8px;
    }

    .discover-page-reverse .reverse-second-chance-table tr {
        display: grid;
        gap: 7px;
        padding: 10px;
        border: 1px solid #ffedd5;
        border-radius: 12px;
        background: #fff;
    }

    .discover-page-reverse .reverse-second-chance-table td {
        display: grid;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 8px;
        padding: 0;
        border: 0;
        white-space: normal;
    }

    .discover-page-reverse .reverse-second-chance-table td::before {
        content: attr(data-label);
        color: #9a3412;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .discover-page-reverse .reverse-second-chance-domain-cell,
    .discover-page-reverse .reverse-second-chance-action-cell {
        display: block;
        text-align: left;
    }

    .discover-page-reverse .reverse-second-chance-domain-cell::before,
    .discover-page-reverse .reverse-second-chance-action-cell::before {
        display: none;
    }

    .discover-page-reverse .reverse-second-chance-action-cell .btn {
        width: 100%;
    }

    .discover-page-reverse .reverse-auction-drop-table-wrap {
        overflow: visible;
    }

    .discover-page-reverse .reverse-auction-drop-table,
    .discover-page-reverse .reverse-auction-drop-table tbody,
    .discover-page-reverse .reverse-auction-drop-table tr,
    .discover-page-reverse .reverse-auction-drop-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .discover-page-reverse .reverse-auction-drop-table thead {
        display: none;
    }

    .discover-page-reverse .reverse-auction-drop-table tbody {
        display: grid;
        gap: 8px;
    }

    .discover-page-reverse .reverse-auction-drop-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px 10px;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
    }

    .discover-page-reverse .reverse-auction-drop-table td {
        padding: 0;
        border: 0;
        font-size: 12px;
        text-align: right;
        white-space: normal;
    }

    .discover-page-reverse .reverse-auction-drop-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 2px;
        color: #64748b;
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .discover-page-reverse .reverse-auction-drop-table td:first-child,
    .discover-page-reverse .reverse-auction-drop-table td:last-child {
        grid-column: 1 / -1;
        text-align: left;
    }

    .discover-page-reverse .reverse-auction-drop-table td span,
    .discover-page-reverse .reverse-auction-drop-table td strong,
    .discover-page-reverse .reverse-auction-drop-table td small,
    .discover-page-reverse .reverse-auction-drop-table td[data-label="Dropped at"],
    .discover-page-reverse .reverse-auction-drop-table td[data-label="Price after drop"],
    .discover-page-reverse .reverse-auction-drop-table td[data-label="Next drop"] {
        white-space: normal;
    }

    .discover-page-reverse .reverse-auction-drop-table td small {
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }

    .discover-page-reverse .reverse-auction-drop-table td:first-child::before {
        display: none;
    }
}
