@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:#f5f7fa;color:#333;font-size:var(--font-base-size, 16px)}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;padding:12px 16px;margin:10px 0;border:1px solid #d1d5db;border-radius:8px;font-size:var(--font-base-size, 16px);transition:all .2s ease}input[type=checkbox],input[type=radio]{width:1.15em!important;height:1.15em!important;min-width:1.15em!important;min-height:1.15em!important;flex-shrink:0!important;padding:0!important;transition:none!important;box-shadow:none!important;transform:none!important;cursor:pointer!important;accent-color:#203864!important;vertical-align:middle!important;position:relative!important;top:0!important}label:has(input[type=checkbox]),label:has(input[type=radio]){display:flex!important;align-items:flex-start!important}label:has(input[type=checkbox]) span,label:has(input[type=radio]) span,label:has(input[type=checkbox]) div,label:has(input[type=radio]) div{line-height:1.45!important}label:has(input[type=checkbox]) input[type=checkbox],label:has(input[type=radio]) input[type=radio]{margin-top:.18em!important;margin-right:.45em!important;align-self:flex-start!important}input:not([type=checkbox]):not([type=radio]):focus{outline:none;border-color:#203864;box-shadow:0 0 0 3px #2038641a}button{text-transform:uppercase;letter-spacing:.06em}button:not(.desktop-menu-item,.hamburger-button,.submenu button,.menu-item){background-color:#203864;color:#fff;padding:0 16px;min-height:var(--button-height, 40px);border-radius:var(--button-radius, 8px);font-weight:600;font-family:Roboto Condensed,sans-serif;font-size:14px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}button:hover:not(.desktop-menu-item,.hamburger-button,.submenu button,.menu-item){background-color:#162a4d;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.card,.login-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.card.table-wrapper,.table-wrapper{padding:0!important;border-radius:12px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.table-controls{display:flex;gap:1rem}.table-search{max-width:300px;margin:0}.table-responsive{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:0}th{background-color:#fff;text-align:left;padding:14px 16px;border-bottom:2px solid #dee2e6;color:var(--color-accent)}td{padding:14px 16px;border-bottom:1px solid #eee}tr:hover{background-color:#f1f4f9}.actions{display:flex;gap:8px}.actions-cell{display:flex;gap:8px;align-items:center}.btn-edit,.btn-delete{width:var(--button-height, 40px);height:var(--button-height, 40px);padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-base-size, 16px);line-height:1;background:var(--color-accent);color:#fff;border:none;border-radius:var(--button-radius, 8px);cursor:pointer}.btn-edit.btn-transfer,.btn-delete.btn-transfer{width:auto;height:var(--button-height, 40px);min-width:118px;padding:0 16px;font-size:13px}.btn-transfer{width:auto;min-height:var(--button-height, 40px);padding:0 16px;min-width:118px;font-weight:600;background:var(--color-accent);color:#fff;border-radius:var(--button-radius, 8px)}.table-row-clickable{cursor:pointer}.table-row-clickable:hover td{background-color:#f1f4f9}.btn-edit:hover,.btn-delete:hover{background:#162a4d}.btn-add{background-color:#28a745!important}.modal-scroll>*{max-width:100%}.modal-scroll::-webkit-scrollbar{width:9px}.modal-scroll::-webkit-scrollbar-track{margin:10px 0;border-radius:999px;background:transparent}.modal-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#20386473}.modal-mobile-close{position:absolute;top:8px;right:8px;width:30px;min-height:30px!important;border-radius:999px!important;background:#6c757d!important;color:#fff!important;padding:0!important;font-size:14px;line-height:1;z-index:2}.modal-desktop-close{position:absolute;top:10px;right:10px;width:30px;min-height:30px!important;border-radius:999px!important;background:#6c757d!important;color:#fff!important;padding:0!important;font-size:14px;line-height:1;z-index:3}@media(max-width:768px){.modal-overlay{position:static;width:100%;height:auto;background:transparent;display:block;align-items:stretch;padding:0 6px;z-index:1}.modal-content{max-width:100%;padding:0;border-radius:8px;box-shadow:none;margin:6px 0}.modal-scroll{padding:0;max-height:none;overflow:visible}button:not(.desktop-menu-item,.hamburger-button,.submenu button,.menu-item){font-size:13px;min-height:var(--button-height, 34px);padding:0 12px}input:not([type=checkbox]):not([type=radio]),select,textarea,.modal-content input:not([type=checkbox]):not([type=radio]),.modal-content select,.modal-content textarea,.modal-inline input:not([type=checkbox]):not([type=radio]),.modal-inline select,.modal-inline textarea{padding:6px 4px!important;margin:2px 0!important;font-size:inherit;border-radius:6px}.modal-content form>div,.modal-inline form>div{margin-bottom:4px!important}.modal-content table td input:not([type=checkbox]):not([type=radio]),.modal-content table td select,.modal-inline table td input:not([type=checkbox]):not([type=radio]),.modal-inline table td select{padding:4px 6px!important}.custom-table thead th,.custom-table td{font-size:15px;padding:8px 10px!important;line-height:1.35}.modal-content table th,.modal-content table td,.modal-inline table th,.modal-inline table td{font-size:15px;padding-top:7px!important;padding-bottom:7px!important;line-height:1.35}.custom-table input[type=checkbox],.modal-content table input[type=checkbox],.modal-inline table input[type=checkbox]{margin:0 8px 0 4px}p,label,span,a,li{font-size:inherit;line-height:1.2}.modal-content.modal-large,.modal-inline.modal-large{line-height:1.2}.modal-content.modal-large *:not(button),.modal-inline.modal-large *:not(button){font-size:inherit;line-height:inherit}.modal-content.modal-large input,.modal-content.modal-large select,.modal-content.modal-large textarea,.modal-inline.modal-large input,.modal-inline.modal-large select,.modal-inline.modal-large textarea{padding:6px!important;margin:2px 0!important;min-width:5ch}.modal-content.modal-large .custom-table thead th,.modal-content.modal-large .custom-table td,.modal-inline.modal-large .custom-table thead th,.modal-inline.modal-large .custom-table td{font-size:inherit;padding:6px!important}.col-filter-btn{background:transparent;border:none;cursor:pointer;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.col-filter-btn.active{color:#1d4ed8;background:#1d4ed81a;border-radius:4px}.col-filter-btn.has-value{color:#f59e0b;background:#f59e0b1f;box-shadow:0 0 0 1px #f59e0b59}.col-filter-btn.active.has-value{color:#dc2626;background:#dc26261a;box-shadow:0 0 0 1px #dc262647}.col-filter-icon{width:14px;height:14px;display:block}.th-label{display:inline-block;transition:color .2s ease}.th-label.active-filter{color:#f59e0b;font-weight:700}.filter-range-label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.filter-datetime-range input{margin:0}.filter-datetime-range .filter-range-row{display:flex;align-items:center;gap:8px}.filter-datetime-range .filter-range-caption{width:26px;flex:0 0 26px;font-size:12px;font-weight:700;color:#475569;text-align:left}.filter-datetime-range .filter-datetime-input{width:100%;padding:6px 8px!important;font-size:13px;border-radius:6px}.col-filter-btn{display:none!important}.th-label{cursor:pointer}.th-label.active-filter{color:#dc2626}.table-controls-fixed{position:fixed!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important;z-index:1200!important;width:calc(100% - 32px)!important;max-width:600px!important;padding:8px!important;margin:0 auto!important;border-radius:10px!important;background:#fff!important;box-shadow:0 6px 18px #0000001f!important}.table-controls-fixed .controls-content,.controls-content.table-controls-fixed{flex-direction:row!important;align-items:center!important;gap:8px!important;padding:6px 4px!important;flex-wrap:nowrap!important}.table-controls-fixed .search-input-fixed,.controls-content.table-controls-fixed .search-input-fixed{flex:1 1 auto!important;margin:0!important;padding:8px 10px!important;min-width:0!important}.table-controls-fixed .add-button-fixed,.table-controls-fixed .export-button-fixed,.controls-content.table-controls-fixed .add-button-fixed,.controls-content.table-controls-fixed .export-button-fixed{white-space:nowrap;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.table-controls-fixed .controls-content>button,.controls-content.table-controls-fixed>button{white-space:nowrap}.table-controls-fixed .export-button-fixed .btn-label,.controls-content.table-controls-fixed .export-button-fixed .btn-label{display:none!important}.table-controls-fixed .add-button-fixed .btn-label,.controls-content.table-controls-fixed .add-button-fixed .btn-label{display:inline!important}body.modal-open-inline{background:#fff!important}body.modal-open-inline body.modal-open-inline .card,body.modal-open-inline .modal-inline.card{background:transparent!important;padding:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important;border:none!important;width:100%!important}body.modal-open-inline .modal-inline{margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;border:none!important;width:100%!important}body.modal-open-inline .modal-inline .modal-scroll{padding:6px!important}}body.modal-open-inline .table-container,body.modal-open-inline .table-controls-fixed,body.modal-open-inline .filter-panel{display:none!important}.table-controls-fixed{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;width:100%;max-width:600px;padding:0 20px}.controls-content{background:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 10px 25px #0000001a;display:flex;gap:15px;align-items:center;border:1px solid #e1e4e8}.search-input-fixed{margin:0!important;border-radius:4px!important;flex:1;border:1px solid #dee2e6!important;padding:8px 12px!important}.btn-success{background:#28a745!important;color:#fff!important}.btn-danger{background:#dc3545!important;color:#fff!important}.btn-warning{background:#ffc107!important;color:#000!important}.btn-info{background:#17a2b8!important;color:#fff!important}.btn-secondary{background:var(--color-accent)!important;color:#fff!important}.col-filter-btn{background:transparent;border:none;cursor:pointer;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.col-filter-btn.active{color:#1d4ed8;background:#1d4ed81a;border-radius:4px}.col-filter-btn.has-value{color:#f59e0b;background:#f59e0b1f;box-shadow:0 0 0 1px #f59e0b59}.col-filter-btn.active.has-value{color:#dc2626;background:#dc26261a;box-shadow:0 0 0 1px #dc262647}.col-filter-icon{width:14px;height:14px;display:block}.th-label{display:inline-block;transition:color .2s ease}.th-label.active-filter{color:#f59e0b;font-weight:700}.filter-datetime-range input{margin:0}.filter-datetime-range .filter-range-row{display:flex;align-items:center;gap:8px}.filter-datetime-range .filter-range-caption{width:26px;flex:0 0 26px;font-size:12px;font-weight:700;color:#475569;text-align:left}.filter-datetime-range .filter-datetime-input{width:100%;padding:6px 8px!important;font-size:13px;border-radius:6px}@media(max-width:768px){.col-filter-btn{display:none!important}.th-label{cursor:pointer}.th-label.active-filter{color:#dc2626}}@media print{.header,.table-controls-fixed,.actions-cell,button,input,select,textarea{display:none!important}.content{margin-top:0!important;padding-bottom:0!important}.table-wrapper,.table-container,.card{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}body,.app{background:#fff!important}body:after{content:"Вывел: " attr(data-print-user);position:fixed;right:10mm;bottom:8mm;font-size:11pt;color:#000;z-index:9999}}.tooltip-trigger{position:relative}.custom-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:125%;left:50%;transform:translate(-50%) translateY(5px);width:320px;background:#1e293b;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 20px #00000040;z-index:999;transition:opacity .2s ease,transform .2s ease;pointer-events:none;font-size:11px;line-height:1.4;box-sizing:border-box;font-weight:400;text-align:left}.custom-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#1e293b transparent transparent transparent}.tooltip-trigger:hover .custom-tooltip{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:24px;margin-top:20px}.route-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.route-card:hover{box-shadow:0 6px 16px #00000014}.route-card-header{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.route-card-title{margin:0;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.route-card-badge{background:#fff3;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.route-card-body{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}.route-description-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:12px;margin-bottom:20px;cursor:pointer;transition:background .2s ease}.route-description-box:hover{background:#f1f5f9}.route-description-text{font-size:13px;color:#475569;line-height:1.5;margin:0}.route-timeline{display:flex;flex-direction:column;gap:20px;position:relative;padding-left:24px}.route-timeline:before{content:"";position:absolute;left:10px;top:12px;bottom:12px;width:2px;background:#e2e8f0;z-index:1}.route-timeline-step{position:relative;display:flex;flex-direction:column;gap:8px}.route-timeline-bullet{position:absolute;left:-24px;top:4px;width:22px;height:22px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;z-index:2;box-shadow:0 0 0 4px #fff}.route-timeline-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1e293b}.route-timeline-label{cursor:pointer;border-bottom:1px dashed #64748b;padding-bottom:1px}.route-timeline-label:hover{color:#3b82f6;border-color:#3b82f6}.route-timeline-roles{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.route-role-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 3px #00000005}.route-role-pill select{border:none!important;background:transparent!important;padding:0!important;font-size:13px!important;font-weight:600!important;color:#334155!important;width:auto!important;cursor:pointer}.route-role-pill select:focus{outline:none!important}.route-pill-actions{display:flex;align-items:center;gap:2px;border-left:1px solid #e2e8f0;padding-left:8px}.route-pill-btn{background:none;border:none;width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#64748b;cursor:pointer;transition:background .2s ease,color .2s ease}.route-pill-btn:hover{background:#f1f5f9;color:#0f172a}.route-pill-btn.btn-delete:hover{background:#fee2e2;color:#ef4444}.route-pill-btn.btn-parallel:hover{background:#dbeafe;color:#2563eb}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;padding:0 1rem;overflow-x:hidden}.modal-overlay.force-desktop{position:fixed!important;inset:0;background:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:4000!important;padding:0 1rem!important}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid #e1e4e8;box-sizing:border-box;width:calc(100% - 2rem);max-width:450px;padding:0;overflow:hidden;overflow-x:hidden;animation:slideIn .3s ease-out}.modal-scroll{padding:0;max-height:inherit;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-gutter:stable}.modal-full{max-width:1200px;width:calc(100% - 2rem);max-height:90vh;overflow:hidden}.modal-inline{background:#fff;padding:8px;border-radius:8px;margin:8px 12px;box-shadow:0 6px 18px #0000000f;border:1px solid #e9eef3;position:relative}.modal-mobile-close,.modal-desktop-close{position:absolute;top:10px;right:10px;width:30px;min-height:30px!important;border-radius:999px!important;background:#6c757d!important;color:#fff!important;padding:0!important;font-size:14px;line-height:1;z-index:3}.modal-large{box-sizing:border-box;width:calc(100% - 2rem);max-width:1200px!important;overflow-x:hidden}@media(min-width:769px){.modal-content{max-height:84vh}.modal-content.modal-large{max-height:86vh}}@media(max-width:768px){.modal-overlay{position:static;width:100%;height:auto;background:transparent;display:block;align-items:stretch;padding:0 6px;z-index:1}.modal-overlay.force-desktop{position:fixed!important;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:4000;padding:0 1rem}.modal-content{max-width:100%;padding:0;border-radius:8px;box-shadow:none;margin:6px 0}.modal-scroll{padding:0;max-height:none;overflow:visible}body.modal-open-inline{background:#fff!important}body.modal-open-inline .card,.modal-inline.card{background:transparent!important;padding:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important;border:none!important;width:100%!important}.modal-inline{margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;border:none!important;width:100%!important}.modal-inline .modal-scroll{padding:0!important}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-inner{padding:12px}.modal-title{margin-top:0;margin-bottom:12px;font-size:1.2rem}.modal-section{margin-bottom:8px}.modal-form-row{margin-bottom:15px}.modal-row{display:flex;gap:10px;align-items:center}.modal-row .flex-1{flex:1}.modal-actions{display:flex;gap:8px;margin-top:12px}.modal-actions-right{justify-content:flex-end}.modal-actions-wrap{flex-wrap:wrap}.modal-list{max-height:260px;overflow:auto}.modal-list-item{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee}.modal-item-left{flex:1}.modal-item-name{font-weight:600}.modal-item-meta{font-size:.9em;color:#666}.modal-item-controls{margin-left:12px;width:160px;display:flex;gap:8px;align-items:center}.modal-qty-input{width:100px}.modal-textarea{width:100%;min-height:80px}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-bottom:12px}.modal-list ul{margin-top:6px;padding-left:18px}.modal-list li{margin-bottom:8px}.modal-divider-top{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:12px}.modal-history{margin-top:8px;max-height:200px;overflow-y:auto;background:#f9fafb;border-radius:6px;padding:10px}.modal-scroll-large{max-height:80vh;overflow-y:auto}.modal-wrapper input:not([type=checkbox]):not([type=radio]),.modal-wrapper select,.modal-wrapper textarea,.modal-content input:not([type=checkbox]):not([type=radio]),.modal-content select,.modal-content textarea,.modal-inline input:not([type=checkbox]):not([type=radio]),.modal-inline select,.modal-inline textarea{margin:4px 0!important;padding:8px 12px!important;font-size:14px!important}.modal-wrapper h3,.modal-title{margin-top:0!important;margin-bottom:12px!important}.add-button-fixed{white-space:nowrap;border-radius:var(--button-radius, 8px)!important;min-height:var(--button-height, 40px);background-color:var(--color-accent)!important;color:#fff!important;padding:0 16px!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-family:Roboto Condensed,sans-serif}.cancel-button{background:var(--color-accent)!important;color:#fff!important;min-height:var(--button-height, 40px);border-radius:var(--button-radius, 8px)!important;padding:0 16px!important;position:static}.btn-static{position:static!important}.btn-wide{width:100%}.modal-preview-media{width:100%;max-height:65vh;object-fit:contain;border-radius:8px;background:#111827}.modal-preview-iframe{width:100%;height:70vh;border:1px solid #e5e7eb;border-radius:8px}.modal-minwidth-320{min-width:320px}.items-preview{max-height:4.8em;overflow:hidden;line-height:1.2em}.more-indicator{color:#6b7280}.clickable-row{cursor:pointer}.history-item{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e5e7eb;font-size:13px}.history-item-header{display:flex;justify-content:space-between}.history-date{color:#6b7280}.history-user{color:#374151}.history-comment{color:#4b5563;font-style:italic}.request-label{display:block;font-size:13px;margin-bottom:4px}.file-list-item{font-size:12px;color:#4b5563}.page-title{margin-bottom:20px;font-size:20px}.link-underline{text-decoration:underline;cursor:pointer;color:#0366d6}.small-muted{font-size:12px;color:#6b7280}.muted-small{color:#9ca3af;font-size:13px}.text-danger{color:#dc2626}.note-muted{color:#6b7280;font-size:13px;margin:6px 0}.compact-table{width:100%;border-collapse:collapse}.compact-header-row{border-bottom:1px solid #ddd}.compact-th,.compact-td{padding:8px 6px;text-align:left;vertical-align:top}.compact-td{vertical-align:middle}.center{text-align:center}.narrow-col{width:40px}.vertical-stack{display:flex;flex-direction:column;gap:4px}.modal-table-scroll{max-height:60vh;overflow-y:auto;overflow-x:auto}.file-remove{margin-left:8px}.file-list-item{margin-bottom:4px;font-size:12px;color:#4b5563}.compact-row{border-bottom:1px solid #eee}@media(max-width:768px){.compact-th,.compact-td{padding:6px 8px;font-size:15px;line-height:1.35}.compact-table input[type=checkbox]{width:18px;height:18px;margin:0 8px 0 4px}}html,body{max-width:100%;overflow-x:hidden;position:relative;margin:0;padding:0}:root{--color-black: #000000;--color-white: #ffffff;--color-accent: #203864;--menu-width: 280px;--hamburger-size: 24px;--line-height: 2px;--transition-speed: .3s;--header-min-height: 60px;--font-base-size: 16px;--font-menu-size: 18px}@media(max-width:768px){:root{--header-min-height: 56px}}.app{display:flex;flex-direction:column;min-height:100vh;font-family:Montserrat,sans-serif;background-color:#f5f7fa}.header{background-color:#000;width:100%;position:fixed;top:0;left:0;right:0;z-index:1100;height:var(--header-min-height);display:flex;align-items:center;box-shadow:0 2px 8px #0000004d}.header-container{display:flex;align-items:center;width:100%;height:100%}.logo{padding:0 1.5rem;display:flex;align-items:center;cursor:pointer}.logo img{height:32px;width:auto}.content{margin-top:var(--header-min-height);flex:1;display:flex;flex-direction:column}.content.login-mode{justify-content:center;align-items:center}.desktop-menu-item,.menu-item-parent,.menu-item.sub,.submenu button,.table-title{font-family:Roboto Condensed,sans-serif!important;text-transform:uppercase;font-weight:700}.desktop-menu-item,.menu-item-parent,.menu-item.sub,.submenu button{font-size:var(--font-menu-size)}.desktop-menu{display:flex;flex:1;height:100%}.menu-wrapper{flex:1;position:relative;display:flex;height:100%}.menu-wrapper:hover,.block-nav .menu-wrapper:hover{background-color:transparent!important}.desktop-menu-item{width:100%;height:100%;background:transparent;border:none;color:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.desktop-menu-item.active{background-color:#ffffff2e}.submenu{position:absolute;top:100%;left:0;background:#1a1a2e;width:100%;min-width:180px;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000080;z-index:10;border-top:2px solid rgba(255,255,255,.1)}.submenu button{width:100%;padding:1rem;color:#fff;background:transparent;border:none;text-align:center;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.08);transition:background .15s}.submenu button:hover{background:#ffffff1f}.header-nav-blocks{display:flex;flex:1;height:100%;min-width:0;gap:0}.header-nav-block{position:relative;height:100%;display:flex;align-items:center;cursor:pointer;transition:flex .2s cubic-bezier(.4,0,.2,1);min-width:60px;overflow:visible}.header-nav-block:hover:not(.no-pointer){filter:brightness(1.12)}.header-nav-block.no-pointer{cursor:default}.collapsed-block-tab{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 12px;font-family:Roboto Condensed,sans-serif!important;text-transform:uppercase;font-weight:700;font-size:var(--font-menu-size, 14px);color:#fff;opacity:.65;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:opacity .1s ease}.header-nav-block:hover .collapsed-block-tab{opacity:.95}.block-light .collapsed-block-tab{color:#0d1b2a;opacity:.6}.block-light:hover .collapsed-block-tab{opacity:.95}.block-nav{display:flex;height:100%;width:100%;align-items:center;overflow:visible;animation:navFadeIn .08s ease-out}@keyframes navFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.header-sep{flex-shrink:0;width:18px;height:100%;pointer-events:none;z-index:5;background:linear-gradient(to bottom right,var(--lc) 50%,var(--rc) 50%)}.header-settings-zone{flex-shrink:0;height:100%;background:#002a3f;display:flex;align-items:center;position:relative}.header-settings-zone .desktop-menu-item{padding:0 16px;white-space:nowrap}.submenu--right{left:auto;right:0}.header-nav-block .submenu{background:var(--block-color, #1a1a2e)}.header-settings-zone .submenu{background:#002a3f}.block-light .desktop-menu-item{color:#0d1b2a}.block-light .menu-wrapper:hover{background-color:transparent!important}.block-light .submenu button{color:#0d1b2a}.block-analytics{background:#52525b!important;position:relative;z-index:2;transition:flex .45s cubic-bezier(.4,0,.2,1)!important}.block-analytics:before{content:"";position:absolute;inset:0 -18px;background:#52525b;clip-path:polygon(18px 0,100% 0,calc(100% - 18px) 100%,0 100%);z-index:-1;opacity:0;transition:opacity .2s ease}.block-analytics:hover:before{opacity:1}.block-analytics .desktop-menu-item,.block-analytics .submenu button{color:#fff!important}.block-analytics .menu-wrapper:hover{background-color:transparent!important}.sep-left-analytics{background:linear-gradient(to bottom right,var(--lc) 50%,#52525b 50%)!important;z-index:1}.sep-right-analytics{background:linear-gradient(to bottom right,#52525b 50%,var(--rc) 50%)!important;z-index:1}.mobile-header-controls{display:none;align-items:center;gap:8px;margin-left:auto;padding-right:8px;height:100%}.hamburger-button{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;margin-left:0}.hamburger-line{width:var(--hamburger-size);height:var(--line-height);background-color:var(--color-white);transition:all var(--transition-speed)}.hamburger-button.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-button.active .hamburger-line:nth-child(2){opacity:0}.hamburger-button.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.menu-items{position:fixed;top:var(--header-min-height);right:0;width:var(--menu-width);background-color:var(--color-black);height:calc(100vh - var(--header-min-height));z-index:1000;transform:translate(100%);transition:transform var(--transition-speed);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.menu-items.open{transform:translate(0);visibility:visible;opacity:1}.menu-item-parent{padding:1.2rem 2rem;color:var(--color-white);border-bottom:1px solid #222;background-color:#0a0a0a;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobile-submenu{background:#111;max-height:0;overflow:hidden;transition:max-height .4s}.mobile-submenu.expanded{max-height:500px}.menu-item.sub{display:block;color:#ccc;padding:1rem 2rem 1rem 3rem;border:none;background:transparent;width:100%;text-align:left}.table-container{padding:1rem;display:flex;flex-direction:column;flex:1}.table-wrapper{background:#fff;border-radius:0!important;box-shadow:0 4px 6px #0000000d;margin-bottom:0!important;padding:0!important}.table-responsive{width:100%;overflow-x:auto}.custom-table{width:100%;border-collapse:separate;border-spacing:0}.custom-table td,.custom-table th{word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:manual!important;hyphens:manual!important;white-space:normal}.custom-table td[data-label*=Объект],.custom-table td[data-label*=Составил],.custom-table td[data-label*=Комментарий],.custom-table td[data-label*=Описание],.custom-table td[data-label*=Адрес],.custom-table td[data-label*=СВУ]{max-width:200px;line-height:1.35}.custom-table td.actions-cell,.custom-table td.badge-cell,.custom-table td.date-cell,.custom-table td:first-child,.custom-table .badge,.custom-table .btn-action{white-space:nowrap!important}.warehouse-name-link{background:transparent!important;border:none!important;color:var(--color-accent)!important;font-weight:600;font-size:inherit;line-height:inherit;cursor:pointer;padding:0!important;text-align:left}.warehouse-name-link:hover{text-decoration:underline}table,.table-wrapper table{margin-top:0!important}.table-title{margin:0 0 8px}.priority-view-content{border-radius:0!important}.priority-view-content table th{border-radius:0!important;border-top:1px solid #cbd5e1!important;border-bottom:1px solid #cbd5e1!important;border-right:1px solid #e2e8f0!important;border-left:1px solid #e2e8f0!important;background-color:#f8fafc!important}.priority-view-content table th:first-child{border-radius:0!important;border-left:1px solid #cbd5e1!important}.priority-view-content table th:last-child{border-radius:0!important;border-right:1px solid #cbd5e1!important}@media(max-width:992px){.desktop-menu,.header-nav-blocks,.header-settings-zone{display:none}.header-sep{display:none!important}.mobile-header-controls,.hamburger-button{display:flex}}@media(max-width:768px){.controls-content{flex-direction:column}.table-wrapper{margin-bottom:6px!important;padding:8px!important}.table-container{padding:4px!important}.custom-table th,.custom-table td{padding:8px 10px!important;font-size:15px;line-height:1.35}}.modal-wrapper input,.modal-wrapper select,.modal-wrapper textarea{margin:4px 0!important;padding:8px 12px!important;font-size:14px!important}.modal-wrapper h3{margin-top:0!important;margin-bottom:12px!important;font-size:1.2rem!important}.modal-wrapper button[type=submit],.modal-wrapper .btn-wide{margin-top:8px!important;height:38px!important;padding:0 15px!important}.modal-content{padding:16px 20px!important}.modal-wrapper div[style*="background: #f0f0f0"]{padding:6px!important;margin-top:4px!important}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.admin-toolbar{display:flex;flex-direction:column;gap:16px}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.admin-form-grid label,.admin-panel-header h3,.admin-kpi-label{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;font-weight:700;letter-spacing:.04em}.admin-action-row{display:flex;gap:10px;flex-wrap:wrap}.admin-note{margin-top:12px;padding:10px 12px;border-radius:8px;background:#eef4ff;color:#203864}.admin-note-warn{background:#fff4e5;color:#7c4a03;margin-bottom:16px}.admin-panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.admin-muted{color:#6b7280;font-size:13px}.admin-empty{padding:16px;text-align:center;color:#6b7280}.admin-file-list{display:flex;flex-direction:column;gap:12px}.admin-file-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eceff3}.admin-file-row:last-child{border-bottom:none}.admin-status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase}.badge-info{background:#dbeafe;color:#1d4ed8}.badge-warn{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#b91c1c}.admin-table-mono,.admin-meta-preview{font-family:Roboto Condensed,sans-serif}.admin-meta-preview{margin-top:4px;color:#6b7280;font-size:12px;word-break:break-word}.admin-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.admin-kpi-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px;background:#fafcff}.admin-kpi-value{margin:8px 0 6px;font-size:18px;font-weight:700;color:#203864}@media(max-width:768px){.admin-panel-header,.admin-file-row{flex-direction:column;align-items:flex-start}.admin-action-row{width:100%}}.settings-page{padding:1rem;display:flex;flex-direction:column;flex:1}@media(max-width:768px){.settings-page{padding:12px}}.btn-absence{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:2px 6px;border-radius:4px;transition:background .2s ease}.btn-absence:hover{background-color:#f3f4f6!important}.absence-records-list{scrollbar-width:thin}.collapsed-block-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px;-webkit-user-select:none;user-select:none;pointer-events:none;filter:grayscale(1) brightness(1) contrast(1) opacity(.4);transition:filter .2s ease,transform .2s ease}.header-nav-block:hover .collapsed-block-icon{filter:grayscale(.6) brightness(1) contrast(1) opacity(.9);transform:scale(1.15)}.row-equipment td{font-weight:700!important}@media(max-width:768px){.modal-mobile-fullscreen{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;border-radius:0!important;overflow-y:auto!important;z-index:10000!important;background:#fff!important;padding:56px 16px 16px!important;box-sizing:border-box!important}.modal-mobile-fullscreen .modal-mobile-close{top:16px!important;right:16px!important}}.equipment-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}.equipment-prop-card{background:#f9fafb;border:1px solid #e5e7eb;padding:10px 14px;border-radius:8px}.equipment-prop-label{font-size:11px;color:#6b7280;text-transform:uppercase;margin-bottom:4px;font-weight:600}.equipment-prop-value{font-size:14px;font-weight:700;color:#111827}.comments-section{margin-top:24px;border-top:1px solid #e5e7eb;padding-top:16px}.comments-list{max-height:200px;overflow-y:auto;margin-bottom:16px;padding-right:8px;display:flex;flex-direction:column;gap:8px}.comment-item{background:#f3f4f6;border-radius:8px;padding:8px 12px;font-size:13px}.comment-meta{display:flex;justify-content:space-between;font-size:11px;color:#6b7280;margin-bottom:4px}.comment-user{font-weight:700}.comment-text{color:#1f2937;word-break:break-word;white-space:pre-wrap}.comment-input-area{display:flex;flex-direction:column;gap:8px}.comment-textarea{min-height:60px;resize:vertical}.excel-table{border-collapse:collapse!important;width:100%!important;margin-top:8px!important;font-family:inherit!important;font-size:13px!important}.excel-table th{background-color:#f1f5f9!important;border:1px solid #cbd5e1!important;padding:6px 8px!important;font-weight:600!important;text-align:left!important;color:#334155!important}.excel-table td{border:1px solid #cbd5e1!important;padding:2px 4px!important;height:26px!important;vertical-align:middle!important;background-color:#fff!important}.excel-table td:has(input),.excel-table td:has(select){padding:0!important}.excel-table input,.excel-table select{width:100%!important;height:100%!important;min-height:26px!important;border:none!important;outline:none!important;padding:2px 4px!important;box-sizing:border-box!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;font-size:13px!important;margin:0!important}.excel-table input:focus,.excel-table select:focus{background-color:#f8fafc!important;outline:2px solid #3b82f6!important;outline-offset:-2px!important}.excel-table span{display:block!important;padding:4px 8px!important;color:#334155!important}.modal-table-scroll{max-height:60vh;overflow-y:auto;overflow-x:hidden!important}@media(max-width:768px){.modal-table-scroll{overflow-x:auto!important}}.excel-table tr{border:none!important}.excel-table tr.row-parent td{background-color:#f1f5f9!important;font-weight:600!important;color:#0f172a!important}.custom-table th{position:sticky!important;top:0!important;z-index:25!important;background-color:#fff!important;background-clip:padding-box!important;opacity:1!important;box-shadow:0 1px #cbd5e1!important;padding:12px 14px!important;min-height:42px!important;vertical-align:middle!important}.excel-table th{position:sticky!important;top:0!important;z-index:25!important;background-color:#fff!important;background-clip:padding-box!important;opacity:1!important;box-shadow:0 1px #cbd5e1!important;padding:4px 6px!important;min-height:28px!important;vertical-align:middle!important;font-size:12px!important}.excel-table thead tr:first-child th:first-child,.custom-table thead tr:first-child th:first-child{border-top-left-radius:0!important}.excel-table thead tr:first-child th:last-child,.custom-table thead tr:first-child th:last-child{border-top-right-radius:0!important}.page-sticky-layout{display:flex;flex-direction:column;flex:1;box-sizing:border-box;padding:6px 4px 3px;margin:0}.page-sticky-header{flex:0 0 auto;margin-bottom:6px}.page-sticky-content{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.page-sticky-content .table-container{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;margin:0!important}.page-sticky-content .table-responsive{flex:1 1 auto!important;min-height:0!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:auto!important;border:1px solid #cbd5e1!important;border-radius:0!important}.page-sticky-content .table-responsive table{margin:0 auto!important}.page-sticky-content .table-responsive::-webkit-scrollbar{width:10px;height:10px}.page-sticky-content .table-responsive::-webkit-scrollbar-track{background:#f1f5f9}.page-sticky-content .table-responsive::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.page-sticky-content .table-responsive::-webkit-scrollbar-thumb:hover{background:#64748b}.page-sticky-footer{flex:0 0 auto!important;padding-top:6px!important;padding-bottom:6px!important;display:flex!important;gap:12px!important;align-items:center!important;background-color:#f5f7fa!important}.excel-table td.cell-action,.excel-table th.cell-action{border:none!important;border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;background:transparent!important;box-shadow:none!important;width:20px!important;max-width:20px!important;min-width:20px!important;text-align:center!important;padding:0!important}.excel-table .btn-delete{background:transparent!important;border:none!important;color:#ef4444!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;padding:0!important;width:20px!important;height:20px!important;line-height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:color .1s ease!important}.excel-table .btn-delete:hover{color:#b91c1c!important}.excel-table tfoot td{background-color:#f8fafc!important;border:1px solid #cbd5e1!important;text-align:center!important;padding:0!important;height:36px!important;vertical-align:middle!important;cursor:pointer!important;transition:background-color .2s ease!important}.excel-table tfoot td:hover{background-color:#eff6ff!important}.excel-table .add-row-excel-btn{background:transparent!important;border:none!important;color:#3b82f6!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important;width:100%!important;height:100%!important;text-transform:uppercase!important;letter-spacing:1px!important;padding:8px 12px!important;box-sizing:border-box!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .2s ease!important}.excel-table tfoot td:hover .add-row-excel-btn{color:#1d4ed8!important}.btn-delete{background:transparent!important;border:none!important;color:#ef4444!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;width:20px!important;height:20px!important;line-height:20px!important;transition:color .1s ease!important}.btn-delete:hover{color:#b91c1c!important}.cell-action{border:none!important;border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:none!important;background:transparent!important;box-shadow:none!important;width:20px!important;max-width:20px!important;min-width:20px!important;padding:0!important;text-align:center!important;vertical-align:middle!important}.btn-edit:not(.btn-transfer){background:transparent!important;border:none!important;color:inherit!important;font-size:16px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;width:auto!important;height:auto!important;box-shadow:none!important}.btn-edit-old,.btn-delete-old,.btn-absence,.custom-table .btn-edit:not(.btn-transfer),.custom-table .btn-delete{background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;border-radius:4px!important;transition:all .2s ease!important}.btn-edit-old:hover,.btn-delete-old:hover,.btn-absence:hover,.custom-table .btn-edit:not(.btn-transfer):hover,.custom-table .btn-delete:hover{background-color:#f3f4f6!important;border:1px solid #d1d5db!important;box-shadow:0 4px 10px #00000014!important;transform:translateY(-1px)!important}.excel-table tr:hover td:not(.cell-action){background-color:#f8fafc!important}.excel-table tr:hover td.cell-action{background:#fff!important}.header-help-desktop-btn{height:100%;background:transparent!important;border:none!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;font-family:Roboto Condensed,sans-serif!important;font-weight:700!important;font-size:16px!important;transition:opacity .2s ease,transform .2s ease!important;-webkit-user-select:none!important;user-select:none!important;box-shadow:none!important}.header-help-desktop-btn:hover{background:transparent!important;opacity:.8!important;transform:scale(1.15)!important}.header-help-desktop-btn.active{background:transparent!important;opacity:1!important;color:#38bdf8!important}.header-help-btn{display:none!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:50%!important;background:#ffffff26!important;color:#fff!important;border:none!important;font-size:16px!important;font-weight:700!important;cursor:pointer!important;margin-left:0!important;margin-right:0!important;transition:all .3s ease!important;text-transform:none!important;letter-spacing:normal!important;align-self:center!important;box-shadow:none!important}.logo{transition:opacity .3s ease,transform .3s ease}.header-help-btn:hover{background:#ffffff40!important;transform:none!important}@media(max-width:992px)and (orientation:landscape),(max-height:550px)and (orientation:landscape){.header{transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled{background-color:transparent!important;box-shadow:none!important;pointer-events:none}.header.scrolled .logo{opacity:0!important;pointer-events:none!important;transform:translate(-20px)}.header.scrolled .header-help-btn{opacity:0!important;pointer-events:none!important;transform:scale(.8)}.header.scrolled .mobile-header-controls{pointer-events:auto}.header.scrolled .hamburger-button{pointer-events:auto;background-color:#000000d9!important;border-radius:8px!important;box-shadow:0 2px 10px #0006!important;padding:6px!important;width:44px!important;height:44px!important;transition:all .3s ease}}.help-bot-container{position:fixed!important;z-index:10000!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #00000026!important;font-family:Roboto Condensed,sans-serif!important;transition:all .2s ease-in-out!important}@keyframes typing-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(min-width:993px){.help-bot-container{bottom:24px!important;right:24px!important;width:380px!important;height:500px!important;border-radius:16px!important}}@media(max-width:992px){.header-help-btn{display:flex!important}.help-bot-container{top:0!important;left:0!important;width:100vw!important;height:100vh!important;border-radius:0!important;border:none!important}}.help-bot-send-btn{padding:0 15px!important;height:36px!important;min-height:36px!important;background:#203864!important;color:#fff!important;border:none!important;border-radius:8px!important;cursor:pointer!important;font-weight:600!important;font-size:12.5px!important;text-transform:uppercase!important;letter-spacing:.05em!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important;box-shadow:none!important}.help-bot-send-btn:hover{background-color:#162a4d!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.help-bot-send-btn:disabled{background:#cbd5e1!important;color:#94a3b8!important;cursor:default!important;transform:none!important;box-shadow:none!important}.priority-view-container{display:flex;flex-direction:column;max-height:calc(100vh - var(--header-min-height));width:100%;max-width:100vw;box-sizing:border-box;padding:16px 20px;overflow:hidden;background-color:#f8fafc}.priority-view-header{flex-shrink:0;margin-bottom:0}.priority-view-content{flex:0 1 auto;max-height:100%;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:12px;border:1px solid #cbd5e1;box-shadow:0 2px 5px #0000000a}.priority-table-scroll-container{flex:0 1 auto;max-height:100%;width:100%;overflow:auto;box-sizing:border-box}
