:root {
    --ua32e7c2: #0f0f0f;
    --h759358c: #000000;
    --d39c8346: #0f0f0f;
    --y4535317: #232323;
    --ye60d0f4: #1a1a1a;
    --gfac67ac: #000000;

    --b73dc384: #00ff00;
    --d4540c09: #dc2626;
    --z7e21cc5: #323232;

    --k1c9597e: #ffffff;
    --k6cdf1b4: #848484;
    --r425dbaa: #ffffff;
    --ydec9610: #848484;
    --t8715cc0: #ffffff;
    --f39d4744: #000000;
    --ja00243a: #ffffff;
    --w8ce67d9: #b9fbcc;
    --a0414264: #848484;

    --u62729ff: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --n41dec14: 16px;
    --f7b31cf4: 6px;
    --h68ef712: 12px;
    --m2424b77: 24px;
    --d470aa75: 1200px;
    --i4b56b7a: 72px;
    --s5e005c1: 0.3s ease;
}

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

body.taaaaa5 {
    font-family: var(--u62729ff);
    font-size: var(--n41dec14);
    background-color: var(--h759358c);
    color: var(--k1c9597e);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color var(--s5e005c1); }
img { max-width: 100%; height: auto; display: block; }
ul { padding-left: 40px; list-style: disc; }

.ddf65d8, .v1f31b5 { list-style: none; padding-left: 0; }
.ec80b0c { width: 100%; max-width: var(--d470aa75); margin: 0 auto; padding: 0 20px; }

.xf828dc {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: var(--f7b31cf4);
    font-weight: 600; cursor: pointer; transition: all var(--s5e005c1);
    border: 2px solid transparent; text-align: center;
}
.cf8b9d5 { background-color: var(--b73dc384); color: var(--f39d4744); }
.cf8b9d5:hover { background-color: var(--d4540c09); transform: translateY(-2px); }
.qcabfee { background-color: transparent; border-color: var(--z7e21cc5); color: var(--t8715cc0); }
.qcabfee:hover { border-color: var(--k6cdf1b4); background-color: rgba(255, 255, 255, 0.05); }
.s3cf0f8 { padding: 6px 14px; font-size: 0.875rem; }
.nb22bec { padding: 14px 32px; font-size: 1rem; border-radius: var(--h68ef712); }

.c85dddf {
    position: sticky; top: 0; z-index: 100;
    background-color: var(--ua32e7c2);
    border-bottom: 1px solid var(--z7e21cc5);
    height: var(--i4b56b7a);
}
.r5da61d { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.w8af858 { display: flex; align-items: center; gap: 16px; }

.tcbb9b6 {
    display: none; flex-direction: column; justify-content: space-between;
    width: 24px; height: 18px; background: transparent; border: none; cursor: pointer;
}
.s3f13f0 { width: 100%; height: 2px; background-color: var(--k1c9597e); transition: var(--s5e005c1); }

.ddf65d8 { display: flex; gap: 32px; }
.l67eaf4 { font-weight: 500; color: var(--a0414264); }
.l67eaf4:hover { color: var(--b73dc384); }
.n1c76c3 { display: flex; gap: 12px; }

.j7c0d2b { padding: 20px 0; background-color: var(--h759358c); }
.p19191f {
    position: relative; width: 100%; min-height: 420px; border-radius: var(--m2424b77);
    overflow: hidden; display: flex; align-items: center; justify-content: center;
    padding: 40px 20px; background: url('preview.jpg') center/cover no-repeat;
}
.e82e2f1 {
    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(--h68ef712); text-align: center;
    max-width: 650px; border: 1px solid rgba(255, 255, 255, 0.15);
}
.oa46566 { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.2; margin-bottom: 12px; font-weight: 800; color: var(--ja00243a); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.z39f1e6 { font-size: clamp(0.9rem, 2vw, 1.4rem); font-weight: 600; color: var(--w8ce67d9); margin-bottom: 24px; text-shadow: 0 1px 10px rgba(0, 0, 0, 1.5); }

.y8036a5 { padding: 10px 0; }
.v9f4591 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.he55da6 { font-size: 1.25rem; font-weight: 700; color: var(--r425dbaa); }
.e8538ad { color: var(--ydec9610); font-weight: 600; }
.e8538ad:hover { text-decoration: underline; }

.q1c4d6d { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 20px; }
.le55759 { position: relative; border-radius: var(--h68ef712); overflow: hidden; aspect-ratio: 3/4; background-color: var(--d39c8346); }
.s037591 { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.af89c94 { 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(--s5e005c1); padding: 16px; text-align: center; }
.le55759:hover .s037591 { transform: scale(1.1); }
.le55759:hover .af89c94 { opacity: 1; }
.j852424 { font-weight: 700; margin-bottom: 16px; font-size: 1.125rem; color: #fff; }
.h0d4d24 { display: flex; flex-direction: column; gap: 8px; width: 100%; }

.iede575 { background-color: var(--d39c8346); padding: 40px; border-radius: var(--m2424b77); }
.iede575 h2, .iede575 h3 { margin: 32px 0 16px; color: var(--k1c9597e); }
.iede575 h2:first-child { margin-top: 0; }
.iede575 p { color: var(--k6cdf1b4); margin-bottom: 20px; }

.m6c92eb { width: 100%; overflow-x: auto; margin-bottom: 32px; border-radius: var(--f7b31cf4); border: 1px solid var(--z7e21cc5); }
.tb8090d { width: 100%; border-collapse: collapse; min-width: 600px; }
.tb8090d th, .tb8090d td { padding: 16px; text-align: left; border-bottom: 1px solid var(--z7e21cc5); }
.tb8090d th { background-color: var(--y4535317); font-weight: 600; color: var(--k1c9597e); }
.tb8090d tr:last-child td { border-bottom: none; }

.l75875f { display: flex; flex-direction: column; gap: 16px; max-width: 100%; margin: 0 auto; }
.dae306a { background-color: var(--d39c8346); border-radius: var(--h68ef712); border: 1px solid var(--z7e21cc5); overflow: hidden; }
.q728724 { padding: 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--k1c9597e); }
.q728724::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--b73dc384); transition: transform var(--s5e005c1); }
.dae306a[open] .q728724::after { transform: translateY(-50%) rotate(45deg); }
.ubb3b7d { padding: 0 20px 20px; color: var(--k6cdf1b4); }

.z2693e1 { background-color: var(--ye60d0f4); padding: 32px 0; border-top: 1px solid var(--z7e21cc5); }
.t78a3c6 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; opacity: 0.6; }

.ae3181e { background-color: var(--gfac67ac); padding: 40px 0; border-top: 1px solid var(--z7e21cc5); }
.v1f31b5 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.v1f31b5 a { color: var(--a0414264); }
.v1f31b5 a:hover { color: var(--b73dc384); }
.o3abe3a { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.mb66367 { width: 40px; height: 40px; border: 2px solid var(--k6cdf1b4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--k6cdf1b4); }
.ub123ef { color: var(--k6cdf1b4); font-size: 0.875rem; }

@media (max-width: 992px) {
    .q1c4d6d { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 768px) {
    .tcbb9b6 { display: flex; }
    .x954cef { position: fixed; top: var(--i4b56b7a); left: -100%; width: 100%; height: calc(100vh - var(--i4b56b7a)); background-color: var(--d39c8346); transition: left var(--s5e005c1); padding: 24px; overflow-y: auto; }
    .x954cef.fa4a44e { left: 0; }
    .ddf65d8 { flex-direction: column; gap: 24px; }
    .l67eaf4 { font-size: 1.25rem; }
    .n1c76c3 .qcabfee { display: none; }
    .iede575 { padding: 24px; }
    .p19191f { min-height: 320px; padding: 20px 10px; }
    .e82e2f1 { padding: 25px 20px; }
}

#vf7d4fb { display: flex; align-items: center; justify-content: center; gap: 30px; }
#vf7d4fb svg path { fill: #ffffff; }