.toolbar{display:flex;flex-direction:column;gap:10px;padding:8px 12px;background:#fff;border:1px solid #e6e8ef;border-radius:10px}.toolbar__row{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.toolbar__field{display:flex;flex-direction:column;gap:3px;min-width:120px}.toolbar__label{font-size:12px;color:#374151;font-weight:500}.toolbar__hint{font-size:11px;color:#6b7280}.toolbar input[type=text],.toolbar select{height:32px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.toolbar__switches{display:flex;gap:16px;align-items:center}.toolbar__switches label{font-size:13px;color:#374151;cursor:pointer}.toolbar__actions{margin-left:auto}.toolbar__btn{justify-content:center;height:44px;min-width:180px;padding:0 18px;border:none;border-radius:8px;background:#2f4566;color:#fff;font-size:14px;font-weight:700;letter-spacing:.2px;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.08);transition:transform .05s ease,box-shadow .2s ease,background .2s ease}.toolbar__btn,.toolbar__btncontent{display:inline-flex;align-items:center;gap:8px}.toolbar{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 4px 16px rgba(0,0,0,.06)}.toolbar--disabled{opacity:1}.spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}