:root {
    --y65: #10b981;
    --t6: #f1f5f9;
    --w60: #ffffff;
    --x94: #1e293b;
    --y51: #64748b;
    --m28: #e2e8f0;
    --b84: #059669;
    --a62: #ecfdf5;
    --m25: 12px;
    --b62: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--t6);
    color: var(--x94);
    line-height: 1.6;
    min-height: 100vh;
}

a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--y65); }

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

.vw-note {
    column-count: 5;
    column-gap: var(--b62);
    padding: var(--b62);
    max-width: 1400px;
    margin: 0 auto;
}

.jm-pill {
    break-inside: avoid;
    margin-bottom: var(--b62);
    background: var(--w60);
    border-radius: var(--m25);
    overflow: hidden;
    position: relative;
    transition: transform .25s, box-shadow .25s;
}

.jm-pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.jm-pill img {
    width: 100%;
    display: block;
}

.jm-pill ._ajp5f {
    padding: 12px 14px;
}

.jm-pill .xz-cell {
    font-size: 14px;
    font-weight: 600;
    color: var(--x94);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.jm-pill .zt-mark {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--y51);
}

.jm-pill .zt-mark ._u7aia {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

.jm-pill .bx-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s;
}

.jm-pill:hover .bx-box { opacity: 1; }

.bx-box ._w0b85 {
    background: var(--y65);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bx-box ._w0b85:hover { background: var(--b84); }

.top-nav {
    background: var(--w60);
    border-bottom: 1px solid var(--m28);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-nav ._fr01h {
    font-size: 22px;
    font-weight: 700;
    color: var(--y65);
}

.top-nav ._4ep6r {
    flex: 1;
    max-width: 480px;
    margin: 0 32px;
    position: relative;
}

.top-nav ._4ep6r input {
    width: 100%;
    padding: 10px 16px 10px 40px;
    border: 2px solid var(--m28);
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}

.top-nav ._4ep6r input:focus { border-color: var(--y65); }

.top-nav ._4ep6r ._k12pb {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--y51);
}

.top-nav .sl-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.r5a9t7 {
    background: var(--w60);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    border-bottom: 1px solid var(--m28);
}

.r5a9t7 a {
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--y51);
    transition: all .2s;
}

.r5a9t7 a.active,
.r5a9t7 a:hover {
    background: var(--y65);
    color: #fff;
}

._u38e3 {
    padding: 20px 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

._u38e3 ._lbrzc {
    display: inline-block;
    width: 220px;
    margin-right: 16px;
    background: var(--w60);
    border-radius: var(--m25);
    overflow: hidden;
    vertical-align: top;
    white-space: normal;
    transition: transform .2s;
}

._u38e3 ._lbrzc:hover { transform: translateY(-3px); }

._u38e3 ._lbrzc ._w237r {
    height: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
}

._u38e3 ._lbrzc ._w237r div {
    background-size: cover;
    background-position: center;
}

._u38e3 ._lbrzc .e1m9p9 {
    padding: 10px 12px;
}

._u38e3 ._lbrzc .e1m9p9 h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

._u38e3 ._lbrzc .e1m9p9 span {
    font-size: 12px;
    color: var(--y51);
}

._futf1 {
    position: fixed;
    right: 20px;
    top: 140px;
    width: 200px;
    background: var(--w60);
    border-radius: var(--m25);
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    z-index: 50;
}

._futf1 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--x94);
}

._futf1 ._aso0l {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

._futf1 ._aso0l ._u7aia {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

._futf1 ._aso0l ._e96fq {
    flex: 1;
    min-width: 0;
}

._futf1 ._aso0l ._e96fq ._nmoqd {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._futf1 ._aso0l ._e96fq .j6b9n5 {
    font-size: 11px;
    color: var(--y51);
}

._futf1 ._hlcto {
    background: var(--a62);
    color: var(--y65);
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    cursor: pointer;
    font-weight: 600;
}

._7imlt {
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

._7imlt ._nfjaj {
    padding: 6px 14px;
    background: var(--w60);
    border-radius: 20px;
    font-size: 13px;
    color: var(--y51);
    border: 1px solid var(--m28);
    transition: all .2s;
}

._7imlt ._nfjaj:hover {
    background: var(--y65);
    color: #fff;
    border-color: var(--y65);
}

._7imlt .tag-item.bw-wrap {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px;
}

._7imlt .tag-item.j8r1l6 {
    font-size: 14px;
}

._z47u5 {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 200;
}

._z47u5 .sl-box {
    background: var(--w60);
    padding: 10px 16px;
    border-radius: var(--m25);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    font-size: 13px;
    color: var(--x94);
    animation: bubbleFade 4s ease-in-out;
    margin-bottom: 8px;
    display: none;
}

@keyframes bubbleFade {
    0% { opacity: 0; transform: translateY(20px); }
    10% { opacity: 1; transform: translateY(0); }
    80% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
}

._xvbms {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--y51);
}

._xvbms .t6w9d3 {
    width: 8px;
    height: 8px;
    background: var(--y65);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(16,185,129,.6); }
    70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.wd-flow {
    background: var(--a62);
    padding: 8px 24px;
    overflow: hidden;
    height: 36px;
    position: relative;
}

.wd-flow ._csxfq {
    animation: scrollUp 30s linear infinite;
}

.wd-flow .x5t6s1 {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: var(--y51);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

.fn-pan {
    max-width: 800px;
    margin: 32px auto;
    padding: 0 24px;
}

.fn-pan h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

._ua0nz {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--m28);
}

._ua0nz ._u7aia {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

._ua0nz ._tqipf {
    flex: 1;
}

._ua0nz ._tqipf .p1s2n4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

._ua0nz ._tqipf .p1s2n4 .x2w8r3 {
    font-size: 13px;
    font-weight: 600;
}

._ua0nz ._tqipf .p1s2n4 .j4t9d6 {
    font-size: 12px;
    color: var(--y51);
}

._ua0nz ._tqipf ._k1eg9 {
    font-size: 14px;
    line-height: 1.6;
    color: var(--x94);
}

._ua0nz ._tqipf .sl-area {
    margin-top: 8px;
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--y51);
}

.bw-note {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--b62);
    padding: var(--b62);
    max-width: 1400px;
    margin: 0 auto;
}

._lo1xc {
    background: var(--w60);
    border-radius: var(--m25);
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}

._lo1xc:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
}

._lo1xc .bx-slot {
    height: 160px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
}

._lo1xc .bx-slot .f8l1a3 {
    grid-row: 1 / -1;
    background-size: cover;
    background-position: center;
}

._lo1xc .bx-slot .xz-body {
    background-size: cover;
    background-position: center;
}

._lo1xc ._s8pyl {
    padding: 12px 14px;
}

._lo1xc ._s8pyl h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

._lo1xc ._s8pyl ._b9rf7 {
    font-size: 12px;
    color: var(--y51);
}

.gk-foot {
    text-align: center;
    padding: 32px 24px;
    color: var(--y51);
    font-size: 12px;
    border-top: 1px solid var(--m28);
    margin-top: 40px;
}

.gk-foot a { color: var(--y51); margin: 0 8px; }
.gk-foot a:hover { color: var(--y65); }

._wuks1 {
    text-align: center;
    padding: 32px;
}

._wuks1 .pn-row {
    display: inline-flex;
    gap: 6px;
}

._wuks1 .pn-row span {
    width: 8px;
    height: 8px;
    background: var(--y65);
    border-radius: 50%;
    animation: loadBounce .6s infinite alternate;
}

._wuks1 .pn-row span:nth-child(2) { animation-delay: .2s; }
._wuks1 .pn-row span:nth-child(3) { animation-delay: .4s; }

@keyframes loadBounce {
    to { transform: translateY(-8px); opacity: .4; }
}

.j1n6o8 {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
}

.j1n6o8 .v3a1s4 {
    font-size: 13px;
    color: var(--y51);
    margin-bottom: 16px;
}

.j1n6o8 .v3a1s4 a { color: var(--y65); }

.j1n6o8 .e8l2p1 {
    width: 100%;
    border-radius: var(--m25);
    margin-bottom: 20px;
}

.j1n6o8 ._37xd4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.j1n6o8 .x7h5a8 {
    font-size: 15px;
    line-height: 1.8;
    color: var(--x94);
    margin-bottom: 20px;
}

.j1n6o8 ._vt7qe {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--t6);
    border-radius: var(--m25);
    margin-bottom: 20px;
}

.j1n6o8 ._vt7qe ._u7aia {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.j1n6o8 ._vt7qe ._b5rnu {
    flex: 1;
}

.j1n6o8 ._vt7qe ._b5rnu ._nmoqd {
    font-size: 15px;
    font-weight: 600;
}

.j1n6o8 ._vt7qe ._b5rnu ._0b7ty {
    font-size: 12px;
    color: var(--y51);
}

.j1n6o8 .wd-box {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.j1n6o8 .wd-box button {
    padding: 10px 24px;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}

.j1n6o8 .wd-box .pn-pan {
    background: var(--y65);
    color: #fff;
}

.j1n6o8 .wd-box .pn-pan:hover { background: var(--b84); }

.j1n6o8 .wd-box .pn-foot,
.j1n6o8 .wd-box ._uuwq7 {
    background: var(--t6);
    color: var(--x94);
    border: 1px solid var(--m28);
}

._79eyo {
    max-width: 1400px;
    margin: 32px auto;
    padding: 0 24px;
}

._79eyo h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.jm-flow {
    column-count: 4;
    column-gap: var(--b62);
}

.xz-head {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
}

.xz-head .w8k7l1 {
    text-align: center;
    padding: 32px 0;
}

.xz-head .w8k7l1 ._xl9ht {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.xz-head .w8k7l1 h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.xz-head .w8k7l1 .j7d8k2 {
    font-size: 14px;
    color: var(--y51);
    margin-bottom: 12px;
}

.xz-head .w8k7l1 .cy-unit {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.xz-head .w8k7l1 .cy-unit .b6s7g8 {
    text-align: center;
}

.xz-head .w8k7l1 .cy-unit .b6s7g8 ._xgkz0 {
    font-size: 18px;
    font-weight: 700;
    color: var(--x94);
}

.xz-head .w8k7l1 .cy-unit .b6s7g8 .nf-row {
    font-size: 12px;
    color: var(--y51);
}

.xz-head ._73ki0 {
    display: flex;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid var(--m28);
    margin-bottom: 24px;
}

.xz-head ._73ki0 a {
    padding: 12px 0;
    font-size: 14px;
    color: var(--y51);
    border-bottom: 2px solid transparent;
}

.xz-head ._73ki0 a.active {
    color: var(--y65);
    border-bottom-color: var(--y65);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .vw-note { column-count: 3; }
    ._futf1 { display: none; }
    .jm-flow { column-count: 3; }
}

@media (max-width: 768px) {
    .vw-note { column-count: 2; }
    .jm-flow { column-count: 2; }
    .top-nav ._4ep6r { margin: 0 16px; }
    ._u38e3 ._lbrzc { width: 180px; }
}

@media (max-width: 480px) {
    .vw-note { column-count: 2; column-gap: 10px; padding: 10px; }
    .jm-flow { column-count: 1; }
    .top-nav { padding: 10px 12px; }
    .top-nav ._fr01h { font-size: 18px; }
    .r5a9t7 { flex-wrap: wrap; }
    .j1n6o8 .wd-box { flex-wrap: wrap; }
}
