:root {
    --s67d129: #ffd200;
    --xf83ce6: #ededed;
    --o5af09b: #ffffff;
    --mf7aff5: #ededed;
    --abfd7e0: #434343;
    --c91bfe4: #ffffff;

    --l2f29bb: #25873a;
    --h6859cd: #dc2626;
    --i1837e1: #434343;

    --e56191e: #737373;
    --s0492b5: #333333;
    --v9fb2bc: #333333;
    --y984b3b: #737373;
    --id75e17: #333333;
    --z65acb0: #ffffff;
    --df8e543: #ffffff;
    --t0b78db: #ffffff;
    --s6ecf88: #010101;

    --j368e1b: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --bbdf699: 16px;
    --c219858: 6px;
    --te92686: 12px;
    --haf1418: 24px;
    --o12ba62: 1200px;
    --r702cac: 72px;
    --a3f381f: 0.3s ease;
}

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

body.cf8ae88 {
    font-family: var(--j368e1b);
    font-size: var(--bbdf699);
    background-color: var(--xf83ce6);
    color: var(--e56191e);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

.sa776dd, .z8c4eb2 { list-style: none; padding-left: 0; }
.f046ec5 { width: 100%; max-width: var(--o12ba62); margin: 0 auto; padding: 0 20px; }

.nf2dc43 {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: var(--c219858);
    font-weight: 600; cursor: pointer; transition: all var(--a3f381f);
    border: 2px solid transparent; text-align: center;
}
.hd3ce8b { background-color: var(--l2f29bb); color: var(--z65acb0); }
.hd3ce8b:hover { background-color: var(--h6859cd); transform: translateY(-2px); }
.sdb2aab { background-color: transparent; border-color: var(--i1837e1); color: var(--id75e17); }
.sdb2aab:hover { border-color: var(--s0492b5); background-color: rgba(255, 255, 255, 0.05); }
.g42e88a { padding: 6px 14px; font-size: 0.875rem; }
.i5be80c { padding: 14px 32px; font-size: 1rem; border-radius: var(--te92686); }

.lbb518e {
    position: sticky; top: 0; z-index: 100;
    background-color: var(--s67d129);
    border-bottom: 1px solid var(--i1837e1);
    height: var(--r702cac);
}
.s39548b { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.eb19020 { display: flex; align-items: center; gap: 16px; }

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

.sa776dd { display: flex; gap: 32px; }
.b801a2e { font-weight: 500; color: var(--s6ecf88); }
.b801a2e:hover { color: var(--l2f29bb); }
.td1a229 { display: flex; gap: 12px; }

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

.t8bad69 { padding: 10px 0; }
.oe03b96 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.q51b6eb { font-size: 1.25rem; font-weight: 700; color: var(--v9fb2bc); }
.db97ced { color: var(--y984b3b); font-weight: 600; }
.db97ced:hover { text-decoration: underline; }

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

.ba1f905 { background-color: var(--o5af09b); padding: 40px; border-radius: var(--haf1418); }
.ba1f905 h2, .ba1f905 h3 { margin: 32px 0 16px; color: var(--e56191e); }
.ba1f905 h2:first-child { margin-top: 0; }
.ba1f905 p { color: var(--s0492b5); margin-bottom: 20px; }

.r739d7d { width: 100%; overflow-x: auto; margin-bottom: 32px; border-radius: var(--c219858); border: 1px solid var(--i1837e1); }
.y7ee03b { width: 100%; border-collapse: collapse; min-width: 600px; }
.y7ee03b th, .y7ee03b td { padding: 16px; text-align: left; border-bottom: 1px solid var(--i1837e1); }
.y7ee03b th { background-color: var(--mf7aff5); font-weight: 600; color: var(--e56191e); }
.y7ee03b tr:last-child td { border-bottom: none; }

.g5995f1 { display: flex; flex-direction: column; gap: 16px; max-width: 100%; margin: 0 auto; }
.zd34dd7 { background-color: var(--o5af09b); border-radius: var(--te92686); border: 1px solid var(--i1837e1); overflow: hidden; }
.w6d4db5 { padding: 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--e56191e); }
.w6d4db5::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--l2f29bb); transition: transform var(--a3f381f); }
.zd34dd7[open] .w6d4db5::after { transform: translateY(-50%) rotate(45deg); }
.l11756a { padding: 0 20px 20px; color: var(--s0492b5); }

.v9116e5 { background-color: var(--abfd7e0); padding: 32px 0; border-top: 1px solid var(--i1837e1); }
.b87e7b7 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; opacity: 0.6; }

.cd24b8f { background-color: var(--c91bfe4); padding: 40px 0; border-top: 1px solid var(--i1837e1); }
.z8c4eb2 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.z8c4eb2 a { color: var(--s6ecf88); }
.z8c4eb2 a:hover { color: var(--l2f29bb); }
.kdc767a { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.zfbded8 { width: 40px; height: 40px; border: 2px solid var(--s0492b5); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--s0492b5); }
.s2a679c { color: var(--s0492b5); font-size: 0.875rem; }

@media (max-width: 992px) {
    .z46fa36 { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 768px) {
    .df5442c { display: flex; }
    .gefc129 { position: fixed; top: var(--r702cac); left: -100%; width: 100%; height: calc(100vh - var(--r702cac)); background-color: var(--o5af09b); transition: left var(--a3f381f); padding: 24px; overflow-y: auto; }
    .gefc129.d44dd85 { left: 0; }
    .sa776dd { flex-direction: column; gap: 24px; }
    .b801a2e { font-size: 1.25rem; }
    .td1a229 .sdb2aab { display: none; }
    .ba1f905 { padding: 24px; }
    .t09f124 { min-height: 320px; padding: 20px 10px; }
    .h28b10e { padding: 25px 20px; }
}

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