: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-3lwaed { max-width: 1240px; margin: 0 auto; padding: 0 22px; }

.hdr-h98v8s {
    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-7vxvxp {
    background: rgba(6, 7, 13, 0.92);
    border-bottom-color: var(--line);
}
.hdr-5b4m2y { display: flex; align-items: center; gap: 18px; min-height: 74px; }
.log-hg3h7l { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; }
.log-hg3h7l img { width: 34px; height: 34px; object-fit: contain; border-radius: 8px; }
.log-j9aor4 { font-size: 18px; letter-spacing: .2px; }

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

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

.nav-72oqo8 { margin-left: 8px; }

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

.her-4or2jk { position: relative; padding: 68px 0 52px; overflow: hidden; }
.her-bucued, .her-24nqtr {
    position: absolute; inset: 0; pointer-events: none;
}
.her-bucued { background: radial-gradient(circle at 72% 30%, rgba(168, 85, 247, 0.16), transparent 50%); }
.her-24nqtr { 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-t6t47e {
    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-nr788n { display: inline-flex; gap: 8px; margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.bch-20dajl { color: var(--accent); }
.her-w9dznt { font-size: clamp(30px, 4.6vw, 54px); line-height: 1.08; margin-bottom: 12px; }
.her-xrbdjn { color: var(--muted); margin-bottom: 20px; max-width: 760px; }
.her-h69e2f { display: flex; gap: 10px; flex-wrap: wrap; }
.her-c3ay55 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}
.hdi-5awhn9 { width: 1px; height: 42px; background: var(--line); }
.hst-homnb8 strong { display: block; font-size: 20px; }
.hst-homnb8 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-k66k5h {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    margin-top: 12px;
}
.art-0c9sm8, .sid-wk6lna { min-width: 0; }
.pro-07xyxc {
    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-07xyxc h2 { margin: 30px 0 12px; font-size: 28px; line-height: 1.2; }
.pro-07xyxc h3 { margin: 20px 0 10px; font-size: 22px; }
.pro-07xyxc p, .pro-07xyxc li { color: var(--muted); }
.pro-07xyxc ul, .pro-07xyxc ol { padding-left: 22px; margin: 12px 0; }
.pro-07xyxc 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-uzb29q {
    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-7jkht7 { font-weight: 800; font-size: 22px; margin-bottom: 2px; }
.sbc-2sdka8 { margin-top: 14px; display: grid; gap: 10px; }
.sbc-2sdka8 li { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); }
.sbc-c0h6o5 { color: var(--ok); font-weight: 800; }

.pro-gi3krr { margin-top: 28px; }
.pro-q79mgs {
    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-602317 { color: var(--accent); font-size: 13px; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.pro-n7zd9x { font-size: clamp(24px, 3.3vw, 38px); line-height: 1.15; }

.faq-wtr4k7 { padding: 36px 22px 10px; }
.sec-1dsdis { font-size: 32px; margin-bottom: 16px; }
.faq-dihc91 { display: grid; gap: 11px; }
.faq-fc0uw2 {
    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-1pgtg3 {
    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-9rdi3y { color: var(--accent); }
.faq-ttblfc { max-height: 0; overflow: hidden; padding: 0 16px; }
.faq-ttblfc p { color: var(--muted); margin-bottom: 14px; }
.faq-uzqokq .faq-ttblfc { max-height: 320px; padding: 0 16px; }
.faq-uzqokq .faq-9rdi3y { transform: rotate(180deg); }

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

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

@media (max-width: 980px) {
    .nav-ugp1oa {
        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-y7jwg6 { display: flex; }
    .nav-72oqo8 { display: none; }
    .bur-vxt6j7 { display: inline-block; }
    .hero-inner, .pag-k66k5h { grid-template-columns: 1fr; }
    .her-t6t47e { order: 2; }
    .hero-visual { order: 1; }
    .sbc-uzb29q { position: static; }
    .pro-q79mgs { flex-direction: column; align-items: flex-start; }
    .btn-xehzds { width: 100%; }
}

@media (max-width: 640px) {
    .wra-3lwaed { padding: 0 14px; }
    .her-4or2jk { padding-top: 36px; }
    .her-t6t47e, .pro-07xyxc { padding: 16px; }
    .her-c3ay55 { grid-template-columns: 1fr; gap: 10px; }
    .hdi-5awhn9 { display: none; }
    .sec-1dsdis { font-size: 26px; }
}
