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

:root {
    --qwi: #1a1a2e;
    --fjv: #f8fafc;
    --tyx: #ffffff;
    --jue: #4a4a68;
    --cfg: #6c63ff;
    --dom: #1a1a2e;
    --jka: #1a1a2e;
    --lde: #94a3b8;
    --ccb: #1a1a2e;
    --bhx: 0.7;
    --ppx: #6c63ff;
    --qym: #ff6584;
    --ygw: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

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

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

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

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

._qyt { position: relative; }
._dpn { position: relative; }

._pvj-er {
    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;
}
._pvj-er:hover { background: rgba(255,255,255,0.2); }
._dxd-hj { transition: transform 0.2s; }
._dpn._luz ._dxd-hj { transform: rotate(180deg); }

._sio-fx {
    display: none; position: absolute; top: calc(100% + 6px); right: 0;
    background: var(--tyx); 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;
}
._dpn._luz ._sio-fx { display: block; }
._sio-fx li a { display: block; padding: 6px 16px; color: var(--jue); font-size: 0.85rem; font-weight: 600; text-align: center; transition: background 0.15s; }
._sio-fx li a:hover { background: var(--fjv); opacity: 1; color: var(--jue); }
._sio-fx li a._auu { color: var(--cfg); }

._bix ._pvj-er { font-size: 1rem; padding: 8px 18px; }
._bix ._sio-fx { position: static; box-shadow: none; background: rgba(255,255,255,0.1); border-radius: 8px; margin-top: 8px; max-height: 200px; }
._bix ._sio-fx li a { color: inherit; font-size: 1rem; }
._bix ._sio-fx li a:hover { background: rgba(255,255,255,0.1); }
._bix ._sio-fx li a._auu { color: var(--cfg); }

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

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

._wzp { display: flex; flex-direction: column; }
._wzp > ._rpw { order: 1; }
._wzp > ._xzs { order: 2; }
._wzp > ._eqe { order: 3; }

._rpw {
    position: relative; width: 100%; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; background-color: var(--qwi);
    background-size: cover; background-position: center; overflow: hidden;
}
._rpw::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: var(--pce, var(--ccb));
    opacity: var(--wjn, var(--bhx));
}

._nzh-sr { position: relative; z-index: 2; max-width: 600px; width: 100%; padding: 40px 20px; }
._xnp-ar { color: var(--fjv); font-size: calc(1.6rem + 1.5vw); font-weight: 800; line-height: 1.2; margin-bottom: 10px; display: block; }
._hrx-hw { color: rgba(248,250,252,0.8); font-size: 1.1rem; font-weight: 400; margin-bottom: 35px; line-height: 1.5; }
._cvj-nv { color: var(--fjv); font-size: 1.3rem; font-weight: 700; margin-bottom: 25px; }

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

._fvy-pv {
    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;
}
._lsk:nth-child(1) ._fvy-pv { background: var(--ppx); }
._lsk:nth-child(2) ._fvy-pv { background: var(--qym); }
._lsk:hover ._fvy-pv { box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
._fvy-pv img { width: 50px; height: 50px; object-fit: contain; border-radius: 0; }
._faj-mz { font-size: 42px; line-height: 1; }
._dny-lz { color: var(--fjv); font-size: 0.95rem; font-weight: 600; display: block; text-align: center; }
._kyq-jh { color: rgba(248,250,252,0.7); font-size: 0.95rem; font-weight: 400; line-height: 1.5; }

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

._xzs { max-width: 800px; margin: 0 auto; padding: 80px 20px; }
._xzs ._spo-zu { font-size: 2rem; font-weight: 800; margin-bottom: 30px; color: var(--dom); }
._xzs h2 { font-size: 1.8rem; font-weight: 800; margin: 50px 0 20px; padding-left: 20px; border-left: 8px solid var(--cfg); color: var(--dom); }
._xzs h3 { font-size: 1.4rem; font-weight: 700; margin: 40px 0 15px; color: var(--dom); }
._xzs p { margin-bottom: 20px; font-size: 1.1rem; line-height: 1.9; }
._xzs ul, ._xzs ol { margin: 0 0 20px 25px; }
._xzs li { margin-bottom: 8px; line-height: 1.8; }
._xzs blockquote { border-left: 4px solid var(--cfg); padding: 15px 25px; margin: 30px 0; font-style: italic; background: #f0efff; border-radius: 0 8px 8px 0; }
._xzs img { border-radius: 8px; margin: 20px 0; }

._eqe { max-width: 800px; margin: 0 auto; padding: 0 20px 60px; }
._obj-cw { font-size: 1.8rem; font-weight: 800; margin-bottom: 25px; padding-left: 20px; border-left: 8px solid var(--cfg); color: var(--dom); }
._ehg { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; transition: box-shadow 0.2s; }
._ehg:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
._ehg summary { padding: 18px 24px; font-size: 1.05rem; font-weight: 600; cursor: pointer; color: var(--dom); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
._ehg summary::-webkit-details-marker { display: none; }
._ehg summary::after { content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--cfg); flex-shrink: 0; transition: transform 0.2s; }
._ehg[open] summary::after { transform: rotate(45deg); }
._tuu-de { padding: 0 24px 18px; }
._tuu-de p { line-height: 1.7; color: var(--jue); margin: 0; }

._txq { text-align: center; padding: 40px 20px; font-size: 0.9rem; background: var(--jka); color: var(--lde); }
._txq a, ._ulq-zr a { color: var(--lde); }
._ulq-zr { margin-top: 15px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; }
._ulq-zr a { font-size: 0.8rem; transition: opacity 0.2s; }
._ulq-zr a:hover { opacity: 0.7; }

@media (max-width: 768px) {
    ._tlm { padding: 10px 15px !important; }
    ._wmz-jf { display: none !important; }
    ._tvm { display: flex; flex-direction: column; }
    ._xnp-ar { font-size: 1.6rem; }
    ._hrx-hw { font-size: 0.95rem; margin-bottom: 25px; }
    ._cvj-nv { font-size: 1.1rem; margin-bottom: 20px; }
    ._pwe { gap: 35px; }
    ._fvy-pv { width: 85px; height: 85px; }
    ._fvy-pv img { width: 40px; height: 40px; }
    ._faj-mz { font-size: 36px; }
    ._kyq-jh { font-size: 0.85rem; }
    ._xzs { padding: 50px 15px; }
    ._xzs h2 { font-size: 1.5rem; }
    ._tlm ._iul-fg img { height: 35px !important; width: auto !important; }
}
