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

:root {
    --qyy: #1a1a2e;
    --flx: #f8fafc;
    --yqr: #ffffff;
    --kuk: #4a4a68;
    --uqe: #6c63ff;
    --ksx: #1a1a2e;
    --yjc: #1a1a2e;
    --grr: #94a3b8;
    --jdy: #1a1a2e;
    --zrq: 0.7;
    --oyi: #6c63ff;
    --aib: #ff6584;
    --cqp: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

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

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

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

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

.fapmatch-ca-aqs { position: relative; }
.fapmatch-ca-iwa { position: relative; }

.fapmatch-ca-ayh {
    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-ca-ayh:hover { background: rgba(255,255,255,0.2); }
.fapmatch-ca-ifg { transition: transform 0.2s; }
.fapmatch-ca-iwa.fapmatch-ca-dho .fapmatch-ca-ifg { transform: rotate(180deg); }

.fapmatch-ca-aew {
    display: none; position: absolute; top: calc(100% + 6px); right: 0;
    background: var(--yqr); 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-ca-iwa.fapmatch-ca-dho .fapmatch-ca-aew { display: block; }
.fapmatch-ca-aew li a { display: block; padding: 6px 16px; color: var(--kuk); font-size: 0.85rem; font-weight: 600; text-align: center; transition: background 0.15s; }
.fapmatch-ca-aew li a:hover { background: var(--flx); opacity: 1; color: var(--kuk); }
.fapmatch-ca-aew li a.fapmatch-ca-heb { color: var(--uqe); }

.fapmatch-ca-ttn .fapmatch-ca-ayh { font-size: 1rem; padding: 8px 18px; }
.fapmatch-ca-ttn .fapmatch-ca-aew { position: static; box-shadow: none; background: rgba(255,255,255,0.1); border-radius: 8px; margin-top: 8px; max-height: 200px; }
.fapmatch-ca-ttn .fapmatch-ca-aew li a { color: inherit; font-size: 1rem; }
.fapmatch-ca-ttn .fapmatch-ca-aew li a:hover { background: rgba(255,255,255,0.1); }
.fapmatch-ca-ttn .fapmatch-ca-aew li a.fapmatch-ca-heb { color: var(--uqe); }

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

.fapmatch-ca-ttn {
    display: none; position: fixed; inset: 0; z-index: 200;
    flex-direction: column; align-items: center; justify-content: center; gap: 30px;
}
.fapmatch-ca-ttn.fapmatch-ca-het { display: flex; }
.fapmatch-ca-evx {
    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-ca-evx:hover { opacity: 0.7; }
.fapmatch-ca-ttn a { font-size: 1.4rem; font-weight: 600; transition: opacity 0.2s; }
.fapmatch-ca-ttn a:hover { opacity: 0.7; }
.fapmatch-ca-ttn .fapmatch-ca-aqs { font-size: 1rem; }
.fapmatch-ca-ttn .fapmatch-ca-aqs a { font-size: 1rem; padding: 5px 10px; }

.fapmatch-ca-bfg {
    position: relative; width: 100%; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; background-color: var(--qyy);
    background-size: cover; background-position: center; overflow: hidden;
}
.fapmatch-ca-bfg::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: var(--mxk, var(--jdy));
    opacity: var(--hxc, var(--zrq));
}

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

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

.fapmatch-ca-xsa {
    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-ca-pqi:nth-child(1) .fapmatch-ca-xsa { background: var(--oyi); }
.fapmatch-ca-pqi:nth-child(2) .fapmatch-ca-xsa { background: var(--aib); }
.fapmatch-ca-pqi:hover .fapmatch-ca-xsa { box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.fapmatch-ca-xsa img { width: 50px; height: 50px; object-fit: contain; border-radius: 0; }
.fapmatch-ca-ifd { font-size: 42px; line-height: 1; }
.fapmatch-ca-zmc { color: var(--flx); font-size: 0.95rem; font-weight: 600; display: block; text-align: center; }
.fapmatch-ca-vrm { color: rgba(248,250,252,0.7); font-size: 0.95rem; font-weight: 400; line-height: 1.5; }

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

.fapmatch-ca-urw { display: flex; flex-direction: column; }
.fapmatch-ca-urw > .fapmatch-ca-bfg { order: 1; }
.fapmatch-ca-urw > .fapmatch-ca-nqv { order: 2; }
.fapmatch-ca-urw > .fapmatch-ca-dgd { order: 3; }

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

.fapmatch-ca-dgd {
    max-width: 760px;
    margin-inline: auto;
    padding: 10px 24px 70px;
    display: block;
}
.fapmatch-ca-zip {
    text-align: center;
    margin-bottom: 36px;
    padding: 34px 20px;
    background: linear-gradient(180deg, #f7f7ff 0%, transparent 100%);
    border-radius: 18px;
}
.fapmatch-ca-zip .fapmatch-ca-ebq {
    display: inline-block;
    background: var(--uqe);
    color: #fff;
    padding: 5px 12px;
    border-radius: 100px;
    letter-spacing: 0.2em;
    font-size: 0.65rem;
}
.fapmatch-ca-dgd > .fapmatch-ca-zip > h2 {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--ksx);
    margin-top: 14px;
    letter-spacing: -0.01em;
}
.fapmatch-ca-slo {
    list-style: none;
    counter-reset: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.fapmatch-ca-qia {
    background: #fff;
    border: 1px solid #ecedf2;
    border-left: 3px solid var(--uqe);
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.fapmatch-ca-qia:hover {
    border-left-color: var(--aib);
    box-shadow: 0 10px 28px -14px rgba(108, 99, 255, 0.35);
    transform: translateY(-1px);
}
.fapmatch-ca-qia details {
    padding: 0;
}
.fapmatch-ca-qia 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(--ksx);
    line-height: 1.4;
}
.fapmatch-ca-qia details > summary::-webkit-details-marker { display: none; }
.fapmatch-ca-kmj {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--uqe);
    letter-spacing: 0.08em;
    padding: 4px 9px;
    background: rgba(108, 99, 255, 0.08);
    border-radius: 4px;
}
.fapmatch-ca-mlc { min-width: 0; }
.fapmatch-ca-cbo {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.fapmatch-ca-cbo::before,
.fapmatch-ca-cbo::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background: var(--uqe);
    transition: transform 0.25s ease;
}
.fapmatch-ca-cbo::before { width: 14px; height: 2px; }
.fapmatch-ca-cbo::after { width: 2px; height: 14px; }
.fapmatch-ca-qia details[open] .fapmatch-ca-cbo::after { transform: scaleY(0); }
.fapmatch-ca-qia details[open] .fapmatch-ca-kmj {
    background: var(--uqe);
    color: #fff;
}
.fapmatch-ca-pfm {
    padding: 4px 24px 22px 63px;
    border-top: 1px dashed #ecedf2;
    margin-top: 0;
    animation: fapmatch-ca-kiu 0.25s ease;
}
.fapmatch-ca-pfm p {
    margin: 14px 0 0;
    line-height: 1.75;
    color: var(--kuk);
    font-size: 0.98rem;
}
@keyframes fapmatch-ca-kiu {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 768px) {
    .fapmatch-ca-elz { padding: 10px 15px !important; }
    .fapmatch-ca-rvy { display: none !important; }
    .fapmatch-ca-pmq { display: flex; flex-direction: column; }
    .fapmatch-ca-igy { font-size: 1.6rem; }
    .fapmatch-ca-kie { font-size: 0.95rem; margin-bottom: 25px; }
    .fapmatch-ca-ijo { font-size: 1.1rem; margin-bottom: 20px; }
    .fapmatch-ca-fmp { gap: 35px; }
    .fapmatch-ca-xsa { width: 85px; height: 85px; }
    .fapmatch-ca-xsa img { width: 40px; height: 40px; }
    .fapmatch-ca-ifd { font-size: 36px; }
    .fapmatch-ca-vrm { font-size: 0.85rem; }
    .fapmatch-ca-elz .fapmatch-ca-aqi img { height: 35px !important; width: auto !important; }
    .fapmatch-ca-nqv { padding: 45px 16px 35px; }
    .fapmatch-ca-nqv > header > h1 { font-size: 1.7rem; }
    .fapmatch-ca-jod h2 { font-size: 1.45rem; }
    .fapmatch-ca-dgd { padding: 0 16px 40px; }
    .fapmatch-ca-uwu > .fapmatch-ca-ykq { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
