*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;background:#f4f5f7;color:#2c2c3a}.app{width:100%;padding:10px 14px 20px}.status-bar{display:flex;align-items:center;gap:7px;padding:7px 12px;border-radius:5px;font-size:12px;margin-bottom:8px;background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3}.status-bar.error{background:#fff0f0;border-color:#fca5a5;color:#b91c1c}.status-bar.success{background:#f0fdf4;border-color:#86efac;color:#166534}.tabs{display:flex;gap:2px;margin-bottom:10px}.tab{padding:6px 16px;border-radius:5px 5px 0 0;border:1px solid #e0e4ef;border-bottom:none;background:#eef0f6;cursor:pointer;font-size:12px;font-weight:500;color:#555;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background .12s}.tab.active{background:#fff;color:#4f6ef7;border-color:#c7d2fe}.tab:hover:not(.active){background:#e3e6f0}.section{background:#fff;border:1px solid #e0e4ef;border-radius:0 6px 6px;padding:12px 14px;margin-bottom:10px}.section:first-of-type{border-radius:6px}h2{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#4f6ef7;margin-bottom:10px}.row-contract{display:flex;gap:12px;align-items:flex-end}.row{display:flex;gap:10px;align-items:flex-start;margin-bottom:8px}.row:last-child{margin-bottom:0}.f1{flex:1;min-width:0}.f2{flex:2;min-width:0}.f3{flex:3;min-width:0}.f4{flex:4;min-width:0}.f5{flex:5;min-width:0}.f-full{flex:1 1 100%;min-width:0}.field{display:flex;flex-direction:column;gap:3px}.field label{font-size:11px;color:#777;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.req{color:#e74c3c}.field input,.field textarea{border:1px solid #d5d9e8;border-radius:4px;padding:5px 8px;font-size:12px;font-family:inherit;outline:none;background:#fafbff;width:100%;transition:border-color .15s,box-shadow .15s;color:#2c2c3a}.field input:focus,.field textarea:focus{border-color:#4f6ef7;box-shadow:0 0 0 3px #4f6ef71a;background:#fff}.field input.readonly{background:#f0f3ff;color:#3730a3;font-weight:700;cursor:default;border-color:#c7d2fe}.field input.highlight-field{background:#fffbeb;border-color:#fcd34d;font-weight:600}.field textarea{resize:vertical;min-height:48px}.field-error{font-size:10px;color:#e74c3c}.sub-divider{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;padding:8px 0 6px;border-top:1px solid #f0f2f8;margin-top:4px}.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px;margin-bottom:10px}.btn-group{display:flex;gap:6px;flex-wrap:wrap}.btn{padding:7px 14px;border-radius:5px;border:none;cursor:pointer;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:5px;transition:background .12s,opacity .12s;white-space:nowrap}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#4f6ef7;color:#fff}.btn-primary:hover:not(:disabled){background:#3a57e8}.btn-doc{background:#fff;color:#374151;border:1px solid #d5d9e8}.btn-doc:hover:not(:disabled){background:#f0f3ff;border-color:#a5b4fc;color:#4f6ef7}.btn-icon{font-size:13px}.docs-section{margin-top:6px}.docs-list{list-style:none;display:flex;flex-direction:column;gap:5px}.docs-list li{display:flex;align-items:center;gap:8px;font-size:12px;padding:6px 10px;background:#f8faff;border-radius:4px;border:1px solid #e0e4ef}.doc-name{flex:1}.doc-date{color:#9ca3af;font-size:11px;margin-left:auto}.docs-list li a{color:#4f6ef7;text-decoration:none;font-weight:500}.docs-list li a:hover{text-decoration:underline}.doc-badge{font-size:10px;padding:2px 6px;border-radius:10px;font-weight:700;text-transform:uppercase;flex-shrink:0}.doc-badge.docx{background:#dbeafe;color:#1d4ed8}.doc-badge.pdf{background:#fee2e2;color:#b91c1c}.spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.4);border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.btn-doc .spinner{border-color:#c7d2fe;border-top-color:#4f6ef7}@keyframes spin{to{transform:rotate(360deg)}}.blocked-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}.blocked-box{text-align:center;padding:40px 50px;background:#fff;border-radius:12px;border:1px solid #e0e4ef}.blocked-icon{font-size:44px;margin-bottom:14px}.blocked-box h2{font-size:17px;color:#1a1a2e;margin-bottom:8px;text-transform:none;letter-spacing:0}.blocked-box p{font-size:13px;color:#666;line-height:1.5}@media (max-width: 800px){.row{flex-wrap:wrap}.f1,.f2,.f3,.f4,.f5{flex:1 1 calc(50% - 5px)}.f-full{flex:1 1 100%}}@media (max-width: 480px){.f1,.f2,.f3,.f4,.f5,.f-full{flex:1 1 100%}.tabs{overflow-x:auto}}.catalog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:10px;flex-wrap:wrap}.catalog-header h2{margin-bottom:0}.catalog-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.catalog-select-wrap{flex:1;min-width:200px;max-width:360px}.catalog-select{width:100%;border:1px solid #d5d9e8;border-radius:4px;padding:5px 8px;font-size:12px;background:#fafbff;outline:none;cursor:pointer}.catalog-select:focus{border-color:#4f6ef7;box-shadow:0 0 0 3px #4f6ef71a}.btn-sm{padding:5px 10px;font-size:11px}.btn-outline-blue{background:#fff;color:#4f6ef7;border:1px solid #a5b4fc;border-radius:4px;cursor:pointer;font-weight:500;white-space:nowrap}.btn-outline-blue:hover{background:#f0f3ff}.btn-outline-gray{background:#fff;color:#555;border:1px solid #d5d9e8;border-radius:4px;cursor:pointer;font-weight:500;white-space:nowrap}.btn-outline-gray:hover{background:#f4f5f7}.btn-danger-soft{background:#fff0f0;color:#b91c1c;border:1px solid #fca5a5;border-radius:4px;cursor:pointer;font-weight:500}.btn-danger-soft:hover{background:#fee2e2}.btn-danger{background:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:7px 14px;font-size:12px}.btn-danger:hover{background:#c0392b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:8px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-sm{max-width:380px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e0e4ef;font-weight:600;font-size:14px;color:#1a1a2e}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#9ca3af;line-height:1;padding:0 4px}.modal-close:hover{color:#374151}.modal-body{padding:14px 16px;display:flex;flex-direction:column;gap:0}.modal-body .row{margin-bottom:8px}.modal-footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e0e4ef}.input-error{border-color:#f87171!important;background:#fff5f5!important}.input-error:focus{box-shadow:0 0 0 3px #f8717133!important}.selected-eq-badge{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:5px;padding:6px 10px;margin-bottom:10px;font-size:12px}.selected-eq-name{font-weight:600;color:#1e40af}.selected-eq-serial{color:#374151;background:#dbeafe;padding:1px 7px;border-radius:10px;font-size:11px}.selected-eq-meta{color:#6b7280;font-size:11px}.fleet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.fleet-header h2{margin-bottom:0}.fleet-summary{display:flex;gap:14px}.fleet-stat{font-size:12px;font-weight:500;color:#555}.fleet-loading,.fleet-empty{padding:20px;text-align:center;color:#9ca3af;font-size:13px}.fleet-list{display:flex;flex-direction:column;gap:6px}.fleet-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:6px;border:1px solid #e0e4ef;cursor:pointer;transition:background .12s,border-color .12s;background:#fafbff}.fleet-item:hover{background:#f0f3ff;border-color:#c7d2fe}.fleet-item.rented{border-left:3px solid #f87171}.fleet-item.free{border-left:3px solid #4ade80}.fleet-item-left,.fleet-item-right{display:flex;align-items:center;gap:10px}.fleet-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fleet-dot.free{background:#22c55e}.fleet-dot.rented{background:#ef4444;box-shadow:0 0 0 3px #ef444426}.fleet-item-info{display:flex;flex-direction:column;gap:1px}.fleet-item-name{font-size:13px;font-weight:600;color:#1e293b}.fleet-item-serial{font-size:11px;color:#6b7280}.fleet-rented-info{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.fleet-renter{font-size:12px;font-weight:500;color:#374151}.fleet-since{font-size:11px;color:#6b7280}.fleet-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;text-transform:uppercase}.fleet-badge.free{background:#dcfce7;color:#166534}.fleet-badge.rented{background:#fee2e2;color:#b91c1c}.fleet-arrow{font-size:18px;color:#9ca3af}.modal-wide{max-width:900px}.history-stats{display:flex;gap:20px;padding:10px 0 14px;border-bottom:1px solid #f0f2f8;margin-bottom:14px}.history-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.history-stat-val{font-size:22px;font-weight:700;color:#1e293b}.history-stat-label{font-size:11px;color:#6b7280}.history-table{width:100%;border-collapse:collapse;font-size:12px}.history-table th{background:#f4f5f7;text-align:left;padding:7px 10px;font-size:11px;font-weight:600;color:#6b7280;border-bottom:1px solid #e0e4ef;white-space:nowrap}.history-table td{padding:8px 10px;border-bottom:1px solid #f0f2f8;vertical-align:top;color:#374151}.history-table tr:last-child td{border-bottom:none}.history-table tr.row-active td{background:#fff7ed}.history-table tr:hover td{background:#f8faff}.contract-num{font-weight:600;color:#1e40af;margin-right:5px}.inline-badge{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:600;vertical-align:middle}.inline-badge.rented{background:#fee2e2;color:#b91c1c}.defect-none{color:#9ca3af;font-style:italic}.defect-text{color:#b91c1c;cursor:help}
