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

:root {
    --aun: #1a1a2e;
    --ymp: #f8fafc;
    --oko: #ffffff;
    --jpg: #4a4a68;
    --atf: #6c63ff;
    --rqr: #1a1a2e;
    --fpt: #1a1a2e;
    --lqs: #94a3b8;
    --kwq: #1a1a2e;
    --prm: 0.7;
    --tta: #6c63ff;
    --cvu: #ff6584;
    --ujp: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--ujp); color: var(--jpg); line-height: 1.7; font-size: 1.05rem; background: var(--oko); }
img { max-width: 100%; height: auto; }
a { color: var(--atf); text-decoration: none; }
a:hover { opacity: 0.8; }

.fapmatch-nl-fib {
    position: relative;
    z-index: 100;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fapmatch-nl-kjq { font-size: 1.4rem; font-weight: 700; }
.fapmatch-nl-kjq a { display: flex; align-items: center; text-decoration: none; }
.fapmatch-nl-kjq img { display: block; }

.fapmatch-nl-uqf {
    display: flex;
    align-items: center;
    gap: 25px;
}
.fapmatch-nl-uqf a { font-size: 0.95rem; font-weight: 500; transition: opacity 0.2s; }
.fapmatch-nl-uqf a:hover { opacity: 0.8; }

.fapmatch-nl-kxr { position: relative; }
.fapmatch-nl-tnk { position: relative; }

.fapmatch-nl-hkt {
    display: flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,0.12); border: 1px solid currentColor;
    color: inherit; font-size: 0.85rem; font-weight: 600;
    padding: 5px 12px; border-radius: 6px; cursor: pointer;
    transition: all 0.2s; font-family: inherit;
}
.fapmatch-nl-hkt:hover { background: rgba(255,255,255,0.2); }
.fapmatch-nl-keh { transition: transform 0.2s; }
.fapmatch-nl-tnk.fapmatch-nl-wby .fapmatch-nl-keh { transform: rotate(180deg); }

.fapmatch-nl-hqx {
    display: none; position: absolute; top: calc(100% + 6px); right: 0;
    background: var(--oko); border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    list-style: none; margin: 0; padding: 6px 0;
    min-width: 70px; z-index: 300; max-height: 240px; overflow-y: auto;
}
.fapmatch-nl-tnk.fapmatch-nl-wby .fapmatch-nl-hqx { display: block; }
.fapmatch-nl-hqx li a { display: block; padding: 6px 16px; color: var(--jpg); font-size: 0.85rem; font-weight: 600; text-align: center; transition: background 0.15s; }
.fapmatch-nl-hqx li a:hover { background: var(--ymp); opacity: 1; color: var(--jpg); }
.fapmatch-nl-hqx li a.fapmatch-nl-gpw { color: var(--atf); }

.fapmatch-nl-ril .fapmatch-nl-hkt { font-size: 1rem; padding: 8px 18px; }
.fapmatch-nl-ril .fapmatch-nl-hqx { position: static; box-shadow: none; background: rgba(255,255,255,0.1); border-radius: 8px; margin-top: 8px; max-height: 200px; }
.fapmatch-nl-ril .fapmatch-nl-hqx li a { color: inherit; font-size: 1rem; }
.fapmatch-nl-ril .fapmatch-nl-hqx li a:hover { background: rgba(255,255,255,0.1); }
.fapmatch-nl-ril .fapmatch-nl-hqx li a.fapmatch-nl-gpw { color: var(--atf); }

.fapmatch-nl-zil {
    display: none; background: none; border: none; cursor: pointer;
    padding: 10px; position: fixed; top: 15px; right: 15px; z-index: 210;
}
.fapmatch-nl-zil span { display: block; width: 26px; height: 3px; border-radius: 2px; transition: all 0.3s ease; }
.fapmatch-nl-zil span + span { margin-top: 5px; }
.fapmatch-nl-zil.fapmatch-nl-iyb span:nth-child(1) { transform: rotate(45deg) translate(4px, 7px); }
.fapmatch-nl-zil.fapmatch-nl-iyb span:nth-child(2) { opacity: 0; }
.fapmatch-nl-zil.fapmatch-nl-iyb span:nth-child(3) { transform: rotate(-45deg) translate(4px, -7px); }

.fapmatch-nl-ril {
    display: none; position: fixed; inset: 0; z-index: 200;
    flex-direction: column; align-items: center; justify-content: center; gap: 30px;
}
.fapmatch-nl-ril.fapmatch-nl-jpi { display: flex; }
.fapmatch-nl-kfp {
    position: absolute; top: 15px; right: 15px; background: none;
    border: none; font-size: 2.5rem; cursor: pointer; padding: 5px 12px;
    line-height: 1; z-index: 211;
}
.fapmatch-nl-kfp:hover { opacity: 0.7; }
.fapmatch-nl-ril a { font-size: 1.4rem; font-weight: 600; transition: opacity 0.2s; }
.fapmatch-nl-ril a:hover { opacity: 0.7; }
.fapmatch-nl-ril .fapmatch-nl-kxr { font-size: 1rem; }
.fapmatch-nl-ril .fapmatch-nl-kxr a { font-size: 1rem; padding: 5px 10px; }

.fapmatch-nl-fao {
    position: relative; width: 100%; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; background-color: var(--aun);
    background-size: cover; background-position: center; overflow: hidden;
}
.fapmatch-nl-fao::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: var(--uiw, var(--kwq));
    opacity: var(--lgr, var(--prm));
}

.fapmatch-nl-boa { position: relative; z-index: 2; max-width: 600px; width: 100%; padding: 40px 20px; }
.fapmatch-nl-bsh { color: var(--ymp); font-size: calc(1.6rem + 1.5vw); font-weight: 800; line-height: 1.2; margin-bottom: 10px; display: block; }
.fapmatch-nl-kkl { color: rgba(248,250,252,0.8); font-size: 1.1rem; font-weight: 400; margin-bottom: 35px; line-height: 1.5; }
.fapmatch-nl-xmd { color: var(--ymp); font-size: 1.3rem; font-weight: 700; margin-bottom: 25px; }

.fapmatch-nl-mhm { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; gap: 50px; margin-bottom: 25px; }
a.fapmatch-nl-zar, .fapmatch-nl-zar { display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; transition: transform 0.3s ease; width: auto; max-width: 120px; }
.fapmatch-nl-zar:hover { transform: scale(1.08); opacity: 1; }

.fapmatch-nl-eft {
    width: 100px; height: 100px; border-radius: 50%; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3); transition: box-shadow 0.3s ease;
}
.fapmatch-nl-zar:nth-child(1) .fapmatch-nl-eft { background: var(--tta); }
.fapmatch-nl-zar:nth-child(2) .fapmatch-nl-eft { background: var(--cvu); }
.fapmatch-nl-zar:hover .fapmatch-nl-eft { box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.fapmatch-nl-eft img { width: 50px; height: 50px; object-fit: contain; border-radius: 0; }
.fapmatch-nl-lrj { font-size: 42px; line-height: 1; }
.fapmatch-nl-dzb { color: var(--ymp); font-size: 0.95rem; font-weight: 600; display: block; text-align: center; }
.fapmatch-nl-wpt { color: rgba(248,250,252,0.7); font-size: 0.95rem; font-weight: 400; line-height: 1.5; }

.fapmatch-nl-apy { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; animation: _kynx 2s infinite; }
.fapmatch-nl-apy svg { width: 30px; height: 30px; fill: none; stroke: rgba(248,250,252,0.6); stroke-width: 2; }
@keyframes _kynx {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

.fapmatch-nl-uxt { display: flex; flex-direction: column; }
.fapmatch-nl-uxt > .fapmatch-nl-fao { order: 1; }
.fapmatch-nl-uxt > .fapmatch-nl-kkk { order: 2; }
.fapmatch-nl-uxt > .fapmatch-nl-xew { order: 3; }

.fapmatch-nl-kkk {
    max-width: 720px;
    margin-inline: auto;
    padding: 80px 24px 60px;
    text-align: center;
}
.fapmatch-nl-jke {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--atf);
}
.fapmatch-nl-kkk > h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--rqr);
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 40px;
    max-width: 18ch;
    margin-inline: auto;
}
.fapmatch-nl-uxy {
    text-align: left;
    font-size: 1.06rem;
}
.fapmatch-nl-uxy > p:first-of-type {
    font-size: 1.2rem;
    line-height: 1.75;
    color: var(--rqr);
    font-weight: 500;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 22px 0;
    margin-bottom: 34px;
}
.fapmatch-nl-uxy h2 {
    font-size: 1.55rem;
    font-weight: 800;
    margin: 52px 0 18px;
    color: var(--rqr);
    text-align: center;
    letter-spacing: -0.01em;
}
.fapmatch-nl-uxy h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 32px 0 12px;
    color: var(--rqr);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fapmatch-nl-uxy p {
    margin-bottom: 18px;
    line-height: 1.85;
}
.fapmatch-nl-uxy ul, .fapmatch-nl-uxy ol {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}
.fapmatch-nl-uxy ul li, .fapmatch-nl-uxy ol li {
    position: relative;
    padding: 10px 0 10px 34px;
    border-bottom: 1px dashed #e5e7eb;
    line-height: 1.6;
}
.fapmatch-nl-uxy ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--atf);
}
.fapmatch-nl-uxy ol {
    counter-reset: eeilist;
}
.fapmatch-nl-uxy ol li {
    counter-increment: eeilist;
}
.fapmatch-nl-uxy ol li::before {
    content: counter(eeilist, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--atf);
    letter-spacing: 0.05em;
}
.fapmatch-nl-uxy blockquote {
    position: relative;
    padding: 26px 18px 20px;
    margin: 38px 0;
    font-size: 1.22rem;
    font-weight: 500;
    font-style: italic;
    color: var(--rqr);
    text-align: center;
    line-height: 1.55;
}
.fapmatch-nl-uxy blockquote::before {
    content: '\201C';
    display: block;
    font-size: 3.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 0.7;
    color: var(--atf);
    margin-bottom: 6px;
}
.fapmatch-nl-uxy blockquote::after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    margin: 18px auto 0;
    background: var(--atf);
    opacity: 0.4;
}
.fapmatch-nl-uxy img {
    border-radius: 10px;
    margin: 22px 0;
}

.fapmatch-nl-xew {
    max-width: 760px;
    margin-inline: auto;
    padding: 10px 24px 70px;
    display: block;
}
.fapmatch-nl-iuo {
    text-align: center;
    margin-bottom: 36px;
    padding: 34px 20px;
    background: linear-gradient(180deg, #f7f7ff 0%, transparent 100%);
    border-radius: 18px;
}
.fapmatch-nl-iuo .fapmatch-nl-jke {
    display: inline-block;
    background: var(--atf);
    color: #fff;
    padding: 5px 12px;
    border-radius: 100px;
    letter-spacing: 0.2em;
    font-size: 0.65rem;
}
.fapmatch-nl-xew > .fapmatch-nl-iuo > h2 {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--rqr);
    margin-top: 14px;
    letter-spacing: -0.01em;
}
.fapmatch-nl-wuu {
    list-style: none;
    counter-reset: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.fapmatch-nl-xfd {
    background: #fff;
    border: 1px solid #ecedf2;
    border-left: 3px solid var(--atf);
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.fapmatch-nl-xfd:hover {
    border-left-color: var(--cvu);
    box-shadow: 0 10px 28px -14px rgba(108, 99, 255, 0.35);
    transform: translateY(-1px);
}
.fapmatch-nl-xfd details {
    padding: 0;
}
.fapmatch-nl-xfd details > summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--rqr);
    line-height: 1.4;
}
.fapmatch-nl-xfd details > summary::-webkit-details-marker { display: none; }
.fapmatch-nl-umg {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--atf);
    letter-spacing: 0.08em;
    padding: 4px 9px;
    background: rgba(108, 99, 255, 0.08);
    border-radius: 4px;
}
.fapmatch-nl-ete { min-width: 0; }
.fapmatch-nl-hqd {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.fapmatch-nl-hqd::before,
.fapmatch-nl-hqd::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background: var(--atf);
    transition: transform 0.25s ease;
}
.fapmatch-nl-hqd::before { width: 14px; height: 2px; }
.fapmatch-nl-hqd::after { width: 2px; height: 14px; }
.fapmatch-nl-xfd details[open] .fapmatch-nl-hqd::after { transform: scaleY(0); }
.fapmatch-nl-xfd details[open] .fapmatch-nl-umg {
    background: var(--atf);
    color: #fff;
}
.fapmatch-nl-jxs {
    padding: 4px 24px 22px 63px;
    border-top: 1px dashed #ecedf2;
    margin-top: 0;
    animation: fapmatch-nl-ixy 0.25s ease;
}
.fapmatch-nl-jxs p {
    margin: 14px 0 0;
    line-height: 1.75;
    color: var(--jpg);
    font-size: 0.98rem;
}
@keyframes fapmatch-nl-ixy {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.fapmatch-nl-wgc {
    background: var(--fpt);
    color: var(--lqs);
    padding: 36px 24px;
}
.fapmatch-nl-wgc > .fapmatch-nl-tck {
    max-width: 820px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
}
.fapmatch-nl-wgc p {
    font-size: 0.9rem;
    margin: 0;
}
.fapmatch-nl-wgc a { color: var(--lqs); }
.fapmatch-nl-dya {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
.fapmatch-nl-dya a {
    font-size: 0.8rem;
    transition: opacity 0.2s;
}
.fapmatch-nl-dya a:hover { opacity: 0.7; }

@media (max-width: 768px) {
    .fapmatch-nl-fib { padding: 10px 15px !important; }
    .fapmatch-nl-uqf { display: none !important; }
    .fapmatch-nl-zil { display: flex; flex-direction: column; }
    .fapmatch-nl-bsh { font-size: 1.6rem; }
    .fapmatch-nl-kkl { font-size: 0.95rem; margin-bottom: 25px; }
    .fapmatch-nl-xmd { font-size: 1.1rem; margin-bottom: 20px; }
    .fapmatch-nl-mhm { gap: 35px; }
    .fapmatch-nl-eft { width: 85px; height: 85px; }
    .fapmatch-nl-eft img { width: 40px; height: 40px; }
    .fapmatch-nl-lrj { font-size: 36px; }
    .fapmatch-nl-wpt { font-size: 0.85rem; }
    .fapmatch-nl-fib .fapmatch-nl-kjq img { height: 35px !important; width: auto !important; }
    .fapmatch-nl-kkk { padding: 45px 16px 35px; }
    .fapmatch-nl-kkk > header > h1 { font-size: 1.7rem; }
    .fapmatch-nl-uxy h2 { font-size: 1.45rem; }
    .fapmatch-nl-xew { padding: 0 16px 40px; }
    .fapmatch-nl-wgc > .fapmatch-nl-tck { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
