:root {

  --pg-primary: hsl(335, 60%, 52%);
  --pg-primary-hover: hsl(335, 60%, 45%);
  --pg-secondary: hsl(88, 48%, 52%);
  --pg-bg-base: hsl(335, 6%, 95%);
  --pg-bg-surface: #ffffff;
  --pg-bg-dark: #1a1a1a;
  --pg-text-main: hsl(335, 10%, 12%);
  --pg-text-muted: hsl(335, 5%, 40%);
  --pg-text-inverse: #f8f9fa;
  --pg-border: rgba(0,0,0,0.08);
  --pg-radius-lg: 24px;
  --pg-radius-md: 12px;
  --pg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --pg-font-serif: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --pg-spacing-section: 8rem;
  --pg-spacing-element: 2rem;
  --primary-color: #c63573;
  --secondary-color: #73b541;
  --bg-color: #141213;
  --text-color: #f4f0f1;
  --text-muted: #a9a3a5;
  --border-color: rgba(255, 255, 255, 0.1);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --nav-height: 60px;
  --max-width: min(1000px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.p78a__1e9e.mm5ymuyboe6j.l47a9c6{
    background-color: var(--pg-bg-base);
    color: var(--pg-text-main);
    font-family: var(--pg-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: 4rem; 
    }
div.p78a__1e9e.mm5ymuyboe6j.l47a9c6 *{
    box-sizing: border-box;
    }
div.p78a__1e9e.mm5ymuyboe6j .m295__4cc9b{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.p78a__1e9e.mm5ymuyboe6j .qabe1f33b8{
    font-family: var(--pg-font-serif);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: var(--pg-text-main);
    text-align: left;
    }
div.p78a__1e9e.mm5ymuyboe6j .da74b_102b{
    font-family: var(--pg-font-serif);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--pg-text-main);
    }
div.p78a__1e9e.mm5ymuyboe6j .e6db4f__5ca{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--pg-text-main);
    }
div.p78a__1e9e.mm5ymuyboe6j .wa2msx5x2{
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--pg-text-muted);
    max-width: 800px;
    margin-bottom: 3rem;
    }
div.p78a__1e9e.mm5ymuyboe6j .ud84946a0d4{
    padding: var(--pg-spacing-section) 0;
    }
div.p78a__1e9e.mm5ymuyboe6j .f413__f9ff5{
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--pg-border);
    }
div.p78a__1e9e.mm5ymuyboe6j .maef19yysz{
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    }
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background-color: var(--pg-primary);
    color: #1a1a2e;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(216, 53, 114, 0.3);
    }
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b:hover{
    background-color: var(--pg-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(216, 53, 114, 0.4); color: #1a1a2e;}
div.p78a__1e9e.mm5ymuyboe6j .k00e713_9ku{
    font-size: 0.875rem;
    color: var(--pg-text-muted);
    }
div.p78a__1e9e.mm5ymuyboe6j .t82672e_a6b9{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    }
div.p78a__1e9e.mm5ymuyboe6j .dbdf40_bded{
    background: var(--pg-bg-surface);
    padding: 2.5rem;
    border-radius: var(--pg-radius-lg);
    border: 1px solid var(--pg-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease; color: #1a1a2e;}
div.p78a__1e9e.mm5ymuyboe6j .dbdf40_bded:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    }
div.p78a__1e9e.mm5ymuyboe6j .mu5g9c5da{
    width: 48px;
    height: 48px;
    background: var(--pg-bg-base);
    border-radius: var(--pg-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }
div.p78a__1e9e.mm5ymuyboe6j .mu5g9c5da svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.p78a__1e9e.mm5ymuyboe6j .sd724a__f12{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.p78a__1e9e.mm5ymuyboe6j .sd724a__f12.n742__a2ca{
    grid-template-columns: 1fr 1fr;
    }
div.p78a__1e9e.mm5ymuyboe6j .kccfa_e0e9{
    border-radius: var(--pg-radius-lg);
    overflow: hidden;
    background: var(--pg-bg-surface);
    box-shadow: 0 24px 48px rgba(0,0,0,0.06);
    aspect-ratio: 4/3; color: #1a1a2e;}
div.p78a__1e9e.mm5ymuyboe6j .kccfa_e0e9 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.p78a__1e9e.mm5ymuyboe6j .x8e66f__119{
    background-color: var(--pg-bg-dark);
    color: var(--pg-text-inverse);
    }
div.p78a__1e9e.mm5ymuyboe6j .x8e66f__119 .da74b_102b, div.p78a__1e9e.mm5ymuyboe6j .x8e66f__119 .e6db4f__5ca{
    color: var(--pg-text-inverse);
    }
div.p78a__1e9e.mm5ymuyboe6j .x8e66f__119 .wa2msx5x2{
    color: #a0a0a0;
    }
div.p78a__1e9e.mm5ymuyboe6j .x8e66f__119 .dbdf40_bded{
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1); color: #1a1a2e;}
div.p78a__1e9e.mm5ymuyboe6j .f423__b9ea a{
    color: var(--pg-primary);
    text-decoration: none;
    font-weight: 500;
    }
div.p78a__1e9e.mm5ymuyboe6j .f423__b9ea a:hover{
    text-decoration: underline;
    }
@media (max-width: 992px) {div.p78a__1e9e.mm5ymuyboe6j .sd724a__f12, div.p78a__1e9e.mm5ymuyboe6j .sd724a__f12.n742__a2ca{
    grid-template-columns: 1fr;
    }
div.p78a__1e9e.mm5ymuyboe6j .sd724a__f12.n742__a2ca .v1284_30a{
    order: -1;
    }}
div.p78a__1e9e.mm5ymuyboe6j.f8fc__693{box-sizing:border-box;}
.zad61e317{
    position: sticky;
    top: 16px;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    }
.f1e1cb_1d87{
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 24px;
    font-family: "Noto Serif SC", "Songti SC", "STSong", "Georgia", serif; 
    box-sizing: border-box; color: #ffffff;}
.qd9d1008_c2{
    display: flex;
    align-items: center;
    }
.qd9d1008_c2 a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.l89ec9b{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 16px;
    }
.y384d_92{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w282d4a_rk{
    display: flex;
    align-items: center;
    }
.o978e74_c09c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.o978e74_c09c:hover, .o978e74_c09c.active{
    color: var(--text-color);
    }
.o978e74_c09c.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--primary-color); color: #1a1a2e;}
.w3c42f_f999{
    display: flex;
    align-items: center;
    }
.q11357e68d7{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(198, 53, 115, 0.3); 
    white-space: nowrap;
    font-family: system-ui, -apple-system, sans-serif; 
    }
.q11357e68d7:hover{
    background: #a92d62; 
    box-shadow: 0 6px 16px rgba(198, 53, 115, 0.45);
    transform: translateY(-1px); color: #ffffff;}
.sg-mobile-toggle{
    display: none;
    }
.l01f__5b13{
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.l01f__5b13:hover{
    background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.ja35__d87c{
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 860px){.f1e1cb_1d87 {
    padding: 0 16px 0 20px;
    }
.l01f__5b13 {
    display: flex;
    }
.l89ec9b {
    position: absolute;
    top: calc(var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    justify-content: flex-start;
    margin-right: 0; color: #ffffff;}
.sg-mobile-toggle:checked ~ .l89ec9b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(2) {
    opacity: 0;
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }
.y384d_92 {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
    }
.w3c42f_f999 {
    width: 100%;
    display: flex;
    justify-content: center;
    }
.q11357e68d7 {
    width: 100%;
    text-align: center;
    }}
.gdf3__4c41e{box-sizing:border-box;}
.g93d4ec_a0{
    background-color: var(--bg-color);
    padding-top: 64px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.a07490_uzut{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    }
.s36e821b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    }
.s3d231d{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    }
.y0fcf057{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: 0.5px;
    width: 100%;
    }
.ob4fb__72ced{
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    width: 100%;
    }
.wqvop1mk87{
    display: flex;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.y73ff3_918{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    flex: 0 0 auto;
    }
.y73ff3_918:hover{
    color: var(--text-color);
    }
.o4dfc38_ac7{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 24px; color: #1a1a2e;}
.nf7f6b54b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.q0f3__881{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
.fff74_eb46{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.s36e821b{
    flex-direction: column;
    gap: 32px;
    }
.s3d231d{
    width: 100%;
    align-items: center;
    text-align: center;
    }
.wqvop1mk87{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.nf7f6b54b{
    flex-direction: column;
    gap: 12px;
    text-align: center;
    }
.q0f3__881{
    width: 100%;
    }
.fff74_eb46{
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.p78a__1e9e img.jd84b20c4 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.p78a__1e9e img.jd84b20c4.qdb0af_4454 { aspect-ratio: 16 / 9; }
div.p78a__1e9e img.jd84b20c4.ad3bcb463 { aspect-ratio: 16 / 10; }
div.p78a__1e9e img.jd84b20c4.l70718_fe8b { aspect-ratio: 4 / 3; }
div.p78a__1e9e img.jd84b20c4.s51f__fb6c { aspect-ratio: 1 / 1; }
div.p78a__1e9e :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.p78a__1e9e .d1eb8c7a3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.p78a__1e9e .d1eb8c7a3.qdb0af_4454 { aspect-ratio: 16 / 9; }
div.p78a__1e9e .d1eb8c7a3.ad3bcb463 { aspect-ratio: 16 / 10; }
div.p78a__1e9e .d1eb8c7a3.l70718_fe8b { aspect-ratio: 4 / 3; }
div.p78a__1e9e .d1eb8c7a3.s51f__fb6c { aspect-ratio: 1 / 1; }
div.p78a__1e9e .d1eb8c7a3 > img.jd84b20c4,
    div.p78a__1e9e .d1eb8c7a3 > picture > img.jd84b20c4 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a:not([class]):hover{opacity:0.92;}
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a[class=""]:hover{opacity:0.92;}
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a:not([class]):visited{color:#ffffff !important;}
div.p78a__1e9e.mm5ymuyboe6j .z214a6_t51b a[class=""]:visited{color:#ffffff !important;}
.se8c__dd9b {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.se8c__dd9b > :first-child,
    .se8c__dd9b > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.zad61e317{
    position: sticky;
    top: 16px;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    }
.f1e1cb_1d87{
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 24px;
    font-family: "Noto Serif SC", "Songti SC", "STSong", "Georgia", serif; 
    box-sizing: border-box; color: #ffffff;}
.qd9d1008_c2{
    display: flex;
    align-items: center;
    }
.qd9d1008_c2 a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.l89ec9b{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 16px;
    }
.y384d_92{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w282d4a_rk{
    display: flex;
    align-items: center;
    }
.o978e74_c09c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.o978e74_c09c:hover, .o978e74_c09c.active{
    color: var(--text-color);
    }
.o978e74_c09c.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--primary-color); color: #1a1a2e;}
.w3c42f_f999{
    display: flex;
    align-items: center;
    }
.q11357e68d7{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(198, 53, 115, 0.3); 
    white-space: nowrap;
    font-family: system-ui, -apple-system, sans-serif; 
    }
.q11357e68d7:hover{
    background: #a92d62; 
    box-shadow: 0 6px 16px rgba(198, 53, 115, 0.45);
    transform: translateY(-1px); color: #ffffff;}
.sg-mobile-toggle{
    display: none;
    }
.l01f__5b13{
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.l01f__5b13:hover{
    background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.ja35__d87c{
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 860px){.f1e1cb_1d87 {
    padding: 0 16px 0 20px;
    }
.l01f__5b13 {
    display: flex;
    }
.l89ec9b {
    position: absolute;
    top: calc(var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    justify-content: flex-start;
    margin-right: 0; color: #ffffff;}
.sg-mobile-toggle:checked ~ .l89ec9b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(2) {
    opacity: 0;
    }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }
.y384d_92 {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
    }
.w3c42f_f999 {
    width: 100%;
    display: flex;
    justify-content: center;
    }
.q11357e68d7 {
    width: 100%;
    text-align: center;
    }}
.gdf3__4c41e{box-sizing:border-box;}
.g93d4ec_a0{
    background-color: var(--bg-color);
    padding-top: 64px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.a07490_uzut{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    }
.s36e821b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    }
.s3d231d{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    }
.y0fcf057{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: 0.5px;
    width: 100%;
    }
.ob4fb__72ced{
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    width: 100%;
    }
.wqvop1mk87{
    display: flex;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.y73ff3_918{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    flex: 0 0 auto;
    }
.y73ff3_918:hover{
    color: var(--text-color);
    }
.o4dfc38_ac7{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 24px; color: #1a1a2e;}
.nf7f6b54b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.q0f3__881{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
.fff74_eb46{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.s36e821b{
    flex-direction: column;
    gap: 32px;
    }
.s3d231d{
    width: 100%;
    align-items: center;
    text-align: center;
    }
.wqvop1mk87{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.nf7f6b54b{
    flex-direction: column;
    gap: 12px;
    text-align: center;
    }
.q0f3__881{
    width: 100%;
    }
.fff74_eb46{
    width: 100%;
    }}
.zad61e317{
  position: sticky;
  top: 16px;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
}
.f1e1cb_1d87{
  max-width: var(--max-width);
  height: var(--nav-height);
  margin: 0 auto;
  background: var(--nav-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 24px;
  font-family: "Noto Serif SC", "Songti SC", "STSong", "Georgia", serif; 
  box-sizing: border-box; color: #ffffff;}
.qd9d1008_c2{
  display: flex;
  align-items: center;
}
.qd9d1008_c2 a{
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.l89ec9b{
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: flex-end;
  margin-right: 16px;
}
.y384d_92{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.w282d4a_rk{
  display: flex;
  align-items: center;
}
.o978e74_c09c{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.o978e74_c09c:hover, .o978e74_c09c.active{
  color: var(--text-color);
}
.o978e74_c09c.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color); color: #1a1a2e;}
.w3c42f_f999{
  display: flex;
  align-items: center;
}
.q11357e68d7{
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(198, 53, 115, 0.3); 
  white-space: nowrap;
  font-family: system-ui, -apple-system, sans-serif; 
}
.q11357e68d7:hover{
  background: #a92d62; 
  box-shadow: 0 6px 16px rgba(198, 53, 115, 0.45);
  transform: translateY(-1px); color: #ffffff;}
.sg-mobile-toggle{
  display: none;
}
.l01f__5b13{
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.l01f__5b13:hover{
  background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.ja35__d87c{
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: 2px; color: #1a1a2e;}
@media (max-width: 860px){.f1e1cb_1d87 {
    padding: 0 16px 0 20px;
  }
.l01f__5b13 {
    display: flex;
  }
.l89ec9b {
    position: absolute;
    top: calc(var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    justify-content: flex-start;
    margin-right: 0; color: #ffffff;}
.sg-mobile-toggle:checked ~ .l89ec9b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(2) {
    opacity: 0;
  }
.sg-mobile-toggle:checked ~ .l01f__5b13 .ja35__d87c:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.y384d_92 {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
  }
.w3c42f_f999 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
.q11357e68d7 {
    width: 100%;
    text-align: center;
  }}
.gdf3__4c41e{box-sizing:border-box;}
.z6fd__8d6f{
    background-color: var(--bg-color);
    padding-top: 64px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.hc0a23_764f{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
}
.m5223f_3b7b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.a23c2dfae{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.l14d11_ac23{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: 0.5px;
    width: 100%;
}
.d451841c4{
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    width: 100%;
}
.g901__906d{
    display: flex;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
}
.g7c72b_87d6{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    flex: 0 0 auto;
}
.g7c72b_87d6:hover{
    color: var(--text-color);
}
.tdff63_a1e7{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 24px; color: #1a1a2e;}
.k8cb34e4f12{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.d0583c2f6{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
}
.t09a9d78a37{
    font-size: 12px;
    color: var(--text-muted);
    flex: 0 0 auto;
}
@media (max-width: 768px){.m5223f_3b7b{
        flex-direction: column;
        gap: 32px;
    }
.a23c2dfae{
        width: 100%;
        align-items: center;
        text-align: center;
    }
.g901__906d{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }
.k8cb34e4f12{
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
.d0583c2f6{
        width: 100%;
    }
.t09a9d78a37{
        width: 100%;
    }}
.rc945c8301e{box-sizing:border-box;}
.ba78__e3dc{box-sizing:border-box;}
.c661e3eef{box-sizing:border-box;}
.ab87__8797{box-sizing:border-box;}
.zeed8c701{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.nf7f6b54b { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}