html {
    background: #f5f2ef;
}

body.page-home-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-home-desktop a,
body.page-home-desktop a:visited {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shd-main {
    padding: 40px 0 0;
}

.shd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
}

.shd-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #171718;
    box-shadow: 0 18px 42px rgba(36, 29, 27, 0.08);
}

.shd-hero-media {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 1;
}

.shd-hero-image {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.shd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 23, 24, 0.82) 0%, rgba(23, 23, 24, 0.48) 42%, rgba(23, 23, 24, 0.18) 74%, rgba(23, 23, 24, 0.28) 100%);
    pointer-events: none;
}

.shd-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.shd-hero-content-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.shd-hero-panel {
    min-width: 0;
    max-width: 56%;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17, 17, 20, 0.46);
    backdrop-filter: blur(16px);
}

.shd-hero-description {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shd-hero-dots {
    display: flex;
    gap: 8px;
}

.shd-hero-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.shd-hero-dot.is-active {
    width: 24px;
    background: #ff9966;
}

.shd-hero-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    pointer-events: auto;
}

.shd-hero-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shd-circle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.shd-circle-btn:hover {
    transform: translateY(-2px);
}

.shd-circle-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shd-hero-thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 42%;
    pointer-events: auto;
}

.shd-hero-thumb {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.shd-hero-thumb:hover {
    transform: translateY(-2px);
}

.shd-hero-thumb.is-active {
    border-color: rgba(255, 153, 102, 0.56);
    background: rgba(255, 255, 255, 0.08);
}

.shd-hero-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.shd-rank-card {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(23, 23, 24, 0.98) 0%, rgba(31, 30, 34, 0.96) 100%);
    box-shadow: 0 18px 42px rgba(36, 29, 27, 0.08);
    color: #fff;
}

.shd-rank-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shd-rank-head span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
}

.shd-rank-head h2 {
    margin: 0;
    font-size: 21.6px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.shd-rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 16px;
    background: rgba(255, 153, 102, 0.16);
    color: #ffd8c7 !important;
    font-size: 12px !important;
    font-weight: 500;
    white-space: nowrap;
}

.shd-rank-list {
    margin: 16px 0 0;
    display: grid;
    gap: 6px;
}

.shd-rank-list a {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 12px;
    border-radius: 18px;
    transition: background .2s ease;
}

.shd-rank-list li:first-child a {
    background: rgba(255, 255, 255, 0.08);
}

.shd-rank-list a:hover {
    background: rgba(255, 255, 255, 0.06);
}

.shd-rank-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.shd-rank-index-1 {
    background: #ff9966;
    color: #fff;
}

.shd-rank-index-2 {
    background: #d7b15e;
    color: #241d1b;
}

.shd-rank-index-3 {
    background: rgba(255, 255, 255, 0.9);
    color: #241d1b;
}

.shd-rank-index-4 {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
}

.shd-rank-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.shd-rank-heat {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.46);
    font-variant-numeric: tabular-nums;
}

.shd-category-strip {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid #eadfd8;
    background: #fffaf7;
    overflow-x: auto;
}

.shd-category-title {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #241d1b;
    margin-right: 4px;
}

.shd-category-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #eadfd8;
    background: #fff;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #3f3632;
    transition: all .2s ease;
}

.shd-category-chip.is-active {
    background: #ffe7dd;
    border-color: transparent;
    color: #ff7d46 !important;
    font-weight: 500;
}

.shd-category-more {
    border-color: rgba(255, 153, 102, 0.18);
    background: rgba(255, 153, 102, 0.08);
    color: #ff7d46 !important;
}

.shd-section-list {
    display: grid;
    gap: 24px;
    padding: 24px 0 0;
}

.shd-shelf {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #eadfd8;
    background: #fff;
    box-shadow: 0 16px 40px rgba(36, 29, 27, 0.06);
}

.shd-shelf-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eadfd8;
}

.shd-shelf-head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    color: #241d1b;
}

.shd-shelf-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffe7dd;
    color: #ff7d46 !important;
    font-size: 14px;
    font-weight: 600;
}

.shd-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding-top: 20px;
}

.shd-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 24px;
    background: #faf7f4;
    transition: transform .2s ease;
}

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

.shd-card-cover {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #eadfd8;
    background: #f7ece6;
}

.shd-card-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.shd-card-title {
    font-size: 16px;
    line-height: 1.35;
    color: #241d1b;
    font-weight: 600;
}

.shd-card-meta {
    font-size: 13px;
    color: #8d7f78;
}
