.df-list-page.blog-container {
    --df-ink: #1d2434;
    --df-ink-soft: #5a6780;
    --df-muted: #8792a6;
    --df-border: #dbe4fa;
    --df-surface: #ffffff;
    --df-soft: #f5f7ff;
    --df-green: #5f84ff;
    --df-green-soft: #edf2ff;
    --df-blue: #5f84ff;
    --df-blue-deep: #466fe5;
    --df-blue-soft: #edf2ff;
    --df-gold: #b27626;
    --df-gold-soft: #f7f1e7;
    max-width: 1280px;
    margin: 22px auto 56px;
    padding: 0 16px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    font-family: "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.df-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.df-topbar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.df-site-notice {
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid var(--df-border);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(95, 132, 255, 0.08);
}

.df-site-notice-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.df-site-notice-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--df-ink);
    font-size: 20px;
    font-weight: 800;
}

.df-site-notice-title i {
    width: 35px;
    height: 35px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(122, 155, 255, 0.18), rgba(95, 132, 255, 0.1));
    color: var(--df-blue);
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(95, 132, 255, 0.12);
}

.df-site-notice-body {
    color: var(--df-ink-soft);
    font-size: 14px;
    line-height: 1.9;
}

.df-site-notice-body > *:first-child {
    margin-top: 0;
}

.df-site-notice-body > *:last-child {
    margin-bottom: 0;
}

.df-search-form {
    width: 100%;
}

.df-search-shell {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--df-border);
    box-shadow: 0 12px 28px rgba(95, 132, 255, 0.07);
}

.df-search-icon {
    color: var(--df-blue);
    font-size: 16px;
}

.df-search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: var(--df-ink);
    font-size: 14px;
}

.df-search-input::placeholder {
    color: #9ba1a6;
}

.df-search-clear,
.df-search-submit,
.df-chip-button {
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.df-search-clear {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf2ff;
    color: #7b86a3;
    opacity: 0;
    visibility: hidden;
}

.df-search-clear.is-visible {
    opacity: 1;
    visibility: visible;
}

.df-search-submit,
.df-chip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #7a9bff, var(--df-blue));
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(95, 132, 255, 0.22);
    text-decoration: none;
}

.df-search-submit:hover,
.df-chip-button:hover,
.df-category-card:hover,
.df-subtab-chip:hover,
.df-product-card:hover {
    transform: translateY(-2px);
}

.df-category-section,
.df-products-section {
    padding: 0;
}

.df-products-head {
    margin-bottom: 16px;
}

.df-block-title,
.df-section-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--df-ink);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.df-section-title i {
    width: 35px;
    height: 35px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(122, 155, 255, 0.18), rgba(95, 132, 255, 0.1));
    color: var(--df-blue);
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(95, 132, 255, 0.12);
}

.df-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.df-category-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    min-height: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--df-border);
    box-shadow: 0 10px 22px rgba(95, 132, 255, 0.06);
    color: var(--df-ink);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.df-category-card.is-active {
    background: #f5f8ff;
    border-color: rgba(95, 132, 255, 0.34);
    box-shadow: 0 12px 24px rgba(95, 132, 255, 0.12);
}

.df-category-thumb,
.df-category-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex: 0 0 auto;
    overflow: hidden;
}

.df-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.df-category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7a9bff, var(--df-blue));
    color: #fff;
    font-size: 13px;
}

.df-category-badge.is-muted {
    background: #eef3ff;
    color: #7a88a8;
}

.df-category-label {
    color: var(--df-ink);
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
    word-break: break-all;
}

.df-subtabs-wrap {
    margin-top: 12px;
}

.df-subtabs-wrap.is-hidden {
    display: none;
}

.df-subtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.df-subtab-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--df-border);
    color: #606970;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.df-subtab-chip.is-active {
    color: #fff;
    background: linear-gradient(135deg, #7a9bff, var(--df-blue));
    border-color: transparent;
}

#goods-list-wrapper {
    transition: opacity 0.24s ease, transform 0.24s ease;
}

#goods-list-wrapper.is-loading {
    opacity: 0.6;
    transform: translateY(4px);
}

#goods-list-wrapper.is-loaded {
    animation: dfLoadPulse 0.38s ease;
}

.df-products-grid {
    width: 100%;
}

.df-product-card,
.df-skeleton-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: var(--df-surface);
    border: 1px solid var(--df-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(95, 132, 255, 0.08);
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.df-product-card:hover {
    border-color: rgba(95, 132, 255, 0.28);
    box-shadow: 0 22px 40px rgba(95, 132, 255, 0.14);
}

.df-product-thumb {
    position: relative;
    aspect-ratio: 1.3 / 1;
    background: #eff3ff;
    overflow: hidden;
}

.df-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.df-product-card:hover .df-product-thumb img {
    transform: scale(1.05);
}

.df-product-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    padding: 18px 18px 20px;
}

.df-product-name {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    color: var(--df-ink);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.df-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.df-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.df-pill.is-purchase {
    background: var(--df-gold-soft);
    border-color: rgba(178, 118, 38, 0.32);
    color: var(--df-gold);
}

.df-pill.is-auto {
    background: var(--df-blue-soft);
    border-color: rgba(95, 132, 255, 0.32);
    color: var(--df-blue);
}

.df-pill.is-manual {
    background: #f3f6fd;
    border-color: rgba(113, 126, 154, 0.16);
    color: #5a6780;
}

.df-pill.is-stock {
    background: var(--df-green-soft);
    border-color: rgba(95, 132, 255, 0.28);
    color: var(--df-green);
}

.df-product-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--df-ink-soft);
    font-size: 12px;
    line-height: 1.5;
}

.df-product-stats .is-left {
    text-align: left;
}

.df-product-stats .is-right {
    margin-left: auto;
    text-align: right;
}

.df-product-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--df-muted);
    font-size: 12px;
    line-height: 1.6;
}

.df-product-footer {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #e8edfb;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.df-product-price-box {
    min-width: 0;
}

.df-price-label {
    display: block;
    margin-bottom: 6px;
    color: #737a80;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.df-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.df-product-price {
    color: var(--df-ink);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.df-product-price em {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
}

.df-product-market {
    color: #9aa1a6;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: line-through;
}

.df-product-action {
    width: 38px;
    height: 38px;
    border-radius: 16px;
    border: 1px solid #dbe4fa;
    background: #f8faff;
    color: #5f6b86;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(95, 132, 255, 0.09);
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.df-product-card:hover .df-product-action {
    background: linear-gradient(135deg, #7a9bff, var(--df-blue));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(95, 132, 255, 0.2);
}

.df-empty-state {
    padding: 54px 22px;
    border: 1px dashed var(--df-border);
    border-radius: 24px;
    text-align: center;
    background: #fff;
}

.df-empty-state i {
    font-size: 52px;
    color: #cad0d3;
}

.df-empty-state h3 {
    margin: 16px 0 8px;
    color: var(--df-ink);
    font-size: 24px;
    font-weight: 800;
}

.df-empty-state p {
    max-width: 420px;
    margin: 0 auto 20px;
    color: var(--df-ink-soft);
    font-size: 14px;
    line-height: 1.8;
}

.df-skeleton-thumb,
.df-skeleton-line {
    position: relative;
    overflow: hidden;
    background: #e9eefc;
}

.df-skeleton-thumb {
    aspect-ratio: 1.3 / 1;
}

.df-skeleton-body {
    padding: 18px;
}

.df-skeleton-line {
    height: 13px;
    border-radius: 999px;
}

.df-skeleton-line + .df-skeleton-line {
    margin-top: 12px;
}

.df-skeleton-line.short {
    width: 38%;
}

.df-skeleton-line.price {
    width: 46%;
    margin-top: 20px;
}

.df-skeleton-thumb::after,
.df-skeleton-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.74), rgba(255,255,255,0));
    transform: translateX(-100%);
    animation: dfShimmer 1.2s infinite;
}

@keyframes dfShimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes dfLoadPulse {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .df-list-page.blog-container {
        margin-top: 16px;
        padding: 0 12px;
    }

    .df-shell {
        gap: 20px;
    }

    .df-site-notice-title {
        font-size: 20px;
    }

    .df-search-shell {
        flex-wrap: wrap;
    }

    .df-search-input {
        width: calc(100% - 48px);
        flex: none;
    }

    .df-search-submit {
        width: 100%;
    }

}

@media (max-width: 520px) {
    .df-category-grid,
    .df-subtabs {
        gap: 8px;
    }

    .df-category-card {
        padding: 8px 12px;
    }

    .df-product-body {
        padding: 16px 16px 18px;
    }

    .df-product-name {
        font-size: 14px;
    }
}
