body.demand-more-page {
    background: #f5f7fb;
    color: #172033;
}

.demand-more-shell {
    width: min(1440px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
    padding: 22px 0 58px;
    box-sizing: border-box;
}

.demand-breadcrumb {
    color: #7c8da8;
    font-size: 13px;
    line-height: 20px;
}

.demand-title-row,
.demand-toolbar,
.demand-search-wrap,
.demand-head-actions,
.demand-card-title-row,
.demand-card-meta,
.demand-filter-row,
.demand-filter-options {
    display: flex;
    align-items: center;
}

.demand-title-row {
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    margin-bottom: 24px;
}

.demand-title-row h1 {
    display: inline-block;
    margin: 0;
    color: #101827;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.demand-title-row p {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #8b9ab3;
    font-size: 13px;
    font-weight: 400;
}

.demand-title-row h1 + p {
    vertical-align: baseline;
}

.demand-head-actions {
    gap: 10px;
}

.demand-ghost-btn,
.demand-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 36px;
    padding: 0 16px;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 13px;
    white-space: nowrap;
}

.demand-ghost-btn {
    border: 1px solid #dbe4f0;
    background: #fff;
    color: #344258;
}

.demand-primary-btn {
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #fff;
}

.demand-primary-btn:hover {
    color: #fff;
}

.demand-filter-panel,
.demand-toolbar,
.demand-card {
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.demand-filter-panel {
    overflow: hidden;
}

.demand-filter-row {
    min-height: 54px;
    padding: 10px 18px;
    border-bottom: 1px solid #edf1f7;
    box-sizing: border-box;
}

.demand-filter-row:last-child {
    border-bottom: 0;
}

.demand-filter-label {
    flex: 0 0 72px;
    color: #91a0b8;
    font-size: 13px;
}

.demand-filter-options {
    flex: 1;
    min-width: 0;
    gap: 9px;
    flex-wrap: wrap;
}

.demand-filter-chip,
.demand-sort-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 5px;
    color: #53637b;
    font-size: 13px;
    line-height: 28px;
}

.demand-filter-chip:hover,
.demand-sort-tab:hover,
.demand-filter-chip.is-active,
.demand-sort-tab.is-active {
    background: #eef4ff;
    color: #2563eb;
}

.demand-price-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.demand-price-form input {
    width: 88px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #dbe4f0;
    border-radius: 5px;
    color: #27354b;
    font-size: 13px;
    outline: 0;
    box-sizing: border-box;
}

.demand-price-form button {
    height: 30px;
    padding: 0 13px;
    border: 1px solid #dbe4f0;
    border-radius: 5px;
    background: #f7faff;
    color: #2563eb;
    cursor: pointer;
}

.demand-toolbar {
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    margin-top: 16px;
    padding: 10px 18px;
}

.demand-sort-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.demand-search-wrap {
    gap: 14px;
    color: #8190aa;
    font-size: 13px;
}

.demand-keyword-form {
    display: flex;
    align-items: center;
    width: 220px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dbe4f0;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}

.demand-keyword-form .iconfont {
    margin-right: 7px;
    color: #9aa9bf;
    font-size: 14px;
}

.demand-keyword-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #27354b;
    font-size: 13px;
}

.demand-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.demand-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 168px;
    min-height: 116px;
    overflow: hidden;
}

.demand-card-main {
    min-width: 0;
    padding: 16px 20px;
    color: #172033;
}

.demand-card-main:hover {
    color: #172033;
}

.demand-card-title-row {
    min-width: 0;
    gap: 8px;
}

.demand-card-title-row h2 {
    margin: 0;
    color: #1b2b46;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demand-badge {
    flex: 0 0 auto;
    height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
}

.demand-badge-new {
    background: #fff0f0;
    color: #ef4444;
}

.demand-badge-muted {
    background: #f2f5f9;
    color: #7b8aa5;
}

.demand-card-summary {
    margin: 14px 0 0;
    color: #5f6f89;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demand-card-meta {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #8a98b2;
    font-size: 12px;
    line-height: 24px;
}

.demand-tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    border-radius: 6px;
    background: #f0f4f9;
    color: #667894;
    line-height: 24px;
}

.demand-card-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 18px;
    border-left: 1px solid #edf1f7;
    text-align: right;
}

.demand-card-side strong {
    color: #f05a1a;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.demand-card-side span,
.demand-card-side em {
    color: #8190aa;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
}

.demand-card-side a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 30px;
    margin-top: 8px;
    border: 1px solid #b9d4ff;
    border-radius: 5px;
    background: #eef6ff;
    color: #2563eb;
    font-size: 13px;
}

.demand-empty {
    padding: 54px 20px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #fff;
    color: #8a98b2;
    text-align: center;
}

.demand-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.demand-pagination ul,
.demand-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.demand-pagination li {
    display: inline-flex;
}

.demand-pagination a,
.demand-pagination span {
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid #dbe4f0;
    border-radius: 5px;
    background: #fff;
    color: #60708a;
    font-size: 13px;
    box-sizing: border-box;
}

.demand-pagination .active a,
.demand-pagination .active span,
.demand-pagination span.current,
.demand-pagination li.current span {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

.demand-float-action {
    position: fixed;
    right: 28px;
    bottom: 36px;
    z-index: 99;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .28);
}

.demand-float-action:hover {
    color: #fff;
}

@media (max-width: 900px) {
    .demand-more-shell {
        width: min(100% - 20px, 720px);
    }

    .demand-title-row,
    .demand-toolbar,
    .demand-filter-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .demand-filter-label {
        flex-basis: auto;
    }

    .demand-search-wrap {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .demand-keyword-form {
        width: 100%;
    }

    .demand-card {
        grid-template-columns: 1fr;
    }

    .demand-card-side {
        align-items: flex-start;
        border-top: 1px solid #edf1f7;
        border-left: 0;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .demand-head-actions,
    .demand-price-form {
        width: 100%;
        flex-wrap: wrap;
    }

    .demand-ghost-btn,
    .demand-primary-btn {
        flex: 1;
    }

    .demand-price-form input {
        flex: 1;
        width: 0;
        min-width: 92px;
    }

    .demand-card-main {
        padding: 16px;
    }
}
