/* ДИЗАЙН-КОД ЛДПР (брендбук 2023): синий #26358c + жёлтый #f2e60e + белый,
     шрифты Golos Text (≈Museo Sans) + Oswald (≈DIN Condensed), диагональ 7°, жёлтые плашки */
  :root{--blue:#26358c;--blue-deep:#1b2570;--panel:#182353;--panel2:#22307a;--line:#33409a;--txt:#eef1fb;--muted:#a6b0da;--accent:#26358c;--accent2:#f2e60e;--yellow:#f2e60e;--red:#e5484d;--green:#3ac07a}
  *{box-sizing:border-box}
  html,body{margin:0;height:100%;font-family:"Golos Text",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--txt);background:var(--blue-deep)}
  #shell{display:flex;flex-direction:column;height:100%}
  #app{display:flex;flex:1;min-height:0;position:relative}
  #app.nav-hidden #sidebar{display:none}
  #topbar{flex:none;display:flex;align-items:center;gap:14px;height:56px;padding:0 16px;background:var(--blue);border-bottom:3px solid var(--yellow);position:relative;z-index:30}
  #topbar::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.4;background:repeating-linear-gradient(-7deg,transparent 0 34px,rgba(120,140,220,.10) 34px 35px)}
  #topbar>*{position:relative}
  .tb-brand{display:flex;align-items:baseline;gap:10px}
  .tb-ldpr{font-family:"Oswald",sans-serif;font-weight:700;font-size:30px;color:var(--yellow);letter-spacing:.03em;line-height:1}
  .tb-name{font-family:"Oswald",sans-serif;font-size:18px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#fff;display:flex;align-items:center}
  .tb-name .chk{color:var(--blue);background:var(--yellow);padding:0 4px;border-radius:3px;margin-right:5px;font-size:14px}
  .tb-name .tb-dot{color:var(--yellow)}
  .tb-sub{font-size:12.5px;color:#c9d2f5;font-weight:500}
  .tb-demo{margin-left:auto;font-size:10.5px;letter-spacing:.05em;color:var(--blue);background:var(--yellow);border-radius:4px;padding:4px 9px;font-weight:600}
  #sidebar{width:320px;flex:none;background:var(--panel);border-right:3px solid var(--yellow);display:flex;flex-direction:column;overflow-y:auto;position:relative}
  /* фирменные тонкие диагональные линии по фону сайдбара */
  #sidebar::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
    background:repeating-linear-gradient(-7deg,transparent 0 38px,rgba(120,140,220,.10) 38px 39px)}
  #sidebar>*{position:relative}
  .section{padding:17px 18px;border-bottom:1px solid var(--line)}
  .section h2{margin:0 0 13px;font-family:"Oswald",sans-serif;font-size:14.5px;letter-spacing:.04em;text-transform:uppercase;color:#fff;font-weight:600;padding-left:11px;border-left:4px solid var(--yellow);display:flex;align-items:center;gap:9px}
  .section h2 .ic{font-size:16px;line-height:1}
  .lvl{display:flex;gap:10px;align-items:flex-start;padding:7px 8px;margin:0 -8px;font-size:13.5px;cursor:pointer;border-radius:8px;transition:background .12s}
  .lvl:hover{background:rgba(242,230,14,.09)}
  .lvl.on{background:rgba(242,230,14,.06)}
  .lvl .n{width:20px;height:20px;flex:none;border-radius:50%;background:var(--panel2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted)}
  .lvl.on .n{background:var(--yellow);border-color:var(--yellow);color:var(--blue);font-weight:700}
  .lvl.on .t b{color:var(--txt)}
  .lvl .t{color:var(--muted)}
  .lvl .t b{display:block;color:var(--muted);font-weight:600;font-size:14px}
  .row{display:flex;align-items:center;gap:9px;padding:7px 0;font-size:14.5px;cursor:pointer;user-select:none;line-height:1.4}
  .row input{accent-color:var(--accent);width:15px;height:15px}
  .dot{width:11px;height:11px;border-radius:50%;flex:none}
  .swatch{width:14px;height:11px;border-radius:2px;flex:none;border:1px solid rgba(255,255,255,.15)}
  .metric{font-size:14px;color:var(--muted);padding:6px 0;cursor:pointer;display:flex;align-items:center;gap:8px;line-height:1.35}
  .metric input{accent-color:var(--accent)}
  .legend{display:flex;flex-direction:column;gap:6px;margin-top:4px}
  .legend .lg{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted)}
  #map{flex:1;position:relative}
  #menu-btn{flex:none;width:42px;height:42px;border:none;border-radius:10px;background:rgba(255,255,255,.10);color:var(--yellow);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}
  #menu-btn:hover{background:rgba(255,255,255,.18)}
  #map-search{position:absolute;left:12px;top:12px;z-index:20;width:340px;max-width:calc(100% - 24px);background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 8px 26px rgba(0,0,0,.42)}
  .maplegend{position:absolute;left:12px;bottom:14px;z-index:6;background:rgba(20,26,46,.92);border:1px solid var(--line);border-radius:11px;padding:10px 13px;font-size:12px;color:var(--txt);line-height:1.9;max-width:230px;box-shadow:0 6px 20px rgba(0,0,0,.45);pointer-events:none}
  .maplegend:empty{display:none}
  @media(max-width:760px){.maplegend{display:none}}
  .maplibregl-ctrl-top-left{margin-top:62px}
  /* Пользовательский (публичный) режим — скрываем штабные функции */
  body.public .shtab,body.public #feed-btn,body.public #ai-btn,body.public #dash-btn,body.public #feed,body.public #ai,body.public #dash,body.public #zone-stats{display:none!important}
  body.candidate #ai-btn,body.candidate #ai,body.candidate #dash-pdf,body.candidate .admin-only{display:none!important}
  body:not(.candidate) .candidate-only{display:none!important}
  .work-panel{display:none;position:absolute;right:0;top:0;height:100%;width:410px;max-width:96vw;z-index:28;background:#141a2e;border-left:3px solid #f2e60e;box-shadow:-6px 0 26px rgba(0,0,0,.5);flex-direction:column}
  .work-head{padding:14px 16px;border-bottom:1px solid #2c3660;display:flex;align-items:center;justify-content:space-between}
  .work-head b{font-family:'Oswald',sans-serif;color:#f2e60e;letter-spacing:.04em;font-size:16px}
  .work-close{cursor:pointer;color:#9aa4c4;font-size:22px;line-height:1}
  .work-list{flex:1;overflow-y:auto;padding:10px 12px}
  .work-card{background:#1c2340;border:1px solid #2c3660;border-radius:8px;padding:11px 12px;margin-bottom:9px}
  body.public #ev-btn{top:64px!important}
  body.public #help-btn{top:16px!important}
  @media(max-width:760px){
    #sidebar{position:absolute;z-index:38;height:100%;width:87%;max-width:340px;transform:translateX(-100%);transition:transform .25s ease}
    #sidebar.open{transform:none;box-shadow:0 0 34px rgba(0,0,0,.55)}
    #topbar{gap:10px;padding:0 12px;height:52px}
    .tb-ldpr{font-size:24px}.tb-name{font-size:14px}.tb-sub,.tb-demo{display:none}
    #map-search{left:8px;right:8px;top:8px;width:auto;max-width:none}
    #help-btn{right:12px!important;top:72px!important}
    #feed-btn{top:120px!important}
    #ai-btn{top:168px!important}
    #ev-btn{top:216px!important}
    #dash-btn{top:264px!important}
    #opp-work-btn{top:312px!important}
    #tasks-btn{top:360px!important}
    #level-badge{display:none}
    #info{max-width:78vw}
    .maplibregl-ctrl-top-left{margin-top:60px}
    body.public #help-btn{top:72px!important}
    body.public #ev-btn{top:120px!important}
    /* крупные finger-кнопки и тач-цели (просьба Ивана) */
    #help-btn,#feed-btn,#ai-btn,#ev-btn,#dash-btn,#opp-work-btn,#tasks-btn{width:46px!important;height:46px!important}
    #menu-btn{width:46px;height:46px}
    #search{padding:12px 14px!important;font-size:15px!important}
    #search-btn{min-width:54px;font-size:18px!important}
    .row input,.metric input{width:20px!important;height:20px!important}
    .row,.metric{padding-top:12px!important;padding-bottom:12px!important}
    .lvl{padding:12px 8px!important}
    .section h2{font-size:15.5px}
    body:not(.public) .maplibregl-ctrl-top-left{margin-top:78px}
  }
  #level-badge{position:absolute;top:72px;left:12px;z-index:5;max-width:calc(100% - 130px);background:var(--panel2);border:1px solid var(--line);border-radius:20px;padding:7px 16px;font-size:12.5px;box-shadow:0 6px 20px rgba(0,0,0,.4)}
  #level-badge b{color:var(--accent2)}
  #level-badge .hint{color:var(--muted);margin-left:6px}
  #info{position:absolute;top:58px;right:14px;width:290px;z-index:8;background:var(--panel2);border:1px solid var(--line);border-radius:11px;padding:16px 17px;display:none;box-shadow:0 10px 34px rgba(0,0,0,.45)}
  #info h3{margin:0 0 2px;font-size:15px}
  #info .dist{font-size:12px;color:var(--muted);margin-bottom:12px}
  #info .grid{display:grid;grid-template-columns:1fr auto;gap:7px 10px;font-size:13px}
  #info .grid .k{color:var(--muted)}
  #info .grid .v{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}
  #info .bar{height:6px;border-radius:3px;background:#0d1117;margin-top:3px;overflow:hidden}
  #info .bar>i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2))}
  #info .close{position:absolute;top:11px;right:13px;color:var(--muted);cursor:pointer;font-size:18px;line-height:1}
  .maplibregl-popup-content{background:var(--panel2);color:var(--txt);border-radius:9px;border:1px solid var(--line);font-size:12.5px;padding:11px 13px}
  .maplibregl-popup-content b{color:var(--accent2)}
  .maplibregl-popup-tip{border-top-color:var(--panel2)!important;border-bottom-color:var(--panel2)!important}
  .foot{margin-top:auto;padding:12px 18px;font-size:11px;color:var(--muted);line-height:1.5}
  .dcard{background:#0f1830;border:1px solid #2c3660;border-radius:11px;padding:11px 12px;margin-bottom:11px}
  .dcard .dh{font-family:'Oswald',sans-serif;font-size:12.5px;letter-spacing:.03em;color:#cdd6f0;margin-bottom:9px;text-transform:uppercase}
  #dash button:disabled{opacity:.55;cursor:default}

/* Generated from former inline style attributes; keep CSP style-src-attr 'none'. */
[data-csp-style="i-00f9f740e581"][data-csp-style]{padding:11px 14px;border-top:1px solid #2c3660}
[data-csp-style="i-0176d745121e"][data-csp-style]{width:100%;margin-top:7px;padding:8px;background:var(--yellow);color:var(--blue);border:none;border-radius:7px;font-size:12px;font-weight:700;cursor:pointer}
[data-csp-style="i-01e75d872d9b"][data-csp-style]{position:absolute;right:16px;top:112px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #f2e60e;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 0 0 2px rgba(242,230,14,.28),0 3px 12px rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-044d00e8e6f1"][data-csp-style]{color:#e5697a;font-size:13px}
[data-csp-style="i-04bbad45499c"][data-csp-style]{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}
[data-csp-style="i-04e5998288b0"][data-csp-style]{color:#7a86ab}
[data-csp-style="i-051b5bed6d14"][data-csp-style]{font-size:10.5px;color:#6f7ba0;margin-top:6px}
[data-csp-style="i-09edd4eb9de8"][data-csp-style]{color:#e5a13b}
[data-csp-style="i-0acc66d5d340"][data-csp-style]{padding:10px 16px;font-size:12px;color:#aab4d4;border-bottom:1px solid #2c3660;line-height:1.6}
[data-csp-style="i-0bb6b12f5672"][data-csp-style]{font-size:11.5px;color:#8ea3c8;line-height:1.5;border-top:1px solid #2c3660;padding-top:6px}
[data-csp-style="i-0caaddfbc89e"][data-csp-style]{position:absolute;inset:0;z-index:20;display:none;align-items:center;justify-content:center;background:rgba(8,12,28,.72);backdrop-filter:blur(3px)}
[data-csp-style="i-0e9b02053d13"][data-csp-style]{font-family:'Oswald',sans-serif;color:#f2e60e;letter-spacing:.04em;font-size:16px}
[data-csp-style="i-12a7866293e7"][data-csp-style]{width:100%;margin-top:10px;padding:9px 10px;background:var(--yellow);color:var(--blue);border:0;border-radius:7px;font-size:12.5px;cursor:pointer;font-weight:700;opacity:.55}
[data-csp-style="i-13555bdc1800"][data-csp-style]{font-size:11px;color:#7a86a8;margin-top:10px;text-align:center}
[data-csp-style="i-1372b0be6710"][data-csp-style]{display:none;width:100%;margin-top:6px;padding:7px 10px;background:transparent;color:#c8d0eb;border:1px solid #4a5780;border-radius:7px;font-size:12px;cursor:pointer}
[data-csp-style="i-13ac97d19e7d"][data-csp-style]{display:none;position:absolute;right:0;top:0;height:100%;width:400px;max-width:96vw;z-index:26;background:#141a2e;border-left:3px solid #f2e60e;box-shadow:-6px 0 26px rgba(0,0,0,.45);flex-direction:column}
[data-csp-style="i-145afb7049c9"][data-csp-style]{margin-bottom:2px}
[data-csp-style="i-15e40f8320c5"][data-csp-style]{font-size:13px;font-weight:600;color:#fff;line-height:1.3}
[data-csp-style="i-19e2df1298f0"][data-csp-style]{margin-top:9px;border-top:1px solid #2c3660;padding-top:9px}
[data-csp-style="i-1a9c6bc74a94"][data-csp-style]{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}
[data-csp-style="i-1cf4b7c612ed"][data-csp-style]{margin-top:9px;color:#f2e60e;font-weight:700}
[data-csp-style="i-1e4e60e71f58"][data-csp-style]{font-size:12.5px;color:#e6ecff;line-height:1.35;margin-bottom:6px}
[data-csp-style="i-1ebc62eca430"][data-csp-style]{flex:none;width:40px;height:40px;border:none;border-radius:10px;background:#f2e60e;color:#26358c;font-size:17px;font-weight:700;cursor:pointer}
[data-csp-style="i-20c0ef0ad2e8"][data-csp-style]{position:absolute;left:-24px;top:-18px;width:150px;height:34px;background:#f2e60e;transform:rotate(-7deg);opacity:.9}
[data-csp-style="i-226235385d6e"][data-csp-style]{color:#5bbf7a}
[data-csp-style="i-26e45015bd58"][data-csp-style]{display:flex;justify-content:space-between}
[data-csp-style="i-27939deecceb"][data-csp-style]{display:flex;gap:11px;margin-bottom:18px}
[data-csp-style="i-27cf3d7180ff"][data-csp-style]{width:100%;background:var(--panel2);border:1px solid var(--line);border-radius:7px;padding:7px 9px;color:var(--txt);font-size:12.5px}
[data-csp-style="i-28b26c1f798d"][data-csp-style]{color:#8ab4ff}
[data-csp-style="i-29b54b31a5d0"][data-csp-style]{color:#fff;font-size:15px}
[data-csp-style="i-2a9ef8f99820"][data-csp-style]{display:none;position:absolute;left:16px;bottom:16px;z-index:6;background:#141a2e;border:1px solid #2c3660;border-radius:12px;padding:13px 15px;width:248px;font-family:'Golos Text',system-ui,sans-serif;color:#e6edf3;box-shadow:0 6px 24px rgba(0,0,0,.45)}
[data-csp-style="i-2ba7a33fe334"][data-csp-style]{font-size:11px;color:#9aa4c4;margin-top:5px;line-height:1.3}
[data-csp-style="i-2bb101fdbf38"][data-csp-style]{flex:1;resize:none;background:#0d1117;border:1px solid #2c3660;border-radius:10px;color:#e6edf3;font-size:13px;padding:9px 11px;font-family:inherit;max-height:90px}
[data-csp-style="i-2da439865d5b"][data-csp-style]{color:#a6b0da}
[data-csp-style="i-2e1538021fc6"][data-csp-style]{margin-top:7px;color:#aab4d4}
[data-csp-style="i-2e84fa613927"][data-csp-style]{color:#9aa4c4;text-align:center;padding:28px}
[data-csp-style="i-2eeb30cb2518"][data-csp-style]{background:var(--green)}
[data-csp-style="i-3055e38ae7a3"][data-csp-style]{font-size:11px;color:var(--muted);margin-top:6px}
[data-csp-style="i-31e6748f3d4c"][data-csp-style]{padding:10px 12px;border-top:1px solid #2c3660;display:flex;gap:8px;align-items:flex-end}
[data-csp-style="i-3391c3d9d61c"][data-csp-style]{background:#00b8a9;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-33d51f419f18"][data-csp-style]{font-size:13.5px;line-height:1.45}
[data-csp-style="i-33ee29812798"][data-csp-style]{font-size:11px}
[data-csp-style="i-34478013758b"][data-csp-style]{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:13px}
[data-csp-style="i-359a215a843a"][data-csp-style]{display:inline-block;margin-top:7px;color:#8ab4ff;font-size:12px}
[data-csp-style="i-36f3a81e99e2"][data-csp-style]{background:#2c7be5;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-37082ae54678"][data-csp-style]{background:#1c2340;border:1px solid #2c3660;border-radius:10px;padding:10px 11px;margin-bottom:8px;cursor:pointer}
[data-csp-style="i-37acdc7ac645"][data-csp-style]{grid-column:1/3;color:#8b98a9;font-size:12px;margin-top:6px}
[data-csp-style="i-37af4b4b837c"][data-csp-style]{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.4}
[data-csp-style="i-38c60390868e"][data-csp-style]{font-size:13px;color:#e6ecff;line-height:1.35;margin-bottom:7px}
[data-csp-style="i-38fc9b3ac329"][data-csp-style]{display:flex;gap:11px;margin-bottom:12px}
[data-csp-style="i-39ebeac96cdb"][data-csp-style]{background:var(--yellow);border:none;border-radius:8px;color:var(--blue);padding:0 15px;cursor:pointer;font-size:16px;font-weight:700}
[data-csp-style="i-3b2abc34c9aa"][data-csp-style]{color:#9aa4c4;font-size:12px;margin-top:2px}
[data-csp-style="i-3bc7b31511c1"][data-csp-style]{padding:9px 14px;border-bottom:1px solid #2c3660;color:#aab4d4;font-size:12px}
[data-csp-style="i-3cc5e09c27e1"][data-csp-style]{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:4px}
[data-csp-style="i-3ddb780210e4"][data-csp-style]{background:#e5484d;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-3e644e202a8b"][data-csp-style]{font-size:13px;color:#e6ecff;line-height:1.8;margin-top:6px}
[data-csp-style="i-3ea4a487b581"][data-csp-style]{font-size:14px;font-weight:600;color:#fff;margin-bottom:3px}
[data-csp-style="i-3ecd04b434dc"][data-csp-style]{background:#f2e60e}
[data-csp-style="i-3ed1609f50a4"][data-csp-style]{flex:1;overflow-y:auto;padding:13px}
[data-csp-style="i-40b3aec56a19"][data-csp-style]{background:#26358c;color:#fff;font-size:11px;padding:2px 9px;border-radius:20px}
[data-csp-style="i-412a7876f639"][data-csp-style]{font-family:'Golos Text',system-ui,sans-serif;min-width:230px}
[data-csp-style="i-41ed9f8aa19d"][data-csp-style]{margin-top:7px;color:var(--muted)}
[data-csp-style="i-41eedbc387f4"][data-csp-style]{width:100%;margin-top:6px;border:0;border-radius:6px;background:#f2e60e;color:#26358c;padding:8px;font-weight:700;cursor:pointer}
[data-csp-style="i-44f12f9f8ece"][data-csp-style]{flex:1;overflow-y:auto;padding:9px 12px}
[data-csp-style="i-45d87cd4cba7"][data-csp-style]{display:flex;gap:7px;align-items:center;margin-bottom:4px}
[data-csp-style="i-45e19a7133ba"][data-csp-style]{color:#f2e60e;font-size:18px}
[data-csp-style="i-469a514c1f65"][data-csp-style]{background:#26358c;color:#fff;font-size:11px;font-weight:700;padding:2px 9px;border-radius:20px}
[data-csp-style="i-46ce003731d8"][data-csp-style]{flex:1;padding:9px 4px;background:var(--yellow);color:var(--blue);border:none;border-radius:7px;font-size:12.5px;cursor:pointer;font-weight:700}
[data-csp-style="i-4be54bbc5abd"][data-csp-style]{color:#c8d4e4;font-weight:600;margin-top:8px}
[data-csp-style="i-4f5e4491f0b2"][data-csp-style]{background:#c9ccd4}
[data-csp-style="i-51157d8c5d17"][data-csp-style]{margin-top:8px;font-size:12.5px}
[data-csp-style="i-5220b1a63b04"][data-csp-style]{position:absolute;right:16px;top:256px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #33407a;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-52b06c532f5d"][data-csp-style]{grid-column:1/3;color:#c8d4e4;margin-top:6px;font-weight:600}
[data-csp-style="i-552e9e1e0bcb"][data-csp-style]{background:#243056;color:#aab4d4;font-size:11px;padding:2px 9px;border-radius:20px}
[data-csp-style="i-56a3ac7cac64"][data-csp-style]{margin-top:8px;padding:8px 9px;border:1px solid #8a3d46;border-radius:6px;background:#32181d;color:#ffb4b4;font-size:11.5px;line-height:1.4}
[data-csp-style="i-56d97dc4e45a"][data-csp-style]{flex:none;width:26px;height:26px;border-radius:50%;background:#f2e60e;color:#26358c;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:13px}
[data-csp-style="i-5729235ebe94"][data-csp-style]{margin-top:7px;color:#e5a13b;font-size:11.5px}
[data-csp-style="i-57776a5b1d32"][data-csp-style]{font-size:11px;font-weight:700;background:#f2e60e;color:#26358c;padding:2px 8px;border-radius:20px}
[data-csp-style="i-58325377ec82"][data-csp-style]{background:var(--yellow)}
[data-csp-style="i-5c85e6622d60"][data-csp-style]{border-top:1px solid #33406d;padding:7px 0;line-height:1.45}
[data-csp-style="i-5d16d13f8c85"][data-csp-style]{display:none;position:absolute;right:0;top:0;height:100%;width:384px;max-width:94vw;z-index:27;background:#141a2e;border-left:3px solid #f2e60e;box-shadow:-6px 0 26px rgba(0,0,0,.5);flex-direction:column}
[data-csp-style="i-5e461f0709b6"][data-csp-style]{font-size:13px}
[data-csp-style="i-5ead1ef4609d"][data-csp-style]{font-family:'Oswald',sans-serif;color:#f2e60e;letter-spacing:.04em;font-size:15px}
[data-csp-style="i-5ecf55182d07"][data-csp-style]{font-size:11px;color:#8b98a9;margin-top:4px}
[data-csp-style="i-63e4e04003c2"][data-csp-style]{margin-top:4px;color:#e6edf3;line-height:1.5;max-height:220px;overflow:auto;white-space:pre-wrap}
[data-csp-style="i-69374f356aba"][data-csp-style]{display:flex;gap:6px}
[data-csp-style="i-69984cf0805c"][data-csp-style]{position:absolute;right:16px;top:64px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #33407a;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-6b57c446df1d"][data-csp-style]{padding:3px 0;font-size:12.5px}
[data-csp-style="i-6b8b45e5d7ca"][data-csp-style]{font-size:12px;color:#e5a13b;line-height:1.4}
[data-csp-style="i-6d2e39b6a476"][data-csp-style]{font-size:11px;color:#9aa4c4;margin-top:6px;text-align:center}
[data-csp-style="i-6ec31dfea077"][data-csp-style]{font-size:11px;color:#aab4d4;margin-top:7px;line-height:1.45}
[data-csp-style="i-71b6b67c51da"][data-csp-style]{background:#f5a623;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-71e4658b2964"][data-csp-style]{color:#e5697a;text-align:center;padding:28px}
[data-csp-style="i-7364ad89b186"][data-csp-style]{font-size:12.5px;color:#cdd6f0;margin-top:5px}
[data-csp-style="i-739bb8dbffc6"][data-csp-style]{display:none;position:absolute;right:0;top:0;height:100%;width:344px;max-width:92vw;z-index:25;background:#141a2e;border-left:3px solid #f2e60e;box-shadow:-6px 0 26px rgba(0,0,0,.45);flex-direction:column}
[data-csp-style="i-75bee2af1a47"][data-csp-style]{padding:14px 16px;border-bottom:1px solid #2c3660;display:flex;align-items:center;justify-content:space-between}
[data-csp-style="i-79b4adb14eb0"][data-csp-style]{width:100%;background:#0d1117;border:1px solid #33409a;border-radius:6px;color:#fff;padding:8px}
[data-csp-style="i-7a220867850b"][data-csp-style]{font-size:12px;color:#aab4d4;line-height:1.7}
[data-csp-style="i-7bb0f7ff2f21"][data-csp-style]{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}
[data-csp-style="i-7c8d69cb6e6e"][data-csp-style]{background:var(--red)}
[data-csp-style="i-7e117f42a5bc"][data-csp-style]{font-size:12.5px;color:#e6ecff;line-height:1.35}
[data-csp-style="i-804035b760c9"][data-csp-style]{background:#0f1830;border:1px solid #2c3660;border-radius:11px;padding:11px 12px}
[data-csp-style="i-8598d8e73d24"][data-csp-style]{flex:1;padding:9px 4px;background:var(--blue);color:#fff;border:1px solid var(--yellow);border-radius:7px;font-size:12.5px;cursor:pointer;font-weight:700}
[data-csp-style="i-8920ac193dd1"][data-csp-style]{color:#d7a0a7}
[data-csp-style="i-8bde36d0d616"][data-csp-style]{font-weight:400}
[data-csp-style="i-8f68c3f4adbf"][data-csp-style]{font-family:'Golos Text',system-ui,sans-serif;min-width:300px}
[data-csp-style="i-91610090f39a"][data-csp-style]{margin-top:7px;padding:8px 10px;background:#141d3a;border:1px solid #2c3660;border-radius:8px;font-size:11.5px;color:#e6ecff;white-space:pre-wrap;line-height:1.45}
[data-csp-style="i-93328fc72e3a"][data-csp-style]{color:#aab4d4}
[data-csp-style="i-93b624a19df1"][data-csp-style]{font-family:'Golos Text',system-ui,sans-serif;min-width:210px}
[data-csp-style="i-941aa4d49814"][data-csp-style]{cursor:pointer;color:#9aa4c4;font-size:22px;line-height:1}
[data-csp-style="i-95c0d0776edf"][data-csp-style]{position:absolute;right:16px;top:208px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #33407a;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-984962310d26"][data-csp-style]{font-size:11px;color:#8b98a9;margin-top:6px}
[data-csp-style="i-9b789cabc312"][data-csp-style]{font-size:12.5px;color:#e6ecff;line-height:1.4;margin-top:6px}
[data-csp-style="i-9c40389b4ad8"][data-csp-style]{display:flex;gap:8px}
[data-csp-style="i-9cb8843e4ff0"][data-csp-style]{margin-left:auto;color:#f2e60e}
[data-csp-style="i-9e604cc08cba"][data-csp-style]{width:100%;margin-top:9px;padding:8px 10px;border:0;border-radius:6px;background:#f2e60e;color:#26358c;font-weight:700;cursor:pointer}
[data-csp-style="i-9e8adf770675"][data-csp-style]{max-height:260px;overflow:auto;margin-top:7px}
[data-csp-style="i-a0d7b4dd4067"][data-csp-style]{color:#9aa4c4;font-size:13px}
[data-csp-style="i-a26c0f0bae9a"][data-csp-style]{cursor:pointer;font-size:11.5px;background:#1c2340;border:1px solid #2c3660;color:#aab4d4;border-radius:16px;padding:5px 10px}
[data-csp-style="i-a291a1c020a3"][data-csp-style]{width:100%;border-radius:8px;margin-bottom:7px;max-height:150px;object-fit:cover}
[data-csp-style="i-a458a9bae4ee"][data-csp-style]{font-size:11px;color:#8b98a9;margin-top:5px}
[data-csp-style="i-a4e017b7b0ef"][data-csp-style]{display:flex;align-items:center;gap:8px}
[data-csp-style="i-a56148b770ad"][data-csp-style]{background:#d7ddf0}
[data-csp-style="i-a57a8be802f0"][data-csp-style]{cursor:pointer;color:#9aa4c4;font-size:18px;line-height:1}
[data-csp-style="i-a5dffe3e316c"][data-csp-style]{font-size:11.5px;color:#8b98a9;margin:-2px 0 2px}
[data-csp-style="i-a66c33606303"][data-csp-style]{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
[data-csp-style="i-ac088d3fbeb8"][data-csp-style]{display:flex;gap:6px;align-items:center;margin-bottom:6px}
[data-csp-style="i-ac9bcfd382fe"][data-csp-style]{margin-left:auto;font-size:11px;color:#aab4d4}
[data-csp-style="i-ad05c52d8fba"][data-csp-style]{grid-column:1/3;color:#8b98a9;font-size:12px;line-height:1.4}
[data-csp-style="i-ad731ca19d86"][data-csp-style]{background:linear-gradient(90deg,#4d68df,#e5a13b,#5bbf7a,#b06ad8)}
[data-csp-style="i-aecd82f1b28b"][data-csp-style]{grid-column:1/3;color:#8b98a9;font-size:12px;line-height:1.5}
[data-csp-style="i-b08c19a16ecb"][data-csp-style]{padding:13px 16px;border-bottom:1px solid #2c3660;display:flex;align-items:center;justify-content:space-between}
[data-csp-style="i-b255d9a1bed1"][data-csp-style]{background:transparent;border-color:#f2e60e}
[data-csp-style="i-b3294be63cbd"][data-csp-style]{color:#9aa4c4}
[data-csp-style="i-b636b62853ef"][data-csp-style]{padding:0 12px 8px;display:flex;flex-wrap:wrap;gap:6px}
[data-csp-style="i-b88534ebd366"][data-csp-style]{background:#f2e60e;color:#26358c;font-size:11px;font-weight:700;padding:2px 9px;border-radius:20px}
[data-csp-style="i-b8bbbca91318"][data-csp-style]{font-size:12px;color:var(--muted);margin-top:6px;padding:0 3px;display:none}
[data-csp-style="i-bd69afacf864"][data-csp-style]{width:100%;padding:12px;border:none;border-radius:9px;background:#f2e60e;color:#26358c;font-weight:700;font-size:15px;cursor:pointer;font-family:'Oswald',sans-serif;letter-spacing:.03em}
[data-csp-style="i-bfc853f4461b"][data-csp-style]{width:100%;max-height:118px;object-fit:cover;border-radius:7px;margin:3px 0}
[data-csp-style="i-c088f9ebf600"][data-csp-style]{font-family:'Oswald',sans-serif;font-weight:700;font-size:22px;letter-spacing:.04em;color:#f2e60e;position:relative}
[data-csp-style="i-c0bd7bc2015e"][data-csp-style]{width:100%;margin-top:9px;padding:8px;background:var(--blue);color:#fff;border:1px solid var(--yellow);border-radius:7px;font-size:12px;font-weight:700;cursor:pointer}
[data-csp-style="i-c3a7cb4ecf16"][data-csp-style]{position:absolute;right:16px;top:16px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #33407a;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-c64d2b91c8e3"][data-csp-style]{display:flex;justify-content:space-between;font-size:12.5px;padding:3px 0;border-bottom:1px solid #202a4c}
[data-csp-style="i-c7aecfea1a81"][data-csp-style]{color:#9aa4c4;text-align:center;padding:34px 0}
[data-csp-style="i-c82120e3d2ee"][data-csp-style]{position:absolute;right:16px;top:160px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #33407a;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-c8744b94e4e0"][data-csp-style]{width:440px;max-width:92vw;background:#141a2e;border:1px solid #2c3660;border-radius:16px;padding:26px 26px 22px;position:relative;overflow:hidden;font-family:'Golos Text',system-ui,sans-serif;color:#e6edf3}
[data-csp-style="i-c8ee56f2f703"][data-csp-style]{color:#8b98a9}
[data-csp-style="i-c9460a292a6b"][data-csp-style]{background:#9aa4c4;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-ca16d7e17895"][data-csp-style]{color:#cbd6ff;margin-top:6px;line-height:1.45}
[data-csp-style="i-ca9f184f62ac"][data-csp-style]{display:flex;flex-wrap:wrap;gap:2px 10px}
[data-csp-style="i-cf9863de0c4c"][data-csp-style]{background:#30a46c;box-shadow:0 0 0 2px #fff inset}
[data-csp-style="i-d06c092bb457"][data-csp-style]{font-size:12.5px;color:#e6ecff;line-height:1.4;margin-top:5px}
[data-csp-style="i-d07d2d1e1d37"][data-csp-style]{font-size:14.5px;font-weight:600;color:#fff;line-height:1.35;margin-bottom:7px}
[data-csp-style="i-d0f63b6c5f33"][data-csp-style]{background:#a46be0}
[data-csp-style="i-d1117ef87345"][data-csp-style]{font-size:13px;line-height:1.85}
[data-csp-style="i-d13129c85d6a"][data-csp-style]{font-size:13px;color:#e6ecff;line-height:1.35;margin-bottom:3px}
[data-csp-style="i-d1a8f8bc313b"][data-csp-style]{display:flex;gap:6px;align-items:center}
[data-csp-style="i-d236d6a9220b"][data-csp-style]{position:absolute;right:16px;top:304px;z-index:5;width:40px;height:40px;border-radius:11px;border:1px solid #f2e60e;background:#161d3a;color:#f2e60e;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}
[data-csp-style="i-d591e33b802d"][data-csp-style]{color:#cdd6f0}
[data-csp-style="i-d6423f0f0f09"][data-csp-style]{font-size:11px;color:#9aa4c4;margin:-4px 0 12px}
[data-csp-style="i-d68809beb8f2"][data-csp-style]{background:#3a1418;border:1px solid #6e2a2f;border-radius:7px;padding:7px 9px;margin-bottom:7px;font-size:12px;color:#ffb4b4;font-weight:600}
[data-csp-style="i-d82daff4b994"][data-csp-style]{display:none;font-size:11px;color:#d3ad55;margin-top:7px;line-height:1.45}
[data-csp-style="i-d989702492ba"][data-csp-style]{color:#7a86ab;margin-top:9px}
[data-csp-style="i-db6cce628c52"][data-csp-style]{grid-column:1/3;color:#8b98a9;font-size:11px;margin-top:8px}
[data-csp-style="i-de105a752efe"][data-csp-style]{font-size:11px;color:var(--muted);margin:8px 0 4px}
[data-csp-style="i-df1a3563623e"][data-csp-style]{font-size:13px;color:#9aa4c4;margin:4px 0 16px}
[data-csp-style="i-e0bb0da8e11f"][data-csp-style]{width:100%;padding:11px;background:var(--blue);color:#fff;border:1px solid var(--yellow);border-radius:9px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:'Oswald',sans-serif;letter-spacing:.03em}
[data-csp-style="i-e16b45180efc"][data-csp-style]{color:#e5697a}
[data-csp-style="i-e3636175c8f3"][data-csp-style]{flex:1;min-width:0;background:var(--panel2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--txt);font-size:14px}
[data-csp-style="i-e44d574f3707"][data-csp-style]{margin-top:4px;font-size:12.5px}
[data-csp-style="i-e4f5bcd301ef"][data-csp-style]{text-align:center;font-size:11.5px;color:#7a86ab;margin-top:10px}
[data-csp-style="i-e77e01db0014"][data-csp-style]{display:block;margin-top:10px;background:#f2e60e;color:#26358c;padding:7px 10px;border:0;border-radius:6px;font-weight:700;cursor:pointer}
[data-csp-style="i-e90e2f47481c"][data-csp-style]{font-size:11px;color:var(--muted);margin-bottom:4px}
[data-csp-style="i-ea5c9ffdea68"][data-csp-style]{margin-left:auto;color:#f2e60e;font-size:11px}
[data-csp-style="i-ee35d6c5b022"][data-csp-style]{font-size:12px;color:#aab4d4;margin-bottom:6px}
[data-csp-style="i-eedb2619ac3e"][data-csp-style]{color:#fff}
[data-csp-style="i-f01b37fe2ba3"][data-csp-style]{width:100%;margin-top:10px;padding:9px 10px;background:var(--yellow);color:var(--blue);border:0;border-radius:7px;font-size:12.5px;cursor:pointer;font-weight:700}
[data-csp-style="i-f0c6be3387ba"][data-csp-style]{font-family:'Golos Text',system-ui,sans-serif;min-width:250px}
[data-csp-style="i-f172fb721586"][data-csp-style]{font-family:Oswald,sans-serif;letter-spacing:.03em;color:#cdd6f0;margin-bottom:6px;text-transform:uppercase;font-size:11px}
[data-csp-style="i-f3db144ef735"][data-csp-style]{grid-column:1/3;color:#c8d4e4;margin-top:8px;font-weight:600}
[data-csp-style="i-f61c8caf2b4f"][data-csp-style]{font-size:11px;color:#aab4d4}
[data-csp-style="i-f68e509b8b68"][data-csp-style]{margin-top:9px;color:#e5697a;font-size:11.5px}
[data-csp-style="i-f6ff20b3e7b2"][data-csp-style]{background:#f2e60e;box-shadow:0 0 0 2px #182353 inset}
[data-csp-style="i-f8762ca80228"][data-csp-style]{color:#e5b84b}
[data-csp-style="i-f885ec64b140"][data-csp-style]{width:100%;margin-top:6px;background:#0d1117;border:1px solid #33409a;border-radius:6px;color:#fff;padding:8px;min-height:58px}
[data-csp-style="i-fac527862b3d"][data-csp-style]{flex:1;overflow-y:auto;padding:13px 14px}
[data-csp-style="i-fb0df165f312"][data-csp-style]{padding:2px 0;font-size:12.5px}
[data-csp-style="i-fd4aadd42d19"][data-csp-style]{display:block;margin-top:10px;padding:9px 11px;border-radius:6px;background:#f2e60e;color:#26358c;text-align:center;text-decoration:none;font-weight:700;font-size:12.5px}
[data-csp-style="i-ff05b94408e9"][data-csp-style]{color:#f2e60e}
[data-csp-style="i-ff2d4051bf4f"][data-csp-style]{display:flex;gap:6px;align-items:center;margin-bottom:7px}

/* Strict-CSP runtime variants: every dynamic value resolves to a fixed class. */
.legend-dot{width:12px;height:12px;border-radius:50%;border:1px solid #fff5;flex:none}
.legend-bar{width:14px;height:9px;border-radius:2px;border:1px solid #fff3;flex:none}
.tone-ramp-1{background:#cdd8ff}.tone-ramp-2{background:#8aa0f0}.tone-blue{background:#4d68df}
.tone-ramp-4{background:#2b43b8}.tone-ramp-5{background:#141f6e}.tone-red{background:#e5484d}
.tone-amber{background:#f0b400}.tone-green{background:#30a46c}.tone-yellow{background:#f2e60e}
.tone-opponent-blue{background:#2c7be5}.tone-purple{background:#a46be0}.tone-neutral{background:#9aa4c4}
.house-select-toggle{display:block;margin-top:7px;background:#fff;color:#26358c;padding:7px 10px;border:1px solid #66739c;border-radius:6px;font-weight:700;cursor:pointer}
.house-select-toggle.is-selected{background:#33406d;color:#fff}
.status-pill,.party-pill{color:#fff;font-size:11px;padding:2px 9px;border-radius:20px}
.party-pill{font-weight:700}.status-open,.party-kprf{background:#e5484d}.status-working{background:#f0b400}
.status-done,.party-yabloko{background:#30a46c}.status-unknown,.party-other{background:#888}
.party-er{background:#2c7be5}.party-sr{background:#f5a623}.party-nl{background:#00b8a9}
.ev-item{background:#1c2340;border:1px solid #2c3660;border-radius:10px;padding:10px 11px;margin-bottom:8px;cursor:pointer}
.ev-item.soon{border-color:#3a4680}
.status-text.status-open{color:#e5484d;background:none}.status-text.status-working{color:#f0b400;background:none}
.status-text.status-done{color:#30a46c;background:none}
.feed-status{margin-left:auto;font-size:10.5px;padding:2px 8px;border-radius:20px;color:#fff}
.kpi-value{font-family:'Oswald',sans-serif;font-size:26px;line-height:1}
.kpi-yellow{color:#f2e60e}.kpi-blue{color:#8ab4ff}.kpi-amber{color:#f0b400}.kpi-green{color:#5bbf7a}.kpi-red{color:#e5697a}
.csp-hidden{display:none!important}.csp-show-block{display:block!important}.csp-show-flex{display:flex!important}
.maplibregl-canvas.is-pointer{cursor:pointer}
.webgl-recovery{position:absolute;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0d1117ee;color:#e6edf3;font-size:14px}
#mob-export-own.has-selection{opacity:1!important}
.walkroute-info{margin-top:8px;font-size:12px;color:#aab4d4;border-top:1px solid #2c3660;padding-top:7px;line-height:1.6}
.ai-bubble{margin-bottom:11px;padding:10px 12px;border-radius:13px;font-size:13px;line-height:1.55;white-space:pre-wrap;max-width:90%}
.ai-bubble.from-user{background:#26358c;color:#fff;margin-left:auto;border-bottom-right-radius:3px}
.ai-bubble.from-ai{background:#1c2340;border:1px solid #2c3660;color:#e6ecff;border-bottom-left-radius:3px}
