/* ============================================
   海角社区 - 原创样式表
   品牌定位：国内影视传媒公司+视频社区
   域名：tetris.org.cn
   ============================================ */

/* CSS Variables */
:root {
    --si54x8s: #FF6B9D;
    --smmfgf6f: #C44569;
    --se6r4t1es: #F8B500;
    --so4uua8t: #FFF5F7;
    --szj9cw8xu: #1A1A2E;
    --sspn56e: #2D2D3A;
    --snbwsodlx: #6B6B80;
    --srudpuo09: #FFFFFF;
    --suigp31qk: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #F8B500 100%);
    --s0jmlzt8: linear-gradient(135deg, #FFF5F7 0%, #FFE8F0 100%);
    --s8mauowa: 0 4px 20px rgba(255, 107, 157, 0.15);
    --showsjj: 0 8px 30px rgba(255, 107, 157, 0.25);
    --shqj2vby: 12px;
    --s9wiebyg: 20px;
    --s2y4u8: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    color: var(--sspn56e);
    background: var(--so4uua8t);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--si54x8s);
    text-decoration: none;
    transition: var(--s2y4u8);
}

a:hover {
    color: var(--smmfgf6f);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--sspn56e);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   Header & Navigation
   ============================================ */
.sa9qahd9f {
    background: var(--srudpuo09);
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--s2y4u8);
}

.sm2nob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.shjx1kmlm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shjx1kmlm img {
    height: 42px;
    width: auto;
}

.so0033 {
    font-size: 1.4rem;
    font-weight: 800;
    background: var(--suigp31qk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sgg2hpsfv {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sgg2hpsfv a {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--sspn56e);
    transition: var(--s2y4u8);
    white-space: nowrap;
}

.sgg2hpsfv a:hover,
.sgg2hpsfv a.active {
    background: var(--suigp31qk);
    color: var(--srudpuo09);
    -webkit-text-fill-color: var(--srudpuo09);
}

.sr0ehne6k {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--sspn56e);
    cursor: pointer;
    padding: 8px;
}

/* Search Bar */
.si4irehwm {
    background: var(--s0jmlzt8);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,107,157,0.1);
}

.sdq8droyq {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.spa630 {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid rgba(255,107,157,0.2);
    border-radius: 50px;
    font-size: 0.95rem;
    outline: none;
    transition: var(--s2y4u8);
    background: var(--srudpuo09);
}

.spa630:focus {
    border-color: var(--si54x8s);
    box-shadow: 0 0 0 4px rgba(255,107,157,0.1);
}

.sewnlj {
    padding: 12px 28px;
    background: var(--suigp31qk);
    color: var(--srudpuo09);
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--s2y4u8);
    white-space: nowrap;
}

.sewnlj:hover {
    transform: translateY(-2px);
    box-shadow: var(--showsjj);
}

/* ============================================
   Hero Banner
   ============================================ */
.s10fxey {
    position: relative;
    overflow: hidden;
    background: var(--szj9cw8xu);
    min-height: 520px;
    display: flex;
    align-items: center;
}

.s71c4w {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.s71c4w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.sgg4j9e {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(196,69,105,0.4) 100%);
    z-index: 2;
}

.saaiqs70 {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: var(--srudpuo09);
}

.s10fxey h1 {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--srudpuo09);
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.s10fxey h1 span {
    background: var(--suigp31qk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s10fxey p {
    font-size: 1.15rem;
    max-width: 600px;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.8;
}

.sitfp9x {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sm2kp1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--s2y4u8);
    border: none;
    text-decoration: none;
}

.sykv3yttc {
    background: var(--suigp31qk);
    color: var(--srudpuo09);
    box-shadow: 0 4px 15px rgba(255,107,157,0.4);
}

.sykv3yttc:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,107,157,0.5);
    color: var(--srudpuo09);
}

.srjy1y {
    background: transparent;
    color: var(--srudpuo09);
    border: 2px solid rgba(255,255,255,0.5);
}

.srjy1y:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--srudpuo09);
    color: var(--srudpuo09);
}

/* ============================================
   Section Common
   ============================================ */
.s9vru61 {
    padding: 70px 0;
}

.sliwy2v {
    background: var(--szj9cw8xu);
    color: var(--srudpuo09);
}

.sliwy2v h2,
.sliwy2v h3,
.sliwy2v h4 {
    color: var(--srudpuo09);
}

.sydh8r {
    background: var(--srudpuo09);
}

.s4ehtl {
    text-align: center;
    margin-bottom: 50px;
}

.s4ehtl h2 {
    font-size: 2rem;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.s4ehtl h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--suigp31qk);
    border-radius: 2px;
}

.s4ehtl p {
    color: var(--snbwsodlx);
    font-size: 1.05rem;
    margin-top: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.sliwy2v .s4ehtl p {
    color: rgba(255,255,255,0.7);
}

/* ============================================
   Video Cards
   ============================================ */
.s9jv9xir5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sow266 {
    background: var(--srudpuo09);
    border-radius: var(--shqj2vby);
    overflow: hidden;
    box-shadow: var(--s8mauowa);
    transition: var(--s2y4u8);
    cursor: pointer;
}

.sow266:hover {
    transform: translateY(-6px);
    box-shadow: var(--showsjj);
}

.slgmnq {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.slgmnq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--s2y4u8);
}

.sow266:hover .slgmnq img {
    transform: scale(1.05);
}

.so9dp48hy {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26,26,46,0.4);
    opacity: 0;
    transition: var(--s2y4u8);
}

.sow266:hover .so9dp48hy {
    opacity: 1;
}

.stge1gmpk {
    width: 56px;
    height: 56px;
    background: var(--suigp31qk);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(255,107,157,0.5);
    transition: var(--s2y4u8);
}

.stge1gmpk::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.sow266:hover .stge1gmpk {
    transform: scale(1.1);
}

.stbexx107 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.sxs7slrl {
    padding: 16px;
}

.sxs7slrl h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.sxi70bpv {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
    color: var(--snbwsodlx);
}

.sxi70bpv span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sz05kq {
    display: inline-block;
    padding: 2px 10px;
    background: var(--s0jmlzt8);
    color: var(--si54x8s);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 8px;
}

/* ============================================
   Feature Modules
   ============================================ */
.sclaj7i {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.s792kd66 {
    background: var(--srudpuo09);
    border-radius: var(--s9wiebyg);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--s8mauowa);
    transition: var(--s2y4u8);
    border: 1px solid rgba(255,107,157,0.08);
}

.s792kd66:hover {
    transform: translateY(-5px);
    box-shadow: var(--showsjj);
    border-color: rgba(255,107,157,0.2);
}

.su1q8x {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: var(--s0jmlzt8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.s792kd66 h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.s792kd66 p {
    color: var(--snbwsodlx);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ============================================
   Expert Section
   ============================================ */
.s5ggs1gg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.sr3ghr {
    background: var(--srudpuo09);
    border-radius: var(--s9wiebyg);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--s8mauowa);
    transition: var(--s2y4u8);
}

.sr3ghr:hover {
    transform: translateY(-5px);
    box-shadow: var(--showsjj);
}

.szmt4mq {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 3px solid var(--si54x8s);
    padding: 3px;
}

.szmt4mq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.sr3ghr h4 {
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.smsadxd6 {
    color: var(--si54x8s);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sg6nifsk4 {
    color: var(--snbwsodlx);
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 14px;
}

.svk1hay {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.sso8yfwu5 {
    padding: 6px 16px;
    font-size: 0.8rem;
    border-radius: 20px;
}

/* ============================================
   Brand Wall
   ============================================ */
.s71f2a2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.sn3ej89n {
    width: 140px;
    height: 60px;
    background: var(--srudpuo09);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    color: var(--snbwsodlx);
    font-size: 0.9rem;
    transition: var(--s2y4u8);
}

.sn3ej89n:hover {
    box-shadow: var(--s8mauowa);
    color: var(--si54x8s);
}

/* ============================================
   Reviews
   ============================================ */
.s99lnfv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.szl48cde {
    background: var(--srudpuo09);
    border-radius: var(--shqj2vby);
    padding: 28px;
    box-shadow: var(--s8mauowa);
    transition: var(--s2y4u8);
}

.szl48cde:hover {
    box-shadow: var(--showsjj);
}

.sv4zs1a {
    color: var(--se6r4t1es);
    font-size: 1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.s5ncxb {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--sspn56e);
    margin-bottom: 16px;
    font-style: italic;
}

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

.spp7vc5wq {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--suigp31qk);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
}

.snexdsd9u h5 {
    font-size: 0.9rem;
    font-weight: 600;
}

.snexdsd9u span {
    font-size: 0.8rem;
    color: var(--snbwsodlx);
}

/* ============================================
   FAQ Section
   ============================================ */
.s8kge9wy {
    max-width: 800px;
    margin: 0 auto;
}

.ssbqdhv {
    background: var(--srudpuo09);
    border-radius: var(--shqj2vby);
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    border: 1px solid rgba(255,107,157,0.08);
}

.s5upmcv {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--s2y4u8);
}

.s5upmcv:hover {
    color: var(--si54x8s);
}

.s5upmcv::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--si54x8s);
    transition: var(--s2y4u8);
}

.ssbqdhv.active .s5upmcv::after {
    content: '−';
}

.syrxtg8nd {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--snbwsodlx);
    font-size: 0.95rem;
    line-height: 1.8;
}

.ssbqdhv.active .syrxtg8nd {
    padding: 0 24px 20px;
    max-height: 300px;
}

/* ============================================
   Contact Section
   ============================================ */
.sl4g0ick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}

.scrfyipk {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sx0niaro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: var(--srudpuo09);
    border-radius: var(--shqj2vby);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.stahkl {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--s0jmlzt8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.sx0niaro h5 {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.sx0niaro p {
    font-size: 0.88rem;
    color: var(--snbwsodlx);
}

.sbem9m {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.s368dwio {
    text-align: center;
}

.s368dwio img {
    width: 160px;
    height: auto;
    border-radius: var(--shqj2vby);
    box-shadow: var(--s8mauowa);
    margin-bottom: 10px;
}

.s368dwio p {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--sspn56e);
}

/* ============================================
   How-To Guide
   ============================================ */
.st0w0ils {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    counter-reset: step;
}

.s7vzj3kd {
    text-align: center;
    padding: 28px 20px;
    background: var(--srudpuo09);
    border-radius: var(--s9wiebyg);
    box-shadow: var(--s8mauowa);
    position: relative;
    counter-increment: step;
}

.s7vzj3kd::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--suigp31qk);
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.s7vzj3kd h4 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.s7vzj3kd p {
    font-size: 0.88rem;
    color: var(--snbwsodlx);
    line-height: 1.6;
}

/* ============================================
   Social Share
   ============================================ */
.sluv3p8 {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.s91c89 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--srudpuo09);
    transition: var(--s2y4u8);
    cursor: pointer;
    border: none;
}

.s91c89:hover {
    transform: translateY(-2px);
    color: var(--srudpuo09);
}

.sfkexr4 { background: #07C160; }
.sk7ps6g4 { background: #E6162D; }
.sigqfehz { background: #161823; }
.s5w3ev3n1 { background: #00A1D6; }

/* ============================================
   Footer
   ============================================ */
.s4awkcny {
    background: var(--szj9cw8xu);
    color: rgba(255,255,255,0.7);
    padding: 50px 0 0;
}

.sxlx4f {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sz59wsh6 h3 {
    color: var(--srudpuo09);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.sz59wsh6 p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.s4awkcny h4 {
    color: var(--srudpuo09);
    font-size: 1rem;
    margin-bottom: 16px;
}

.sxxu6k {
    list-style: none;
}

.sxxu6k li {
    margin-bottom: 10px;
}

.sxxu6k a {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    transition: var(--s2y4u8);
}

.sxxu6k a:hover {
    color: var(--si54x8s);
    padding-left: 4px;
}

.sjcnvp {
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.sjcnvp a {
    color: var(--si54x8s);
}

/* ============================================
   Breadcrumb
   ============================================ */
.s5yx1xb {
    padding: 16px 0;
    font-size: 0.88rem;
    color: var(--snbwsodlx);
}

.s5yx1xb a {
    color: var(--snbwsodlx);
}

.s5yx1xb a:hover {
    color: var(--si54x8s);
}

.s5yx1xb span {
    margin: 0 8px;
    color: #ccc;
}

/* ============================================
   Tags
   ============================================ */
.shhw6fh3r {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.stuidjc {
    display: inline-block;
    padding: 5px 14px;
    background: var(--s0jmlzt8);
    color: var(--si54x8s);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--s2y4u8);
}

.stuidjc:hover {
    background: var(--si54x8s);
    color: var(--srudpuo09);
}

/* ============================================
   Page Content (Inner Pages)
   ============================================ */
.sdrbu46 {
    background: var(--suigp31qk);
    padding: 50px 0;
    text-align: center;
    color: var(--srudpuo09);
}

.sdrbu46 h1 {
    font-size: 2.2rem;
    color: var(--srudpuo09);
    margin-bottom: 10px;
}

.sdrbu46 p {
    font-size: 1.05rem;
    opacity: 0.9;
}

.si7wzz0 {
    padding: 50px 0;
}

/* ============================================
   Lazy Load
   ============================================ */
.s0esh41d {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.s0esh41d.loaded {
    opacity: 1;
}

/* ============================================
   Animations
   ============================================ */
.s2fq7wm78 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.s2fq7wm78.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Community Cards
   ============================================ */
.sdc6h0biy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.s5okuk {
    background: var(--srudpuo09);
    border-radius: var(--s9wiebyg);
    overflow: hidden;
    box-shadow: var(--s8mauowa);
    transition: var(--s2y4u8);
}

.s5okuk:hover {
    transform: translateY(-5px);
    box-shadow: var(--showsjj);
}

.s5okuk img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swd3nl2 {
    padding: 20px;
}

.s5okuk h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.s5okuk p {
    font-size: 0.9rem;
    color: var(--snbwsodlx);
    line-height: 1.6;
}

/* ============================================
   AI Feature Section
   ============================================ */
.s0mcdxk2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.sin35w {
    border-radius: var(--s9wiebyg);
    overflow: hidden;
    box-shadow: var(--showsjj);
}

.s2816q h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.s2816q p {
    font-size: 0.95rem;
    color: var(--snbwsodlx);
    line-height: 1.8;
    margin-bottom: 12px;
}

.ssgchy {
    list-style: none;
    margin-top: 16px;
}

.ssgchy li {
    padding: 8px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ssgchy li::before {
    content: '✦';
    color: var(--si54x8s);
    font-size: 0.8rem;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
    .s9jv9xir5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .s5ggs1gg {
        grid-template-columns: repeat(2, 1fr);
    }
    .sxlx4f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sgg2hpsfv {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--srudpuo09);
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 4px;
    }
    .sgg2hpsfv.open {
        display: flex;
    }
    .sgg2hpsfv a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .sr0ehne6k {
        display: block;
    }
    .s10fxey h1 {
        font-size: 1.8rem;
    }
    .s10fxey {
        min-height: 400px;
    }
    .s9jv9xir5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .sclaj7i {
        grid-template-columns: 1fr;
    }
    .s5ggs1gg {
        grid-template-columns: 1fr;
    }
    .s99lnfv {
        grid-template-columns: 1fr;
    }
    .sl4g0ick {
        grid-template-columns: 1fr;
    }
    .st0w0ils {
        grid-template-columns: repeat(2, 1fr);
    }
    .s0mcdxk2 {
        grid-template-columns: 1fr;
    }
    .sxlx4f {
        grid-template-columns: 1fr;
    }
    .s9vru61 {
        padding: 50px 0;
    }
    .s4ehtl h2 {
        font-size: 1.6rem;
    }
    .sdc6h0biy {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .s9jv9xir5 {
        grid-template-columns: 1fr;
    }
    .st0w0ils {
        grid-template-columns: 1fr;
    }
    .s10fxey h1 {
        font-size: 1.5rem;
    }
    .sitfp9x {
        flex-direction: column;
    }
    .sbem9m {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   Yandex EEAT - 专家凭证徽章
   ============================================ */
.spo3o8sr {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
    justify-content: center;
}
.sd1zp8jw {
    display: inline-block;
    padding: 3px 10px;
    background: var(--s0jmlzt8);
    color: var(--smmfgf6f);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(196, 69, 105, 0.15);
}
/* ============================================
   视频发布日期
   ============================================ */
.sqcquqhhu {
    display: block;
    font-size: 0.75rem;
    color: var(--snbwsodlx);
    margin-top: 6px;
}
/* ============================================
   评论日期
   ============================================ */
.sissoyu {
    display: block;
    font-size: 0.75rem;
    color: var(--snbwsodlx);
    margin-top: 10px;
    text-align: right;
}
/* ============================================
   隐私/条款页面更新通知
   ============================================ */
.sbu02q6je {
    padding: 12px 20px;
    background: var(--s0jmlzt8);
    border-left: 4px solid var(--si54x8s);
    border-radius: 0 var(--shqj2vby) var(--shqj2vby) 0;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: var(--snbwsodlx);
}
/* ============================================
   页面内容样式增强
   ============================================ */
.si7wzz0 h1 {
    font-size: 2rem;
    color: var(--sspn56e);
    margin-bottom: 20px;
    background: var(--suigp31qk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.si7wzz0 h2 {
    font-size: 1.5rem;
    color: var(--sspn56e);
    margin: 35px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--s0jmlzt8);
}
.si7wzz0 h3 {
    font-size: 1.2rem;
    color: var(--sspn56e);
    margin: 25px 0 10px;
}
.si7wzz0 p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.si7wzz0 ul {
    margin: 10px 0 20px 20px;
}
.si7wzz0 ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}
/* ============================================
   信任信号样式
   ============================================ */
.smckn50w {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0;
    text-align: center;
}
.smckn50w p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}
/* ============================================
   面包屑导航增强（Microdata格式）
   ============================================ */
nav.s5yx1xb {
    padding: 14px 0;
    font-size: 0.88rem;
    color: var(--snbwsodlx);
    background: var(--srudpuo09);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.s5yx1xb a {
    color: var(--snbwsodlx);
}
nav.s5yx1xb a:hover {
    color: var(--si54x8s);
}
