@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";:root{--bg: #f9fafb;--card: #ffffff;--card-2: #ffffff;--border: #e5e7eb;--muted: #6b7280;--text: #111827;--title: #0f172a;--accent: #2563eb;--accent-2: #1d4ed8;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #0ea5e9;--chip-bg: rgba(37, 99, 235, .1);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 8px 24px rgba(0,0,0,.12);--shadow-lg: 0 20px 50px rgba(0,0,0,.1);color-scheme:light}:root[data-theme=dark],html.dark,body.dark{--bg:#f9fafb!important;--card:#fff!important;--card-2:#fff!important;--border:#e5e7eb!important;--muted:#6b7280!important;--text:#111827!important;--title:#0f172a!important;--accent:#2563eb!important;--accent-2:#1d4ed8!important;--chip-bg:rgba(37,99,235,.1)!important;color-scheme:light!important}@media (prefers-color-scheme: dark){:root{color-scheme:light}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:32px auto;padding:0 20px}h1,h2,h3{color:var(--title);line-height:1.25}h1{font-size:22px;font-weight:700}h2{font-size:18px;font-weight:700}h3{font-size:16px;font-weight:600}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.card+.card{margin-top:16px}.card-header{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#2563eb0f,#2563eb00)}.card-title{font-size:18px;font-weight:700;color:var(--title)}.card-body{padding:22px;background:var(--card)}.kpi{display:flex;gap:8px;align-items:center;color:var(--muted);font-weight:600}.kpi b{color:var(--accent)}.controls{display:flex;gap:8px;margin-bottom:10px}.label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--muted)}.select,.input{width:100%;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.input::placeholder{color:#9ca3af}.select:focus,.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb2e}.btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;height:38px;padding:0 14px;border-radius:12px;border:1px solid transparent;background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #2563eb33;transition:transform .12s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb40}.btn-ghost{height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;justify-content:center;border:1px solid var(--border);border-radius:10px;background:#fff;color:#111827;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .12s ease}.btn-ghost:hover{background:#f8fafc;border-color:#dfe3eb;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn[disabled],.btn-ghost[disabled]{opacity:.55;cursor:not-allowed;filter:grayscale(.15);box-shadow:none;transform:none}.export{display:flex;gap:10px;flex-wrap:wrap}.export .btn{height:36px;padding:0 12px}.badge{display:inline-block;margin-left:6px;padding:2px 8px;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:999px;border:1px solid rgba(0,0,0,.04)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 1000px){.grid{grid-template-columns:1fr}}.row{display:flex;gap:12px;align-items:center}.row+.row{margin-top:8px}.tree{border:1px solid var(--border);border-radius:14px;padding:10px;background:var(--card-2);max-height:420px;overflow:auto;scrollbar-gutter:stable}.tree::-webkit-scrollbar{width:10px}.tree::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.tree::-webkit-scrollbar-thumb:hover{background:#d1d5db}.tree::-webkit-scrollbar-track{background:transparent}.tree-item{padding:6px 8px;border-radius:10px}.tree-item:hover{background:#2563eb14}.tree-children{margin-left:16px;margin-top:4px}.tree .btn-ghost{height:28px;padding:0 8px}.tree input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.tree input[type=checkbox]:checked+div{color:var(--accent);font-weight:600}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;gap:8px;align-items:center;padding:2px 10px;height:28px;border-radius:999px;background:var(--chip-bg);color:var(--accent);border:1px solid #bfdbfe}.chip .x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#2563eb1f;color:var(--accent);cursor:pointer}.table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.table th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);background:#f8fafc;color:var(--muted);font-weight:700;font-size:12px;letter-spacing:.02em}.table td{padding:14px;border-bottom:1px solid var(--border);color:var(--text)}.table tr:last-child td{border-bottom:none}.empty{border:1px dashed var(--border);border-radius:14px;padding:24px;text-align:center;color:var(--muted);background:#fff}a{color:var(--accent);text-decoration:none}a:hover{color:#1d4ed8;text-decoration:underline}.m-0{margin:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.text-muted{color:var(--muted)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.small{font-size:12px}.typeahead{position:relative}.typeahead-input{display:flex;gap:8px;align-items:center}.typeahead-input input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.typeahead-list{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #00000012;max-height:320px;overflow:auto}.typeahead-list .item{display:flex;gap:10px;padding:10px 12px;cursor:pointer;align-items:center}.typeahead-list .item:hover{background:#f7f7f9}.typeahead .tag{font-size:12px;padding:2px 6px;border-radius:999px;background:#eef2ff;color:#3b82f6}.typeahead .code{font-weight:600;min-width:64px}.typeahead .muted{color:#7a7a7a}.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--border)}.site-header__inner{max-width:1200px;margin:0 auto;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px}.brand__logo,.brand__logo--sm{display:block;object-fit:contain;object-position:left center;height:auto;width:auto}.site-header .brand__logo,.site-footer .brand__logo--sm{max-height:78px;max-width:320px}@media (max-width: 900px){.site-header .brand__logo{max-height:44px;max-width:240px}.site-footer .brand__logo--sm{max-height:42px;max-width:220px}}.main-nav{display:flex;gap:10px;flex-wrap:wrap}.main-nav__link{color:var(--text);text-decoration:none;font-weight:600;padding:4px 8px;border-radius:10px;font-size:15px}.main-nav__link:hover{background:#f3f4f6}.contacts{display:flex;align-items:center;gap:10px}.contacts__phone{font-weight:700;color:var(--title);text-decoration:none;white-space:nowrap}.contacts__phone:hover{text-decoration:underline}.contacts__icon{display:inline-flex;align-items:center;justify-content:center}.contacts__icon svg{display:block}.site-footer{border-top:1px solid var(--border);background:#fff;margin-top:24px}.site-footer__inner{max-width:1200px;margin:0 auto;padding:18px 20px;display:grid;gap:12px;grid-template-columns:auto 1fr auto}.footer__links{display:flex;align-items:center;gap:6px;white-space:nowrap}.footer__links a{font-size:13px;color:#374151;text-decoration:none;opacity:.95;white-space:nowrap}.footer__links a:hover{opacity:1;text-decoration:underline}.footer__contacts{display:flex;align-items:center;justify-content:flex-end;gap:10px}.contacts__phone{white-space:nowrap;font-weight:700}@media (max-width: 900px){.site-footer__inner{grid-template-columns:1fr}.footer__links{flex-wrap:wrap;white-space:normal}.footer__contacts{justify-content:flex-start}.main-nav{display:none}}.doc{line-height:1.7}.doc h1,.doc h2,.doc h3{color:var(--title)}.doc p{margin:0 0 12px}.doc ul,.doc ol{padding-left:1.25rem;margin:8px 0}.search,.search__wrap{position:relative}.search__input{width:100%;height:42px;padding:0 12px 0 38px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.search__input::placeholder{color:#9ca3af}.search__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb2e}.search__ico{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted);pointer-events:none}.search__results{position:absolute;z-index:50;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #00000012;max-height:420px;overflow:auto}.search__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;cursor:pointer}.search__item:hover,.search__item[aria-selected=true]{background:#f7f7f9}.search__title{font-weight:600;color:var(--title)}.search__meta{font-size:12px;color:var(--muted)}.search__right{display:inline-flex;gap:6px;align-items:center}.search__kbd{display:inline-block;font-size:11px;line-height:1;padding:3px 6px;border:1px solid var(--border);border-radius:6px;background:#f9fafb;color:#4b5563}.search__loading,.search__empty{padding:14px;color:var(--muted)}.search__spinner{width:16px;height:16px;border-radius:50%;border:2px solid #e5e7eb;border-top-color:var(--accent);animation:spin .8s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.search__help{padding:8px 12px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}@media (max-width: 640px){.search__results{max-height:60vh}.search__title{font-size:14px}.search__meta{font-size:11px}}
