        :root { --primary:#4AD314; --bg:#070a0f; --card:#23242C; --card-hover:#444444; --text:#cbd5e1; --text-light:#ffffff; --btn-text:#ffffff; --radius:16px; --sidebar-w:260px; --font:'Inter',sans-serif; }
        * { box-sizing:border-box; margin:0; padding:0; font-family:var(--font); }
        body { background:var(--bg); color:var(--text); display:flex; min-height:100vh; overflow-x:hidden; }
        a { text-decoration:none; color:inherit; }
        .c1memrio { width:var(--sidebar-w); background:var(--card); border-right:1px solid rgba(128,128,128,.1); display:flex; flex-direction:column; position:fixed; height:100vh; top:0; left:0; z-index:100; transition:transform .3s; }
        .c75qt9ye { flex:1; margin-left:var(--sidebar-w); display:flex; flex-direction:column; min-width:0; }
        .c1gcnvch { height:70px; background:rgba(0,0,0,.05); backdrop-filter:blur(10px); position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:flex-end; padding:0 32px; border-bottom:1px solid rgba(128,128,128,.1); }
        .cl3e9gdm { background:var(--primary); color:var(--btn-text); font-weight:800; padding:10px 24px; border-radius:calc(var(--radius)/2); transition:.2s; text-transform:uppercase; letter-spacing:.5px; font-size:14px; display:inline-flex; justify-content:center; align-items:center; border:none; cursor:pointer; }
        .cl3e9gdm:hover { filter:brightness(1.1); transform:translateY(-1px); }
        .c90xoyf6 { color:var(--text-light); font-weight:600; padding:10px 24px; font-size:14px; }
        .c90xoyf6:hover { color:var(--primary); }
        .cnzg9l8o { padding:10px 22px; display:flex; align-items:center; height:70px; }
        .cnzg9l8o img { max-height:50px; max-width:100%; object-fit:contain; }
        .cnzg9l8o h1 { color:var(--text-light); font-size:24px; font-weight:900; }
        .c1zaodqa { padding:20px 16px; display:flex; flex-direction:column; gap:8px; }
        .c131mv6y { padding:12px 16px; border-radius:calc(var(--radius)/1.5); color:var(--text); font-weight:600; display:flex; align-items:center; gap:12px; transition:.2s; }
        .c131mv6y:hover { background:var(--card-hover); color:var(--text-light); }
        .c17xdbwz { padding:32px; max-width:1400px; margin:0 auto; width:100%; display:flex; flex-direction:column; gap:40px; }
        .c1gocm5h { font-size:24px; font-weight:800; color:var(--text-light); margin-bottom:24px; display:flex; align-items:center; gap:10px; }
        .c1gocm5h::before { content:''; display:block; width:4px; height:20px; background:var(--primary); border-radius:2px; }
        .c2jd1evr { background:var(--card); border-radius:calc(var(--radius)*1.5); overflow:hidden; position:relative; display:flex; flex-direction:column; justify-content:center; min-height:380px; padding:50px; border:1px solid rgba(128,128,128,.1); }
        .c94qb5w7 { position:absolute; top:0; right:0; bottom:0; left:30%; background-size:cover; background-position:right center; mask-image:linear-gradient(to right, transparent, black); -webkit-mask-image:linear-gradient(to right, transparent 0%, black 50%); opacity:.6; z-index:1; }
        .c2amesz8 { position:relative; z-index:2; max-width:640px; }
        .c1dk40aq { display:inline-block; background:var(--card-hover); color:var(--primary); font-size:12px; font-weight:800; padding:6px 12px; border-radius:calc(var(--radius)/2); margin-bottom:16px; }
        .c2jd1evr h1 { font-size:clamp(28px, 2.4vw + 16px, 46px); font-weight:900; color:var(--text-light); line-height:1.12; margin-bottom:16px; text-wrap:balance; }
        .c2jd1evr p { font-size:clamp(14px, 0.5vw + 13px, 17px); color:var(--text); line-height:1.6; margin-bottom:32px; text-wrap:pretty; }
        .cypxvnr6 { background:linear-gradient(135deg, var(--card), var(--primary)); border-radius:calc(var(--radius)*1.5); padding:60px 40px; text-align:center; position:relative; overflow:hidden; }
        .c1z9au7f { padding:40px 32px; border-radius:var(--radius); margin:24px 0; text-align:center; background-size:cover; background-position:center; background-color:var(--card); }
        .c11igj7e h2 { color:var(--text-light); margin:0 0 12px; font-size:30px; font-weight:800; }
        .c11igj7e p { color:var(--text); margin:0 auto 24px; font-size:16px; max-width:640px; line-height:1.5; }
        .c2dwsh8l { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
        .c24vcahh { display:inline-flex; align-items:center; gap:12px; background:#000; color:#fff; padding:10px 20px; border-radius:8px; text-decoration:none; transition:.15s; }
        .c24vcahh:hover { background:#222; transform:translateY(-2px); }
        .c24vcahh svg { flex-shrink:0; }
        .c24vcahh span { display:flex; flex-direction:column; align-items:flex-start; line-height:1.1; }
        .c24vcahh small { font-size:9px; opacity:.75; text-transform:uppercase; letter-spacing:.05em; font-weight:500; }
        .c24vcahh strong { font-size:15px; font-weight:700; }
        .cypxvnr6 h2 { color:#fff; font-size:36px; font-weight:900; margin-bottom:16px; }
        .cypxvnr6 p { color:rgba(255,255,255,.9); font-size:18px; margin-bottom:32px; max-width:600px; margin-left:auto; margin-right:auto; }
        .cypxvnr6 .cl3e9gdm { font-size:18px; padding:16px 36px; background:#000; color:var(--primary); }
        .cch8l6ca, .c1027htm { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:16px; }
        .c1pz1t0r { background:linear-gradient(135deg, var(--card), var(--card-hover)); border-radius:var(--radius); padding:24px; border:1px solid rgba(128,128,128,.1); position:relative; overflow:hidden; }
        .c1pz1t0r strong { display:block; color:var(--text-light); font-size:20px; margin-bottom:8px; }
        .c1pz1t0r p { font-size:14px; color:var(--text); margin-bottom:16px; }
        .c25gd2gh { display:grid; grid-template-columns:repeat(auto-fill, minmax(180px, 1fr)); gap:16px; }
        .cle5obx6 { background:var(--card); border-radius:var(--radius); overflow:hidden; position:relative; transition:.3s; display:block; }
        .cle5obx6:hover { transform:translateY(-4px); background:var(--card-hover); }
        .ckccc4ko { aspect-ratio:3/4; background:var(--card-hover); position:relative; overflow:hidden; }
        .ckccc4ko img { width:100%; height:100%; object-fit:cover; }
        .cb7oj2r4 { position:absolute; inset:0; background:rgba(0,0,0,.6); display:flex; align-items:center; justify-content:center; opacity:0; transition:.2s; }
        .cle5obx6:hover .cb7oj2r4 { opacity:1; }
        .chi4sgzg { width:50px; height:50px; background:var(--primary); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#000; font-size:24px; padding-left:4px; }
        .cwb9sfsj { padding:16px; }
        .cwb9sfsj strong { display:block; color:var(--text-light); font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:4px; }
        .cwb9sfsj span { display:block; color:var(--text); font-size:12px; opacity:.8; }
        .c1tydl3t { color:#facc15 !important; font-weight:900; font-size:14px !important; opacity:1 !important; }
        .c1b7c0hs { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px, 1fr)); gap:16px; }
        .c24wd49y { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:16px; }
        .c2nse5gq { background:var(--card); border:1px solid rgba(128,128,128,.15); border-radius:var(--radius); padding:18px; display:flex; flex-direction:column; gap:14px; }
        .c2qdh126 { display:flex; justify-content:space-between; align-items:center; font-size:11px; text-transform:uppercase; letter-spacing:.05em; }
        .c2qdh126 .c2izy01r { color:var(--text); opacity:.65; font-weight:600; }
        .c2fw4chv { background:var(--primary); color:#000; padding:3px 8px; border-radius:4px; font-weight:700; font-size:10px; }
        .c269r1xj { display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:15px; color:var(--text-light); font-weight:600; text-align:center; }
        .c269r1xj strong { flex:1; min-width:0; word-break:break-word; }
        .c269r1xj em { font-style:normal; opacity:.45; font-size:11px; font-weight:400; }
        .cia0xnpw { display:grid; grid-template-columns:repeat(auto-fit, minmax(60px, 1fr)); gap:6px; }
        .c1jvbwyi { background:rgba(128,128,128,.08); padding:8px 6px; text-align:center; border-radius:6px; display:flex; flex-direction:column; gap:2px; }
        .c1jvbwyi em { font-style:normal; font-size:10px; opacity:.55; }
        .c1jvbwyi strong { color:var(--primary); font-weight:700; font-size:14px; }
        .c2aw4x1q { font-size:13px; padding:10px 16px; text-align:center; }
        /* === SITE FOOTER (компактный, визуально отделённый блок) === */
        .c2fc5ru7 { background:rgba(0,0,0,.18); border-top:1px solid rgba(255,255,255,.06); padding:24px 32px 18px; margin-top:32px; color:var(--text); font-size:13px; line-height:1.55; text-align:center; }
        .c2fc5ru7 .c1ocuwt3 { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:18px 28px; padding:2px 0 16px; margin-bottom:14px; border-bottom:1px solid rgba(255,255,255,.05); }
        .c2fc5ru7 .c6i1p2p2 { display:inline-flex; align-items:center; justify-content:center; height:40px; opacity:.65; transition:opacity .2s, filter .2s; filter:saturate(.85) brightness(1.05); }
        .c2fc5ru7 .c6i1p2p2:hover { opacity:1; filter:none; }
        .c2fc5ru7 .c6i1p2p2 img { max-height:40px; max-width:110px; width:auto; height:auto; object-fit:contain; display:block; }
        .c2fc5ru7 .c165dyec { display:flex; flex-wrap:wrap; justify-content:center; gap:4px 22px; margin-bottom:10px; }
        .c2fc5ru7 .cpi7c393 { color:var(--text); text-decoration:none; opacity:.75; transition:opacity .15s, color .15s; font-size:13px; }
        .c2fc5ru7 .cpi7c393:hover { opacity:1; color:var(--text-light); text-decoration:underline; }
        .c2fc5ru7 .c2p0w90r { color:var(--text); opacity:.65; font-size:12px; line-height:1.55; max-width:none; margin:0; padding:0 16px; }
        @media (max-width:768px) {
          .c2fc5ru7 { padding:24px 14px 18px; margin-top:24px; }
          .c2fc5ru7 .c1ocuwt3 { gap:12px 18px; padding:2px 0 14px; margin-bottom:12px; }
          .c2fc5ru7 .c6i1p2p2 { height:34px; }
          .c2fc5ru7 .c6i1p2p2 img { max-height:34px; max-width:90px; }
          .c2fc5ru7 .c165dyec { gap:4px 14px; margin-bottom:10px; }
          .c2fc5ru7 .c2p0w90r { padding:0; line-height:1.65; }
        }
        .cs0ulqyn { background:var(--card); border-radius:var(--radius); padding:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; }
        .cs0ulqyn img { max-height:40px; max-width:100%; object-fit:contain; }
        .cs0ulqyn span { font-size:13px; font-weight:600; color:var(--text-light); text-align:center; }
        .c1rsohs4 { display:block; transition:.15s }
        .c1rsohs4:hover { transform:translateY(-2px) }
        .c12dmdzb { background:var(--card); border-radius:calc(var(--radius)*1.5); padding:40px; border:1px solid rgba(128,128,128,.1); line-height:1.7; }
        .c12dmdzb h2, .c12dmdzb h3 { color:var(--text-light); margin-bottom:16px; margin-top:16px; }
        .c12dmdzb p { margin-bottom:16px; }
        .c12dmdzb ul { margin:12px 0 16px 24px; }
        .c12dmdzb li { margin-bottom:6px; }
        /* Таблицы в контенте (Google любит таблицы — rich results / AI Overviews). */
        .c12dmdzb .c2bg93ug { overflow-x:auto; margin:18px 0 22px; -webkit-overflow-scrolling:touch; }
        .c12dmdzb table { width:100%; border-collapse:collapse; font-size:14px; min-width:480px; background:transparent; }
        .c12dmdzb caption { caption-side:top; text-align:left; color:var(--text); opacity:.7; font-size:13px; margin-bottom:8px; }
        .c12dmdzb th, .c12dmdzb td { padding:11px 14px; text-align:left; border-bottom:1px solid rgba(128,128,128,.18); vertical-align:top; }
        .c12dmdzb thead th { color:var(--text-light); font-weight:800; background:rgba(128,128,128,.08); border-bottom:2px solid var(--primary); white-space:nowrap; }
        .c12dmdzb tbody tr:last-child td { border-bottom:none; }
        .c12dmdzb tbody tr:nth-child(even) td { background:rgba(128,128,128,.04); }
        .c12dmdzb tbody th[scope="row"] { color:var(--text-light); font-weight:700; text-align:left; }
        .c12dmdzb td strong { color:var(--text-light); }
        @media (max-width:680px) { .c12dmdzb table { font-size:13px; } .c12dmdzb th, .c12dmdzb td { padding:9px 11px; } }
        .c2cseofc { background:var(--card); border:1px solid rgba(128,128,128,.1); border-radius:var(--radius); padding:20px; margin-bottom:12px; }
        .c2cseofc summary { font-weight:700; color:var(--text-light); cursor:pointer; list-style:none; display:flex; justify-content:space-between; }
        .c2cseofc summary::-webkit-details-marker { display:none; }
        .c2cseofc p { margin-top:16px; color:var(--text); padding-top:16px; border-top:1px solid rgba(128,128,128,.15); }
        .c1xe6y6p { display:none; background:transparent; border:none; color:var(--text-light); cursor:pointer; padding:6px 10px; border-radius:6px; }
        .c1xe6y6p:hover { background:var(--card-hover); }
        .cihkudmd { display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:99; }
        .cihkudmd.chd5a6gd { display:block; }
        @media (min-width: 769px) { .cihkudmd { display:none !important; } }
        .c1y55ne4 { color:var(--text); padding:10px 14px; border-radius:8px; font-size:14px; font-weight:600; transition:.15s; }
        .c1y55ne4:hover { background:var(--card-hover); color:var(--text-light); }
        .c198ksas { display:none; position:fixed; bottom:0; left:0; right:0; background:var(--card); padding:16px; border-top:1px solid rgba(128,128,128,.2); z-index:1000; }
        .c198ksas .cl3e9gdm { display:flex; width:100%; padding:14px; font-size:16px; }
        .c37bpnlv { display:none; position:fixed; inset:0; background:rgba(0,0,0,.85); z-index:9999; align-items:center; justify-content:center; backdrop-filter:blur(8px); }
        .c2twp07p { background:var(--card); border-radius:calc(var(--radius)*1.2); padding:24px 28px; margin:0 0 24px; }
        .cmhy8fi1 { color:var(--text-light); font-size:18px; font-weight:800; margin:0 0 16px; display:flex; align-items:center; gap:10px; }
        .cmhy8fi1::before { content:''; display:inline-block; width:3px; height:18px; background:var(--primary); border-radius:2px; }
        /* Desktop: ровно 2 колонки — читабельно и не разваливается на широких экранах */
        .c18xcjh5 { display:grid; grid-template-columns:1fr 1fr; column-gap:40px; row-gap:0; margin:0; padding:0; list-style:none; }
        .c25q2n6t { display:flex; justify-content:space-between; align-items:baseline; gap:16px; padding:11px 0; margin:0; border-bottom:1px solid rgba(128,128,128,.10); }
        /* Убираем нижнюю границу у последней строки в каждой колонке */
        .c25q2n6t:nth-last-child(-n+2) { border-bottom:0; }
        .c2twp07p dt.ccsyux2e { color:var(--text); font-size:13px; font-weight:500; opacity:.7; margin:0; padding:0; flex:0 1 auto; }
        .c2twp07p dd.c1pdjww1 { color:var(--text-light); font-size:13px; font-weight:700; text-align:right; margin:0; margin-inline-start:0; padding:0; flex:0 1 auto; min-width:0; word-break:break-word; }
        /* На широких экранах подросший шрифт для читаемости */
        @media (min-width:1280px) { .c2twp07p dt.ccsyux2e, .c2twp07p dd.c1pdjww1 { font-size:14px; } }
        /* Mobile: одна колонка, восстанавливаем border-bottom у предпоследней */
        @media (max-width:768px) {
            .c18xcjh5 { grid-template-columns:1fr; column-gap:0; }
            .c25q2n6t:nth-last-child(-n+2) { border-bottom:1px solid rgba(128,128,128,.10); }
            .c25q2n6t:last-child { border-bottom:0; }
            .c2twp07p { padding:20px; }
        }
        .c21idoz0 { background:var(--card); padding:40px; border-radius:var(--radius); text-align:center; max-width:400px; width:90%; border:2px solid var(--primary); }
        @media (max-width:1024px) {
          .c1memrio { transform:translateX(-100%); }
          .c1memrio.chd5a6gd { transform:translateX(0); }
          .c75qt9ye { margin-left:0; padding-bottom:80px; }
          .c1gcnvch { justify-content:space-between; padding:0 20px; }
          .c1xe6y6p { display:block; }
          .c2jd1evr { padding:28px 20px; }
          .c94qb5w7 { left:0; mask-image:none; -webkit-mask-image:none; opacity:.2; }
          .cypxvnr6 { padding:40px 20px; }
          .cypxvnr6 h2 { font-size:28px; }
          .c17xdbwz { padding:16px; gap:24px; }
          .c25gd2gh { grid-template-columns:repeat(2, 1fr); }
          .c1b7c0hs { grid-template-columns:repeat(2, 1fr); }
          .c2dwsh8l { flex-direction:column; align-items:stretch; }
          .c24vcahh { justify-content:center; }
          .c24wd49y { grid-template-columns:1fr; }
          .cch8l6ca, .c1027htm { grid-template-columns:1fr; }
          .c198ksas { display:block; }
        }
        .cg3096b3 { display:block; }
        .c19w7mnx { max-width:900px; margin:0 auto; padding:32px 20px; }
        .c12ak1ct { display:block; margin:0 auto 24px; max-height:60px; width:auto; }
        .c19w7mnx h1 { font-size:30px; font-weight:800; text-align:center; margin:0 0 16px; color:var(--text-light); }
        .cjq4a75x { text-align:center; color:var(--text); opacity:.85; max-width:640px; margin:0 auto 28px; line-height:1.6; }
        .cdkarccb { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px; margin:0 0 36px; }
        .c1smz01d { position:relative; display:flex; flex-direction:column; align-items:center; gap:12px; width:100%; background:var(--card); border:1px solid var(--card-hover); border-radius:16px; padding:24px 18px; text-align:center; cursor:pointer; overflow:hidden; transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease; }
        .c1smz01d::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background:var(--primary); }
        .c1smz01d:hover { transform:translateY(-3px); border-color:var(--primary); box-shadow:0 12px 28px rgba(0,0,0,.22); }
        .c2alto4q { font-family:monospace; font-size:22px; font-weight:800; letter-spacing:1.5px; color:var(--primary); padding:9px 15px; border:2px dashed var(--primary); border-radius:10px; background:rgba(0,0,0,.14); word-break:break-all; }
        .c27c89am { font-size:14px; color:var(--text); line-height:1.5; opacity:.9; }
        .c2o0owbs { display:inline-flex; align-items:center; gap:7px; margin-top:2px; font-size:13px; font-weight:700; letter-spacing:.02em; color:var(--btn-text); background:var(--primary); padding:9px 20px; border-radius:999px; }
        .c2o0owbs svg { width:15px; height:15px; }
        .c2b1pivz { text-align:center; color:var(--text); opacity:.55; font-size:12px; margin-top:32px; }
        .c2jd1evr .c94qb5w7.c1ltc4su { background-image: url('/assets/hero-desktop.webp'); }
@media (max-width:1024px) { .c2jd1evr .c94qb5w7.c1ltc4su { background-image: url('/assets/hero-mobile.webp'); } }
.cypxvnr6.c1ltc4su { background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.4)), url('/assets/section-desktop.webp'); background-size:cover; background-position:center; }
@media (max-width:1024px) { .cypxvnr6.c1ltc4su { background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.4)), url('/assets/section-mobile.webp'); background-size:cover; background-position:center; } }
