/* 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-shell-container: calc(var(--dui-container) + 48px);
    --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);
}

.dui-account-panel {
    max-width: 760px;
    margin: 0 auto;
}

.dui-account-panel .action-form {
    max-width: 520px;
}

.account-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.account-summary-grid > div {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
}

.account-summary-grid span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.account-summary-grid strong {
    display: block;
    color: var(--text);
    overflow-wrap: anywhere;
}

.detail-panel-subsection {
    margin-top: 18px;
}

.detail-panel-subsection h2 {
    font-size: 18px;
    margin: 0 0 6px;
}

.buyer-account-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.buyer-account-nav a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 3px 10px;
    align-items: center;
    min-height: 78px;
    padding: 13px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    text-decoration: none;
}

.buyer-account-nav a:hover,
.buyer-account-nav a:focus-visible {
    border-color: var(--primary);
    box-shadow: 0 8px 22px rgba(15, 118, 110, .12);
}

.buyer-account-nav i {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e7f8f5;
    color: var(--primary);
}

.buyer-account-nav span {
    font-weight: 850;
}

.buyer-account-nav em {
    color: var(--muted);
    font-size: 12.5px;
    font-style: normal;
    line-height: 1.35;
}

.buyer-account-actions {
    justify-content: flex-start;
}

@media (max-width: 720px) {
    .account-summary-grid {
        grid-template-columns: 1fr;
    }

    .dui-account-panel .card-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

.dui-buyer-auth-page {
    width: min(100% - 32px, 600px);
    margin: 28px auto 0;
}

.dui-buyer-auth-card {
    padding: 28px;
    border: 1px solid #dbe7f3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.dui-buyer-auth-card h1 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.15;
}

.dui-buyer-auth-card > p {
    margin: 0 0 20px;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

.dui-buyer-auth-form,
.dui-buyer-settings-form {
    display: grid;
    gap: 17px;
}

.dui-buyer-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dui-buyer-auth-form label,
.dui-buyer-settings-form label {
    display: grid;
    gap: 6px;
    color: #17305f;
    font-size: 13px;
    font-weight: 800;
}

.dui-buyer-auth-form input:not([type="checkbox"]),
.dui-buyer-settings-form input:not([type="checkbox"]),
.dui-buyer-settings-form select,
.dui-buyer-settings-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cbd9e6;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    font: inherit;
}

.dui-buyer-auth-form input:focus,
.dui-buyer-settings-form input:focus,
.dui-buyer-settings-form select:focus,
.dui-buyer-settings-form textarea:focus {
    border-color: #0d9488;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .16);
}

.dui-buyer-settings-form textarea {
    min-height: 112px;
    resize: vertical;
}

.dui-buyer-password-field {
    position: relative;
    display: block;
}

.dui-buyer-password-field input {
    padding-right: 76px !important;
}

.dui-buyer-password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid #cbd9e6;
    border-radius: 7px;
    background: #f8fafc;
    color: #17305f;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transform: translateY(-50%);
}

.dui-buyer-password-toggle:hover,
.dui-buyer-password-toggle:focus-visible {
    border-color: #0d9488;
    background: #eef7f8;
    color: #0f766e;
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .16);
}

.dui-buyer-password-help {
    margin: -8px 0 0;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.35;
}

.dui-buyer-terms {
    display: flex !important;
    align-items: flex-start;
    gap: 10px !important;
    min-height: 44px;
    padding: 10px 0;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.4;
    cursor: pointer;
}

.dui-buyer-terms input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #0d9488;
    cursor: pointer;
}

.dui-buyer-terms a,
.dui-buyer-auth-foot a,
.dui-buyer-auth-seller a {
    color: #0f766e;
    font-weight: 800;
}

.dui-buyer-field-error {
    margin-top: -12px;
    color: #b42318;
    font-size: 12.5px;
    font-weight: 750;
}

.dui-buyer-auth-error {
    display: grid;
    gap: 3px;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    font-size: 13px;
}

.dui-buyer-auth-foot,
.dui-buyer-auth-seller {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 13.5px;
    text-align: center;
}

.dui-buyer-auth-seller {
    margin-top: 14px;
}

.dui-buyer-account-page {
    width: min(100% - 36px, 1240px);
    margin: 24px auto 0;
}

.dui-buyer-account-heading {
    margin-bottom: 18px;
}

.dui-buyer-account-heading h1 {
    margin: 0;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.15;
}

.dui-buyer-account-heading p:not(.eyebrow) {
    margin: 6px 0 0;
    color: #64748b;
}

.dui-buyer-account-workspace {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.dui-buyer-account-sidebar,
.dui-buyer-account-main,
.dui-buyer-account-card {
    border: 1px solid #dbe7f3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.dui-buyer-account-sidebar {
    display: grid;
    gap: 16px;
    padding: 14px;
}

.dui-buyer-account-sidebar h2 {
    margin: 0 0 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.dui-buyer-account-sidebar nav {
    display: grid;
    gap: 4px;
}

.dui-buyer-account-nav-link {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    min-height: 44px;
    gap: 10px;
    padding: 10px 11px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #1e355f;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
}

.dui-buyer-account-nav-link:hover,
.dui-buyer-account-nav-link:focus-visible {
    border-color: #99d4cf;
    background: #f0fdfa;
    color: #0f766e;
    outline: none;
}

.dui-buyer-account-nav-link.is-active {
    border-color: #b7e2de;
    background: #e7f8f5;
    color: #0f766e;
}

.dui-buyer-account-nav-link.is-active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: #0d9488;
}

.dui-buyer-account-main {
    padding: 20px;
}

.dui-buyer-account-section-head {
    margin-bottom: 16px;
}

.dui-buyer-account-section-head h2 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 22px;
}

.dui-buyer-account-section-head p {
    margin: 0;
    color: #64748b;
}

.dui-buyer-account-card {
    padding: 18px;
    box-shadow: none;
}

.dui-buyer-account-card + .dui-buyer-account-card,
.dui-buyer-account-summary + .dui-buyer-account-card {
    margin-top: 16px;
}

.dui-buyer-account-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 17px;
}

.dui-buyer-account-profile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 14px;
    align-items: center;
}

.dui-buyer-account-profile span,
.dui-buyer-account-summary span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.dui-buyer-account-profile strong,
.dui-buyer-account-summary strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    overflow-wrap: anywhere;
}

.dui-buyer-account-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.dui-buyer-account-summary a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 82px;
    padding: 14px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    text-decoration: none;
}

.dui-buyer-account-summary i {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e7f8f5;
    color: #0d9488;
}

.dui-buyer-account-empty {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 18px;
    border: 1px dashed #cbd9e6;
    border-radius: 10px;
    background: #f8fafc;
}

.dui-buyer-account-empty h3,
.dui-buyer-account-empty p {
    margin: 0;
}

.dui-buyer-account-empty p,
.dui-buyer-account-source-note {
    color: #64748b;
}

.dui-buyer-account-source-note {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
}

.dui-buyer-account-mobile-nav {
    display: none;
}

.dui-buyer-status-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #334155;
}

.dui-buyer-status-line i {
    color: #0d9488;
}

.dui-buyer-compose-card {
    display: grid;
    gap: 16px;
}

.dui-buyer-compose-head h3,
.dui-buyer-compose-head p {
    margin: 0;
}

.dui-buyer-compose-head p {
    color: #64748b;
    font-size: 13.5px;
}

.dui-buyer-messages-workspace {
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    gap: 16px;
}

.dui-buyer-message-list {
    display: grid;
    gap: 8px;
    align-content: start;
}

.dui-buyer-message-row {
    position: relative;
    display: grid;
    gap: 3px;
    min-height: 72px;
    padding: 12px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    text-decoration: none;
}

.dui-buyer-message-row:hover,
.dui-buyer-message-row:focus-visible,
.dui-buyer-message-row.is-active {
    border-color: #99d4cf;
    background: #eef7f8;
    outline: none;
}

.dui-buyer-message-row span,
.dui-buyer-message-row em {
    color: #64748b;
    font-size: 12.5px;
    font-style: normal;
}

.dui-buyer-message-row b {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 22px;
    padding: 3px 6px;
    border-radius: 999px;
    background: #0d9488;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.dui-buyer-activity-list {
    display: grid;
    gap: 8px;
}

.dui-buyer-activity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    text-decoration: none;
}

.dui-buyer-activity-row:hover,
.dui-buyer-activity-row:focus-visible {
    border-color: #99d4cf;
    background: #eef7f8;
    outline: none;
}

.dui-buyer-activity-row span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.dui-buyer-activity-row em,
.dui-buyer-activity-row time {
    color: #64748b;
    font-size: 12.5px;
    font-style: normal;
}

.dui-buyer-thread-panel {
    min-width: 0;
}

.dui-buyer-thread-back {
    display: none;
    margin-bottom: 10px;
    color: #0f6f7d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.dui-buyer-thread-back:hover,
.dui-buyer-thread-back:focus-visible {
    color: #0d9488;
    text-decoration: underline;
    outline: none;
}

.dui-buyer-thread-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5eef7;
}

.dui-buyer-thread-context,
.discover-thread-context {
    display: grid;
    gap: 3px;
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #cfe7ea;
    border-radius: 10px;
    background: #f0fbfc;
    color: #0f172a;
}

.dui-buyer-thread-context span,
.discover-thread-context span {
    color: #64748b;
    font-size: 12.5px;
}

.dui-buyer-thread-head h3,
.dui-buyer-thread-head p {
    margin: 0;
}

.dui-buyer-thread-head p,
.dui-buyer-thread-empty span {
    color: #64748b;
}

.dui-buyer-thread-messages {
    display: grid;
    gap: 10px;
    margin: 14px 0;
}

.dui-buyer-thread-message {
    max-width: min(620px, 86%);
    padding: 11px 12px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f8fafc;
}

.dui-buyer-thread-message.is-own {
    justify-self: end;
    border-color: #b7e2de;
    background: #e7f8f5;
}

.dui-buyer-thread-message div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
}

.dui-buyer-thread-message p {
    margin: 0;
    color: #0f172a;
    line-height: 1.45;
}

.dui-buyer-thread-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 220px;
    place-content: center;
    color: #64748b;
    text-align: center;
}

.dui-buyer-table {
    display: grid;
    gap: 10px;
}

.dui-buyer-table-row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) auto auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 12px;
    border: 1px solid #e5eef7;
    border-radius: 10px;
    background: #f8fbff;
}

.dui-buyer-table-row > div:first-child {
    min-width: 0;
}

.dui-buyer-table-row strong,
.dui-buyer-table-row span {
    display: block;
}

.dui-buyer-table-row span {
    color: #64748b;
    font-size: 13px;
}

.dui-buyer-status-pill {
    display: inline-flex !important;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e7f8f5;
    color: #0f766e !important;
    font-weight: 850;
}

@media (max-width: 980px) {
    .dui-buyer-account-workspace {
        grid-template-columns: 1fr;
    }

    .dui-buyer-account-sidebar {
        display: none;
    }

    .dui-buyer-account-mobile-nav {
        display: flex;
        gap: 8px;
        margin: 0 0 14px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .dui-buyer-account-mobile-nav::-webkit-scrollbar {
        display: none;
    }

    .dui-buyer-account-mobile-nav a {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 11px 13px;
        border: 1px solid #dbe7f3;
        border-radius: 999px;
        background: #fff;
        color: #1e355f;
        font-size: 13px;
        font-weight: 850;
        text-decoration: none;
    }

    .dui-buyer-account-mobile-nav a[aria-current="page"] {
        border-color: #b7e2de;
        background: #e7f8f5;
        color: #0f766e;
    }

    .dui-buyer-account-profile,
    .dui-buyer-account-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-buyer-messages-workspace,
    .dui-buyer-table-row {
        grid-template-columns: 1fr;
    }

    .dui-buyer-thread-back {
        display: inline-flex;
    }

    .dui-buyer-activity-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .dui-buyer-thread-message {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .dui-buyer-auth-page,
    .dui-buyer-account-page {
        width: min(100% - 22px, 600px);
    }

    .dui-buyer-auth-card,
    .dui-buyer-account-main,
    .dui-buyer-account-card {
        padding: 16px;
    }

    .dui-buyer-auth-grid,
    .dui-buyer-account-profile,
    .dui-buyer-account-summary {
        grid-template-columns: 1fr;
    }
}

/* 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 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--dui-shell-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: 999px;
    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;
}

.dui-global-account-menu {
    width: min(520px, calc(100vw - 32px));
    min-width: 480px;
    padding: 16px;
    border-radius: 12px;
}

.dui-global-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.dui-global-account-group {
    min-width: 0;
}

.dui-global-account-group-wide {
    grid-column: 1 / -1;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.dui-global-account-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
}

.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: 0 8px 7px;
    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: 0;
}

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

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

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

.dui-global-header-inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    height: 100%;
    max-width: var(--dui-shell-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-create-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(560px, calc(100vw - 32px));
    min-width: 0;
    overflow: visible;
    padding: 20px;
    transform: none;
}

.dui-global-nav-dropdown.is-open .dui-global-mega {
    display: block;
}

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

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

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

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

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

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

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

.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 {
    max-width: 460px;
    margin: 6px 0 16px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.dui-global-mega-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 24px;
}

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

.dui-global-product-discover .dui-global-mega-section:nth-child(3) {
    grid-column: 2;
}

@media (min-width: 901px) {
    .dui-global-product-discover .dui-global-mega-groups {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        align-items: start;
    }

    .dui-global-product-discover .dui-global-mega-section:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 3;
        padding-right: 4px;
        border-right: 1px solid #e5e7eb;
    }

    .dui-global-product-discover .dui-global-mega-section:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .dui-global-product-discover .dui-global-mega-section:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        padding-top: 10px;
        border-top: 1px solid #e5e7eb;
    }

    .dui-global-product-discover .dui-global-mega-section:nth-child(4) {
        grid-column: 2;
        grid-row: 3;
        padding-top: 10px;
        border-top: 1px solid #e5e7eb;
    }
}

.dui-global-product-build .dui-global-mega-section:nth-child(3),
.dui-global-product-community .dui-global-mega-section:nth-child(3) {
    grid-column: 1 / -1;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.dui-global-product-community .dui-global-mega-section:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
}

.dui-global-product-community .dui-global-mega-section:nth-child(3) .dui-global-mega-section-title {
    grid-column: 1 / -1;
}

.dui-global-mega-section-title {
    margin: 0 0 7px;
    color: #115e59;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dui-global-mega-link {
    min-height: 32px;
    padding: 6px 8px;
    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;
    flex: 0 1 260px;
    width: clamp(180px, 14vw, 260px);
    min-width: 180px;
}

.dui-global-verified-count {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 auto;
    gap: 1px;
    min-height: 34px;
    padding: 0 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.05;
    text-decoration: none;
    white-space: nowrap;
}

.dui-global-verified-count strong {
    font-size: 13px;
    font-weight: 900;
}

.dui-global-verified-count:hover,
.dui-global-verified-count:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.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-create-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    gap: 8px;
    padding: 0 16px;
    border-color: rgba(255,255,255,.34);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.1));
    font-weight: 850;
    letter-spacing: .01em;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.dui-global-create-btn i {
    font-size: 12px;
    line-height: 1;
}

.dui-global-create-btn span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.dui-global-create-btn:hover,
.dui-global-create-btn:focus-visible {
    border-color: rgba(255,255,255,.46);
    background: linear-gradient(135deg, rgba(255,255,255,.27), rgba(255,255,255,.15));
    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 {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: var(--dui-shell-container);
    margin: 0 auto;
    padding: 0 24px 60px;
}

.discover-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--dui-shell-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;
}

.dui-footer-feature-link {
    display: inline-block;
    margin-top: 6px;
    color: #0d9488;
    font-weight: 800;
    text-decoration: none;
}

.dui-footer-feature-link:hover,
.dui-footer-feature-link:focus-visible {
    color: #0f766e;
    text-decoration: underline;
}

.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 .dash-sidebar-tile,
.discover-layout .dash-sidebar .rail-card {
    padding: 14px;
    border-radius: 12px;
    border-color: rgba(226, 232, 240, 0.95);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 30px rgba(15, 23, 42, 0.05);
}

.discover-sidebar-shell {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.discover-sidebar-section + .discover-sidebar-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.discover-sidebar-filter-panel {
    margin-top: 0;
}

.discover-layout .dash-sidebar .dash-sidebar-tile::before,
.discover-layout .dash-sidebar .rail-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #0d9488 0%, #3b82f6 48%, #a855f7 100%);
}

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

.discover-layout .dash-sidebar .dash-side-item,
.discover-layout .dash-sidebar .dash-insight-row {
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 5px 7px;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.discover-layout .dash-sidebar .dash-side-item:hover,
.discover-layout .dash-sidebar .dash-side-item.active,
.discover-layout .dash-sidebar .dash-insight-row:hover,
.discover-layout .dash-sidebar .dash-insight-row.active {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: rgba(226, 232, 240, 0.95);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transform: translateX(2px);
}

.discover-layout .dash-sidebar .dash-side-item.active .dash-side-name,
.discover-layout .dash-sidebar .dash-insight-row.active .dash-insight-name {
    color: var(--dui-primary);
}

.discover-layout .dash-sidebar .dash-side-icon,
.discover-layout .dash-sidebar .dash-insight-icon {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    border-radius: 8px;
    font-size: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.discover-layout .dash-sidebar .dash-feed-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 12px;
}

.discover-layout .dash-sidebar .dash-side-name,
.discover-layout .dash-sidebar .dash-insight-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
}

.discover-layout .dash-sidebar .dash-feed-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

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

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

.discover-layout .dash-sidebar .sales-filter-details summary {
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--dui-text);
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

.discover-layout .dash-sidebar .sales-filter-details summary:hover,
.discover-layout .dash-sidebar .sales-filter-details summary:focus-visible {
    border-color: rgba(226, 232, 240, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.discover-layout .dash-sidebar .sales-filter-form {
    margin-top: 8px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: none;
}

.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-indigo,
.dash-cic-indigo { background: #eef2ff; color: #4f46e5; }
.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;
}

/* Public DomainUI homepage */
.dui-public-home-main {
    flex: 1;
    width: 100%;
    background: #fffaf5;
}

.dui-public-home {
    overflow: hidden;
    color: #0f172a;
    background:
        radial-gradient(circle at 10% 8%, rgba(13, 148, 136, 0.10), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(249, 115, 22, 0.10), transparent 24%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 28%, #f8fafc 100%);
}

.dui-home-container {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.dui-home-hero {
    position: relative;
    isolation: isolate;
    padding: 72px 0 106px;
    background: linear-gradient(135deg, #fffaf5 0%, #f8fcff 58%, #fff7ed 100%);
}

.dui-home-glow {
    position: absolute;
    z-index: -1;
    width: 380px;
    height: 380px;
    border-radius: 999px;
    filter: blur(40px);
    opacity: .48;
    pointer-events: none;
}

.dui-home-glow-a {
    top: 38px;
    left: -120px;
    background: rgba(45, 212, 191, .24);
}

.dui-home-glow-b {
    right: -130px;
    bottom: 12px;
    background: rgba(251, 146, 60, .20);
}

.dui-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    align-items: center;
    gap: 52px;
}

.dui-home-eyebrow {
    margin: 0 0 14px;
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.dui-home-hero-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(44px, 5vw, 74px);
    line-height: .97;
    font-weight: 950;
    letter-spacing: 0;
}

.dui-home-hero-copy h1 span {
    display: block;
}

.dui-home-hero-copy h1 span:last-child {
    color: #0d9488;
    text-decoration: underline;
    text-decoration-color: rgba(249, 115, 22, .45);
    text-decoration-thickness: 7px;
    text-underline-offset: -4px;
}

.dui-home-lead {
    max-width: 670px;
    margin: 24px 0 0;
    color: #334155;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.55;
    font-weight: 560;
}

.dui-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dui-home-actions .btn {
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 12px;
    font-size: 14px;
}

.dui-home-primary {
    box-shadow: 0 16px 28px rgba(13, 148, 136, .20);
}

.dui-home-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    color: #475569;
    font-size: 13px;
    font-weight: 750;
}

.dui-home-proof li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dui-home-proof i {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 10px;
}

.dui-home-preview {
    position: relative;
    min-height: 510px;
}

.dui-home-preview-card,
.dui-home-floating-card,
.dui-home-search-panel,
.dui-home-outcome-card,
.dui-home-activity,
.dui-home-step,
.dui-home-lander,
.dui-home-pathways article,
.dui-home-trust,
.dui-home-selling-row {
    border: 1px solid rgba(203, 213, 225, .78);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.dui-home-preview-card {
    position: relative;
    padding: 24px;
    border-radius: 18px;
}

.dui-home-preview-head,
.dui-home-activity-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dui-home-preview-head h2,
.dui-home-activity-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.15;
}

.dui-home-preview-head span,
.dui-home-mini-label {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dui-home-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.dui-home-metrics div {
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
}

.dui-home-metrics i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: #ecfeff;
    color: #0e7490;
}

.dui-home-metrics div:nth-child(2) i { background: #eff6ff; color: #2563eb; }
.dui-home-metrics div:nth-child(3) i { background: #f5f3ff; color: #7c3aed; }
.dui-home-metrics div:nth-child(4) i { background: #fff7ed; color: #ea580c; }

.dui-home-metrics span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.dui-home-metrics strong {
    color: #0f172a;
    font-size: 26px;
    line-height: 1;
}

.dui-home-domain-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(3, auto);
    gap: 10px;
    align-items: center;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #ccfbf1;
    border-radius: 14px;
    background: #f0fdfa;
}

.dui-home-domain-row strong {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-domain-row span {
    color: #0f766e;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.dui-home-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    position: relative;
    margin-top: 22px;
}

.dui-home-journey::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: #99f6e4;
}

.dui-home-journey div {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #0f766e;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
}

.dui-home-journey i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #99f6e4;
    border-radius: 14px;
    background: #fff;
    color: #0d9488;
    font-size: 16px;
}

.dui-home-floating-card {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: min(300px, 72%);
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
}

.dui-home-floating-card strong {
    display: block;
    margin-top: 5px;
    color: #0f172a;
    font-size: 19px;
}

.dui-home-floating-card em {
    display: block;
    color: #64748b;
    font-style: normal;
    font-size: 12px;
    font-weight: 750;
}

.dui-home-floating-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
}

.dui-home-floating-price span {
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
}

.dui-home-floating-price strong {
    margin: 0;
    color: #0d9488;
    font-size: 22px;
}

.dui-home-mini-link {
    display: inline-flex;
    justify-content: center;
    min-height: 34px;
    align-items: center;
    border-radius: 10px;
    background: #0d9488;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.dui-home-search-panel {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(240px, .55fr) minmax(360px, 1fr);
    gap: 18px 24px;
    align-items: center;
    margin-top: -160px;
    padding: 24px;
    border-radius: 18px;
}

.dui-home-search-panel h2,
.dui-home-section-head h2,
.dui-home-lander h2,
.dui-home-pathways h2,
.dui-home-trust h2,
.dui-home-final-cta h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.12;
    font-weight: 900;
}

.dui-home-search-panel p,
.dui-home-section-head p,
.dui-home-lander p,
.dui-home-pathways p,
.dui-home-final-cta p {
    margin: 8px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.dui-home-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.dui-home-search-form input {
    min-height: 48px;
    min-width: 0;
    padding: 0 15px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    background: #fff;
}

.dui-home-search-form .btn {
    min-height: 48px;
    border-radius: 12px;
}

.dui-home-quick-links {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dui-home-quick-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 850;
}

.dui-home-quick-links i {
    color: #0d9488;
}

.dui-home-section {
    padding: 78px 0 0;
}

.dui-home-section-head {
    max-width: 760px;
    margin-bottom: 24px;
}

.dui-home-section-head p {
    font-size: 17px;
}

.dui-home-outcomes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dui-home-outcome-card {
    display: grid;
    gap: 12px;
    min-height: 188px;
    padding: 20px;
    border-radius: 16px;
    color: #0f172a;
    transition: transform .15s ease, box-shadow .15s ease;
}

.dui-home-outcome-card:hover,
.dui-home-outcome-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .11);
}

.dui-home-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    font-size: 17px;
}

.dui-tone-teal .dui-home-card-icon { background: #ccfbf1; color: #0f766e; }
.dui-tone-blue .dui-home-card-icon { background: #dbeafe; color: #2563eb; }
.dui-tone-violet .dui-home-card-icon { background: #ede9fe; color: #7c3aed; }
.dui-tone-orange .dui-home-card-icon { background: #fed7aa; color: #c2410c; }

.dui-home-outcome-card h3,
.dui-home-step h3 {
    margin: 0;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.2;
}

.dui-home-outcome-card p,
.dui-home-step p,
.dui-home-selling-row span {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.dui-home-activity {
    width: min(100% - 48px, 1320px);
    margin: 36px auto 0;
    padding: 18px;
    border-radius: 16px;
}

.dui-home-activity-head a {
    color: #0d9488;
    font-size: 13px;
    font-weight: 900;
}

.dui-home-activity-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.dui-home-activity-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px 10px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
}

.dui-home-activity-item strong {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-activity-item span:not(.dui-home-activity-badge),
.dui-home-activity-item em {
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.dui-home-activity-item em {
    justify-self: end;
    color: #0f766e;
}

.dui-home-activity-badge {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-height: 30px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 950;
}

.dui-home-activity-badge.is-new { background: #dcfce7; color: #166534; }
.dui-home-activity-badge.is-drop { background: #ffedd5; color: #9a3412; }
.dui-home-activity-badge.is-auction { background: #e0f2fe; color: #075985; }

.dui-home-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dui-home-step {
    padding: 20px;
    border-radius: 16px;
}

.dui-home-step > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #0d9488;
    color: #fff;
    font-weight: 900;
}

.dui-home-centred-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.dui-home-lander {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 36px;
    align-items: center;
    margin-top: 78px;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
}

.dui-home-lander ul,
.dui-home-trust ul {
    display: grid;
    gap: 9px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.dui-home-lander li,
.dui-home-trust li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.dui-home-lander li i,
.dui-home-trust li i {
    margin-top: 3px;
    color: #0d9488;
}

.dui-home-lander-preview {
    min-height: 300px;
    padding: 22px;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.dui-home-browser-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 32px;
}

.dui-home-browser-bar span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #cbd5e1;
}

.dui-home-lander-preview strong {
    display: block;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.1;
}

.dui-home-lander-preview p {
    margin: 12px 0 24px;
}

.dui-home-lander-preview div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dui-home-lander-preview div:last-child span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.dui-home-selling-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dui-home-selling-row {
    display: grid;
    grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-radius: 14px;
}

.dui-home-selling-row strong {
    color: #0f172a;
    font-size: 15px;
}

.dui-home-selling-row i {
    color: #0d9488;
}

.dui-home-pathways {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 78px;
}

.dui-home-pathways article {
    padding: 28px;
    border-radius: 18px;
}

.dui-home-pathways .btn {
    margin-top: 22px;
}

.dui-home-trust {
    display: grid;
    grid-template-columns: minmax(260px, .56fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 78px;
    padding: 30px;
    border-radius: 18px;
}

.dui-home-trust ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.dui-home-final-cta {
    margin-top: 78px;
    padding: 68px 0;
    text-align: center;
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
}

.dui-home-final-cta h2,
.dui-home-final-cta p {
    color: #fff;
}

.dui-home-final-cta p {
    max-width: 650px;
    margin-inline: auto;
    color: rgba(255,255,255,.88);
}

.dui-home-final-cta .dui-home-actions {
    justify-content: center;
}

.dui-home-final-cta .btn-primary {
    border-color: #fff;
    background: #fff;
    color: #0f766e;
}

.dui-home-footer {
    max-width: none;
    padding: 42px 24px 28px;
    background: #f8fafc;
}

.dui-home-footer-inner {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    width: min(100%, 1320px);
    margin: 0 auto 26px;
    text-align: left;
}

.dui-home-footer nav {
    display: grid;
    align-content: start;
    gap: 8px;
}

.dui-home-footer strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
}

.dui-home-footer a {
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.dui-home-footer a:hover,
.dui-home-footer a:focus-visible {
    color: #0d9488;
}

@media (max-width: 1100px) {
    .dui-home-hero-grid,
    .dui-home-lander,
    .dui-home-trust {
        grid-template-columns: 1fr;
    }

    .dui-home-preview {
        min-height: auto;
    }

    .dui-home-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .dui-home-outcomes,
    .dui-home-steps,
    .dui-home-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-home-search-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .dui-home-container,
    .dui-home-activity {
        width: min(100% - 28px, 1320px);
    }

    .dui-home-hero {
        padding: 46px 0 80px;
    }

    .dui-home-hero-grid {
        gap: 32px;
    }

    .dui-home-hero-copy h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .dui-home-actions,
    .dui-home-actions .btn,
    .dui-home-search-form,
    .dui-home-search-form .btn {
        width: 100%;
    }

    .dui-home-search-form {
        grid-template-columns: 1fr;
    }

    .dui-home-proof {
        display: grid;
    }

    .dui-home-metrics,
    .dui-home-outcomes,
    .dui-home-steps,
    .dui-home-selling-grid,
    .dui-home-pathways,
    .dui-home-activity-list,
    .dui-home-trust ul,
    .dui-home-footer-inner {
        grid-template-columns: 1fr;
    }

    .dui-home-domain-row,
    .dui-home-selling-row {
        grid-template-columns: 1fr;
    }

    .dui-home-domain-row span {
        white-space: normal;
    }

    .dui-home-preview-card,
    .dui-home-search-panel,
    .dui-home-lander,
    .dui-home-trust,
    .dui-home-pathways article {
        padding: 18px;
    }

    .dui-home-section,
    .dui-home-pathways {
        padding-top: 56px;
    }

    .dui-home-lander,
    .dui-home-trust,
    .dui-home-final-cta {
        margin-top: 56px;
    }
}

@media (max-width: 420px) {
    .dui-home-quick-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .dui-home-quick-links a {
        flex: 0 0 auto;
    }
}

/* 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 {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin: 0 0 14px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 58%, #f8fafc 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.05);
}

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

.discover-page-discover .market-home-hero .sales-floor-intro {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding-right: 0;
}

.discover-page-discover .market-home-hero .sales-floor-intro h1 {
    margin: 0;
    font-size: clamp(25px, 1.9vw, 31px);
    line-height: 1.05;
    font-weight: 950;
}

.discover-page-discover .market-home-hero .sales-floor-intro p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 650;
}

.discover-page-discover .market-home-hero .sales-search-tabs-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: -4px 0;
    padding: 0 0 0 18px;
    border-left: 1px solid #e5e7eb;
}

.discover-page-discover .market-home-hero .sales-floor-controls {
    width: 100%;
    max-width: none;
    margin: 0;
    justify-self: stretch;
}

.discover-page-discover .market-home-hero .sales-search-form {
    min-height: 44px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 18px rgba(15, 23, 42, 0.05);
}

.discover-page-discover .market-home-hero .sales-search-form .btn {
    min-height: 34px;
    border-radius: 10px;
}

.discover-layout .right-rail {
    gap: 14px;
}

.discover-layout .right-rail > .rail-card {
    padding: 12px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 22px rgba(15, 23, 42, 0.04);
}

.discover-layout .right-rail .dash-feed-head.compact {
    margin-bottom: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f7;
}

.market-home-live-market-rail {
    overflow: hidden;
}

.market-home-live-market-list {
    display: grid;
    gap: 0;
}

.market-home-live-market-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "domain badge"
        "metric time";
    align-items: center;
    gap: 3px 9px;
    min-height: 42px;
    padding: 7px 4px;
    border-bottom: 1px solid #f3f4f6;
    color: #111827;
    text-decoration: none;
}

.market-home-live-market-row:last-child {
    border-bottom: 0;
}

.market-home-live-market-row:hover,
.market-home-live-market-row:focus-visible {
    background: #f8fafc;
    outline: none;
}

.market-home-live-domain {
    grid-area: domain;
    min-width: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-home-live-type {
    grid-area: badge;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 47px;
    padding: 2px 6px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.market-home-live-type-public {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.market-home-live-type-sealed {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.market-home-live-type-reverse {
    border-color: #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
}

.market-home-live-metric,
.market-home-live-time {
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.market-home-live-metric {
    grid-area: metric;
    color: #0f766e;
    font-weight: 900;
}

.market-home-live-time {
    grid-area: time;
    justify-self: end;
}

.market-home-pulse-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 30px;
    padding: 6px 4px;
    border-bottom: 1px solid #f3f4f6;
    color: inherit;
    text-decoration: none;
}

.market-home-pulse-list a:last-child {
    border-bottom: 0;
}

.market-home-pulse-list a:hover,
.market-home-pulse-list a:focus-visible {
    background: #f8fafc;
    outline: none;
}

.market-home-pulse-list dt,
.market-home-pulse-list dd {
    margin: 0;
}

.discover-page-discover .market-home-ticker-tile {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
    margin: 0 0 10px;
    padding: 7px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: rgba(248, 250, 252, .92);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.domain-ticker-window {
    min-width: 0;
    overflow: hidden;
}

.discover-page-discover .domain-ticker-label {
    z-index: 1;
    justify-self: start;
    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 {
    display: inline-flex;
    min-width: max-content;
}

.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: center;
        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: 112px;
    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-link {
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

.domain-facts-link:hover,
.domain-facts-link:focus-visible {
    color: #115e59;
    text-decoration: underline;
}

.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;
}

.domain-purchase-actions.is-auth-gated .domain-standard-actions {
    padding: 12px;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: #f8fbff;
}

.domain-auth-gate-note {
    margin: 0;
    color: #405372;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.domain-purchase-actions.is-auth-gated .dui-auth-gated-action,
.domain-detail-hero-seller .seller-card-actions .dui-auth-gated-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    border: 1px solid #bfd6e5;
    background: #eef7f8;
    color: #12355a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
    cursor: pointer;
}

.domain-detail-hero-seller .seller-card-actions .dui-auth-gated-action.btn-primary {
    border-color: #99d4cf;
    background: #dff4f1;
    color: #0f4a55;
}

.domain-purchase-actions.is-auth-gated .dui-auth-gated-action i,
.domain-detail-hero-seller .seller-card-actions .dui-auth-gated-action i {
    flex: 0 0 auto;
    color: #0f766e;
    font-size: 12px;
    line-height: 1;
}

.domain-purchase-actions.is-auth-gated .dui-auth-gated-action:hover,
.domain-purchase-actions.is-auth-gated .dui-auth-gated-action:focus-visible,
.domain-detail-hero-seller .seller-card-actions .dui-auth-gated-action:hover,
.domain-detail-hero-seller .seller-card-actions .dui-auth-gated-action:focus-visible {
    border-color: #15b5a9;
    background: #e4fbf8;
    color: #0f2f45;
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 181, 169, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.seller-anonymous-person .sales-feature-owner-name {
    color: #102758;
    font-weight: 900;
}

.seller-anonymous-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #cfe0ee;
    border-radius: 50%;
    background: #e7f8f5;
    color: var(--market-teal);
    font-size: 20px;
}

.seller-auth-gate-shell .seller-profile-actions {
    justify-content: flex-start;
}

.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-withdrawn { background: #fee2e2; color: #991b1b; }
.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-auction-schedule-preview {
    display: grid;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #f8fafc;
}

.discover-page-reverse .reverse-auction-schedule-preview > div:first-child {
    display: grid;
    gap: 2px;
}

.discover-page-reverse .reverse-auction-schedule-preview span,
.discover-page-reverse .reverse-auction-schedule-preview dt {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.discover-page-reverse .reverse-auction-schedule-preview strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
}

.discover-page-reverse .reverse-auction-schedule-preview dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.discover-page-reverse .reverse-auction-schedule-preview dl > div {
    min-width: 0;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.discover-page-reverse .reverse-auction-schedule-preview dt {
    margin: 0 0 3px;
}

.discover-page-reverse .reverse-auction-schedule-preview dd {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.discover-page-reverse .reverse-auction-schedule-preview p {
    margin: 0;
    color: #475569;
    font-size: 12px;
    line-height: 1.35;
}

.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-detail-note {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.3;
}

.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;
    font-variant-numeric: tabular-nums;
}

.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: 640px;
    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="Status"] {
    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: 64px;
    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;
}

.dui-seller-thread-head-actions {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(116px, 1fr);
    align-items: flex-start;
    justify-content: flex-end;
    width: min(100%, 380px);
    gap: 8px;
}

.dui-seller-thread-actions {
    display: contents;
}

.dui-seller-thread-actions form {
    margin: 0;
}

.dui-seller-thread-head-actions > .btn,
.dui-seller-thread-actions .btn {
    display: inline-flex;
    width: 100%;
    min-width: 116px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    white-space: nowrap;
}

.dui-seller-thread-head-actions .dui-seller-thread-delete {
    border-color: #dbe4ef;
    background: #fff;
    color: #334155;
}

.dui-seller-thread-head-actions .dui-seller-thread-delete:hover,
.dui-seller-thread-head-actions .dui-seller-thread-delete:focus-visible {
    border-color: rgba(15, 111, 125, .34);
    background: #f7fcfd;
    color: #0f6f7d;
}

.dui-seller-unified-inbox {
    display: grid;
    gap: 10px;
}

.dui-seller-unified-inbox .discover-messages-head {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, auto);
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    padding: 8px 10px;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    background: #f8fafc;
}

.dui-seller-unified-inbox .discover-messages-head > div:first-child {
    margin-right: 0;
}

.dui-seller-inbox-toolbar h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.05;
}

.dui-seller-inbox-toolbar p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.25;
}

.dui-seller-inbox-title {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.dui-seller-inbox-title-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

.dui-seller-inbox-metric {
    display: inline-flex;
    min-height: 0;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.1;
}

.dui-seller-inbox-metric strong {
    color: #071426;
    font-size: 13px;
    font-weight: 950;
}

.dui-seller-inbox-metric.unread {
    color: #c2410c;
}

.dui-seller-inbox-metric.unread strong {
    color: #c2410c;
}

.dui-seller-inbox-head-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
}

.dui-seller-inbox-search {
    display: grid;
    grid-template-columns: minmax(180px, 220px) auto;
    align-items: center;
    gap: 6px;
    flex: 0 1 300px;
    min-width: min(100%, 260px);
}

.dui-seller-inbox-search label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.dui-seller-inbox-search input[type="search"] {
    width: 100%;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 13px;
    outline: none;
}

.dui-seller-inbox-search .btn {
    white-space: nowrap;
}

.dui-seller-inbox-search input[type="search"]:focus {
    border-color: var(--dui-primary);
    box-shadow: 0 0 0 3px rgba(43, 138, 142, .14);
}

.dui-seller-inbox-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.dui-seller-inbox-filters a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.dui-seller-inbox-filters a:hover,
.dui-seller-inbox-filters a:focus-visible {
    border-color: rgba(15, 111, 125, .34);
    background: #f7fcfd;
    color: #0f6f7d;
    outline: none;
}

.dui-seller-inbox-filters a[aria-current="page"] {
    border-color: rgba(15, 111, 125, .28);
    background: #e8f7f8;
    color: #0f6f7d;
}

.dui-seller-inbox-filters span {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    padding: 0 6px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    line-height: 1;
}

.dui-seller-inbox-layout {
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    height: min(720px, calc(100vh - 210px));
    min-height: 520px;
    max-height: min(720px, calc(100vh - 210px));
    overflow: hidden;
    border: 1px solid #e5edf5;
    border-radius: 14px;
    background: #f8fafc;
}

.dui-seller-unified-list {
    display: grid;
    align-content: start;
    gap: 6px;
    height: 100%;
    min-height: 0;
    overflow: auto;
    padding: 10px;
    border-right: 1px solid #e5edf5;
    background: #fff;
}

.dui-seller-inbox-row {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 5px;
    min-height: 84px;
    padding: 10px 11px;
    border: 1px solid #e5edf5;
    border-radius: 11px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.dui-seller-inbox-row:hover,
.dui-seller-inbox-row:focus-visible {
    border-color: rgba(15, 111, 125, .32);
    background: #fbfdff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    outline: none;
    transform: translateY(-1px);
}

.dui-seller-inbox-row.is-active {
    border-color: rgba(15, 111, 125, .42);
    background: #eefbff;
    box-shadow: inset 3px 0 0 var(--dui-primary);
}

.dui-seller-inbox-row.has-unread {
    border-color: rgba(249, 115, 22, .28);
}

.dui-seller-row-head,
.dui-seller-row-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.dui-seller-row-head strong,
.dui-seller-row-meta span,
.dui-seller-row-preview {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-seller-row-head strong {
    color: #071426;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 950;
}

.dui-seller-row-head time {
    flex: 0 0 auto;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 850;
}

.dui-seller-row-meta {
    justify-content: flex-start;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.dui-seller-row-meta em {
    flex: 0 0 auto;
    font-style: normal;
    color: #0f6f7d;
    font-weight: 950;
}

.dui-seller-row-meta b {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    margin-left: auto;
    padding: 0 6px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
}

.dui-seller-row-preview {
    display: block;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 650;
}

.dui-seller-thread-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fbfdff;
}

.dui-seller-thread-panel .dui-seller-thread-back,
.dui-seller-thread-panel .discover-thread-head,
.dui-seller-thread-panel .discover-thread-context,
.dui-seller-thread-panel .discover-auction-response,
.dui-seller-thread-panel .discover-thread-reply {
    flex: 0 0 auto;
}

.dui-seller-thread-panel .discover-thread-messages {
    flex: 1 1 auto;
    max-height: none;
    min-height: 0;
    padding-bottom: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.dui-seller-thread-panel .discover-thread-message {
    width: min(78%, 620px);
}

.dui-seller-thread-panel .discover-thread-reply {
    position: static;
    margin: 10px -12px -12px;
    padding: 10px 12px 12px;
    background: #fbfdff;
}

.dui-seller-thread-back {
    display: none;
    min-height: 36px;
    align-items: center;
    color: #0f6f7d;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.dui-seller-thread-back:hover,
.dui-seller-thread-back:focus-visible {
    text-decoration: underline;
    outline: none;
}

.dui-seller-inbox-notice {
    padding: 9px 11px;
    border: 1px solid #fed7aa;
    border-radius: 11px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
}

.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;
    }

    .dui-seller-inbox-search {
        width: 100%;
        align-items: stretch;
        max-width: none;
    }

    .dui-seller-inbox-search input[type="search"] {
        width: 100%;
        min-height: 44px;
    }

    .dui-seller-inbox-search .btn,
    .dui-seller-inbox-filters a {
        min-height: 44px;
    }

    .dui-seller-unified-inbox .discover-messages-head {
        grid-template-columns: 1fr;
    }

    .dui-seller-inbox-head-tools {
        width: 100%;
        justify-content: flex-start;
    }

    .dui-seller-inbox-layout {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .dui-seller-unified-list {
        max-height: none;
        overflow: visible;
        border-right: 0;
        border-bottom: 1px solid #e5edf5;
    }

    .dui-seller-inbox-row {
        min-height: 84px;
    }

    .dui-seller-thread-panel {
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
    }

    .dui-seller-thread-head-actions,
    .dui-seller-thread-actions {
        width: 100%;
        justify-content: stretch;
    }

    .dui-seller-thread-head-actions {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }

    .dui-seller-thread-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dui-seller-thread-head-actions > .btn,
    .dui-seller-thread-actions form,
    .dui-seller-thread-actions .btn {
        flex: 1 1 150px;
    }

    .dui-seller-thread-actions .btn {
        width: 100%;
        min-height: 44px;
        justify-content: center;
    }

    .dui-seller-thread-panel .discover-thread-message {
        width: 100%;
    }

    .dui-seller-thread-panel .discover-thread-reply {
        position: static;
        margin: 10px 0 0;
        padding: 10px 0 0;
    }

    .dui-seller-thread-back {
        display: inline-flex;
    }

    .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: 0;
}

.dash-sidebar .ext-interest-row {
    align-items: center;
    padding: 2px 4px;
    gap: 0;
}

.dash-sidebar .ext-interest-row .dash-insight-icon {
    display: none;
}

.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;
    font-size: 10.5px;
    line-height: 1.1;
}

.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;
}

.seller-auction-activity {
    gap: 16px;
}

.seller-auction-role-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 5px;
    border: 1px solid #dbe4ef;
    border-radius: 13px;
    background: #f8fafc;
}

.seller-auction-role-switch a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 12px;
    border-radius: 9px;
    color: #475569;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
}

.seller-auction-role-switch a:hover,
.seller-auction-role-switch a:focus-visible {
    color: #0f6f7d;
    background: #fff;
    outline: 2px solid rgba(15, 111, 125, .16);
    outline-offset: 1px;
}

.seller-auction-role-switch a.active {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .08);
}

.seller-auction-role-switch strong {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #e8f7f8;
    color: #0f6f7d;
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
}

.seller-auction-summary-grid-v2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seller-auction-summary-grid-v2 .seller-auction-summary-card {
    display: grid;
    align-content: center;
    gap: 8px;
    min-height: 84px;
    padding: 12px;
}

.seller-auction-summary-grid-v2 .seller-auction-summary-card span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.seller-auction-summary-grid-v2 .seller-auction-summary-card i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.seller-auction-summary-grid-v2 .seller-auction-summary-card strong {
    font-size: 28px;
}

.seller-auction-summary-green {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.seller-auction-summary-green span,
.seller-auction-summary-green i {
    color: #166534;
}

.seller-auction-summary-blue {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.seller-auction-summary-blue span,
.seller-auction-summary-blue i {
    color: #1d4ed8;
}

.seller-auction-summary-purple {
    border-color: #ddd6fe;
    background: #f5f3ff;
}

.seller-auction-summary-purple span,
.seller-auction-summary-purple i {
    color: #6d28d9;
}

.seller-auction-summary-orange {
    border-color: #fed7aa;
    background: #fff7ed;
}

.seller-auction-summary-orange span,
.seller-auction-summary-orange i {
    color: #c2410c;
}

.seller-auction-summary-teal {
    border-color: #99f6e4;
    background: #f0fdfa;
}

.seller-auction-summary-teal span,
.seller-auction-summary-teal i {
    color: #0f766e;
}

.seller-auction-summary-amber {
    border-color: #fde68a;
    background: #fffbeb;
}

.seller-auction-summary-amber span,
.seller-auction-summary-amber i {
    color: #b45309;
}

.seller-auction-attention {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #fde68a;
    border-radius: 14px;
    background: #fffbeb;
}

.seller-auction-attention-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: #fef3c7;
    color: #b45309;
}

.seller-auction-attention h3 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 950;
}

.seller-auction-attention p:not(.eyebrow) {
    margin: 3px 0 0;
    color: #78350f;
    font-size: 12px;
    font-weight: 800;
}

.seller-auction-filter-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seller-auction-filter-row a {
    min-height: 38px;
}

.seller-auction-type-tabs a.seller-auction-filter-all i {
    background: #e8f7f8;
    color: #0f6f7d;
}

.seller-auction-type-tabs a.seller-auction-filter-sealed i,
.seller-auction-type-sealed {
    background: #ecfeff;
    color: #0e7490;
}

.seller-auction-type-tabs a.seller-auction-filter-reverse i,
.seller-auction-type-reverse {
    background: #fff7ed;
    color: #c2410c;
}

.seller-auction-type-tabs a.seller-auction-filter-public i,
.seller-auction-type-public {
    background: #eff6ff;
    color: #1d4ed8;
}

.seller-auction-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.seller-auction-type-badge i {
    font-size: 10px;
}

.seller-auction-activity-table {
    min-width: 760px;
}

.seller-auction-activity-table tbody tr:hover td {
    background: #f8fafc;
}

.seller-auction-time-left {
    color: #0f6f7d;
    font-weight: 950;
    white-space: nowrap;
}

.seller-auction-time-left.is-urgent {
    color: #b45309;
}

.seller-auction-result-date {
    color: #475569;
    font-weight: 800;
    white-space: nowrap;
}

.seller-auction-history-link {
    display: flex;
    justify-content: flex-end;
}

.seller-auction-history-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0f6f7d;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.seller-auction-history-link a:hover,
.seller-auction-history-link a:focus-visible {
    color: #0f172a;
    outline: none;
    text-decoration: underline;
}

.seller-auction-empty-focused {
    align-items: start;
}

.seller-auction-empty-focused .btn {
    margin-top: 8px;
    width: fit-content;
}

.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-summary-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller-auction-role-switch,
    .seller-auction-filter-row {
        grid-template-columns: 1fr;
    }

    .seller-auction-attention {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .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-activity-wrap {
        overflow: visible;
    }

    .seller-auction-activity-table {
        min-width: 0;
    }

    .seller-auction-activity-table thead {
        display: none;
    }

    .seller-auction-activity-table,
    .seller-auction-activity-table tbody,
    .seller-auction-activity-table tr,
    .seller-auction-activity-table td {
        display: block;
        width: 100%;
    }

    .seller-auction-activity-table tr {
        padding: 10px;
        border-bottom: 1px solid #e2e8f0;
    }

    .seller-auction-activity-table tr:last-child {
        border-bottom: 0;
    }

    .seller-auction-activity-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 6px 0;
        border-bottom: 0;
    }

    .seller-auction-activity-table td::before {
        content: attr(data-label);
        color: #64748b;
        font-size: 10px;
        font-weight: 950;
        text-transform: uppercase;
    }

    .seller-auction-activity-table td:first-child {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .seller-auction-activity-table td:first-child::before {
        content: none;
    }

    .seller-auction-activity-table td:last-child {
        justify-content: flex-start;
    }

    .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;
    }

    .discover-page-discover .market-home-hero {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .discover-page-discover .market-home-hero .sales-floor-intro {
        padding-right: 0;
    }

    .discover-page-discover .market-home-hero .sales-search-tabs-row {
        align-items: stretch;
        margin: 0;
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid #e5e7eb;
    }

    .discover-page-discover .market-home-ticker-tile {
        margin: 0 0 10px;
        padding: 7px 10px;
    }

}

@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: 1680px) {
    .dui-global-search {
        flex-basis: 240px;
        width: clamp(170px, 14vw, 240px);
    }

    .dui-global-verified-count {
        min-width: 0;
        padding-inline: 8px;
    }

}

@media (max-width: 1440px) {
    .dui-global-header-inner {
        gap: 10px;
        padding: 0 16px;
    }

    .dui-global-nav-item {
        padding-inline: 8px;
        font-size: 12px;
    }

    .dui-public-home-body .dui-global-nav-item,
    .dui-public-home-body .dui-global-auth-link,
    .dui-public-home-body .dui-global-account-btn {
        font-size: 12.5px;
    }

    .dui-global-search {
        flex-basis: 220px;
        width: clamp(170px, 14vw, 220px);
    }

    .dui-global-list-btn span {
        display: none;
    }
}

@media (max-width: 1280px) {
    .dui-global-search {
        flex-basis: 200px;
        width: clamp(160px, 14vw, 200px);
    }

    .dui-public-home-body .dui-global-nav-item,
    .dui-public-home-body .dui-global-auth-link,
    .dui-public-home-body .dui-global-account-btn {
        font-size: 12px;
    }
}

@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-mega {
        max-height: calc(100vh - var(--dui-header-height) - 28px);
        overflow-y: auto;
    }

    .dui-global-search {
        flex-basis: 190px;
        width: 190px;
    }

    .dui-global-verified-count {
        display: none;
    }
}

@media (max-width: 900px) {
    .dui-global-header-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 12px;
    }

    .dui-global-brand-row {
        min-width: 0;
    }

    .dui-global-logo {
        min-width: 0;
    }

    .dui-global-logo img {
        max-width: min(170px, 42vw);
        height: 25px;
        object-fit: contain;
    }

    .dui-global-mobile-toggle {
        display: flex;
        flex: 0 0 38px;
    }

    .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-public-home-body .dui-global-nav {
        background: #fff;
        border-bottom: 1px solid #dce5ee;
    }

    .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-actions {
        justify-content: flex-end;
        gap: 6px;
        min-width: 0;
    }

    .dui-global-search,
    .dui-global-list-btn {
        display: none;
    }

    .dui-global-auth-link {
        flex: 0 0 auto;
        padding: 8px 6px;
        font-size: 12px;
    }

    .dui-global-create-btn {
        flex: 0 1 auto;
        min-height: 36px;
        max-width: 168px;
        padding: 0 10px;
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
    }

    .dui-global-icon-btn {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }

    .dui-global-account-btn {
        min-height: 36px;
        padding: 2px;
        border: 0;
        background: transparent;
    }

    .dui-global-account-menu {
        width: min(360px, calc(100vw - 16px));
        min-width: 0;
    }

    .dui-global-nav > .dui-global-nav-dropdown .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,
    .dui-global-nav-dropdown.is-open .dui-global-mega,
    .dui-global-mega-groups,
    .dui-global-account-grid,
    .dui-global-account-link-grid,
    .dui-global-product-community .dui-global-mega-section:nth-child(3) {
        grid-template-columns: 1fr;
    }

    .dui-global-mega {
        max-height: none;
        padding: 8px;
        overflow: visible;
    }
}

@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-groups,
    .dui-global-account-grid,
    .dui-global-account-link-grid,
    .dui-global-product-community .dui-global-mega-section:nth-child(3) {
        grid-template-columns: 1fr;
    }

    .dui-global-product-discover .dui-global-mega-section:nth-child(3),
    .dui-global-product-build .dui-global-mega-section:nth-child(3),
    .dui-global-product-community .dui-global-mega-section:nth-child(3),
    .dui-global-account-group-wide {
        grid-column: auto;
    }

    .dui-global-account-menu {
        width: 100%;
        min-width: 0;
        padding: 8px;
    }

    .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-hero-seller .seller-card-actions .dui-auth-gated-action {
        min-height: 44px;
    }

    .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="Status"] {
        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;
    }
}
/* Final public homepage */
.dui-public-home-body #domainui-global-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #dce5ee;
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.dui-public-home-body .dui-global-nav-item,
.dui-public-home-body .dui-global-auth-link,
.dui-public-home-body .dui-global-account-btn {
    color: #0b1f3a;
    font-size: 13.5px;
}

.dui-public-home-body .dui-global-search input {
    border-color: #d6e3ee;
    background: #fff;
    font-size: 13.5px;
}

.dui-public-home-body .dui-global-verified-count {
    color: #102758;
    font-size: 10.75px;
}

.dui-public-home-body .dui-global-verified-count strong {
    color: #0d9488;
    font-size: 14px;
}

.dui-public-home-body .dui-global-verified-count:hover,
.dui-public-home-body .dui-global-verified-count:focus-visible {
    color: #0f766e;
}

.dui-public-home-body .dui-global-create-btn {
    border-color: rgba(15, 157, 146, .28);
    background: linear-gradient(135deg, #10a99d 0%, #087f76 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 157, 146, .22);
}

.dui-public-home-body .dui-global-create-btn:hover,
.dui-public-home-body .dui-global-create-btn:focus-visible {
    border-color: rgba(8, 127, 118, .42);
    background: linear-gradient(135deg, #0f9d92 0%, #066a63 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 157, 146, .28);
}

.dui-public-home-body .dui-global-mobile-toggle,
.dui-public-home-body .dui-global-icon-btn {
    border-color: #d6e3ee;
    background: #fff;
    color: #0b1f3a;
}

.dui-public-home-body .dui-global-nav-item:hover,
.dui-public-home-body .dui-global-nav-item:focus-visible,
.dui-public-home-body .dui-global-nav-item.is-active,
.dui-public-home-body .dui-global-nav-dropdown.is-open .dui-global-nav-trigger {
    background: #e7f8f5;
    color: #087f76;
}

.dui-public-home-main { background: #f7f9fc; }

.dui-public-home-final {
    --dui-home-bg: #f7f9fc;
    --dui-home-surface: #fff;
    --dui-home-surface-soft: #f8fbfc;
    --dui-home-text: #0b1f3a;
    --dui-home-text-secondary: #52627a;
    --dui-home-text-muted: #708198;
    --dui-home-border: #dce5ee;
    --dui-home-border-strong: #cbd8e4;
    --dui-home-teal: #0f9d92;
    --dui-home-teal-dark: #087f76;
    --dui-home-teal-soft: #e7f8f5;
    --dui-home-blue: #3978f6;
    --dui-home-blue-soft: #ebf2ff;
    --dui-home-purple: #8b5cf6;
    --dui-home-purple-soft: #f2ecff;
    --dui-home-orange: #e98909;
    --dui-home-orange-soft: #fff4df;
    --dui-home-green: #10a875;
    --dui-home-green-soft: #e9f9f1;
    --dui-home-red: #d63b3b;
    --dui-home-red-soft: #fff0f0;
    --dui-home-shadow-sm: 0 4px 14px rgba(11, 31, 58, .05);
    --dui-home-shadow-md: 0 12px 32px rgba(11, 31, 58, .08);
    --dui-home-shadow-lg: 0 20px 50px rgba(11, 31, 58, .10);
    --dui-compact-text: #0b1f3a;
    --dui-compact-text-secondary: #52627a;
    --dui-compact-text-muted: #708198;
    --dui-compact-surface: #ffffff;
    --dui-compact-surface-soft: #fbfcfe;
    --dui-compact-border: #dce5ee;
    --dui-compact-border-hover: #b8d9d5;
    --dui-compact-teal: #0f9d92;
    --dui-compact-teal-soft: #edf9f7;
    --dui-compact-purple: #8b5cf6;
    --dui-compact-purple-soft: #f4f0ff;
    --dui-compact-orange: #e97808;
    --dui-compact-orange-soft: #fff5e9;
    --dui-compact-shadow: 0 8px 24px rgba(11, 31, 58, .045);
    background: var(--dui-home-bg);
    color: var(--dui-home-text);
}

.dui-public-home-final .dui-home-container {
    width: min(100% - 48px, var(--dui-container));
}

.dui-public-home-final .domain-ticker {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: min(100% - 48px, var(--dui-container));
    height: 42px;
    margin: 0 auto;
    padding: 5px 12px;
    border: 1px solid var(--dui-home-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--dui-home-shadow-sm);
}

.dui-public-home-final .domain-ticker-label {
    margin-left: 0;
    border: 1px solid #bfece8;
    border-radius: 999px;
    background: #effaf8;
    color: var(--dui-home-teal-dark);
    font-size: 12px;
}

.dui-public-home-final .domain-ticker-label::before {
    content: "\f201";
    margin-right: 7px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.dui-public-home-final .domain-ticker-item {
    color: var(--dui-home-text);
    font-size: 12px;
}

.dui-public-home-final .dui-home-hero {
    z-index: 1;
    padding: 6px 0 70px;
    background:
        radial-gradient(circle at 5% 42%, rgba(15, 157, 146, .11), transparent 28%),
        radial-gradient(circle at 58% 58%, rgba(57, 120, 246, .08), transparent 24%),
        radial-gradient(circle at 88% 30%, rgba(233, 137, 9, .10), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f7f9fc 100%);
}

.dui-public-home-final .dui-home-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
    align-items: start;
    gap: clamp(36px, 5vw, 72px);
}

.dui-public-home-final .dui-home-eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--dui-home-teal-soft);
    color: var(--dui-home-teal-dark);
    font-size: 12px;
    letter-spacing: .04em;
}

.dui-public-home-final .dui-home-hero-copy h1 {
    color: var(--dui-home-text);
    font-size: clamp(44px, 5vw, 74px);
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.dui-public-home-final .dui-home-hero-copy h1 span:last-child {
    background: linear-gradient(90deg, #159f97 0%, #28a99b 45%, #d97706 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--dui-home-teal);
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.dui-public-home-final .dui-home-hero-copy h1 span:only-child {
    background: none;
    color: var(--dui-home-text);
    -webkit-text-fill-color: currentColor;
}

.dui-public-home-final .dui-home-lead {
    max-width: 620px;
    color: var(--dui-home-text-secondary);
    font-size: 16px;
}

.dui-public-home-final .dui-home-actions .btn,
.dui-public-home-final .dui-home-search-form .btn {
    min-height: 46px;
    border-radius: 10px;
    padding-inline: 26px;
}

.dui-public-home-final .dui-home-action-proof-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    max-width: 760px;
    min-width: 0;
}

.dui-public-home-final .dui-home-action-proof-row .dui-home-actions,
.dui-public-home-final .dui-home-action-proof-row .dui-home-proof {
    flex-wrap: nowrap;
    margin: 0;
}

.dui-public-home-final .dui-home-action-proof-row .dui-home-actions {
    flex: 0 0 auto;
}

.dui-public-home-final .dui-home-action-proof-row .dui-home-proof {
    flex: 1 1 auto;
    gap: 10px 14px;
    min-width: 0;
    white-space: nowrap;
}

.dui-public-home-final .dui-home-action-proof-row .dui-home-proof li {
    flex: 0 0 auto;
}

.dui-public-home-final .dui-home-secondary {
    border: 1px solid var(--dui-home-border-strong);
    background: #fff;
    color: var(--dui-home-text);
}

.dui-public-home-final .dui-home-proof i {
    background: var(--dui-home-teal);
    color: #fff;
}

.dui-public-home-final .dui-home-preview { min-height: auto; }

.dui-home-hero-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 640px;
    margin-top: 26px;
}

.dui-home-hero-search input {
    min-height: 46px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 10px;
    background: #fff;
    color: var(--dui-compact-text);
}

.dui-home-hero-search .btn {
    min-height: 46px;
    border-radius: 10px;
    padding-inline: 20px;
    white-space: nowrap;
}

.dui-home-buy-panel {
    display: grid;
    gap: 17px;
    padding: 24px 26px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 14px;
    background: var(--dui-compact-surface);
    box-shadow: var(--dui-compact-shadow);
}

.dui-home-buy-head h2 {
    margin: 0;
    color: var(--dui-compact-text);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.dui-home-buy-head p {
    margin: 5px 0 0;
    color: var(--dui-compact-text-secondary);
    font-size: .94rem;
    line-height: 1.45;
}

.dui-home-buy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.dui-home-buy-route {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    align-items: center;
    column-gap: 14px;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 10px;
    background: #fff;
    color: var(--dui-compact-text);
    box-shadow: none;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.dui-home-buy-route:hover,
.dui-home-buy-route:focus-visible {
    border-color: var(--dui-compact-border-hover);
    background: #fcfffe;
    box-shadow: 0 6px 16px rgba(11, 31, 58, .055);
    transform: translateY(-1px);
}

.dui-home-buy-route:focus-visible,
.dui-home-featured-view:focus-visible,
.dui-home-featured-watch:focus-visible,
.dui-home-featured-watch button:focus-visible {
    outline: 3px solid rgba(15, 157, 146, .22);
    outline-offset: 2px;
}

.dui-home-buy-route__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 9px;
}

.dui-home-buy-route__icon i {
    font-size: 18px;
    line-height: 1;
}

.dui-home-buy-route--buy .dui-home-buy-route__icon,
.dui-home-buy-route--offers .dui-home-buy-route__icon {
    border-color: rgba(15, 157, 146, .10);
    background: var(--dui-compact-teal-soft);
    color: var(--dui-compact-teal);
}

.dui-home-buy-route--auctions .dui-home-buy-route__icon {
    border-color: rgba(139, 92, 246, .10);
    background: var(--dui-compact-purple-soft);
    color: var(--dui-compact-purple);
}

.dui-home-buy-route--requests .dui-home-buy-route__icon {
    border-color: rgba(233, 120, 8, .10);
    background: var(--dui-compact-orange-soft);
    color: var(--dui-compact-orange);
}

.dui-home-buy-route__content {
    display: grid;
    min-width: 0;
}

.dui-home-buy-route__content strong {
    color: var(--dui-compact-text);
    font-size: .98rem;
    line-height: 1.3;
    font-weight: 700;
}

.dui-home-buy-route__content span {
    overflow: hidden;
    margin-top: 3px;
    color: var(--dui-compact-text-secondary);
    font-size: .80rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-buy-route__chevron {
    justify-self: end;
    color: var(--dui-compact-text-muted);
    font-size: .78rem;
    transition: transform .15s ease;
}

.dui-home-buy-route:hover .dui-home-buy-route__chevron,
.dui-home-buy-route:focus-visible .dui-home-buy-route__chevron {
    transform: translateX(2px);
}

.dui-home-featured-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 16px;
    min-height: 86px;
    padding: 14px 16px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.dui-home-featured-main {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.dui-home-featured-label {
    color: var(--dui-compact-text-muted);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .06em;
}

.dui-home-featured-main strong {
    overflow: hidden;
    color: var(--dui-compact-text);
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-featured-main strong a {
    color: inherit;
}

.dui-home-featured-verified {
    display: inline-flex;
    width: fit-content;
    min-height: 22px;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--dui-compact-teal-soft);
    color: var(--dui-compact-teal);
    font-size: .68rem;
    font-weight: 800;
}

.dui-home-featured-verified i {
    font-size: 11px;
}

.dui-home-featured-price {
    color: var(--dui-compact-text);
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    font-weight: 750;
    white-space: nowrap;
}

.dui-home-featured-view {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
    border-radius: 7px;
    background: var(--dui-compact-teal);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

a.dui-home-featured-watch,
.dui-home-featured-watch button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dui-compact-border);
    border-radius: 8px;
    background: #fff;
    color: var(--dui-compact-text-muted);
}

.dui-home-featured-watch {
    margin: 0;
}

.dui-home-featured-watch button {
    cursor: pointer;
}

.dui-home-featured-watch i {
    font-size: 16px;
    line-height: 1;
}

.dui-home-extension-panel {
    display: grid;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, var(--dui-compact-surface-soft) 100%);
}

.dui-home-extension-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.dui-home-extension-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 157, 146, .10);
    border-radius: 9px;
    background: var(--dui-compact-teal-soft);
    color: var(--dui-compact-teal);
}

.dui-home-extension-icon i {
    font-size: 15px;
    line-height: 1;
}

.dui-home-extension-head h3 {
    margin: 1px 0 0;
    color: var(--dui-compact-text);
    font-size: .95rem;
    line-height: 1.18;
}

.dui-home-extension-head p {
    margin: 1px 0 0;
    color: var(--dui-compact-text-secondary);
    font-size: .76rem;
    line-height: 1.25;
}

.dui-home-extension-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.dui-home-extension-chip {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    min-height: 34px;
    padding: 6px 8px;
    border: 1px solid var(--dui-compact-border);
    border-radius: 9px;
    background: #fff;
    color: var(--dui-compact-text);
}

.dui-home-extension-chip:hover,
.dui-home-extension-chip:focus-visible {
    border-color: var(--dui-compact-border-hover);
    background: #fcfffe;
}

.dui-home-extension-chip:focus-visible {
    outline: 3px solid rgba(15, 157, 146, .22);
    outline-offset: 2px;
}

.dui-home-extension-chip strong {
    font-size: .86rem;
    line-height: 1.1;
    font-weight: 780;
}

.dui-home-extension-chip strong::after {
    content: ":";
}

.dui-home-extension-chip span {
    color: var(--dui-compact-text-secondary);
    font-size: .68rem;
    line-height: 1.15;
    white-space: nowrap;
}

.dui-home-discover-feature-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "featured";
    gap: 16px;
    align-items: stretch;
    margin-top: -54px;
}

.dui-home-discover-feature-row .featured-domain-card {
    grid-area: featured;
    width: 100%;
    min-width: 0;
}

.dui-public-home-final .dui-home-preview-card,
.dui-public-home-final .dui-home-floating-card,
.dui-public-home-final .dui-home-search-panel,
.dui-public-home-final .dui-home-featured-card,
.dui-public-home-final .dui-home-latest-card,
.dui-public-home-final .dui-home-table-tile,
.dui-public-home-final .dui-home-activity,
.dui-public-home-final .dui-home-trust-strip {
    border: 1px solid var(--dui-home-border);
    background: #fff;
    box-shadow: var(--dui-home-shadow-md);
}

.dui-public-home-final .dui-home-preview-card {
    padding: 26px 26px 30px;
    border-radius: 16px;
}

.dui-public-home-final .dui-home-preview-head h2 { font-size: 18px; }

.dui-home-preview-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 13px 14px;
    border: 1px solid var(--dui-home-border);
    border-radius: 12px;
    background: #fff;
    color: var(--dui-home-text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.dui-home-preview-search i {
    color: var(--dui-home-blue);
}

.dui-home-preview-search span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-preview-search a {
    color: var(--dui-home-teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.dui-public-home-final .dui-home-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dui-public-home-final .dui-home-metrics div {
    min-height: 96px;
    border-color: var(--dui-home-border);
    border-radius: 12px;
    background: var(--dui-home-surface-soft);
}

.dui-public-home-final .dui-home-domain-row {
    grid-template-columns: minmax(0, 1.4fr) .7fr .75fr .9fr auto;
    margin-top: 28px;
    border-color: var(--dui-home-border);
    background: #fff;
}

.dui-public-home-final .dui-home-domain-row span:first-of-type { color: var(--dui-home-teal-dark); }

.dui-public-home-final .dui-home-domain-row span:first-of-type i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 999px;
    background: var(--dui-home-green);
}

.dui-home-marketplace-row {
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.dui-home-marketplace-row:hover,
.dui-home-marketplace-row:focus-visible {
    border-color: #b9d7d2;
    box-shadow: var(--dui-home-shadow-sm);
    transform: translateY(-1px);
}

.dui-public-home-final .dui-home-journey {
    margin-top: 32px;
    padding: 24px 10px 12px;
    border: 1px solid var(--dui-home-border);
    border-radius: 14px;
}

.dui-public-home-final .dui-home-journey::before {
    top: 48px;
    background: repeating-linear-gradient(90deg, #bfd4eb 0 5px, transparent 5px 12px);
}

.dui-public-home-final .dui-home-journey i {
    border: 0;
    border-radius: 999px;
    background: var(--dui-home-teal);
    color: #fff;
}

.dui-public-home-final .dui-home-journey div:nth-child(2) i { background: var(--dui-home-blue); }
.dui-public-home-final .dui-home-journey div:nth-child(3) i { background: var(--dui-home-orange); }

.dui-home-final-floating {
    right: -36px;
    bottom: 30px;
    width: 215px;
    box-shadow: var(--dui-home-shadow-lg);
}

.dui-home-final-floating .dui-home-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 9px;
    color: var(--dui-home-text-muted);
}

.dui-home-floating-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 8px;
}

.dui-home-heart-link {
    display: grid;
    min-height: 36px;
    place-items: center;
    border: 1px solid var(--dui-home-border);
    border-radius: 10px;
    color: #59708a;
}

.dui-public-home-final .dui-home-search-panel {
    grid-template-columns: minmax(240px, .35fr) minmax(0, .65fr);
    gap: 28px;
    margin-top: -62px;
    padding: 28px;
    border-radius: 16px;
}

.dui-public-home-final .dui-home-search-panel h2,
.dui-public-home-final .dui-home-market-head h2 {
    color: var(--dui-home-text);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.15;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.dui-public-home-final .dui-home-search-form { grid-template-columns: minmax(0, 1fr) auto; }

.dui-public-home-final .dui-home-search-form input {
    min-height: 54px;
    border-color: var(--dui-home-border-strong);
    border-radius: 12px;
}

.dui-public-home-final .dui-home-quick-links { margin-top: 14px; }

.dui-public-home-final .dui-home-quick-links a {
    min-height: 36px;
    background: #fff;
    color: var(--dui-home-text);
}

.dui-home-market-section { padding-top: 28px; }

.dui-home-market-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    margin-bottom: 12px;
}

.dui-home-market-head p {
    margin: 10px 0 0;
    color: var(--dui-home-text-secondary);
}

.dui-home-market-stats {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    gap: 18px;
}

.dui-public-home-final .dui-home-market-total {
    display: grid;
    grid-template-columns: 38px auto;
    align-items: center;
    gap: 3px 10px;
}

.dui-public-home-final .dui-home-stat-icon {
    grid-row: span 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
}

.dui-public-home-final .dui-home-stat-icon i {
    font-size: 16px;
    line-height: 1;
}

.dui-public-home-final .dui-home-stat-icon.dui-tone-teal { background: var(--dui-compact-teal-soft); color: var(--dui-compact-teal); }
.dui-public-home-final .dui-home-stat-icon.dui-tone-violet { background: var(--dui-compact-purple-soft); color: var(--dui-compact-purple); }
.dui-public-home-final .dui-home-stat-icon.dui-tone-orange { background: var(--dui-compact-orange-soft); color: var(--dui-compact-orange); }
.dui-tone-teal { background: var(--dui-home-teal-soft); color: var(--dui-home-teal-dark); }
.dui-tone-blue { background: var(--dui-home-blue-soft); color: #285bc7; }
.dui-tone-violet { background: var(--dui-home-purple-soft); color: #6d3fe8; }
.dui-tone-orange { background: var(--dui-home-orange-soft); color: #b85f00; }
.dui-tone-green { background: var(--dui-home-green-soft); color: #087f5b; }
.dui-tone-purple { background: var(--dui-home-purple-soft); color: #6d3fe8; }

.dui-public-home-final .dui-home-market-stats strong {
    color: var(--dui-compact-text);
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 750;
}

.dui-public-home-final .dui-home-market-stats span:not(.dui-home-stat-icon) {
    color: var(--dui-compact-text-secondary);
    font-size: .72rem;
    line-height: 1.3;
}

.dui-home-feature-latest-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
}

.dui-home-featured-card,
.dui-home-latest-card,
.dui-home-table-tile {
    border-radius: 14px;
    padding: 16px;
}

.dui-home-latest-card {
    padding: 12px;
}

.dui-home-latest-card .dui-home-card-head {
    margin-bottom: 8px;
}

.dui-home-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.dui-home-card-head h3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--dui-home-text);
    font-size: 17px;
    line-height: 1.2;
}

.dui-home-title-note {
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0;
    white-space: nowrap;
}

.dui-home-card-head a {
    color: var(--dui-home-teal-dark);
    font-size: 12px;
    font-weight: 800;
}

.featured-strip {
    display: grid;
    grid-template-columns:
        minmax(94px, 108px)
        minmax(430px, 1.65fr)
        minmax(250px, .82fr)
        minmax(210px, 235px);
    min-height: 132px;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 31, 58, .055);
}

.featured-strip__visual {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 40% 72%, rgba(200, 197, 255, .22), transparent 34%),
        linear-gradient(90deg, #07133d 0%, #0c1748 55%, #0b435a 72%, #77ded2 88%, #d9faf5 100%);
}

.featured-strip__ribbon {
    position: absolute;
    top: 0;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 44px;
    border-radius: 0 0 9px 9px;
    background: #f8bd38;
    color: #07133d;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.featured-strip__ribbon i {
    font-size: 14px;
    line-height: 1;
}

.featured-strip__watermark {
    position: absolute;
    right: 12px;
    bottom: 18px;
    color: #c8c5ff;
    font-size: 68px;
    line-height: 1;
    opacity: .16;
}

.featured-strip__domain,
.featured-strip__insights,
.featured-strip__price {
    min-width: 0;
    padding: 18px 20px;
}

.featured-strip__domain {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-strip__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: #6d3fe8;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
}

.featured-strip__eyebrow i {
    font-size: 11px;
}

.featured-strip__domain h3 {
    margin: 9px 0 0;
    color: var(--dui-home-text);
    font-size: clamp(24px, 2vw, 28px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -0.025em;
}

.featured-strip__domain h3 a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-strip__domain h3 a:hover,
.featured-strip__domain h3 a:focus-visible,
.featured-strip__seller-link:hover strong,
.featured-strip__seller-link:focus-visible strong {
    color: var(--dui-home-teal-dark);
}

.featured-strip__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 13px;
}

.featured-strip__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid var(--dui-home-border);
    border-radius: 7px;
    background: #fff;
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.2;
}

.featured-strip__meta i {
    color: var(--dui-home-teal-dark);
    font-size: 10px;
    line-height: 1;
}

.featured-strip__meta .featured-strip__verified {
    border-color: rgba(15, 157, 146, .22);
    background: var(--dui-compact-teal-soft);
    color: var(--dui-home-teal-dark);
}

.featured-strip__seo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px 12px;
    width: 100%;
    max-width: 560px;
    margin-top: 10px;
    min-width: 0;
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-weight: 720;
    line-height: 1.15;
}

.featured-strip__seo span {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.featured-strip__seo b {
    color: var(--dui-home-text-muted);
    font-size: 9.5px;
    font-weight: 850;
    text-transform: uppercase;
}

.featured-strip__insights {
    display: grid;
    align-items: center;
    border-left: 1px solid var(--dui-home-border);
}

.featured-strip__summary {
    display: grid;
    grid-template-columns: minmax(125px, 1.1fr) minmax(82px, .75fr) minmax(88px, .8fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.featured-strip__seller,
.featured-strip__metric {
    min-width: 0;
}

.featured-strip__seller,
.featured-strip__metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 58px;
}

.featured-strip__seller > span:first-child,
.featured-strip__metric > span,
.featured-strip__price > span {
    color: var(--dui-home-text-secondary);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.featured-strip__seller-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-top: 9px;
    color: inherit;
    text-decoration: none;
}

.featured-strip__avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.featured-strip__seller-link strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    overflow: hidden;
    color: var(--dui-home-text);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-strip__metric strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    color: var(--dui-home-text);
    font-size: 20px;
    font-weight: 820;
    line-height: 1;
}

.featured-strip__metric i {
    color: var(--dui-home-teal-dark);
    font-size: 14px;
    line-height: 1;
}

.featured-strip__metric em {
    margin-top: 4px;
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-style: normal;
    font-weight: 650;
}

.featured-strip__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(15, 157, 146, .16);
    background: linear-gradient(180deg, #f4fbfa 0%, #edf9f7 100%);
}

.featured-strip__price > span {
    color: var(--dui-home-teal-dark);
}

.featured-strip__price > strong {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    color: var(--dui-home-text);
    font-size: clamp(26px, 2.2vw, 32px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-strip__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 42px;
    margin-top: 14px;
    padding-inline: 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 780;
}

.featured-strip__domain h3 a:focus-visible,
.featured-strip__seller-link:focus-visible,
.featured-strip__cta:focus-visible {
    outline: 3px solid rgba(15, 157, 146, .22);
    outline-offset: 2px;
}

.dui-home-feature-intel {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid var(--dui-home-border);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, var(--dui-compact-surface-soft) 100%);
}

.dui-home-feature-intel-head {
    margin-bottom: 10px;
    color: var(--dui-home-text);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.dui-home-feature-traffic {
    display: grid;
    grid-template-columns: .75fr .85fr minmax(100px, 1fr);
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dui-home-border);
}

.dui-home-feature-traffic > div {
    display: grid;
    align-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 0 10px 0 0;
    border-right: 1px solid var(--dui-home-border);
}

.dui-home-feature-traffic > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.dui-home-feature-traffic strong {
    color: var(--dui-home-text);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.05;
}

.dui-home-feature-traffic span {
    display: block;
    margin-top: 3px;
    color: var(--dui-home-text-secondary);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.15;
}

.dui-home-feature-traffic-seller {
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 7px;
}

.dui-home-feature-traffic-seller strong,
.dui-home-feature-traffic-seller span {
    grid-column: 2;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-feature-traffic-seller strong {
    color: var(--dui-home-text);
    font-size: 13px;
}

.dui-home-feature-traffic-seller .dui-home-seller-avatar {
    grid-row: 1 / span 2;
    align-self: center;
    width: 22px;
    height: 22px;
}

.dui-home-featured-card h4 {
    margin: 0 0 9px;
    color: var(--dui-home-text);
    font-size: clamp(21px, 1.9vw, 27px);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.dui-home-featured-card h4 a,
.dui-home-table a,
.dui-home-listing-card { color: inherit; }

.dui-home-feature-meta,
.dui-home-verified {
    margin: 0;
    color: var(--dui-home-text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.dui-home-feature-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(126px, auto);
    gap: 14px;
    align-items: start;
}

.dui-home-feature-main {
    min-width: 0;
}

.dui-home-feature-details {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.dui-home-feature-details span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 4px 7px;
    border: 1px solid var(--dui-home-border);
    border-radius: 7px;
    background: #fff;
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
}

.dui-home-feature-details i {
    color: var(--dui-home-teal-dark);
    font-size: 11px;
    line-height: 1;
}

.dui-home-verified {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--dui-home-teal-dark);
}

.dui-home-feature-price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: start;
    justify-items: stretch;
    margin-top: 0;
    padding: 11px;
    border: 1px solid var(--dui-home-border);
    border-radius: 10px;
    background: var(--dui-compact-surface-soft);
}

.dui-home-feature-price span {
    color: var(--dui-home-text-secondary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.dui-home-feature-price strong {
    color: var(--dui-home-text);
    font-size: 25px;
    line-height: 1;
}

.dui-home-feature-price .btn {
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1;
}

.dui-home-feature-seo {
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.dui-home-feature-seo-title {
    display: block;
    margin-bottom: 8px;
    color: var(--dui-home-text-secondary);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dui-home-feature-seo-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
}

.dui-home-feature-seo-stat {
    min-width: 0;
    padding: 0 7px 0 0;
    border-right: 1px solid var(--dui-home-border);
}

.dui-home-feature-seo-stat:last-child {
    padding-right: 0;
    border-right: 0;
}

.dui-home-feature-seo-stat strong {
    display: block;
    color: var(--dui-home-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.dui-home-feature-seo-stat span {
    display: block;
    margin-top: 4px;
    color: var(--dui-home-text-secondary);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.dui-home-feature-foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--dui-home-border);
}

.dui-home-feature-foot strong {
    display: block;
    color: var(--dui-home-text);
    font-size: 15px;
}

.dui-home-feature-foot span {
    color: var(--dui-home-text-secondary);
    font-size: 12px;
}

.dui-home-feature-seller {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dui-home-seller-avatar {
    width: 32px;
    height: 32px;
}

.dui-home-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.dui-home-listing-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: 5px 7px;
    border: 1px solid var(--dui-home-border);
    border-radius: 8px;
    background: #fff;
}

.dui-home-listing-card:hover,
.dui-home-listing-card:focus-visible {
    border-color: #b9d7d2;
    box-shadow: var(--dui-home-shadow-sm);
}

.dui-home-listing-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
}

.dui-home-listing-icon i {
    font-size: 11px;
}

.dui-home-listing-copy,
.dui-home-listing-side {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.dui-home-listing-copy strong {
    overflow: hidden;
    color: var(--dui-home-text);
    font-size: 12.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-listing-copy span,
.dui-home-listing-copy em,
.dui-home-listing-side em {
    color: var(--dui-home-text-secondary);
    font-size: 9.5px;
    font-style: normal;
}

.dui-home-listing-copy em,
.dui-home-listing-side strong,
.dui-home-listing-side em {
    color: var(--dui-home-teal-dark);
}

.dui-home-listing-side {
    justify-items: end;
}

.dui-home-listing-side strong { font-size: 10.5px; }
.dui-home-listing-side em { font-weight: 800; }

.dui-home-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.dui-home-opportunity-grid .dui-home-table-tile {
    padding: 11px 13px;
}

.dui-home-opportunity-grid .dui-home-card-head {
    margin-bottom: 8px;
}

.dui-home-table-tile { min-width: 0; }
.dui-home-table-wrap { overflow-x: auto; }

.dui-home-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--dui-home-text);
    font-size: 12px;
}

.dui-home-table th {
    padding: 0 10px 10px 0;
    border-bottom: 1px solid var(--dui-home-border);
    color: var(--dui-home-text-secondary);
    font-size: 10px;
    font-weight: 800;
    text-align: left;
}

.dui-home-table td {
    padding: 12px 10px 12px 0;
    border-bottom: 1px solid #eef3f7;
    vertical-align: middle;
}

.dui-home-opportunity-grid .dui-home-table {
    line-height: 1.2;
}

.dui-home-opportunity-grid .dui-home-table th {
    padding: 0 8px 5px 0;
    line-height: 1.15;
}

.dui-home-opportunity-grid .dui-home-table td {
    padding: 6px 8px 6px 0;
    line-height: 1.2;
}

.dui-home-opportunity-grid .dui-home-table td span {
    margin-top: 0;
    line-height: 1.15;
}

.dui-home-opportunity-grid .dui-home-drop-badge,
.dui-home-opportunity-grid .dui-home-auction-badge {
    min-height: 18px;
    padding: 2px 5px;
    line-height: 1;
}

.dui-home-table tr:last-child td { border-bottom: 0; }
.dui-home-table td:first-child a { color: var(--dui-home-text); font-weight: 800; }

.dui-home-table td span {
    display: block;
    margin-top: 2px;
    color: var(--dui-home-text-secondary);
    font-size: 11px;
}

.dui-home-old-price {
    color: var(--dui-home-text-muted);
    text-decoration: line-through;
}

.dui-home-drop-badge {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 3px 6px;
    border-radius: 999px;
    background: var(--dui-home-red-soft);
    color: var(--dui-home-red) !important;
    font-weight: 900;
}

.dui-home-auction-badge {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
}

.dui-home-auction-badge.is-sealed { background: var(--dui-home-blue-soft); color: #285bc7; }
.dui-home-auction-badge.is-public { background: var(--dui-home-orange-soft); color: #b85f00; }
.dui-home-auction-badge.is-reverse { background: var(--dui-home-teal-soft); color: var(--dui-home-teal-dark); }

.dui-home-small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid #bfece8;
    border-radius: 999px;
    color: var(--dui-home-teal-dark);
    font-size: 12px;
    font-weight: 800;
}

.dui-home-activity {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "head head"
        "list list"
        ". action";
    align-items: start;
    gap: 9px 12px;
    margin-top: 28px;
    padding: 12px;
    border-radius: 14px;
}

.dui-home-activity-head {
    grid-area: head;
    min-width: 0;
}

.dui-home-activity-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    white-space: nowrap;
    color: var(--dui-home-text);
    font-size: 14px;
    line-height: 1.2;
}

.dui-home-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--dui-home-green);
}

.dui-home-activity-list {
    display: grid;
    grid-area: list;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.dui-home-activity-item {
    --dui-activity-accent: var(--dui-home-teal-dark);
    --dui-activity-soft: var(--dui-home-teal-soft);
    --dui-activity-border: rgba(15, 157, 146, .22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    min-width: 0;
    min-height: 78px;
    padding: 8px;
    border: 1px solid var(--dui-activity-border);
    border-radius: 10px;
    background:
        linear-gradient(135deg, var(--dui-activity-soft) 0%, #fff 68%);
    color: var(--dui-home-text);
    box-shadow: 0 6px 16px rgba(11, 31, 58, .045);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.dui-home-activity-item:hover,
.dui-home-activity-item:focus-visible {
    border-color: var(--dui-activity-accent);
    box-shadow: 0 10px 22px rgba(11, 31, 58, .075);
    transform: translateY(-1px);
}

.dui-home-activity-item--new {
    --dui-activity-accent: var(--dui-home-teal-dark);
    --dui-activity-soft: #edf9f7;
    --dui-activity-border: rgba(15, 157, 146, .24);
}

.dui-home-activity-item--under {
    --dui-activity-accent: #087f5b;
    --dui-activity-soft: #ecfdf5;
    --dui-activity-border: rgba(8, 127, 91, .22);
}

.dui-home-activity-item--drop {
    --dui-activity-accent: #285bc7;
    --dui-activity-soft: #eff6ff;
    --dui-activity-border: rgba(40, 91, 199, .2);
}

.dui-home-activity-item--offer {
    --dui-activity-accent: #b85f00;
    --dui-activity-soft: #fff7ed;
    --dui-activity-border: rgba(184, 95, 0, .22);
}

.dui-home-activity-item--auction {
    --dui-activity-accent: #6d3fe8;
    --dui-activity-soft: #f5f3ff;
    --dui-activity-border: rgba(109, 63, 232, .22);
}

.dui-home-activity-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
}

.dui-home-activity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 8px;
    background: #fff;
    color: var(--dui-activity-accent);
    box-shadow: inset 0 0 0 1px var(--dui-activity-border);
}

.dui-home-activity-icon i {
    font-size: 11px;
    line-height: 1;
}

.dui-home-activity-badge {
    min-width: 0;
    overflow: hidden;
    color: var(--dui-activity-accent);
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.1;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-activity-item strong {
    overflow: hidden;
    color: var(--dui-home-text);
    font-size: 12.5px;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-activity-meta {
    color: var(--dui-home-text-secondary);
    font-size: 9.5px;
    line-height: 1.1;
    white-space: nowrap;
}

.dui-home-activity-item em,
.dui-home-activity-link {
    font-size: 9.5px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.2;
}

.dui-home-activity-item em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 20px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #fff;
    color: var(--dui-activity-accent);
    box-shadow: inset 0 0 0 1px var(--dui-activity-border);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-home-activity-link {
    grid-area: action;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    justify-self: end;
    width: auto;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(15, 157, 146, .18);
    border-radius: 8px;
    background: #fff;
    color: var(--dui-home-teal-dark);
    white-space: nowrap;
}

.dui-home-collections-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 52px;
}

.dui-home-collections-row .dui-home-table-tile {
    padding: 11px 13px;
}

.dui-home-collections-row .dui-home-card-head {
    margin-bottom: 8px;
}

.dui-home-collections-row .dui-home-table {
    line-height: 1.2;
}

.dui-home-collections-row .dui-home-table th {
    padding: 0 8px 5px 0;
    line-height: 1.15;
}

.dui-home-collections-row .dui-home-table td {
    padding: 6px 8px 6px 0;
    line-height: 1.2;
}

.dui-home-collections-row .dui-home-table td span {
    margin-top: 0;
    line-height: 1.15;
}

.dui-home-collections-row .dui-home-small-btn {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.dui-home-trust-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 52px;
    margin-bottom: 52px;
    padding: 20px;
    border-radius: 16px;
}

.dui-home-trust-strip article {
    display: flex;
    gap: 12px;
    min-width: 0;
}

.dui-home-trust-icon {
    flex: 0 0 auto;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
}

.dui-home-trust-strip h3 {
    margin: 0 0 4px;
    color: var(--dui-home-text);
    font-size: 14px;
}

.dui-home-trust-strip p {
    margin: 0;
    color: var(--dui-home-text-secondary);
    font-size: 12px;
    line-height: 1.35;
}

.dui-home-empty {
    color: var(--dui-home-text-secondary);
    font-size: 13px;
}

@media (max-width: 1199px) {
    .featured-strip {
        grid-template-columns:
            96px
            minmax(390px, 1.55fr)
            minmax(235px, .85fr)
            minmax(195px, 220px);
        min-height: 132px;
    }

    .featured-strip__domain,
    .featured-strip__insights,
    .featured-strip__price {
        padding: 16px 18px;
    }

    .featured-strip__domain h3 {
        font-size: clamp(22px, 1.9vw, 25px);
    }

    .dui-public-home-final .dui-home-hero-grid {
        grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr);
    }

    .dui-public-home-final .dui-home-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-home-opportunity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-home-opportunity-grid .dui-home-table-tile:last-child {
        grid-column: 1 / -1;
    }

    .dui-home-trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .featured-strip {
        grid-template-columns:
            92px
            minmax(330px, 1.45fr)
            minmax(210px, .85fr)
            minmax(180px, 200px);
    }

    .dui-home-activity-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .dui-public-home-final .dui-home-container {
        width: min(100% - 48px, var(--dui-container));
    }

    .dui-public-home-final .dui-home-hero {
        padding-top: 24px;
    }

    .dui-public-home-final .dui-home-search-panel,
    .dui-home-market-head,
    .dui-home-discover-feature-row,
    .dui-home-feature-latest-grid,
    .dui-home-collections-row {
        grid-template-columns: 1fr;
    }

    .dui-home-discover-feature-row {
        grid-template-areas: "featured";
    }

    .dui-home-final-floating {
        position: static;
        width: auto;
        margin-top: 14px;
    }

    .featured-strip {
        grid-template-columns: 132px minmax(0, 1fr) minmax(165px, 190px);
        grid-template-areas:
            "visual domain price"
            "visual insights price";
        min-height: 0;
    }

    .featured-strip__visual { grid-area: visual; }
    .featured-strip__domain { grid-area: domain; }
    .featured-strip__insights { grid-area: insights; }
    .featured-strip__price { grid-area: price; }

    .featured-strip__insights {
        border-top: 1px solid var(--dui-home-border);
    }

    .featured-strip__summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dui-home-activity {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "head action"
            "list list";
        gap: 10px;
    }

    .dui-home-activity-list {
        display: grid;
        grid-area: list;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dui-home-activity-item {
        border-left: 1px solid var(--dui-home-border);
        border-top: 1px solid var(--dui-home-border);
        padding: 8px 10px;
    }
}

@media (max-width: 768px) {
    .dui-public-home-final {
        overflow-x: clip;
    }

    .dui-public-home-final *,
    .dui-public-home-final *::before,
    .dui-public-home-final *::after {
        box-sizing: border-box;
    }

    .featured-strip {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "domain"
            "insights"
            "price";
        min-height: 0;
    }

    .featured-strip__visual {
        min-height: 58px;
    }

    .featured-strip__ribbon {
        left: 16px;
        width: 34px;
        height: 40px;
    }

    .featured-strip__watermark {
        right: 22px;
        bottom: 50%;
        transform: translateY(50%);
        font-size: 42px;
        opacity: .13;
    }

    .featured-strip__domain,
    .featured-strip__insights,
    .featured-strip__price {
        padding: 10px 12px;
        border-left: 0;
    }

    .featured-strip__domain h3 a,
    .featured-strip__seller-link strong,
    .featured-strip__price > strong,
    .dui-home-listing-card strong,
    .dui-home-activity-item strong,
    .dui-home-table td {
        min-width: 0;
    }

    .featured-strip__insights,
    .featured-strip__price {
        border-top: 1px solid var(--dui-home-border);
    }

    .featured-strip__summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .featured-strip__price {
        background: #f4fbfa;
    }

    .featured-strip__cta {
        max-width: none;
    }

    .dui-public-home-final .dui-home-container,
    .dui-public-home-final .domain-ticker {
        width: min(100% - 20px, var(--dui-container));
    }

    .dui-public-home-final .dui-home-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dui-public-home-final .dui-home-hero {
        padding-top: 18px;
        padding-bottom: 36px;
    }

    .dui-public-home-final .domain-ticker {
        grid-template-columns: minmax(0, 1fr);
        height: auto;
        min-height: 40px;
    }

    .dui-public-home-final .domain-ticker-label {
        width: fit-content;
    }

    .dui-public-home-final .dui-home-market-head {
        gap: 14px;
        align-items: start;
    }

    .dui-public-home-final .dui-home-market-stats {
        justify-content: center;
        width: 100%;
    }

    .dui-home-feature-latest-grid,
    .dui-home-opportunity-grid,
    .dui-home-collections-row {
        gap: 12px;
    }
}

@media (max-width: 699px) {
    .dui-public-home-final .domain-ticker {
        width: min(100% - 20px, var(--dui-container));
    }

    .dui-public-home-final .dui-home-hero-copy h1 {
        font-size: clamp(34px, 10.8vw, 46px);
        letter-spacing: -0.035em;
    }

    .dui-public-home-final .dui-home-lead {
        font-size: 15px;
    }

    .dui-public-home-final .dui-home-actions,
    .dui-public-home-final .dui-home-actions .btn,
    .dui-home-hero-search,
    .dui-home-hero-search .btn,
    .dui-public-home-final .dui-home-search-form,
    .dui-public-home-final .dui-home-search-form .btn {
        width: 100%;
    }

    .dui-public-home-final .dui-home-actions,
    .dui-home-hero-search,
    .dui-public-home-final .dui-home-search-form {
        grid-template-columns: 1fr;
    }

    .dui-public-home-final .dui-home-actions .btn,
    .dui-home-hero-search .btn,
    .dui-public-home-final .dui-home-search-form .btn {
        justify-content: center;
        min-width: 0;
        white-space: normal;
    }

    .dui-public-home-final .dui-home-action-proof-row {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .dui-public-home-final .dui-home-action-proof-row .dui-home-proof {
        flex-wrap: wrap;
        white-space: normal;
    }

    .dui-public-home-final .dui-home-action-proof-row .dui-home-proof li {
        flex: 1 1 140px;
        min-width: 0;
    }

    .dui-home-hero-search,
    .dui-public-home-final .dui-home-search-form,
    .dui-public-home-final .dui-home-domain-row,
    .dui-home-buy-grid,
    .dui-home-feature-foot,
    .dui-home-opportunity-grid,
    .dui-home-trust-strip {
        grid-template-columns: 1fr;
    }

    .dui-home-activity {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "list"
            "action";
    }

    .dui-home-activity-list {
        grid-template-columns: 1fr;
    }

    .dui-home-activity-link {
        justify-self: end;
    }

    .dui-home-buy-panel {
        padding: 14px;
        border-radius: 12px;
    }

    .dui-home-buy-route {
        grid-template-columns: 40px minmax(0, 1fr) 16px;
        min-height: 68px;
        padding: 10px 12px;
    }

    .dui-home-buy-route__content span {
        white-space: normal;
    }

    .dui-home-extension-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-home-extension-chip span {
        white-space: normal;
    }

    .dui-home-feature-price {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .dui-home-feature-price .btn {
        width: 100%;
    }

    .dui-home-feature-seo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dui-home-featured-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .dui-home-featured-main {
        grid-column: 1 / -1;
    }

    .dui-home-featured-view {
        min-width: 0;
        padding-inline: 14px;
    }

    .dui-home-listing-grid {
        grid-template-columns: 1fr;
    }

    .dui-public-home-final .dui-home-market-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .dui-public-home-final .dui-home-market-total {
        grid-template-columns: 32px minmax(0, auto);
        justify-content: center;
        gap: 2px 7px;
    }

    .dui-public-home-final .dui-home-stat-icon {
        width: 32px;
        height: 32px;
    }

    .dui-public-home-final .dui-home-market-stats strong {
        font-size: 1.12rem;
    }

    .dui-home-table-wrap {
        overflow: visible;
    }

    .dui-home-table,
    .dui-home-table thead,
    .dui-home-table tbody,
    .dui-home-table tr,
    .dui-home-table td {
        display: block;
        width: 100%;
    }

    .dui-home-table thead {
        display: none;
    }

    .dui-home-table tr {
        padding: 10px 0;
        border-bottom: 1px solid var(--dui-home-border);
    }

    .dui-home-table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 5px 0;
        border: 0;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .dui-home-table td > * {
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .dui-global-header-inner {
        gap: 6px;
        padding-inline: 8px;
    }

    .dui-global-mobile-toggle {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        margin-right: 6px;
    }

    .dui-global-logo img {
        max-width: 132px;
        height: 22px;
    }

    .dui-global-actions {
        gap: 4px;
    }

    .dui-global-auth-link {
        padding-inline: 4px;
        font-size: 11.5px;
    }

    .dui-global-create-btn {
        min-height: 34px;
        max-width: 138px;
        padding-inline: 8px;
        font-size: 11.5px;
    }

    .dui-global-icon-btn {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .dui-global-account-btn .user-name,
    .dui-global-account-btn .chevron-icon {
        display: none;
    }

    .dui-public-home-final .dui-home-container,
    .dui-public-home-final .domain-ticker {
        width: min(100% - 16px, var(--dui-container));
    }

    .dui-public-home-final .dui-home-buy-route {
        padding: 9px 10px;
    }

    .dui-public-home-final .dui-home-featured-row {
        grid-template-columns: minmax(0, 1fr) 40px;
    }

    .dui-public-home-final .dui-home-featured-main,
    .dui-public-home-final .dui-home-featured-price {
        grid-column: 1 / -1;
    }

    .dui-public-home-final .dui-home-featured-view {
        width: 100%;
    }

    .dui-public-home-final .dui-home-featured-watch {
        justify-self: end;
    }

    .featured-strip__domain h3 {
        font-size: clamp(18px, 6vw, 22px);
    }

    .featured-strip__domain,
    .featured-strip__insights,
    .featured-strip__price {
        padding: 9px 10px;
    }

    .featured-strip__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-strip__seller {
        grid-column: 1 / -1;
    }

    .featured-strip__price {
        align-items: stretch;
    }

    .featured-strip__cta {
        max-width: none;
    }

    .dui-public-home-final .dui-home-market-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
    }

    .dui-home-card-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .dui-home-card-head a,
    .dui-home-activity-link {
        align-self: flex-end;
    }

    .dui-home-feature-summary {
        grid-template-columns: 1fr;
    }

    .dui-home-feature-traffic {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .dui-home-feature-details {
        gap: 6px;
    }

    .dui-home-feature-seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .dui-public-home-final .dui-home-buy-route:hover,
    .dui-public-home-final .dui-home-buy-route:focus-visible,
    .dui-public-home-final .dui-home-buy-route:hover .dui-home-buy-route__chevron,
    .dui-public-home-final .dui-home-buy-route:focus-visible .dui-home-buy-route__chevron {
        transform: none;
    }
}

/* Approved compact DomainUI marketplace homepage */
.dui-market-home {
    --market-ink: #061744;
    --market-muted: #51628c;
    --market-line: #dbe4f2;
    --market-teal: #009b95;
    --market-teal-dark: #007f79;
    --market-coral: #ff3d2e;
    --market-blue: #1266f1;
    --market-purple: #7c3cff;
    --market-orange: #ff7a00;
    background: #fff;
    color: var(--market-ink);
}

.dui-market-container {
    width: min(100% - 64px, 1540px);
    margin: 0 auto;
}

.dui-market-hero {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
    border-bottom: 1px solid var(--market-line);
    padding: 34px 0 30px;
    text-align: center;
}

.dui-market-eyebrow {
    margin: 0 0 8px;
    color: var(--market-teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.dui-market-hero h1 {
    margin: 0;
    color: var(--market-ink);
    font-size: clamp(34px, 4vw, 47px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.dui-market-lead {
    max-width: 920px;
    margin: 10px auto 20px;
    color: #1d3160;
    font-size: 15.75px;
    line-height: 1.5;
    white-space: nowrap;
}

.dui-market-search {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 108px;
    align-items: center;
    width: min(100%, 810px);
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #c4d2e6;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(14, 39, 82, .06);
}

.dui-market-search i {
    color: #09245c;
    font-size: 18px;
}

.dui-market-search input {
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    color: var(--market-ink);
    font: inherit;
    font-size: 15px;
    font-weight: 600;
}

.dui-market-search input::placeholder {
    color: #7b8aa8;
}

.dui-market-search button {
    height: 100%;
    border: 0;
    background: var(--market-teal);
    color: #fff;
    font-size: 15.5px;
    font-weight: 800;
    cursor: pointer;
}

.dui-market-search button:hover,
.dui-market-search button:focus-visible {
    background: var(--market-teal-dark);
}

.dui-market-shortcuts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 15px;
    color: #102758;
    font-size: 13px;
    font-weight: 700;
}

.dui-market-shortcuts nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dui-market-shortcuts a {
    color: #102758;
    text-decoration: none;
}

.dui-market-shortcuts p {
    margin: 0 0 0 auto;
    color: #6c7b9d;
    white-space: nowrap;
}

.dui-market-shortcuts strong {
    color: var(--market-teal);
    font-size: 18px;
}

.dui-market-shell {
    padding: 18px 0 26px;
}

.dui-market-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--market-line);
    border-radius: 7px;
    background: #f8fbff;
    overflow: hidden;
}

.dui-market-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 58px;
    border: 0;
    border-right: 1px solid var(--market-line);
    background: transparent;
    color: #102758;
    font: inherit;
    font-size: 15.75px;
    font-weight: 800;
    cursor: pointer;
}

.dui-market-tab:last-child {
    border-right: 0;
}

.dui-market-tab i {
    font-size: 20px;
}

.dui-market-tab em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    background: #e8eef8;
    color: #102758;
    font-style: normal;
    font-size: 13.5px;
    font-weight: 800;
}

.dui-market-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
}

.dui-market-tab.is-active {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(9, 36, 92, .03), 0 10px 24px rgba(9, 36, 92, .08);
}

.dui-market-tab.is-teal i,
.dui-market-tab.is-teal.is-active { color: var(--market-teal); }
.dui-market-tab.is-teal.is-active::after { background: var(--market-teal); }
.dui-market-tab.is-coral i,
.dui-market-tab.is-coral.is-active { color: var(--market-coral); }
.dui-market-tab.is-coral.is-active::after { background: var(--market-coral); }
.dui-market-tab.is-blue i,
.dui-market-tab.is-blue.is-active { color: var(--market-blue); }
.dui-market-tab.is-blue.is-active::after { background: var(--market-blue); }
.dui-market-tab.is-purple i,
.dui-market-tab.is-purple.is-active { color: var(--market-purple); }
.dui-market-tab.is-purple.is-active::after { background: var(--market-purple); }
.dui-market-tab.is-orange i,
.dui-market-tab.is-orange.is-active { color: var(--market-orange); }
.dui-market-tab.is-orange.is-active::after { background: var(--market-orange); }

.dui-market-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    align-items: start;
    padding-top: 26px;
}

.dui-market-main {
    min-width: 0;
}

.dui-market-featured-row {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(160px, .45fr) 150px 130px 46px;
    gap: 16px;
    align-items: center;
    min-height: 50px;
    margin: 0 0 20px;
    padding: 8px 14px 8px 16px;
    border: 1px solid #dce5f4;
    border-left: 5px solid var(--market-teal);
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(0, 155, 149, .13), rgba(243, 252, 251, .94));
}

.dui-market-featured-main span {
    display: block;
    margin-bottom: 2px;
    color: var(--market-teal);
    font-size: 10.75px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.dui-market-featured-main a {
    color: var(--market-ink);
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.dui-market-featured-meta {
    min-width: 0;
    overflow: hidden;
    color: #2f4772;
    font-size: 13.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-market-featured-price {
    color: var(--market-ink);
    font-size: 16px;
    font-weight: 900;
    text-align: right;
}

.dui-market-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dui-market-section-title > div {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 12px;
}

.dui-market-section-title h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--market-ink);
    white-space: nowrap;
}

.dui-market-section-title p {
    margin: 0;
    color: #27416f;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.dui-market-table-wrap {
    border-top: 1px solid var(--market-line);
}

.dui-market-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14.75px;
}

.dui-market-table th {
    padding: 10px 10px;
    color: #39547f;
    font-size: 11.75px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: left;
    border-bottom: 1px solid var(--market-line);
}

.dui-market-table td {
    height: 36px;
    padding: 6px 10px;
    border-bottom: 1px solid #e4ebf5;
    color: #213861;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dui-market-table th:first-child,
.dui-market-table td:first-child {
    width: 40px;
    padding-left: 4px;
    text-align: center;
}

.dui-market-table th:last-child,
.dui-market-table td:last-child {
    width: 68px;
    text-align: center;
}

.dui-market-table th:nth-last-child(2),
.dui-market-table td:nth-last-child(2) {
    text-align: left;
}

.dui-market-table .dui-market-price,
.dui-market-table th:nth-child(5),
.dui-market-table.is-price_drops th:nth-child(4),
.dui-market-table.is-price_drops th:nth-child(5),
.dui-market-table.is-price_drops td:nth-child(4),
.dui-market-table.is-price_drops td:nth-child(5),
.dui-market-table.is-live_auctions th:nth-child(4),
.dui-market-table.is-live_auctions td:nth-child(4),
.dui-market-table.is-buyer_requests th:nth-child(4),
.dui-market-table.is-buyer_requests td:nth-child(4) {
    text-align: right;
}

.dui-market-row.is-featured {
    background: linear-gradient(90deg, rgba(124, 60, 255, .08), rgba(255, 255, 255, .9));
    box-shadow: inset 5px 0 0 var(--market-purple);
}

.dui-market-rank {
    color: #32466c;
}

.dui-market-domain a {
    color: #061744;
    font-size: 15.5px;
    font-weight: 900;
    text-decoration: none;
}

.dui-market-domain span:not(.dui-market-feature-label) {
    display: block;
    margin-top: 2px;
    color: #687896;
    font-size: 11.75px;
    font-weight: 600;
}

.dui-market-feature-label {
    display: block;
    color: var(--market-purple);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.dui-market-feature-label i {
    margin-right: 4px;
}

.dui-market-category-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
    background: var(--market-teal);
}

.dui-market-category-dot.is-blue { background: var(--market-blue); }
.dui-market-category-dot.is-green { background: #14a246; }
.dui-market-category-dot.is-orange { background: var(--market-orange); }
.dui-market-category-dot.is-purple { background: var(--market-purple); }

.dui-market-price {
    text-align: right;
    color: #102758;
    font-size: 15px;
    font-weight: 850;
}

.dui-market-price.is-old {
    color: #304467;
    text-decoration: line-through;
}

.dui-market-drop-badge,
.dui-market-sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 800;
}

.dui-market-drop-badge {
    border: 1px solid #ffb3a8;
    background: #fff3f0;
    color: var(--market-coral);
}

.dui-market-sale-badge.is-buy {
    background: #e5fbf8;
    color: var(--market-teal);
}

.dui-market-sale-badge.is-offers {
    border: 1px solid #fde3c3;
    background: #fff7ed;
    color: #9a4a00;
}

.dui-market-sale-badge.is-auction {
    background: #f0eaff;
    color: var(--market-purple);
}

.dui-market-sale-badge.is-neutral {
    background: #eef3f9;
    color: #405372;
}

.dui-market-view-btn,
.dui-market-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061744;
    text-decoration: none;
    font-weight: 800;
}

.dui-market-view-btn {
    min-width: 48px;
    height: 26px;
    border: 1px solid var(--market-teal);
    border-radius: 5px;
    color: var(--market-teal);
    font-size: 12px;
}

.dui-market-arrow-btn {
    width: 38px;
    height: 32px;
    margin: 0 auto;
}

.dui-market-view-btn:hover,
.dui-market-view-btn:focus-visible,
.dui-market-arrow-btn:hover,
.dui-market-arrow-btn:focus-visible,
.dui-market-shortcuts a:hover,
.dui-market-shortcuts a:focus-visible {
    color: var(--market-teal-dark);
}

.dui-market-table-wrap.has-preview-gate {
    position: relative;
    overflow: hidden;
}

.dui-market-row.is-gated-preview {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.dui-market-row.is-gated-preview .dui-market-gated-text {
    color: #061744;
    font-size: 15.5px;
    font-weight: 900;
}

.dui-market-gated-row-action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid #c9d8e8;
    border-radius: 6px;
    background: rgba(255,255,255,.82);
    color: #102758;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.dui-market-row.is-gated-preview:hover .dui-market-gated-row-action,
.dui-market-gated-row-action:focus-visible,
.dui-market-footer-gate-action:hover,
.dui-market-footer-gate-action:focus-visible {
    border-color: var(--market-teal);
    color: var(--market-teal-dark);
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 181, 169, .16);
}

.dui-market-row.is-gate-depth-1 { opacity: .72; }
.dui-market-row.is-gate-depth-2 { opacity: .55; }
.dui-market-row.is-gate-depth-3 { opacity: .42; }
.dui-market-row.is-gate-depth-4 { opacity: .3; }
.dui-market-row.is-gate-depth-5,
.dui-market-row.is-gate-depth-6 { opacity: .22; }

.dui-market-preview-fade {
    position: absolute;
    z-index: 2;
    inset: 210px 0 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 34%, rgba(247,250,253,.98) 100%);
}

.dui-market-preview-cta {
    position: absolute;
    z-index: 3;
    top: 355px;
    left: 50%;
    width: min(460px, calc(100% - 32px));
    transform: translateX(-50%);
    padding: 18px;
    border: 1px solid #d9e5f1;
    border-radius: 8px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 14px 38px rgba(13, 31, 61, .16);
    text-align: center;
}

.dui-market-preview-cta h3 {
    margin: 0 0 7px;
    color: var(--market-ink);
    font-size: 19px;
    line-height: 1.2;
}

.dui-market-preview-cta p {
    margin: 0;
    color: #385174;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.45;
}

.dui-market-preview-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(98px, .65fr);
    gap: 10px;
    width: min(360px, 100%);
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
}

.dui-market-preview-primary,
.dui-market-preview-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    min-width: 0;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.dui-market-preview-primary {
    border: 1px solid var(--market-teal);
    background: var(--market-teal);
    color: #fff;
}

.dui-market-preview-secondary {
    border: 1px solid #c9d8e8;
    background: #fff;
    color: #102758;
}

.dui-market-preview-primary:hover,
.dui-market-preview-primary:focus-visible {
    background: var(--market-teal-dark);
    border-color: var(--market-teal-dark);
}

.dui-market-preview-secondary:hover,
.dui-market-preview-secondary:focus-visible,
.dui-market-preview-seller:hover,
.dui-market-preview-seller:focus-visible {
    border-color: var(--market-teal);
    color: var(--market-teal-dark);
}

.dui-market-preview-seller {
    display: inline-flex;
    margin-top: 10px;
    color: #50627f;
    font-size: 12.5px;
    font-weight: 750;
    text-decoration: none;
}

.dui-market-auth-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid #d9e5f1;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
    box-shadow: 0 10px 28px rgba(13, 31, 61, .08);
}

.dui-market-auth-notice-copy {
    min-width: 0;
}

.dui-market-auth-notice h2 {
    margin: 0 0 5px;
    color: var(--market-ink);
    font-size: 19px;
    line-height: 1.2;
}

.dui-market-auth-notice p {
    max-width: 620px;
    margin: 0;
    color: #385174;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.45;
}

.dui-market-auth-notice-actions {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(94px, .65fr);
    gap: 10px;
    width: min(390px, 100%);
    flex: 0 0 min(390px, 42%);
}

.dui-market-auth-notice-actions .dui-market-preview-seller {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 0;
}

.dui-market-footer-gate-action {
    color: var(--market-teal);
    text-decoration: none;
    font-weight: 800;
}

.dui-auth-gate-open {
    overflow: hidden;
}

.dui-auth-gate-modal[hidden] {
    display: none;
}

.dui-auth-gate-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 18px;
}

.dui-auth-gate-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 19, 45, .18);
}

.dui-auth-gate-panel {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 20px;
    border: 1px solid #d9e5f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(13, 31, 61, .2);
    text-align: center;
}

.dui-auth-gate-panel h3 {
    margin: 0 36px 7px;
    color: var(--market-ink);
    font-size: 19px;
    line-height: 1.2;
}

.dui-auth-gate-panel p {
    margin: 0;
    color: #385174;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.45;
}

.dui-auth-gate-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d6e3ee;
    border-radius: 6px;
    background: #fff;
    color: #39547f;
    cursor: pointer;
}

.dui-auth-gate-close:hover,
.dui-auth-gate-close:focus-visible {
    border-color: var(--market-teal);
    color: var(--market-teal-dark);
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 181, 169, .16);
}

.dui-auth-gate-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(98px, .65fr);
    gap: 10px;
    width: min(360px, 100%);
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
}

.dui-market-panel-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 12px 0 0;
    color: #394f78;
    font-size: 13px;
    font-weight: 600;
}

.dui-market-panel-foot a {
    color: var(--market-teal);
    text-decoration: none;
    font-weight: 800;
}

.dui-market-sidebar {
    border-left: 1px solid rgba(219, 228, 242, .72);
    padding-left: 28px;
}

.dui-market-side-section {
    position: relative;
    padding: 0 0 20px 16px;
    border-bottom: 1px solid rgba(219, 228, 242, .74);
    margin-bottom: 18px;
}

.dui-market-side-section:last-child {
    border-bottom: 0;
}

.dui-market-side-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 21px;
    border-radius: 999px;
    background: var(--market-orange);
}

.dui-market-side-section.is-purple::before {
    background: var(--market-purple);
}

.dui-market-side-section.is-teal::before {
    background: var(--market-teal);
}

.dui-market-side-section h2 {
    margin: 0 0 10px;
    color: var(--market-ink);
    font-size: 19px;
    line-height: 1.15;
    font-weight: 800;
}

.dui-market-side-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(44px, auto) 18px;
    gap: 9px;
    align-items: center;
    min-height: 30px;
    color: #102758;
    text-decoration: none;
    font-size: 13.25px;
    font-weight: 700;
}

.dui-market-side-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-market-side-row strong {
    color: #102758;
    font-weight: 800;
    text-align: right;
}

.dui-market-side-row em {
    color: #304a77;
    font-style: normal;
}

.dui-market-side-row b {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--market-ink);
    font-size: 13.25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-market-side-row.is-auction {
    grid-template-columns: minmax(0, 1fr) minmax(46px, auto) minmax(46px, auto) 18px;
    gap: 9px;
    min-height: 42px;
}

.dui-market-side-row.is-auction span {
    display: block;
}

.dui-market-side-row.is-auction em {
    display: block;
    margin-top: 1px;
    color: #50658c;
    font-size: 11.75px;
}

.dui-market-side-row.is-auction strong {
    padding: 2px 6px;
    border-radius: 6px;
    background: #f0eaff;
    color: var(--market-purple);
    font-size: 11.75px;
    text-align: center;
}

.dui-market-side-row small {
    color: #28416b;
    font-size: 11.75px;
    font-weight: 800;
    white-space: nowrap;
}

.dui-market-side-row:hover,
.dui-market-side-row:focus-visible,
.dui-market-side-link:hover,
.dui-market-side-link:focus-visible {
    color: var(--market-teal);
}

.dui-market-side-link {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 6px;
    color: var(--market-teal);
    text-decoration: none;
    font-size: 12.75px;
    font-weight: 800;
}

.dui-market-side-empty {
    margin: 0;
    color: var(--market-muted);
    font-size: 13px;
    font-weight: 600;
}

.dui-market-empty {
    min-height: 338px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid var(--market-line);
    border-bottom: 1px solid var(--market-line);
    color: var(--market-muted);
    text-align: center;
}

.dui-market-empty strong {
    color: var(--market-ink);
    font-size: 18px;
}

.dui-market-sell-strip {
    border-top: 1px solid var(--market-line);
    border-bottom: 1px solid var(--market-line);
    background: #f7fbff;
}

.dui-market-sell-strip .dui-market-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
    gap: 24px;
}

.dui-market-sell-strip div > div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.dui-market-sell-strip i {
    color: var(--market-teal);
    font-size: 31px;
}

.dui-market-sell-strip h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.1;
    color: var(--market-ink);
}

.dui-market-sell-strip p {
    margin: 0;
    color: #27416f;
    font-size: 14px;
    font-weight: 600;
}

.dui-market-sell-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 162px;
    height: 44px;
    border-radius: 5px;
    background: var(--market-teal);
    color: #fff;
    text-decoration: none;
    font-size: 13.75px;
    font-weight: 900;
}

.dui-market-sell-strip a:hover,
.dui-market-sell-strip a:focus-visible {
    background: var(--market-teal-dark);
}

.dui-market-footer {
    margin: 0;
    padding: 24px 0;
    border-top: 0;
    background: #fff;
    color: #213861;
    font-size: 13px;
}

.dui-market-footer .dui-market-container,
.dui-market-footer nav,
.dui-market-footer div {
    display: flex;
    align-items: center;
}

.dui-market-footer .dui-market-container {
    justify-content: space-between;
    gap: 24px;
}

.dui-market-footer nav {
    gap: 30px;
}

.dui-market-footer div {
    gap: 34px;
}

.dui-market-footer a {
    color: #213861;
    text-decoration: none;
    font-weight: 600;
}

.dui-market-footer a:hover,
.dui-market-footer a:focus-visible {
    color: var(--market-teal);
}

.dui-market-footer span {
    color: #405372;
    white-space: nowrap;
}

.dui-market-tab:focus-visible,
.dui-market-search button:focus-visible,
.dui-market-search input:focus,
.dui-market-view-btn:focus-visible,
.dui-market-arrow-btn:focus-visible,
.dui-market-side-row:focus-visible,
.dui-market-side-link:focus-visible,
.dui-market-sell-strip a:focus-visible {
    outline: 3px solid rgba(0, 155, 149, .22);
    outline-offset: 2px;
}

@media (max-width: 1120px) {
    .dui-market-layout {
        grid-template-columns: 1fr;
    }

    .dui-market-sidebar {
        border-left: 0;
        padding-left: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 18px;
    }

    .dui-market-side-section {
        border-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 820px) {
    .dui-market-container {
        width: min(100% - 28px, 1360px);
    }

    .dui-market-hero {
        padding: 26px 0 24px;
    }

    .dui-market-lead {
        white-space: normal;
    }

    .dui-market-search {
        grid-template-columns: 44px minmax(0, 1fr);
        height: auto;
    }

    .dui-market-search input {
        min-height: 48px;
    }

    .dui-market-search button {
        grid-column: 1 / -1;
        min-height: 44px;
    }

    .dui-market-section-title > div {
        display: block;
    }

    .dui-market-section-title h2 {
        margin-bottom: 6px;
    }

    .dui-market-section-title h2,
    .dui-market-section-title p {
        white-space: normal;
    }

    .dui-market-shortcuts {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .dui-market-shortcuts p {
        margin-left: 0;
    }

    .dui-market-tabs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .dui-market-tab {
        min-width: 190px;
    }

    .dui-market-featured-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 12px;
    }

    .dui-market-featured-meta,
    .dui-market-featured-sale {
        grid-column: 1 / 2;
    }

    .dui-market-featured-price {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        align-self: center;
    }

    .dui-market-table,
    .dui-market-table thead,
    .dui-market-table tbody,
    .dui-market-table tr,
    .dui-market-table td {
        display: block;
    }

    .dui-market-table thead {
        display: none;
    }

    .dui-market-table tr {
        padding: 8px 0;
        border-bottom: 1px solid var(--market-line);
    }

    .dui-market-table td {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        width: auto !important;
        height: auto;
        min-height: 28px;
        padding: 3px 0;
        border-bottom: 0;
        text-align: left !important;
        white-space: normal;
    }

    .dui-market-table td::before {
        content: attr(data-label);
        color: #6c7b9d;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

    .dui-market-arrow-btn,
    .dui-market-view-btn {
        margin-left: 0;
    }

    .dui-market-table-wrap.has-preview-gate {
        max-height: 980px;
    }

    .dui-market-preview-fade {
        inset: 430px 0 0;
    }

    .dui-market-preview-cta {
        top: 560px;
        width: min(420px, calc(100% - 20px));
        padding: 15px;
    }

    .dui-market-preview-actions {
        grid-template-columns: 1fr;
    }

    .dui-market-preview-primary,
    .dui-market-preview-secondary {
        flex: 1 1 170px;
        min-height: 44px;
    }

    .dui-auth-gate-modal {
        align-items: start;
        padding: 14px;
        overflow-y: auto;
    }

    .dui-auth-gate-panel {
        margin-top: 56px;
        padding: 16px;
    }

    .dui-auth-gate-panel h3 {
        margin-right: 34px;
        margin-left: 0;
        text-align: left;
    }

    .dui-auth-gate-panel p {
        text-align: left;
    }

    .dui-auth-gate-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dui-auth-gate-actions .dui-market-preview-primary,
    .dui-auth-gate-actions .dui-market-preview-secondary,
    .dui-auth-gate-panel .dui-market-preview-seller {
        width: 100%;
        min-height: 44px;
    }

    .dui-market-auth-notice {
        align-items: stretch;
        flex-direction: column;
    }

    .dui-market-auth-notice-actions {
        grid-template-columns: 1fr;
        width: 100%;
        flex-basis: auto;
    }

    .dui-market-auth-notice-actions .dui-market-preview-primary,
    .dui-market-auth-notice-actions .dui-market-preview-secondary,
    .dui-market-auth-notice-actions .dui-market-preview-seller {
        width: 100%;
        min-height: 44px;
    }

    .dui-market-sidebar {
        grid-template-columns: 1fr;
    }

    .dui-market-sell-strip .dui-market-container,
    .dui-market-sell-strip div > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .dui-market-footer .dui-market-container,
    .dui-market-footer div {
        align-items: flex-start;
        flex-direction: column;
    }

    .dui-market-footer nav {
        flex-wrap: wrap;
        gap: 14px 22px;
    }
}

/* Mobile-only DomainUI homepage refinement. Desktop layout is intentionally untouched. */
@media (max-width: 820px) {
    .dui-market-home {
        overflow-x: clip;
        background: #f7fbff;
    }

    .dui-market-home *,
    .dui-market-home *::before,
    .dui-market-home *::after {
        box-sizing: border-box;
    }

    .dui-market-hero {
        border-bottom-color: #dce7f4;
        background:
            linear-gradient(180deg, #eef9f7 0%, #f7fbff 56%, #ffffff 100%);
    }

    .dui-market-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: 0;
    }

    .dui-market-hero h1 {
        max-width: 10.5em;
        margin-inline: auto;
        font-size: 38px;
        line-height: 1.05;
        letter-spacing: 0;
    }

    .dui-market-lead {
        max-width: 34em;
        margin: 12px auto 18px;
        font-size: 15px;
        line-height: 1.45;
    }

    .dui-market-search {
        border-radius: 8px;
        box-shadow: 0 14px 34px rgba(6, 23, 68, .10);
    }

    .dui-market-search button {
        font-size: 14px;
    }

    .dui-market-shell {
        padding-top: 14px;
    }

    .dui-market-tabs {
        gap: 8px;
        margin-inline: -14px;
        padding: 0 14px 8px;
        border: 0;
        border-radius: 0;
        background: transparent;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .dui-market-tabs::-webkit-scrollbar {
        display: none;
    }

    .dui-market-tab {
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr) auto;
        flex: 0 0 178px;
        height: 50px;
        gap: 9px;
        justify-content: stretch;
        border: 1px solid #d5e2f1;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(6, 23, 68, .055);
        scroll-snap-align: start;
        font-size: 13.5px;
    }

    .dui-market-tab:last-child {
        border-right: 1px solid #d5e2f1;
    }

    .dui-market-tab i {
        justify-self: center;
        font-size: 16px;
    }

    .dui-market-tab span {
        min-width: 0;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dui-market-tab em {
        min-width: 25px;
        height: 22px;
        padding-inline: 7px;
        border-radius: 7px;
        font-size: 12px;
        justify-self: end;
    }

    .dui-market-tab::after {
        left: 10px;
        right: 10px;
        bottom: 5px;
    }

    .dui-market-layout {
        gap: 20px;
        padding-top: 14px;
    }

    .dui-market-tab-panel {
        padding: 14px;
        border: 1px solid #dce7f4;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(6, 23, 68, .06);
    }

    .dui-market-section-title {
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .dui-market-section-title h2 {
        margin-bottom: 3px;
        font-size: 21px;
        letter-spacing: 0;
    }

    .dui-market-section-title p {
        font-size: 13px;
        line-height: 1.35;
    }

    .dui-market-table-wrap {
        border-top: 0;
    }

    .dui-market-table tr {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #e1eaf5;
        border-radius: 8px;
        background: #fbfdff;
    }

    .dui-market-table tr:last-child {
        margin-bottom: 0;
    }

    .dui-market-table td {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 10px;
        min-height: 26px;
        color: #17305f;
        font-size: 13px;
        line-height: 1.25;
    }

    .dui-market-table td::before {
        align-self: start;
        padding-top: 1px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .dui-market-domain a,
    .dui-market-featured-main a,
    .dui-market-side-row span,
    .dui-market-side-row b {
        overflow-wrap: anywhere;
    }

    .dui-market-domain a {
        display: inline;
        font-size: 15px;
        line-height: 1.18;
    }

    .dui-market-domain span:not(.dui-market-feature-label) {
        font-size: 11px;
    }

    .dui-market-table .dui-market-action {
        align-items: center;
    }

    .dui-market-table .dui-market-action .dui-market-view-btn {
        width: fit-content;
        min-width: 0;
        max-width: 100%;
        height: 32px;
        padding-inline: 12px;
        white-space: normal;
    }

    .dui-market-table .dui-market-action .dui-market-arrow-btn {
        width: 36px;
        height: 32px;
        border: 1px solid #d5e2f1;
        border-radius: 7px;
        background: #fff;
    }

    .dui-market-table.is-new_listings tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "domain action"
            "meta price"
            "sale added";
        gap: 8px 12px;
        padding: 12px;
        background:
            linear-gradient(135deg, rgba(0, 155, 149, .08), rgba(255, 255, 255, 0) 46%),
            #fff;
        box-shadow: 0 8px 20px rgba(6, 23, 68, .055);
    }

    .dui-market-table.is-new_listings td {
        display: flex;
        width: auto !important;
        min-width: 0;
        min-height: 0;
        align-items: center;
        gap: 6px;
        padding: 0;
        overflow: visible;
        border: 0;
        text-align: left !important;
        white-space: normal;
    }

    .dui-market-table.is-new_listings td::before {
        display: none;
    }

    .dui-market-table.is-new_listings .dui-market-rank {
        display: none;
    }

    .dui-market-table.is-new_listings .dui-market-domain {
        grid-area: domain;
        display: grid;
        gap: 3px;
        align-self: center;
    }

    .dui-market-table.is-new_listings .dui-market-domain a {
        display: block;
        color: var(--market-ink);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.12;
        text-decoration: none;
    }

    .dui-market-table.is-new_listings .dui-market-domain span:not(.dui-market-feature-label) {
        margin-top: 0;
    }

    .dui-market-table.is-new_listings td:nth-child(3) {
        grid-area: meta;
        color: #39547f;
        font-size: 12px;
        font-weight: 750;
    }

    .dui-market-table.is-new_listings td:nth-child(4) {
        grid-area: sale;
    }

    .dui-market-table.is-new_listings .dui-market-price {
        grid-area: price;
        justify-content: flex-end;
        align-self: center;
        color: var(--market-ink);
        font-size: 15px;
        font-weight: 900;
        text-align: right !important;
    }

    .dui-market-table.is-new_listings td:nth-child(6) {
        grid-area: added;
        justify-content: flex-end;
        color: #6c7b9d;
        font-size: 12px;
        font-weight: 750;
    }

    .dui-market-table.is-new_listings td:nth-child(6)::before {
        content: "Added";
        display: inline;
        padding: 0;
        color: #7d8ba8;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .dui-market-table.is-new_listings .dui-market-action {
        grid-area: action;
        align-self: start;
        justify-content: flex-end;
    }

    .dui-market-table.is-new_listings .dui-market-action .dui-market-arrow-btn {
        width: 40px;
        height: 40px;
        border-color: rgba(0, 155, 149, .20);
        color: var(--market-teal);
    }

    .dui-market-table.is-price_drops tr,
    .dui-market-table.is-under_250 tr,
    .dui-market-table.is-live_auctions tr,
    .dui-market-table.is-buyer_requests tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 12px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(6, 23, 68, .05);
    }

    .dui-market-table.is-price_drops td,
    .dui-market-table.is-under_250 td,
    .dui-market-table.is-live_auctions td,
    .dui-market-table.is-buyer_requests td {
        display: flex;
        width: auto !important;
        min-width: 0;
        min-height: 0;
        align-items: center;
        gap: 6px;
        padding: 0;
        overflow: visible;
        border: 0;
        text-align: left !important;
        white-space: normal;
    }

    .dui-market-table.is-price_drops td::before,
    .dui-market-table.is-under_250 td::before,
    .dui-market-table.is-live_auctions td::before,
    .dui-market-table.is-buyer_requests td::before {
        display: none;
    }

    .dui-market-table.is-price_drops .dui-market-rank,
    .dui-market-table.is-under_250 .dui-market-rank,
    .dui-market-table.is-live_auctions .dui-market-rank,
    .dui-market-table.is-buyer_requests .dui-market-rank {
        display: none;
    }

    .dui-market-table.is-price_drops {
        --dui-mobile-panel-accent: var(--market-coral);
        --dui-mobile-panel-soft: #fff4f1;
    }

    .dui-market-table.is-under_250 {
        --dui-mobile-panel-accent: var(--market-blue);
        --dui-mobile-panel-soft: #f1f6ff;
    }

    .dui-market-table.is-live_auctions {
        --dui-mobile-panel-accent: var(--market-purple);
        --dui-mobile-panel-soft: #f7f2ff;
    }

    .dui-market-table.is-buyer_requests {
        --dui-mobile-panel-accent: var(--market-orange);
        --dui-mobile-panel-soft: #fff7ed;
    }

    .dui-market-table.is-price_drops tr,
    .dui-market-table.is-under_250 tr,
    .dui-market-table.is-live_auctions tr,
    .dui-market-table.is-buyer_requests tr {
        border-left: 4px solid var(--dui-mobile-panel-accent);
        background:
            linear-gradient(135deg, var(--dui-mobile-panel-soft), rgba(255, 255, 255, 0) 48%),
            #fff;
    }

    .dui-market-table.is-price_drops .dui-market-domain,
    .dui-market-table.is-under_250 .dui-market-domain,
    .dui-market-table.is-live_auctions .dui-market-domain,
    .dui-market-table.is-buyer_requests .dui-market-domain {
        grid-column: 1 / 2;
        grid-row: 1;
        display: grid;
        gap: 3px;
        align-self: center;
    }

    .dui-market-table.is-price_drops .dui-market-domain a,
    .dui-market-table.is-under_250 .dui-market-domain a,
    .dui-market-table.is-live_auctions .dui-market-domain a,
    .dui-market-table.is-buyer_requests .dui-market-domain a {
        display: block;
        color: var(--market-ink);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.12;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

    .dui-market-table.is-price_drops .dui-market-feature-label,
    .dui-market-table.is-buyer_requests .dui-market-domain span {
        margin: 0;
        color: #6c7b9d;
        font-size: 10.5px;
        letter-spacing: 0;
    }

    .dui-market-table.is-price_drops td:nth-child(3),
    .dui-market-table.is-under_250 td:nth-child(4),
    .dui-market-table.is-live_auctions td:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .dui-market-table.is-under_250 td:nth-child(3),
    .dui-market-table.is-buyer_requests td:nth-child(3),
    .dui-market-table.is-live_auctions td:nth-child(5) {
        grid-column: 1 / -1;
        grid-row: 4;
        color: #39547f;
        font-size: 12px;
        font-weight: 750;
    }

    .dui-market-table.is-price_drops .dui-market-price,
    .dui-market-table.is-under_250 .dui-market-price,
    .dui-market-table.is-live_auctions .dui-market-price,
    .dui-market-table.is-buyer_requests .dui-market-price {
        grid-column: 1 / 2;
        grid-row: 2;
        justify-content: flex-start;
        color: var(--market-ink);
        font-size: 15px;
        font-weight: 900;
        text-align: left !important;
    }

    .dui-market-table.is-price_drops .dui-market-price.is-old {
        grid-column: 2 / 3;
        grid-row: 2;
        justify-content: flex-end;
        color: #6c7b9d;
        font-size: 13px;
        text-align: right !important;
    }

    .dui-market-table.is-price_drops td:nth-child(6) {
        grid-column: 2 / 3;
        grid-row: 3;
        justify-content: flex-end;
    }

    .dui-market-table.is-buyer_requests td:nth-child(5) {
        grid-column: 1 / -1;
        grid-row: 4;
        color: #6c7b9d;
        font-size: 12px;
        font-weight: 750;
    }

    .dui-market-table.is-buyer_requests td:nth-child(5)::before,
    .dui-market-table.is-live_auctions td:nth-child(5)::before {
        content: "Posted";
        display: inline;
        padding: 0;
        color: #7d8ba8;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .dui-market-table.is-live_auctions td:nth-child(5)::before {
        content: "Ends";
    }

    .dui-market-table.is-price_drops .dui-market-action,
    .dui-market-table.is-under_250 .dui-market-action,
    .dui-market-table.is-live_auctions .dui-market-action,
    .dui-market-table.is-buyer_requests .dui-market-action {
        grid-column: 2 / 3;
        grid-row: 1 / span 3;
        align-self: start;
        justify-content: flex-end;
    }

    .dui-market-table.is-price_drops .dui-market-action {
        grid-row: 1;
    }

    .dui-market-table.is-buyer_requests .dui-market-action {
        grid-row: 1 / span 2;
    }

    .dui-market-table.is-buyer_requests td:nth-child(3) {
        grid-row: 3;
    }

    .dui-market-table.is-price_drops .dui-market-action .dui-market-arrow-btn,
    .dui-market-table.is-under_250 .dui-market-action .dui-market-arrow-btn,
    .dui-market-table.is-live_auctions .dui-market-action .dui-market-arrow-btn {
        width: 40px;
        height: 40px;
        border-color: var(--dui-mobile-panel-accent);
        color: var(--dui-mobile-panel-accent);
    }

    .dui-market-table.is-price_drops .dui-market-action .dui-market-view-btn,
    .dui-market-table.is-buyer_requests .dui-market-action .dui-market-view-btn {
        min-height: 36px;
        border-color: var(--dui-mobile-panel-accent);
        color: var(--dui-mobile-panel-accent);
        white-space: nowrap;
    }

    .dui-market-panel-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-top: 12px;
        font-size: 12.5px;
        line-height: 1.35;
    }

    .dui-market-panel-foot a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .dui-market-featured-row {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 8px 12px;
        padding: 13px;
        border-left-width: 4px;
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(0, 155, 149, .15), #ffffff 66%);
        box-shadow: 0 10px 24px rgba(6, 23, 68, .065);
    }

    .dui-market-featured-main {
        grid-column: 1 / -1;
    }

    .dui-market-featured-main span {
        font-size: 10px;
        letter-spacing: 0;
    }

    .dui-market-featured-main a {
        font-size: 17px;
        line-height: 1.16;
    }

    .dui-market-featured-meta,
    .dui-market-featured-sale,
    .dui-market-featured-price {
        grid-column: 1 / 2;
    }

    .dui-market-featured-price {
        grid-row: auto;
        text-align: left;
    }

    .dui-market-featured-row > .dui-market-arrow-btn {
        grid-column: 2;
        grid-row: 2 / span 3;
        align-self: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(0, 155, 149, .18);
        border-radius: 8px;
        background: #fff;
    }

    .dui-market-sidebar {
        gap: 12px;
    }

    .dui-market-side-section {
        padding: 14px 14px 14px 18px;
        border: 1px solid #dce7f4;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 22px rgba(6, 23, 68, .05);
    }

    .dui-market-side-section::before {
        top: 14px;
        left: 10px;
        height: 24px;
    }

    .dui-market-side-section h2 {
        margin-bottom: 8px;
        font-size: 17px;
        letter-spacing: 0;
    }

    .dui-market-side-row {
        min-height: 38px;
        padding-block: 4px;
        font-size: 13px;
    }

    .dui-market-side-row.is-auction {
        grid-template-columns: minmax(0, 1fr) minmax(44px, auto) 18px;
    }

    .dui-market-side-row.is-auction small {
        grid-column: 1 / -1;
        white-space: normal;
    }

    .dui-market-sell-strip {
        background: linear-gradient(180deg, #eef9f7 0%, #ffffff 100%);
    }

    .dui-market-sell-strip .dui-market-container {
        min-height: 0;
        padding-block: 22px;
    }

    .dui-market-sell-strip div > div {
        gap: 10px;
    }

    .dui-market-sell-strip i {
        font-size: 26px;
    }

    .dui-market-sell-strip h2 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .dui-market-sell-strip p {
        font-size: 13.5px;
        line-height: 1.4;
    }

    .dui-market-sell-strip a {
        width: 100%;
        max-width: 360px;
        height: 44px;
        border-radius: 7px;
    }
}

@media (max-width: 540px) {
    .dui-market-container {
        width: min(100% - 20px, 1360px);
    }

    .dui-market-hero {
        padding: 20px 0 20px;
    }

    .dui-market-hero h1 {
        max-width: 9.5em;
        font-size: 32px;
    }

    .dui-market-lead {
        font-size: 14px;
    }

    .dui-market-search {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .dui-market-search input {
        min-height: 46px;
        font-size: 14px;
    }

    .dui-market-search button {
        min-height: 42px;
    }

    .dui-market-tab {
        flex-basis: 158px;
        height: 48px;
        gap: 7px;
        font-size: 12.5px;
    }

    .dui-market-tab i {
        font-size: 15px;
    }

    .dui-market-tab em {
        height: 20px;
        font-size: 11px;
    }

    .dui-market-tab-panel {
        padding: 11px;
    }

    .dui-market-section-title h2 {
        font-size: 19px;
    }

    .dui-market-table tr {
        padding: 9px;
    }

    .dui-market-table td {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 8px;
        font-size: 12.5px;
    }

    .dui-market-table.is-new_listings tr {
        grid-template-columns: minmax(0, 1fr) 38px;
        grid-template-areas:
            "domain action"
            "price action"
            "meta meta"
            "sale added";
        gap: 7px 10px;
        padding: 10px;
    }

    .dui-market-table.is-new_listings .dui-market-domain a {
        font-size: 15.5px;
    }

    .dui-market-table.is-new_listings .dui-market-price {
        justify-content: flex-start;
        text-align: left !important;
    }

    .dui-market-table.is-new_listings td:nth-child(3) {
        font-size: 11.5px;
    }

    .dui-market-table.is-new_listings .dui-market-action .dui-market-arrow-btn {
        width: 38px;
        height: 38px;
    }

    .dui-market-table.is-price_drops tr,
    .dui-market-table.is-under_250 tr,
    .dui-market-table.is-live_auctions tr,
    .dui-market-table.is-buyer_requests tr {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px 10px;
        padding: 10px;
    }

    .dui-market-table.is-price_drops .dui-market-domain a,
    .dui-market-table.is-under_250 .dui-market-domain a,
    .dui-market-table.is-live_auctions .dui-market-domain a,
    .dui-market-table.is-buyer_requests .dui-market-domain a {
        font-size: 15.5px;
    }

    .dui-market-table.is-price_drops .dui-market-price.is-old {
        grid-column: 2 / 3;
        grid-row: 2;
        justify-content: flex-end;
        text-align: right !important;
    }

    .dui-market-table.is-price_drops td:nth-child(6) {
        grid-column: 2 / 3;
        grid-row: 4;
        justify-content: flex-end;
    }

    .dui-market-table.is-price_drops td:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 4;
    }

    .dui-market-table.is-under_250 td:nth-child(3) {
        grid-row: 4;
    }

    .dui-market-table.is-under_250 td:nth-child(4),
    .dui-market-table.is-live_auctions td:nth-child(3) {
        grid-row: 3;
    }

    .dui-market-table.is-buyer_requests td:nth-child(3) {
        grid-row: 3;
    }

    .dui-market-table.is-buyer_requests td:nth-child(5) {
        grid-row: 4;
    }

    .dui-market-table.is-price_drops .dui-market-action .dui-market-arrow-btn,
    .dui-market-table.is-under_250 .dui-market-action .dui-market-arrow-btn,
    .dui-market-table.is-live_auctions .dui-market-action .dui-market-arrow-btn {
        width: 38px;
        height: 38px;
    }

    .dui-market-drop-badge,
    .dui-market-sale-badge {
        min-height: 22px;
        padding-inline: 8px;
        font-size: 11.5px;
    }

    .dui-market-featured-row {
        padding: 11px;
    }

    .dui-market-featured-meta,
    .dui-market-featured-sale,
    .dui-market-featured-price {
        grid-column: 1 / -1;
    }

    .dui-market-featured-row > .dui-market-arrow-btn {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        justify-self: end;
    }

    .dui-market-featured-main {
        grid-column: 1 / 2;
    }

    .dui-market-featured-main a {
        font-size: 16px;
    }

    .dui-market-side-section {
        padding: 13px 12px 13px 17px;
    }

    .dui-market-side-row {
        grid-template-columns: minmax(0, 1fr) minmax(38px, auto) 16px;
        gap: 7px;
    }

    .dui-market-footer {
        padding: 20px 0;
    }

    .dui-market-footer .dui-market-container,
    .dui-market-footer div {
        gap: 14px;
    }

.dui-market-footer nav {
        gap: 10px 16px;
    }
}

/* DomainUI TLD extension guides */
.dui-tld-shell {
    --dui-tld-navy: #101834;
    --dui-tld-purple: #5b2cff;
    --dui-tld-purple-dark: #4518e6;
    --dui-tld-lilac: #faf8ff;
    --dui-tld-border: #e4e0f1;
    --dui-tld-muted: #5f6478;
    width: min(1536px, calc(100vw - 64px));
    margin: 0 auto;
    color: var(--dui-tld-navy);
}

.dui-tld-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: #697086;
    font-size: 14px;
}

.dui-tld-breadcrumbs a {
    color: #5f6478;
    text-decoration: none;
}

.dui-tld-breadcrumbs a:hover,
.dui-tld-breadcrumbs a:focus-visible {
    color: var(--dui-tld-purple);
    outline: none;
}

.dui-tld-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 326px;
    gap: 18px;
    align-items: start;
    margin-bottom: 8px;
}

.dui-tld-main {
    display: grid;
    gap: 8px;
}

.dui-tld-hero,
.dui-tld-section,
.dui-tld-sidebar section,
.dui-tld-directory-hero,
.dui-tld-directory-search,
.dui-tld-directory-panel,
.dui-tld-directory-links,
.dui-tld-admin {
    background: #fff;
    border: 1px solid var(--dui-tld-border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(16, 24, 52, 0.05);
}

.dui-tld-hero {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    min-height: 208px;
    padding: 18px 28px 14px;
    background: radial-gradient(circle at 78% 8%, rgba(108, 64, 255, 0.08), transparent 34%), linear-gradient(135deg, #fff 0%, var(--dui-tld-lilac) 100%);
}

.dui-tld-eyebrow {
    margin: 0 0 8px;
    color: var(--dui-tld-purple);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dui-tld-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.dui-tld-title-row h1,
.dui-tld-directory-hero h1,
.dui-tld-admin h1 {
    margin: 0;
    color: var(--dui-tld-navy);
    font-size: clamp(32px, 4vw, 40px);
    line-height: 1.05;
    letter-spacing: 0;
}

.dui-tld-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 14px;
    border-radius: 999px;
    background: #ececf1;
    color: #55586a;
    font-size: 13px;
    font-weight: 700;
}

.dui-tld-hero-copy > p {
    max-width: 680px;
    margin: 10px 0 14px;
    color: var(--dui-tld-navy);
    font-size: 15px;
    line-height: 1.45;
}

.dui-tld-domain-search {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.dui-tld-domain-search label,
.dui-tld-alert-form label,
.dui-tld-directory-search label {
    display: grid;
    gap: 6px;
    color: var(--dui-tld-navy);
    font-size: 14px;
    font-weight: 800;
}

.dui-tld-search-control {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 72px;
    width: min(520px, 100%);
    border: 1px solid #cfd4e3;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.dui-tld-search-control input,
.dui-tld-directory-search input,
.dui-tld-directory-search select,
.dui-tld-alert-form input[type="email"] {
    min-height: 44px;
    border: 1px solid #cfd4e3;
    border-radius: 5px;
    padding: 0 14px;
    color: var(--dui-tld-navy);
    font: inherit;
    background: #fff;
}

.dui-tld-search-control input {
    border: 0;
    border-radius: 0;
}

.dui-tld-search-control b {
    display: grid;
    place-items: center;
    border-left: 1px solid #cfd4e3;
    background: #f8f8fb;
    font-weight: 700;
}

.dui-tld-domain-search .btn,
.dui-tld-alert-form .btn,
.dui-tld-directory-search .btn {
    min-height: 44px;
    padding-inline: 28px;
    background: var(--dui-tld-purple);
    border-color: var(--dui-tld-purple);
    color: #fff;
}

.dui-tld-domain-search .btn:hover,
.dui-tld-domain-search .btn:focus-visible,
.dui-tld-alert-form .btn:hover,
.dui-tld-alert-form .btn:focus-visible,
.dui-tld-directory-search .btn:hover,
.dui-tld-directory-search .btn:focus-visible {
    background: var(--dui-tld-purple-dark);
    border-color: var(--dui-tld-purple-dark);
    outline: 3px solid rgba(91, 44, 255, 0.22);
    outline-offset: 2px;
}

.dui-tld-helper {
    margin: 8px 0 0;
    color: #272d45;
    font-size: 14px;
}

.dui-tld-alert-button {
    align-self: end;
    margin-bottom: 2px;
    border-color: var(--dui-tld-purple);
    color: var(--dui-tld-purple);
    background: #fff;
}

.dui-tld-search-result {
    margin-top: 10px;
    max-width: 700px;
    padding: 10px 12px;
    border: 1px solid #ddd7f8;
    border-radius: 7px;
    background: #fff;
}

.dui-tld-search-result p {
    margin: 4px 0 0;
    color: var(--dui-tld-muted);
}

.dui-tld-section {
    padding: 8px 24px 10px;
}

.dui-tld-section h2,
.dui-tld-sidebar h2,
.dui-tld-directory-panel h2,
.dui-tld-directory-links h2 {
    margin: 0 0 6px;
    color: var(--dui-tld-navy);
    font-size: 18px;
    line-height: 1.25;
}

.dui-tld-section p {
    margin: 0 0 10px;
    color: #232940;
    font-size: 14px;
    line-height: 1.45;
}

.dui-tld-section-kicker {
    margin: 0 0 4px;
    color: var(--dui-tld-purple);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dui-tld-facts dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
}

.dui-tld-facts dl > div {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 10px;
    min-height: 42px;
    padding: 8px 12px;
    border-bottom: 1px solid #e9e9f0;
}

.dui-tld-facts dl > div:nth-child(odd) {
    border-right: 1px solid #e9e9f0;
}

.dui-tld-facts dt {
    margin: 0;
    color: #5f6478;
    font-size: 12px;
    font-weight: 800;
}

.dui-tld-facts dd {
    min-width: 0;
    margin: 0;
    color: var(--dui-tld-navy);
    font-size: 13px;
    line-height: 1.35;
}

.dui-tld-facts dd > span {
    display: block;
    margin-top: 3px;
}

.dui-tld-source-ref {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: var(--dui-tld-purple);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.dui-tld-source-ref:hover,
.dui-tld-source-ref:focus-visible {
    text-decoration: underline;
    outline: none;
}

.dui-tld-facts-note {
    margin-top: 10px;
    color: #5f6478;
    font-size: 12px;
}

.dui-tld-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.dui-tld-use-grid article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    min-height: 54px;
    padding: 10px 14px;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
    background: #fff;
}

.dui-tld-use-grid i {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--dui-tld-purple);
    font-size: 23px;
}

.dui-tld-use-grid strong {
    align-self: center;
    font-size: 14px;
}

.dui-tld-use-grid span {
    display: none;
}

.dui-tld-section-head {
    display: flex;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
}

.dui-tld-section-head p {
    margin: 0;
    color: #777b8e;
    font-size: 12px;
}

.dui-tld-examples > div {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.dui-tld-examples span {
    display: block;
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid #e2e2ec;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-tld-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.dui-tld-check-list,
.dui-tld-compare ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dui-tld-check-list {
    grid-template-columns: 1fr 1fr;
}

.dui-tld-check-list li,
.dui-tld-compare li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #252b42;
    font-size: 14px;
}

.dui-tld-check-list i,
.dui-tld-compare .fa-check-circle {
    color: #28a745;
}

.dui-tld-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
}

.dui-tld-compare > div {
    padding: 0 12px 10px;
}

.dui-tld-compare > div:first-child {
    border-right: 1px solid #e2e2ec;
}

.dui-tld-compare h3 {
    margin: 0 -12px 8px;
    padding: 6px 12px;
    font-size: 14px;
}

.dui-tld-compare > div:first-child h3 {
    background: #edf8ed;
}

.dui-tld-compare > div:last-child h3 {
    background: #fff2e8;
}

.dui-tld-compare .fa-triangle-exclamation {
    color: #ff7a1a;
}

.dui-tld-related-grid,
.dui-tld-guide-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.dui-tld-related-grid a,
.dui-tld-related-grid article,
.dui-tld-guide-card {
    display: grid;
    gap: 3px;
    min-height: 70px;
    padding: 10px 12px;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
    color: var(--dui-tld-navy);
    text-decoration: none;
    background: #fff;
}

.dui-tld-related-grid a:hover,
.dui-tld-related-grid a:focus-visible,
.dui-tld-guide-card:hover,
.dui-tld-guide-card:focus-visible {
    border-color: #b9a8ff;
    box-shadow: 0 0 0 3px rgba(91, 44, 255, 0.13);
    outline: none;
}

.dui-tld-related-grid span,
.dui-tld-guide-card span {
    color: #4d5268;
    font-size: 13px;
}

.dui-tld-related-grid em,
.dui-tld-guide-card em {
    color: var(--dui-tld-purple);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.dui-tld-table {
    display: grid;
    border: 1px solid #e2e2ec;
    border-radius: 6px;
    overflow: hidden;
}

.dui-tld-table > div {
    display: grid;
    grid-template-columns: 1.4fr 1fr .8fr .8fr;
    min-height: 30px;
    border-bottom: 1px solid #e9e9f0;
}

.dui-tld-table > div:last-child {
    border-bottom: 0;
}

.dui-tld-table > div:first-child {
    background: #f7f7fb;
}

.dui-tld-table span,
.dui-tld-table strong {
    padding: 5px 12px;
    font-size: 13px;
}

.dui-tld-table a {
    color: var(--dui-tld-purple);
    font-weight: 700;
    text-decoration: none;
}

.dui-tld-faq details {
    border-top: 1px solid #e8e8ef;
}

.dui-tld-faq summary {
    display: flex;
    align-items: center;
    min-height: 30px;
    cursor: pointer;
    font-weight: 800;
}

.dui-tld-faq details p {
    margin: 0 0 10px;
}

.dui-tld-sources ul,
.dui-tld-side-links {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dui-tld-sources li,
.dui-tld-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    border-top: 1px solid #e8e8ef;
    color: var(--dui-tld-purple);
    text-decoration: none;
    font-size: 14px;
}

.dui-tld-sources li {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
}

.dui-tld-sources span {
    color: var(--dui-tld-muted);
    font-size: 12px;
}

.dui-tld-sidebar {
    display: grid;
    gap: 18px;
}

.dui-tld-sidebar section {
    padding: 16px;
}

.dui-tld-sidebar dl {
    margin: 0;
}

.dui-tld-sidebar dl div {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 12px;
    min-height: 38px;
    align-items: center;
    border-top: 1px solid #e8e8ef;
    font-size: 14px;
}

.dui-tld-sidebar dt {
    font-weight: 800;
}

.dui-tld-sidebar dd {
    margin: 0;
}

.dui-tld-alert-form {
    display: grid;
    gap: 10px;
}

.dui-tld-consent {
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--dui-tld-muted);
}

.dui-tld-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.dui-tld-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dui-tld-empty {
    padding: 16px;
}

.dui-tld-empty h3 {
    margin: 0 0 4px;
}

.dui-tld-empty a {
    color: var(--dui-tld-purple);
    font-weight: 800;
}

.dui-tld-directory {
    display: grid;
    gap: 10px;
    padding-bottom: 28px;
}

.dui-tld-directory-hero,
.dui-tld-directory-search,
.dui-tld-directory-panel,
.dui-tld-directory-links,
.dui-tld-admin {
    padding: 18px 20px;
}

.dui-tld-directory-hero p {
    max-width: 760px;
    margin: 8px 0 0;
    color: var(--dui-tld-muted);
}

.dui-tld-directory-search {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) minmax(190px, 0.9fr) minmax(190px, 0.9fr) minmax(120px, auto);
    gap: 12px;
    align-items: end;
}

.dui-tld-directory-search label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.dui-tld-directory-search input,
.dui-tld-directory-search select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.dui-tld-directory-search .btn {
    width: 100%;
    justify-content: center;
    white-space: nowrap;
}

.dui-tld-directory-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 8px;
}

.dui-tld-directory-head p {
    margin: 0;
    color: var(--dui-tld-muted);
}

.dui-tld-directory-panel--compact {
    padding: 14px 16px;
}

.dui-tld-directory-head a,
.dui-tld-directory-links a {
    color: var(--dui-tld-purple);
    font-weight: 800;
    text-decoration: none;
}

.dui-tld-card-tld {
    color: var(--dui-tld-purple) !important;
    font-size: 18px !important;
    font-weight: 850;
}

.dui-tld-directory-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e2ec;
    border-radius: 7px;
    background: #fff;
}

.dui-tld-directory-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
}

.dui-tld-directory-col-extension {
    width: 14%;
}

.dui-tld-directory-col-guide {
    width: 34%;
}

.dui-tld-directory-col-best {
    width: 31%;
}

.dui-tld-directory-col-availability {
    width: 21%;
}

.dui-tld-directory-table th,
.dui-tld-directory-table td {
    padding: 7px 12px;
    border-bottom: 1px solid #ececf3;
    color: var(--dui-tld-navy);
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.dui-tld-directory-table th + th,
.dui-tld-directory-table td + td {
    border-left: 1px solid #f0f0f6;
}

.dui-tld-directory-table th {
    background: #f8f7fc;
    color: #54586f;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dui-tld-directory-table tr:last-child td {
    border-bottom: 0;
}

.dui-tld-directory-table tr:hover td {
    background: #fbfaff;
}

.dui-tld-directory-table td:nth-child(2) strong {
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dui-tld-directory-tld {
    color: var(--dui-tld-purple);
    font-size: 16px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.dui-tld-directory-tld:hover,
.dui-tld-directory-tld:focus-visible,
.dui-tld-directory-open:hover,
.dui-tld-directory-open:focus-visible {
    color: var(--dui-tld-purple-dark);
    text-decoration: underline;
    outline: none;
}

.dui-tld-directory-status {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    max-width: 100%;
    padding: 2px 8px;
    border: 1px solid #ded9f5;
    border-radius: 999px;
    background: #f6f3ff;
    color: var(--dui-tld-purple);
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

.dui-tld-directory-open {
    display: inline-block;
    color: var(--dui-tld-purple);
    max-width: 100%;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.dui-tld-directory-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: var(--dui-tld-muted);
    font-size: 13px;
}

.dui-tld-directory-pagination a:not(.btn) {
    margin-left: 8px;
    color: var(--dui-tld-purple);
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.dui-tld-directory-pagination a:not(.btn):hover,
.dui-tld-directory-pagination a:not(.btn):focus-visible {
    color: var(--dui-tld-purple-dark);
    text-decoration: underline;
    outline: none;
}

.dui-tld-directory-pagination > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dui-tld-directory-pagination .btn {
    min-height: 32px;
    padding: 6px 10px;
    white-space: nowrap;
}

.dui-tld-directory-pagination .is-disabled {
    opacity: 0.52;
    pointer-events: none;
}

.dui-tld-directory-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dui-tld-directory-links a {
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid var(--dui-tld-border);
    border-radius: 6px;
}

@media (max-width: 1100px) {
    .dui-tld-shell {
        width: min(100% - 32px, 920px);
    }

    .dui-tld-layout,
    .dui-tld-split {
        grid-template-columns: 1fr;
    }

    .dui-tld-use-grid,
    .dui-tld-related-grid,
    .dui-tld-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dui-tld-examples > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dui-tld-directory-search {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .dui-tld-directory-search label:first-child,
    .dui-tld-directory-search .btn {
        grid-column: 1 / -1;
    }

    .dui-tld-layout {
        gap: 14px;
    }

    .dui-tld-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .dui-tld-shell {
        width: min(100% - 20px, 100%);
        margin-top: 10px;
    }

    .dui-tld-breadcrumbs {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    .dui-tld-hero,
    .dui-tld-directory-hero,
    .dui-tld-directory-search,
    .dui-tld-directory-panel,
    .dui-tld-directory-links,
    .dui-tld-admin {
        padding: 14px;
    }

    .dui-tld-hero,
    .dui-tld-domain-search,
    .dui-tld-directory-head {
        display: grid;
        gap: 10px;
    }

    .dui-tld-directory-pagination {
        display: grid;
        justify-items: stretch;
    }

    .dui-tld-directory-pagination > div {
        justify-content: space-between;
    }

    .dui-tld-title-row h1,
    .dui-tld-directory-hero h1,
    .dui-tld-admin h1 {
        font-size: 28px;
        line-height: 1.08;
    }

    .dui-tld-title-row {
        display: grid;
        gap: 8px;
        align-items: start;
    }

    .dui-tld-status {
        width: max-content;
        max-width: 100%;
        white-space: normal;
    }

    .dui-tld-hero-copy > p,
    .dui-tld-directory-hero p,
    .dui-tld-section p {
        font-size: 14px;
        line-height: 1.5;
    }

    .dui-tld-domain-search label,
    .dui-tld-directory-search label,
    .dui-tld-alert-form label {
        min-width: 0;
    }

    .dui-tld-search-control,
    .dui-tld-domain-search .btn,
    .dui-tld-alert-button {
        width: 100%;
    }

    .dui-tld-search-control {
        grid-template-columns: minmax(0, 1fr) minmax(58px, max-content);
    }

    .dui-tld-search-control input {
        min-width: 0;
    }

    .dui-tld-search-control b {
        padding: 0 10px;
        white-space: nowrap;
    }

    .dui-tld-directory-search .btn {
        width: 100%;
    }

    .dui-tld-use-grid,
    .dui-tld-check-list,
    .dui-tld-compare,
    .dui-tld-related-grid,
    .dui-tld-guide-grid,
    .dui-tld-facts dl,
    .dui-tld-examples > div,
    .dui-tld-directory-search {
        grid-template-columns: 1fr;
    }

    .dui-tld-facts dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
        min-height: 0;
    }

    .dui-tld-facts dl > div:nth-child(odd) {
        border-right: 0;
    }

    .dui-tld-sidebar {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dui-tld-sidebar section {
        padding: 14px;
    }

    .dui-tld-sidebar dl div {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 8px;
        min-height: 34px;
        font-size: 13px;
    }

    .dui-tld-sidebar dd {
        overflow-wrap: anywhere;
    }

    .dui-tld-section {
        padding: 14px 16px;
    }

    .dui-tld-use-grid article {
        grid-template-columns: 30px minmax(0, 1fr);
        min-height: 48px;
        padding: 9px 11px;
    }

    .dui-tld-use-grid i {
        font-size: 20px;
    }

    .dui-tld-examples span {
        text-align: left;
        white-space: normal;
    }

    .dui-tld-compare {
        border-radius: 6px;
    }

    .dui-tld-compare > div:first-child {
        border-right: 0;
        border-bottom: 1px solid #e2e2ec;
    }

    .dui-tld-related-grid a,
    .dui-tld-related-grid article,
    .dui-tld-guide-card {
        min-height: 0;
    }

    .dui-tld-table > div {
        grid-template-columns: 1fr;
        padding: 8px 0;
    }

    .dui-tld-table > div:first-child {
        display: none;
    }

    .dui-tld-table span,
    .dui-tld-table strong {
        padding: 3px 12px;
    }

    .dui-tld-directory-panel--compact {
        padding: 12px;
    }

    .dui-tld-directory-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .dui-tld-directory-table {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .dui-tld-directory-table thead {
        display: none;
    }

    .dui-tld-directory-table tbody,
    .dui-tld-directory-table tr,
    .dui-tld-directory-table td {
        display: block;
        width: 100%;
    }

    .dui-tld-directory-table tr {
        padding: 8px 10px;
        border: 1px solid #e2e2ec;
        border-radius: 7px;
        background: #fff;
    }

    .dui-tld-directory-table tr + tr {
        margin-top: 8px;
    }

    .dui-tld-directory-table td {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 8px;
        padding: 4px 0;
        border: 0;
        font-size: 13px;
        line-height: 1.25;
        text-align: left !important;
    }

    .dui-tld-directory-table td + td {
        border-left: 0;
    }

    .dui-tld-directory-table td::before {
        content: attr(data-label);
        color: #6f7282;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .dui-tld-directory-table td:nth-child(2) strong {
        white-space: normal;
    }

    .dui-tld-directory-open {
        display: inline-flex;
        min-height: 32px;
        align-items: center;
    }

    .dui-tld-directory-links div {
        gap: 8px;
    }

    .dui-tld-directory-links a {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .dui-tld-shell {
        width: min(100% - 16px, 100%);
    }

    .dui-tld-title-row h1,
    .dui-tld-directory-hero h1,
    .dui-tld-admin h1 {
        font-size: 25px;
    }

    .dui-tld-directory-table td,
    .dui-tld-facts dl > div,
    .dui-tld-sidebar dl div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .dui-tld-domain-search .btn,
    .dui-tld-directory-search .btn,
    .dui-tld-alert-form .btn {
        padding-inline: 14px;
    }
}
