:root {
    --j75215cc: #181c27;
    --i2272507: #262e3e;
    --w8810e70: #0e1117;
    --x1477def: #171b24;
    --b829c7df: #0e1117;
    --deed745e: #181e26;

    --h924b6d6: #ce193d;
    --y03362f3: #dc2626;
    --q16bce01: #343f55;

    --m665945d: #ffffff;
    --g85bba9c: #ffffff;
    --z6227b27: #fffeff;
    --j8a731bd: #ffffff;
    --f37c1b17: #ffffff;
    --sf9fa7a3: #ffffff;
    --r74cdfbb: #f7d32e;
    --k15d3000: #fbed8a;
    --zf9672b4: #8d9bb7;

    --r5f19dbf: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --eaf8fb43: 16px;
    --l376ae33: 6px;
    --m77f19cf: 12px;
    --x0bbe647: 24px;
    --oc1a1b52: 1200px;
    --lc4a5dd4: 72px;
    --mb977b63: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.kd50924 {
    font-family: var(--r5f19dbf);
    font-size: var(--eaf8fb43);
    background-color: var(--i2272507);
    color: var(--m665945d);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color var(--mb977b63); }
img { max-width: 100%; height: auto; display: block; }
ul { padding-left: 40px; list-style: disc; }

.e317333, .u6d24b7 { list-style: none; padding-left: 0; }
.f64b713 { width: 100%; max-width: var(--oc1a1b52); margin: 0 auto; padding: 0 20px; }

.c2dcbee {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: var(--l376ae33);
    font-weight: 600; cursor: pointer; transition: all var(--mb977b63);
    border: 2px solid transparent; text-align: center;
}
.bcf7e3f { background-color: var(--h924b6d6); color: var(--sf9fa7a3); }
.bcf7e3f:hover { background-color: var(--y03362f3); transform: translateY(-2px); }
.gd0f50f { background-color: transparent; border-color: var(--q16bce01); color: var(--f37c1b17); }
.gd0f50f:hover { border-color: var(--g85bba9c); background-color: rgba(255, 255, 255, 0.05); }
.ga556ea { padding: 6px 14px; font-size: 0.875rem; }
.a0322e8 { padding: 14px 32px; font-size: 1rem; border-radius: var(--m77f19cf); }

.xa4b8bd {
    position: sticky; top: 0; z-index: 100;
    background-color: var(--j75215cc);
    border-bottom: 1px solid var(--q16bce01);
    height: var(--lc4a5dd4);
}
.b5bd98f { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.o4567aa { display: flex; align-items: center; gap: 16px; }

.a5e63bf {
    display: none; flex-direction: column; justify-content: space-between;
    width: 24px; height: 18px; background: transparent; border: none; cursor: pointer;
}
.ed87421 { width: 100%; height: 2px; background-color: var(--m665945d); transition: var(--mb977b63); }

.e317333 { display: flex; gap: 32px; }
.m70cd33 { font-weight: 500; color: var(--zf9672b4); }
.m70cd33:hover { color: var(--h924b6d6); }
.i043989 { display: flex; gap: 12px; }

.q78073c { padding: 20px 0; background-color: var(--i2272507); }
.yffda38 {
    position: relative; width: 100%; min-height: 420px; border-radius: var(--x0bbe647);
    overflow: hidden; display: flex; align-items: center; justify-content: center;
    padding: 40px 20px; background: url('preview.jpg') center/cover no-repeat;
}
.fcb7d94 {
    position: relative; z-index: 2; background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
    padding: 35px 45px; border-radius: var(--m77f19cf); text-align: center;
    max-width: 650px; border: 1px solid rgba(255, 255, 255, 0.15);
}
.eb0349b { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.2; margin-bottom: 12px; font-weight: 800; color: var(--r74cdfbb); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.e60031d { font-size: clamp(0.9rem, 2vw, 1.4rem); font-weight: 600; color: var(--k15d3000); margin-bottom: 24px; text-shadow: 0 1px 10px rgba(0, 0, 0, 1.5); }

.a10d9f5 { padding: 10px 0; }
.fbaebb8 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.u05ab31 { font-size: 1.25rem; font-weight: 700; color: var(--z6227b27); }
.g137889 { color: var(--j8a731bd); font-weight: 600; }
.g137889:hover { text-decoration: underline; }

.e135233 { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 20px; }
.z9078bd { position: relative; border-radius: var(--m77f19cf); overflow: hidden; aspect-ratio: 3/4; background-color: var(--w8810e70); }
.v3441dc { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.s7faff7 { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.8); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity var(--mb977b63); padding: 16px; text-align: center; }
.z9078bd:hover .v3441dc { transform: scale(1.1); }
.z9078bd:hover .s7faff7 { opacity: 1; }
.e881a2f { font-weight: 700; margin-bottom: 16px; font-size: 1.125rem; color: #fff; }
.k623aba { display: flex; flex-direction: column; gap: 8px; width: 100%; }

.cd061d9 { background-color: var(--w8810e70); padding: 40px; border-radius: var(--x0bbe647); }
.cd061d9 h2, .cd061d9 h3 { margin: 32px 0 16px; color: var(--m665945d); }
.cd061d9 h2:first-child { margin-top: 0; }
.cd061d9 p { color: var(--g85bba9c); margin-bottom: 20px; }

.g463a4f { width: 100%; overflow-x: auto; margin-bottom: 32px; border-radius: var(--l376ae33); border: 1px solid var(--q16bce01); }
.q39ce7b { width: 100%; border-collapse: collapse; min-width: 600px; }
.q39ce7b th, .q39ce7b td { padding: 16px; text-align: left; border-bottom: 1px solid var(--q16bce01); }
.q39ce7b th { background-color: var(--x1477def); font-weight: 600; color: var(--m665945d); }
.q39ce7b tr:last-child td { border-bottom: none; }

.s85b957 { display: flex; flex-direction: column; gap: 16px; max-width: 100%; margin: 0 auto; }
.g121501 { background-color: var(--w8810e70); border-radius: var(--m77f19cf); border: 1px solid var(--q16bce01); overflow: hidden; }
.ea8cfd1 { padding: 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--m665945d); }
.ea8cfd1::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--h924b6d6); transition: transform var(--mb977b63); }
.g121501[open] .ea8cfd1::after { transform: translateY(-50%) rotate(45deg); }
.d53e56e { padding: 0 20px 20px; color: var(--g85bba9c); }

.n82907d { background-color: var(--b829c7df); padding: 32px 0; border-top: 1px solid var(--q16bce01); }
.za1b9d4 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; opacity: 0.6; }

.rd069ff { background-color: var(--deed745e); padding: 40px 0; border-top: 1px solid var(--q16bce01); }
.u6d24b7 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.u6d24b7 a { color: var(--zf9672b4); }
.u6d24b7 a:hover { color: var(--h924b6d6); }
.rdaf276 { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.ke8dc04 { width: 40px; height: 40px; border: 2px solid var(--g85bba9c); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--g85bba9c); }
.b7b7f51 { color: var(--g85bba9c); font-size: 0.875rem; }

@media (max-width: 992px) {
    .e135233 { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 768px) {
    .a5e63bf { display: flex; }
    .ad17d30 { position: fixed; top: var(--lc4a5dd4); left: -100%; width: 100%; height: calc(100vh - var(--lc4a5dd4)); background-color: var(--w8810e70); transition: left var(--mb977b63); padding: 24px; overflow-y: auto; }
    .ad17d30.p9015b6 { left: 0; }
    .e317333 { flex-direction: column; gap: 24px; }
    .m70cd33 { font-size: 1.25rem; }
    .i043989 .gd0f50f { display: none; }
    .cd061d9 { padding: 24px; }
    .yffda38 { min-height: 320px; padding: 20px 10px; }
    .fcb7d94 { padding: 25px 20px; }
}

#p6c73ff { display: flex; align-items: center; justify-content: center; gap: 30px; }
#p6c73ff svg path { fill: #ffffff; }