html {
    background: #f5f2ef;
}

body.page-category-desktop {
    max-width: none;
    min-width: 1280px;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 153, 102, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(243, 71, 130, 0.08), transparent 30%),
        #f5f2ef;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #3f3632;
}

body.page-category-desktop a,
body.page-category-desktop a:visited {
    color: inherit;
}

.static-category-desktop * {
    box-sizing: border-box;
}

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

.scd-wrap {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

/* TOPBAR */
.scd-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: linear-gradient(180deg, #171718 0%, #1e1d22 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.scd-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
}

.scd-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none !important;
}

.scd-brand img {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    object-fit: cover;
}

.scd-brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scd-brand-copy strong,
.scd-brand-copy span {
    margin: 0;
    padding: 0;
}

.scd-brand-copy strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
}

.scd-brand-copy span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.scd-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 14px;
}

.scd-nav a {
    padding: 0 4px 4px;
    color: rgba(255, 255, 255, 0.76);
    border-bottom: 2px solid transparent;
    transition: color .2s ease;
    text-decoration: none;
}

.scd-nav a:hover,
.scd-nav a.is-active {
    color: #fff;
}

.scd-nav a.is-active {
    font-weight: 500;
    border-bottom-color: #ff9966;
}

.scd-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scd-search {
    display: flex;
    align-items: center;
    width: 320px;
    height: 44px;
    padding: 0 8px 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 12px;
    margin: 0;
}

.scd-search-icon,
.scd-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.scd-search svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.scd-search-icon {
    color: #8d7f78;
}

.scd-search input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    color: #3f3632;
    outline: none;
    box-shadow: none;
}

.scd-search input::placeholder {
    color: #8d7f78;
}

.scd-search button {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, #ffbf9d 0%, #ff9966 100%);
    box-shadow: 0 8px 16px rgba(255, 153, 102, 0.22);
}

.scd-member {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d7b15e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.scd-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.scd-avatar svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

/* FILTERS SECTION */
.scd-filter-section {
    padding: 40px 0;
}

.scd-filter-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #eadfd8;
    box-shadow: 0 16px 40px rgba(36, 29, 27, 0.06);
}

.scd-filter-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.scd-filter-title-group {
    min-width: 0;
}

.scd-filter-title-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scd-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #eadfd8;
    background: #faf7f4;
    font-size: 14px;
    font-weight: 500;
    color: #3f3632;
    text-decoration: none;
    white-space: nowrap;
}

.scd-page-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #3f3632;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: break-word;
    max-width: 10ch;
}

.scd-page-desc {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #8d7f78;
    max-width: 40ch;
}

.scd-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scd-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9966 0%, #ff7d46 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 14px 26px rgba(255, 125, 70, 0.22);
    text-decoration: none;
    white-space: nowrap;
}

.scd-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid #eadfd8;
    background: #ffffff;
    color: #3f3632;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.scd-filter-list {
    display: grid;
    gap: 16px;
}

.scd-filter-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 112px 1fr;
}

.scd-filter-label {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #faf7f4;
    color: #8d7f78;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.scd-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.scd-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 153, 102, 0.22);
    background: #ffffff;
    color: #3f3632;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.scd-chip.is-active {
    background: linear-gradient(135deg, #ff9966 0%, #ff7d46 100%);
    color: #fff;
    border-color: transparent;
}

/* RESULT GRID */
.scd-result-section {
    padding-bottom: 40px;
}

.scd-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.scd-result-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #241d1b;
}

.scd-result-total {
    font-size: 14px;
    color: #8d7f78;
}

.scd-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.scd-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.scd-card-cover {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7ece6 0%, #f0d6ca 100%);
    aspect-ratio: 3 / 4;
    width: 100%;
    transition: transform 0.2s ease;
}

.scd-card:hover .scd-card-cover {
    transform: translateY(-4px);
}

.scd-card-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scd-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3f3632;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scd-result-empty {
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid #eadfd8;
    background: #fffaf7;
    font-size: 14px;
    line-height: 1.8;
    color: #8d7f78;
    text-align: center;
}

.scd-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.scd-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #eadfd8;
    background: #fff;
    color: #3f3632;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.scd-page-link.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #ff9966 0%, #ff7d46 100%);
    box-shadow: 0 14px 26px rgba(255, 125, 70, 0.18);
}

.scd-page-link-nav {
    padding: 0 18px;
}

/* FOOTER */
.scd-footer {
    border-top: 1px solid #eadfd8;
    background: #fffaf7;
}

.scd-footer-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 0;
}

.scd-footer-info {
    min-width: 0;
}

.scd-footer-brand {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #241d1b;
}

.scd-footer-text {
    margin: 8px 0 0;
    font-size: 14px;
    color: #8d7f78;
}

.scd-footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #8d7f78;
}

.scd-footer-links a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
