:root {
    --cc3dd77e: #162546;
    --l424602f: #f2f5f8;
    --c333bdbf: #193454;
    --r0c61345: #121f42;
    --e01e95db: #193454;
    --de33ba36: #162546;

    --cac76d89: #1191d7;
    --u7f88746: #dc2626;
    --m66dee3c: #1191d7;

    --ca5bea22: #ffffff;
    --fd098040: #d7edf9;
    --f06e5afd: #162546;
    --u4ac94c3: #193454;
    --sc757e58: #bfdeef;
    --w9c4d07a: #ffffff;
    --ee1334aa: #67b7e2;
    --v4c9ebd7: #bfdeef;
    --ga4f95bc: #67b7e2;

    --m74f3584: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --c05db639: 16px;
    --f867f79c: 6px;
    --ae2a7db8: 12px;
    --o2709a87: 24px;
    --gee5b963: 1200px;
    --oc529c97: 72px;
    --gd6b2f66: 0.3s ease;
}

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

body.h7ce95f {
    font-family: var(--m74f3584);
    font-size: var(--c05db639);
    background-color: var(--l424602f);
    color: var(--ca5bea22);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

.d0a639e, .q476901 { list-style: none; padding-left: 0; }
.ka08e80 { width: 100%; max-width: var(--gee5b963); margin: 0 auto; padding: 0 20px; }

.u5b8063 {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: var(--f867f79c);
    font-weight: 600; cursor: pointer; transition: all var(--gd6b2f66);
    border: 2px solid transparent; text-align: center;
}
.xb8aeca { background-color: var(--cac76d89); color: var(--w9c4d07a); }
.xb8aeca:hover { background-color: var(--u7f88746); transform: translateY(-2px); }
.i35599a { background-color: transparent; border-color: var(--m66dee3c); color: var(--sc757e58); }
.i35599a:hover { border-color: var(--fd098040); background-color: rgba(255, 255, 255, 0.05); }
.t891761 { padding: 6px 14px; font-size: 0.875rem; }
.o6cb9e4 { padding: 14px 32px; font-size: 1rem; border-radius: var(--ae2a7db8); }

.d31c37e {
    position: sticky; top: 0; z-index: 100;
    background-color: var(--cc3dd77e);
    border-bottom: 1px solid var(--m66dee3c);
    height: var(--oc529c97);
}
.h0d44a6 { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.cc81c28 { display: flex; align-items: center; gap: 16px; }

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

.d0a639e { display: flex; gap: 32px; }
.f271b96 { font-weight: 500; color: var(--ga4f95bc); }
.f271b96:hover { color: var(--cac76d89); }
.p67eb23 { display: flex; gap: 12px; }

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

.p9d3cd0 { padding: 10px 0; }
.pcda578 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.k019860 { font-size: 1.25rem; font-weight: 700; color: var(--f06e5afd); }
.g85cd2d { color: var(--u4ac94c3); font-weight: 600; }
.g85cd2d:hover { text-decoration: underline; }

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

.d9ae264 { background-color: var(--c333bdbf); padding: 40px; border-radius: var(--o2709a87); }
.d9ae264 h2, .d9ae264 h3 { margin: 32px 0 16px; color: var(--ca5bea22); }
.d9ae264 h2:first-child { margin-top: 0; }
.d9ae264 p { color: var(--fd098040); margin-bottom: 20px; }

.jd488c6 { width: 100%; overflow-x: auto; margin-bottom: 32px; border-radius: var(--f867f79c); border: 1px solid var(--m66dee3c); }
.o50cd6d { width: 100%; border-collapse: collapse; min-width: 600px; }
.o50cd6d th, .o50cd6d td { padding: 16px; text-align: left; border-bottom: 1px solid var(--m66dee3c); }
.o50cd6d th { background-color: var(--r0c61345); font-weight: 600; color: var(--ca5bea22); }
.o50cd6d tr:last-child td { border-bottom: none; }

.z6b6b9e { display: flex; flex-direction: column; gap: 16px; max-width: 100%; margin: 0 auto; }
.be8126e { background-color: var(--c333bdbf); border-radius: var(--ae2a7db8); border: 1px solid var(--m66dee3c); overflow: hidden; }
.o4b51e6 { padding: 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--ca5bea22); }
.o4b51e6::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--cac76d89); transition: transform var(--gd6b2f66); }
.be8126e[open] .o4b51e6::after { transform: translateY(-50%) rotate(45deg); }
.x174682 { padding: 0 20px 20px; color: var(--fd098040); }

.m6ad3ec { background-color: var(--e01e95db); padding: 32px 0; border-top: 1px solid var(--m66dee3c); }
.t258028 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; opacity: 0.6; }

.a8cd880 { background-color: var(--de33ba36); padding: 40px 0; border-top: 1px solid var(--m66dee3c); }
.q476901 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.q476901 a { color: var(--ga4f95bc); }
.q476901 a:hover { color: var(--cac76d89); }
.ie77f74 { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.e8b60c6 { width: 40px; height: 40px; border: 2px solid var(--fd098040); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--fd098040); }
.h75d1a2 { color: var(--fd098040); font-size: 0.875rem; }

@media (max-width: 992px) {
    .n36cd96 { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 768px) {
    .waa84ca { display: flex; }
    .cbf8325 { position: fixed; top: var(--oc529c97); left: -100%; width: 100%; height: calc(100vh - var(--oc529c97)); background-color: var(--c333bdbf); transition: left var(--gd6b2f66); padding: 24px; overflow-y: auto; }
    .cbf8325.jccbe45 { left: 0; }
    .d0a639e { flex-direction: column; gap: 24px; }
    .f271b96 { font-size: 1.25rem; }
    .p67eb23 .i35599a { display: none; }
    .d9ae264 { padding: 24px; }
    .qd53959 { min-height: 320px; padding: 20px 10px; }
    .f57afb9 { padding: 25px 20px; }
}

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