#fsm-procurement-root{position:fixed;top:0;right:0;bottom:0;z-index:45;background:#f6f7f9;overflow:auto;padding:22px 24px 40px;box-sizing:border-box}.fsm-procurement-shell{max-width:1400px;margin:0 auto}.fsm-procurement-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.fsm-procurement-title{font-size:24px;font-weight:700;color:#222}.fsm-procurement-sub{font-size:13px;color:#777;margin-top:3px}.fsm-procurement-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.fsm-procurement-tab{border:1px solid #e2e4e8;background:#fff;color:#555;border-radius:12px;padding:9px 14px;font-size:13px;cursor:pointer}.fsm-procurement-tab.active{background:#3b6ea5;color:#fff;border-color:#3b6ea5}.fsm-procurement-card{background:#fff;border:1px solid #eceef1;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden}.fsm-procurement-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid #eef0f2}.fsm-procurement-btn{border:0;background:#3b6ea5;color:#fff;border-radius:10px;padding:9px 13px;font-size:13px;cursor:pointer}.fsm-procurement-btn.secondary{background:#eef3f8;color:#315f8e}.fsm-procurement-btn.warn{background:#e7a43b}.fsm-procurement-btn.ok{background:#3e8b62}.fsm-procurement-btn:disabled{opacity:.45;cursor:not-allowed}.fsm-procurement-table-wrap{overflow:auto}.fsm-procurement-table{width:100%;border-collapse:collapse;min-width:900px}.fsm-procurement-table th,.fsm-procurement-table td{padding:11px 13px;border-bottom:1px solid #f0f1f3;text-align:left;font-size:13px;vertical-align:middle}.fsm-procurement-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#888;background:#fafbfc}.fsm-procurement-status{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef2f5;color:#53616f;font-size:11px;font-weight:600}.fsm-procurement-actions{display:flex;gap:6px;flex-wrap:wrap}.fsm-procurement-empty{padding:34px;text-align:center;color:#999}.fsm-procurement-modal{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.32);display:flex;align-items:flex-start;justify-content:center;padding:30px 16px;overflow:auto}.fsm-procurement-dialog{width:min(980px,100%);background:#fff;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.18);padding:20px}.fsm-procurement-dialog h3{margin:0 0 14px;font-size:18px}.fsm-procurement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fsm-procurement-field label{display:block;font-size:11px;color:#777;margin-bottom:5px}.fsm-procurement-field input,.fsm-procurement-field select,.fsm-procurement-field textarea{width:100%;box-sizing:border-box;border:1px solid #dfe3e8;border-radius:10px;padding:9px 10px;font-size:13px;background:#fff}.fsm-procurement-lines{margin-top:14px;border:1px solid #eceef1;border-radius:12px;overflow:auto}.fsm-procurement-line{display:grid;grid-template-columns:1.1fr 1.7fr .55fr .7fr .55fr 36px;gap:8px;padding:9px;border-bottom:1px solid #f1f2f3;align-items:center;min-width:850px}.fsm-procurement-line:last-child{border-bottom:0}.fsm-procurement-line input,.fsm-procurement-line select{width:100%;box-sizing:border-box;border:1px solid #dfe3e8;border-radius:8px;padding:8px;font-size:12px}.fsm-procurement-dialog-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.fsm-procurement-toast{position:fixed;right:20px;bottom:20px;z-index:100;background:#26313d;color:#fff;padding:11px 14px;border-radius:10px;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:767px){#fsm-procurement-root{left:0!important;padding:14px}.fsm-procurement-grid{grid-template-columns:1fr}.fsm-procurement-title{font-size:20px}.fsm-procurement-header{align-items:flex-start}.fsm-procurement-table{min-width:760px}}