:root {
    --bg: #06070d;
    --bg-soft: #0f1220;
    --card: #14182a;
    --line: rgba(255, 255, 255, 0.12);
    --text: #f3f5ff;
    --muted: #b7bfdc;
    --accent: #00d9ff;
    --accent-2: #a855f7;
    --ok: #21d07a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: Inter, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(1200px 500px at 10% -10%, rgba(0, 217, 255, 0.18), transparent 60%),
        radial-gradient(900px 500px at 90% -10%, rgba(168, 85, 247, 0.2), transparent 60%),
        var(--bg);
    line-height: 1.65;
}

a { color: var(--accent); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; border-radius: 18px; }

.wra-3omdw8 { max-width: 1240px; margin: 0 auto; padding: 0 22px; }

.hdr-ah1zr4 {
    position: sticky; top: 0; z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(6, 7, 13, 0.65);
    border-bottom: 1px solid transparent;
    transition: .25s ease;
}
.hdr-7f1qqt {
    background: rgba(6, 7, 13, 0.92);
    border-bottom-color: var(--line);
}
.hdr-5ncah3 { display: flex; align-items: center; gap: 18px; min-height: 74px; }
.log-rsetov { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; }
.log-rsetov img { width: 34px; height: 34px; object-fit: contain; border-radius: 8px; }
.log-eja08e { font-size: 18px; letter-spacing: .2px; }

.nav-t4od3r { display: flex; gap: 18px; margin-left: auto; }
.nav-qm0jvi { color: var(--muted); }
.nav-qm0jvi:hover { color: var(--text); }

.btn-j2b2zk,
.btn-je9s80,
.btn-2dl6p2 {
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 12px; font-weight: 800; transition: .2s ease; text-align: center;
}
.btn-tf6dyz { padding: 13px 24px; font-size: 15px; }
.btn-awonw1 { width: 100%; margin-top: 14px; }
.btn-j2b2zk {
    color: #05141a;
    background: linear-gradient(135deg, var(--accent), #6af5ff);
    box-shadow: 0 8px 30px rgba(0, 217, 255, 0.3);
}
.btn-j2b2zk:hover { transform: translateY(-1px); }
.btn-je9s80 { border: 1px solid var(--line); color: var(--text); background: rgba(255, 255, 255, 0.03); }
.btn-je9s80:hover { border-color: var(--accent); }
.btn-2dl6p2 { color: #fff; background: linear-gradient(135deg, var(--accent-2), #6d28d9); }

.nav-6xnsdx { margin-left: 8px; }

.bur-hhws1q { display: none; width: 40px; height: 40px; border: 0; background: transparent; margin-left: auto; }
.bur-hhws1q span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px auto; transition: .2s ease; }
.bur-hhws1q.iso-133ejw span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bur-hhws1q.iso-133ejw span:nth-child(2) { opacity: 0; }
.bur-hhws1q.iso-133ejw span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.her-i1mjk6 { position: relative; padding: 68px 0 52px; overflow: hidden; }
.her-qo7xbu, .her-wf7use {
    position: absolute; inset: 0; pointer-events: none;
}
.her-qo7xbu { background: radial-gradient(circle at 72% 30%, rgba(168, 85, 247, 0.16), transparent 50%); }
.her-wf7use { background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent); }
.hero-inner { position: relative; display: grid; gap: 28px; grid-template-columns: 1.1fr .9fr; align-items: center; }

.her-jd3uuu {
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 22px 50px rgba(0,0,0,0.45);
}
.bre-5rnr1g { display: inline-flex; gap: 8px; margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.bch-16wxta { color: var(--accent); }
.her-ai48h8 { font-size: clamp(30px, 4.6vw, 54px); line-height: 1.08; margin-bottom: 12px; }
.her-5l7671 { color: var(--muted); margin-bottom: 20px; max-width: 760px; }
.her-sirofm { display: flex; gap: 10px; flex-wrap: wrap; }
.her-lnxa20 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}
.hdi-b4o12o { width: 1px; height: 42px; background: var(--line); }
.hst-sz6zgx strong { display: block; font-size: 20px; }
.hst-sz6zgx span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .7px; }

.hero-visual img {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.pag-wnkrs8 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    margin-top: 12px;
}
.art-sadbld, .sid-vbd919 { min-width: 0; }
.pro-t2lgka {
    margin-top: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
}
.pro-t2lgka h2 { margin: 30px 0 12px; font-size: 28px; line-height: 1.2; }
.pro-t2lgka h3 { margin: 20px 0 10px; font-size: 22px; }
.pro-t2lgka p, .pro-t2lgka li { color: var(--muted); }
.pro-t2lgka ul, .pro-t2lgka ol { padding-left: 22px; margin: 12px 0; }
.pro-t2lgka img { margin: 20px auto; }

.toc-box {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}
.toc-toggle {
    width: 100%; border: 0; background: transparent; color: var(--text);
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 16px; font-weight: 700; cursor: pointer;
}
.toc-list { max-height: 0; overflow: hidden; padding: 0 16px; display: flex; flex-direction: column; }
.toc-open .toc-list { max-height: 600px; padding: 0 16px 14px; }
.toc-item { padding: 9px 0; border-bottom: 1px dashed var(--line); color: var(--muted); }
.toc-sub { padding-left: 14px; }
.toc-item:hover { color: var(--text); }

.sbc-4ocwj2 {
    position: sticky; top: 96px;
    background: linear-gradient(170deg, rgba(168,85,247,0.18), rgba(0,217,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 15px 36px rgba(0,0,0,0.35);
}
.sbb-7av2z3 { font-weight: 800; font-size: 22px; margin-bottom: 2px; }
.sbc-lttjqr { margin-top: 14px; display: grid; gap: 10px; }
.sbc-lttjqr li { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); }
.sbc-8qmtoy { color: var(--ok); font-weight: 800; }

.pro-5qn5r6 { margin-top: 28px; }
.pro-wn4v4o {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(130deg, rgba(168,85,247,0.2), rgba(0,217,255,0.14), rgba(255,255,255,0.03));
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.pro-il516z { color: var(--accent); font-size: 13px; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.pro-rsmi6n { font-size: clamp(24px, 3.3vw, 38px); line-height: 1.15; }

.faq-xojhji { padding: 36px 22px 10px; }
.sec-yhz28s { font-size: 32px; margin-bottom: 16px; }
.faq-le2yqa { display: grid; gap: 11px; }
.faq-mc2xd3 {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
    opacity: 0;
    transform: translateY(8px);
    transition: .2s ease;
}
.faq-nwzhuo {
    width: 100%; border: 0; background: transparent; color: var(--text);
    padding: 14px 16px; display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; text-align: left;
}
.faq-hmf18p { color: var(--accent); }
.faq-aao5qf { max-height: 0; overflow: hidden; padding: 0 16px; }
.faq-aao5qf p { color: var(--muted); margin-bottom: 14px; }
.faq-n2lhp7 .faq-aao5qf { max-height: 320px; padding: 0 16px; }
.faq-n2lhp7 .faq-hmf18p { transform: rotate(180deg); }

.sit-oqdx89 {
    margin-top: 36px;
    border-top: 1px solid var(--line);
    background: rgba(0,0,0,0.36);
}
.foo-3se1lb {
    padding: 30px 0;
    display: grid;
    gap: 12px;
}
.foo-njcsju { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; }
.foo-njcsju img { width: 28px; height: 28px; object-fit: contain; border-radius: 6px; }
.foo-2ubs2w { color: var(--muted); margin-top: 8px; }
.foo-qkkcry { display: flex; gap: 14px; flex-wrap: wrap; }
.foo-qkkcry a { color: var(--muted); }
.foo-qkkcry a:hover { color: var(--text); }
.foo-xnj4km { color: var(--muted); font-size: 13px; }

.isv-y2vw2b { opacity: 1 !important; transform: none !important; }

@media (max-width: 980px) {
    .nav-t4od3r {
        position: fixed; inset: 74px 0 auto 0;
        display: none; flex-direction: column; padding: 16px 22px;
        background: rgba(8, 10, 17, 0.96); border-bottom: 1px solid var(--line);
    }
    .nav-dswsw3 { display: flex; }
    .nav-6xnsdx { display: none; }
    .bur-hhws1q { display: inline-block; }
    .hero-inner, .pag-wnkrs8 { grid-template-columns: 1fr; }
    .her-jd3uuu { order: 2; }
    .hero-visual { order: 1; }
    .sbc-4ocwj2 { position: static; }
    .pro-wn4v4o { flex-direction: column; align-items: flex-start; }
    .btn-tf6dyz { width: 100%; }
}

@media (max-width: 640px) {
    .wra-3omdw8 { padding: 0 14px; }
    .her-i1mjk6 { padding-top: 36px; }
    .her-jd3uuu, .pro-t2lgka { padding: 16px; }
    .her-lnxa20 { grid-template-columns: 1fr; gap: 10px; }
    .hdi-b4o12o { display: none; }
    .sec-yhz28s { font-size: 26px; }
}
