:root {

  --np-bg-base: #0a050a;
  --np-bg-surface: #150b16;
  --np-bg-surface-hover: #1f1021;
  --np-primary: hsl(308, 74%, 57%);
  --np-primary-dim: hsla(308, 74%, 57%, 0.15);
  --np-secondary: hsl(74, 59%, 57%);
  --np-text-main: #f0e6f2;
  --np-text-muted: #a395a6;
  --np-border: #2a162c;
  --np-font-heading: "Georgia", "Songti SC", "STSong", serif;
  --np-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --np-radius-lg: 16px;
  --np-radius-md: 12px;
  --np-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --primary-color: #4f46e5;
  --secondary-color: #0284c7;
  --bg-color: #09090b;
  --text-color: #fafafa;
  --text-muted: #a1a1aa;
  --border-color: rgba(255, 255, 255, 0.1);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.7);
  --nav-height: 64px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: rgba(9, 9, 11, 0.85);
  --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.i8cb65_ff1a.b651be_212{
    background-color: var(--np-bg-base);
    color: var(--np-text-main);
    font-family: var(--np-font-body);
    line-height: 1.6;
    padding-bottom: 60px;
    }
div.i8cb65_ff1a.b651be_212 h1, div.i8cb65_ff1a.b651be_212 h2, div.i8cb65_ff1a.b651be_212 h3{
    font-family: var(--np-font-heading);
    font-weight: 600;
    margin-top: 0;
    color: #ffffff;
    }
div.i8cb65_ff1a.b651be_212 p{
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--np-text-muted);
    }
div.i8cb65_ff1a.b651be_212 a{
    color: var(--np-primary);
    text-decoration: none;
    transition: var(--np-transition);
    }
div.i8cb65_ff1a.b651be_212 a:hover{
    color: var(--np-secondary);
    }
div.i8cb65_ff1a.b651be_212 .t85ae6ef4eb{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
div.i8cb65_ff1a.b651be_212 .sero5ws5xyai{
    text-align: center;
    }
div.i8cb65_ff1a.b651be_212 .n0cc3__afe6{
    max-width: 760px;
    width: 100%;
    }
div.i8cb65_ff1a.b651be_212 .e589c7f_64{
    padding: 100px 0 80px;
    background: radial-gradient(circle at top center, var(--np-primary-dim) 0%, transparent 60%);
    border-bottom: 1px solid var(--np-border); color: #1a1a2e;}
div.i8cb65_ff1a.b651be_212 .e589c7f_64 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.i8cb65_ff1a.b651be_212 .e589c7f_64 p{
    font-size: 1.125rem;
    margin-bottom: 40px;
    }
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--np-primary) 0%, #a11f88 100%);
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(213, 41, 181, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
    transition: var(--np-transition);
    }
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(213, 41, 181, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
    }
div.i8cb65_ff1a.b651be_212 .wgphrboy{
    padding: 80px 0;
    width: 100%;
    }
div.i8cb65_ff1a.b651be_212 .c3d4406a{
    margin-bottom: 48px;
    }
div.i8cb65_ff1a.b651be_212 .c3d4406a h2{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.i8cb65_ff1a.b651be_212 .ye75797_3o{
    display: flex;
    flex-direction: column;
    gap: 24px;
    }
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg{background: var(--np-bg-surface);
    border: 1px solid var(--np-border);
    border-radius: var(--np-radius-lg);
    padding: 32px;
    text-align: left; 
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--np-primary);
    opacity: 0.5; color: #1a1a2e;}
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg h3::before{
    content: "■";
    color: var(--np-secondary);
    font-size: 0.8em;
    }
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg p:last-child{
    margin-bottom: 0;
    }
div.i8cb65_ff1a.b651be_212 .na413cb_93{
    background: var(--np-bg-surface);
    border-radius: var(--np-radius-lg);
    border: 1px solid var(--np-border);
    overflow: hidden;
    margin-top: 40px;
    width: 100%; color: #ffffff;}
div.i8cb65_ff1a.b651be_212 .gfe32_27f{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-bottom: 1px solid var(--np-border);
    display: block;
    }
div.i8cb65_ff1a.b651be_212 .jfa8206_42{
    padding: 40px;
    text-align: left;
    }
div.i8cb65_ff1a.b651be_212 .jfa8206_42 h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    }
div.i8cb65_ff1a.b651be_212 .b5155e_531{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
div.i8cb65_ff1a.b651be_212 .y6a0d9_rd{
    background: transparent;
    border: 1px solid var(--np-border);
    border-radius: var(--np-radius-md);
    padding: 24px;
    text-align: left;
    transition: var(--np-transition);
    }
div.i8cb65_ff1a.b651be_212 .y6a0d9_rd:hover{
    background: var(--np-bg-surface);
    border-color: var(--np-primary-dim); color: #ffffff;}
div.i8cb65_ff1a.b651be_212 .y6a0d9_rd h3{
    font-size: 1.125rem;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: var(--np-font-body);
    }
div.i8cb65_ff1a.b651be_212 .y6a0d9_rd p{
    margin-bottom: 0;
    font-size: 0.95rem;
    }
div.i8cb65_ff1a.b651be_212 .rb8a4__d3b6{
    padding: 80px 0;
    border-top: 1px solid var(--np-border);
    background: radial-gradient(circle at bottom center, var(--np-primary-dim) 0%, transparent 60%); color: #1a1a2e;}
@media (max-width: 768px) {div.i8cb65_ff1a.b651be_212 .e589c7f_64{ padding: 60px 0 40px; }
div.i8cb65_ff1a.b651be_212 .s797d7a_3kg{ padding: 24px; }
div.i8cb65_ff1a.b651be_212 .jfa8206_42{ padding: 24px; }}
.f5277e7{
    background-color: var(--bg-color, #09090b);
    padding-top: 64px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.1));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.h60c4_f4e3{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.ia134_1f{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
    }
.v29368a3{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #fafafa);
    letter-spacing: 0.5px;
    width: auto;
    }
.caa8l9akgr8{
    font-size: 24px;
    font-weight: 300;
    color: var(--primary-color, #4f46e5);
    margin-left: 6px;
    width: auto;
    }
.b24418_bj{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #a1a1aa);
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    }
.maf81ba_491f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.05));
    margin-bottom: 24px; color: #1a1a2e;}
.vf5578_2b8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
    }
.a2uk6uj8x{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    width: auto;
    letter-spacing: 0.2px;
    }
.m574ce7219{
    display: flex;
    gap: 16px;
    align-items: center;
    width: auto;
    }
.q200156b_nfe{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-bottom: 2px;
    }
.q200156b_nfe:hover{
    color: var(--text-color, #fafafa);
    border-bottom-color: var(--text-color, #fafafa);
    }
@media (max-width: 640px){.f5277e7{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.b24418_bj{
    font-size: 13px;
    margin-bottom: 24px;
    }}
.rd8cc1c_1vge{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    box-sizing: border-box;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.d327d3_c7{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y0044c3bac7{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 1001;
    }
.nfee27e8_k6qi{
    display: block;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-sm);
    box-shadow: 0 0 12px rgba(79, 70, 229, 0.5); color: #1a1a2e;}
.c13f3_91{
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.05em;
    }
.r2e7b47e93{
    display: none;
    }
.f476e264{
    flex: 1;
    display: flex;
    
    justify-content: center;
    }
.u3a04c_d3{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.75rem;
    }
.ke68b8622e7{
    display: flex;
    align-items: center;
    }
.r8d4f0fa9{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.r8d4f0fa9:hover{
    color: var(--text-color);
    }
.r8d4f0fa9::after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.r8d4f0fa9:hover::after{
    width: 100%;
    }
.icc80adc95{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    z-index: 1001;
    }
.ve9fbb75c{
    background: var(--primary-color);
    color: var(--btn-text);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    font-family: system-ui, -apple-system, sans-serif;
    }
.ve9fbb75c:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5);
    transform: translateY(-1px); color: #1a1a2e;}
.w73697be0e0{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    }
.ec434f_3208, .w73697be0e0::before, .w73697be0e0::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center; color: #1a1a2e;}
@media (max-width: 992px){.w73697be0e0 {
    display: flex;
    }
.f476e264 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    opacity: 0;
    box-shadow: var(--shadow-md); color: #ffffff;}
.u3a04c_d3 {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 1rem 0;
    }
.ke68b8622e7 {
    width: 100%;
    justify-content: center;
    }
.r8d4f0fa9 {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    }
.r8d4f0fa9::after {
    display: none;
    }
.r2e7b47e93:checked ~ .f476e264 {
    max-height: 500px;
    opacity: 1;
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::before {
    transform: translateY(7px) rotate(45deg);
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0 .ec434f_3208 {
    opacity: 0;
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::after {
    transform: translateY(-7px) rotate(-45deg);
    }}
.r8d4f0fa9.active{color: var(--text-color);}
@media (min-width: 993px){.rd8cc1c_1vge #nt7b575266f4{ display: none !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r8d4f0fa9.active {color: var(--text-color);}
#nt7b575266f4:checked ~ .f476e264 { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.rd8cc1c_1vge.ya5d868ffb2 .f476e264 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px) {#nt7b575266f4:checked ~ .f476e264 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.rd8cc1c_1vge.ya5d868ffb2 #nt7b575266f4 { display: none !important; }}
@media (min-width: 993px) {.rd8cc1c_1vge.ya5d868ffb2 .f476e264 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px) {.rd8cc1c_1vge.ya5d868ffb2 .f476e264 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px) {.rd8cc1c_1vge.ya5d868ffb2 .f476e264 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i8cb65_ff1a img.h3f1ef_178e {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i8cb65_ff1a img.h3f1ef_178e.sa54fc965 { aspect-ratio: 16 / 9; }
div.i8cb65_ff1a img.h3f1ef_178e.pa1c1b_6cc1 { aspect-ratio: 16 / 10; }
div.i8cb65_ff1a img.h3f1ef_178e.pfb76e96b49 { aspect-ratio: 4 / 3; }
div.i8cb65_ff1a img.h3f1ef_178e.o625c6450 { aspect-ratio: 1 / 1; }
div.i8cb65_ff1a :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.i8cb65_ff1a .jfa3e8b5c68 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i8cb65_ff1a .jfa3e8b5c68.sa54fc965 { aspect-ratio: 16 / 9; }
div.i8cb65_ff1a .jfa3e8b5c68.pa1c1b_6cc1 { aspect-ratio: 16 / 10; }
div.i8cb65_ff1a .jfa3e8b5c68.pfb76e96b49 { aspect-ratio: 4 / 3; }
div.i8cb65_ff1a .jfa3e8b5c68.o625c6450 { aspect-ratio: 1 / 1; }
div.i8cb65_ff1a .jfa3e8b5c68 > img.h3f1ef_178e,
    div.i8cb65_ff1a .jfa3e8b5c68 > picture > img.h3f1ef_178e {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a:not([class]):hover{opacity:0.92;}
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a[class=""]:hover{opacity:0.92;}
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a:not([class]):visited{color:#ffffff !important;}
div.i8cb65_ff1a.b651be_212 .hehqb08qzpc a[class=""]:visited{color:#ffffff !important;}
.nf12cb_2656 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.nf12cb_2656 > :first-child,
    .nf12cb_2656 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.rd8cc1c_1vge{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    box-sizing: border-box;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.d327d3_c7{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y0044c3bac7{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 1001;
    }
.nfee27e8_k6qi{
    display: block;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-sm);
    box-shadow: 0 0 12px rgba(79, 70, 229, 0.5); color: #1a1a2e;}
.c13f3_91{
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.05em;
    }
.r2e7b47e93{
    display: none;
    }
.f476e264{
    flex: 1;
    display: flex;
    
    justify-content: center;
    }
.u3a04c_d3{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.75rem;
    }
.ke68b8622e7{
    display: flex;
    align-items: center;
    }
.r8d4f0fa9{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.r8d4f0fa9:hover{
    color: var(--text-color);
    }
.r8d4f0fa9::after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.r8d4f0fa9:hover::after{
    width: 100%;
    }
.icc80adc95{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    z-index: 1001;
    }
.ve9fbb75c{
    background: var(--primary-color);
    color: var(--btn-text);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    font-family: system-ui, -apple-system, sans-serif;
    }
.ve9fbb75c:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5);
    transform: translateY(-1px); color: #1a1a2e;}
.w73697be0e0{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    }
.ec434f_3208, .w73697be0e0::before, .w73697be0e0::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center; color: #1a1a2e;}
@media (max-width: 992px){.w73697be0e0 {
    display: flex;
    }
.f476e264 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    opacity: 0;
    box-shadow: var(--shadow-md); color: #ffffff;}
.u3a04c_d3 {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 1rem 0;
    }
.ke68b8622e7 {
    width: 100%;
    justify-content: center;
    }
.r8d4f0fa9 {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    }
.r8d4f0fa9::after {
    display: none;
    }
.r2e7b47e93:checked ~ .f476e264 {
    max-height: 500px;
    opacity: 1;
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::before {
    transform: translateY(7px) rotate(45deg);
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0 .ec434f_3208 {
    opacity: 0;
    }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::after {
    transform: translateY(-7px) rotate(-45deg);
    }}
.r8d4f0fa9.active{color: var(--text-color);}
@media (min-width: 993px){.rd8cc1c_1vge #nt7b575266f4{ display: none !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r8d4f0fa9.active{color: var(--text-color);}
#nt7b575266f4:checked ~ .f476e264{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt7b575266f4:checked ~ .f476e264{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 #nt7b575266f4{ display: none !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f5277e7{
    background-color: var(--bg-color, #09090b);
    padding-top: 64px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.1));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.h60c4_f4e3{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.ia134_1f{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
    }
.v29368a3{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #fafafa);
    letter-spacing: 0.5px;
    width: auto;
    }
.caa8l9akgr8{
    font-size: 24px;
    font-weight: 300;
    color: var(--primary-color, #4f46e5);
    margin-left: 6px;
    width: auto;
    }
.b24418_bj{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #a1a1aa);
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    }
.maf81ba_491f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.05));
    margin-bottom: 24px; color: #1a1a2e;}
.vf5578_2b8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
    }
.a2uk6uj8x{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    width: auto;
    letter-spacing: 0.2px;
    }
.m574ce7219{
    display: flex;
    gap: 16px;
    align-items: center;
    width: auto;
    }
.q200156b_nfe{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-bottom: 2px;
    }
.q200156b_nfe:hover{
    color: var(--text-color, #fafafa);
    border-bottom-color: var(--text-color, #fafafa);
    }
@media (max-width: 640px){.f5277e7{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.b24418_bj{
    font-size: 13px;
    margin-bottom: 24px;
    }}
.rd8cc1c_1vge{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  box-sizing: border-box;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.d327d3_c7{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.y0044c3bac7{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  z-index: 1001;
}
.nfee27e8_k6qi{
  display: block;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--radius-sm);
  box-shadow: 0 0 12px rgba(79, 70, 229, 0.5); color: #1a1a2e;}
.c13f3_91{
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: 0.05em;
}
.r2e7b47e93{
  display: none;
}
.f476e264{
  flex: 1;
  display: flex;
  
  justify-content: center;
}
.u3a04c_d3{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
}
.ke68b8622e7{
  display: flex;
  align-items: center;
}
.r8d4f0fa9{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
}
.r8d4f0fa9:hover{
  color: var(--text-color);
}
.r8d4f0fa9::after{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition);
  border-radius: 2px; color: #ffffff;}
.r8d4f0fa9:hover::after{
  width: 100%;
}
.icc80adc95{
  display: flex;
  align-items: center;
  gap: 1.25rem;
  z-index: 1001;
}
.ve9fbb75c{
  background: var(--primary-color);
  color: var(--btn-text);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  font-family: system-ui, -apple-system, sans-serif;
}
.ve9fbb75c:hover{
  background: var(--secondary-color);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5);
  transform: translateY(-1px); color: #1a1a2e;}
.w73697be0e0{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.ec434f_3208, .w73697be0e0::before, .w73697be0e0::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center; color: #1a1a2e;}
@media (max-width: 992px){.w73697be0e0 {
    display: flex;
  }
.f476e264 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    opacity: 0;
    box-shadow: var(--shadow-md); color: #ffffff;}
.u3a04c_d3 {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 1rem 0;
  }
.ke68b8622e7 {
    width: 100%;
    justify-content: center;
  }
.r8d4f0fa9 {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
.r8d4f0fa9::after {
    display: none;
  }
.r2e7b47e93:checked ~ .f476e264 {
    max-height: 500px;
    opacity: 1;
  }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::before {
    transform: translateY(7px) rotate(45deg);
  }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0 .ec434f_3208 {
    opacity: 0;
  }
.r2e7b47e93:checked ~ .icc80adc95 .w73697be0e0::after {
    transform: translateY(-7px) rotate(-45deg);
  }}
.r8d4f0fa9.active{color: var(--text-color);}
@media (min-width: 993px){.rd8cc1c_1vge #nt7b575266f4{ display: none !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge .f476e264 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r8d4f0fa9.active{color: var(--text-color);}
#nt7b575266f4:checked ~ .f476e264{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt7b575266f4:checked ~ .f476e264{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 #nt7b575266f4{ display: none !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.rd8cc1c_1vge.ya5d868ffb2 .f476e264 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.yb585d_03ee{
    background-color: var(--bg-color, #09090b);
    padding-top: 64px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.1));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; color: #ffffff;}
.d4531ab22{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ha95__3c8c{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
}
.l35eb0_d294{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #fafafa);
    letter-spacing: 0.5px;
    width: auto;
}
.r5f1__5ed9{
    font-size: 24px;
    font-weight: 300;
    color: var(--primary-color, #4f46e5);
    margin-left: 6px;
    width: auto;
}
.r351c5bb0{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #a1a1aa);
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
}
.j50d6ac4624{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.05));
    margin-bottom: 24px; color: #1a1a2e;}
.q138bbac1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.j89847d5791{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    width: auto;
    letter-spacing: 0.2px;
}
.k006c6_7daa{
    display: flex;
    gap: 16px;
    align-items: center;
    width: auto;
}
.xbd10920268{
    font-size: 13px;
    color: var(--text-muted, #a1a1aa);
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-bottom: 2px;
}
.xbd10920268:hover{
    color: var(--text-color, #fafafa);
    border-bottom-color: var(--text-color, #fafafa);
}
@media (max-width: 640px){.yb585d_03ee{
        padding-top: 48px;
        padding-bottom: 32px;
    }
.r351c5bb0{
        font-size: 13px;
        margin-bottom: 24px;
    }}
.n3840054a{box-sizing:border-box;}
.t686ca_954f{box-sizing:border-box;}
.u945ee_550e{box-sizing:border-box;}